-
Notifications
You must be signed in to change notification settings - Fork 25
Adding latest changes from develop, and support 2025 #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moving information from the readme to the wiki
* Squashed commit of the following: commit df25205 Author: Sergio Velderrain <[email protected]> Date: Mon Feb 17 11:32:48 2025 -0800 Adding last details commit 8c33476 Author: Sergio Velderrain <[email protected]> Date: Mon Feb 17 11:26:14 2025 -0800 adding commit aab5ec7 Author: Sergio Velderrain <[email protected]> Date: Mon Feb 17 10:47:06 2025 -0800 commiting commit 1a8e6d0 Author: Sergio Velderrain <[email protected]> Date: Mon Feb 17 09:10:52 2025 -0800 a * Updating contributing.md * Update CONTRIBUTING.md Adding changes from review --------- Co-authored-by: Sergio Velderrain <[email protected]>
* Create pull_request_template.md * Create bug_fix.md * Create feature_request.md * Create infrastructure_change.md * Create documentation.md * Update infrastructure_change.md * Update feature_request.md * Update bug_fix.md * Update feature_request.md * Update feature_request.md * Adding changes from review * Adding empty pull request template --------- Co-authored-by: Sergio Velderrain <[email protected]>
…of Caraya, still need to update Missing VIs
* Removed the option of removing the layers tab from the runtime menu and the ini file Removed the layers tab visible option from all settings clusters and classes * Removed ShowLayersPalette.vi from the project Saved Settings.ctl in 2021 --------- Co-authored-by: Tim Robinson <[email protected]>
…-option' into develop
128 replace caraya with lunit
Corrected capitalization typo
Updated lines 12 and 13 per comment by j-medland
* Removed unused dependencies and updated the VIPC used by all * User no longer needs to set the system on development mode to use the build script * User can install the VI package immediately after the Powershell script builds it, without having to revert development mode. --------- Co-authored-by: Sergio Velderrain <[email protected]>
Adding minimum set of instructions on how to use the build tools
Powershell scripts and github action have been integrated and can now run unit tests, built ppl, and the VI package. This gh action will post the vi package on the artifacts section of the gh action
Had the wrong command on the powershell editing guide Signed-off-by: sergiov-ni <[email protected]>
* Feature/25 valid library icon check disable juan (#130) * Implemented reading the token NI.LV.TextIcon.SkipLibraryIconValidityCheck from the LabVIEW INI file. If the token is present and True, the Good Library Icon output is always True. If an error occurs it is merged to the current error output. * Revert "Implemented reading the token NI.LV.TextIcon.SkipLibraryIconValidityCheck from the LabVIEW INI file. If the token is present and True, the Good Library Icon output is always True. If an error occurs it is merged to the current error output." This reverts commit 361be22. * Implemented reading the token NI.LV.TextIcon.SkipLibraryIconValidityCheck from the LabVIEW INI file using LabVIEW\resource\dialog\lvconfig.llb\LV Config Read Boolean.vi. If the token is present and True, the Good Library Icon output is always True. If an error occurs it is merged to the current error output. --------- Co-authored-by: Juan Jose Hasbun Wood <[email protected]>
Fixed bug on VIPB
Signed-off-by: sergiov-ni <[email protected]>
Signed-off-by: sergiov-ni <[email protected]>
Made icon editor green Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
this is kind of green
Edit support labview 2025
Signed-off-by: sergiov-ni <[email protected]>
…ackground-editor-black
…onnect-make-the-background-editor-black Made front panel black
…he-background-editor-black Feature/195 feature ni connect make the background editor black
Signed-off-by: sergiov-ni <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging latest changes onto main, and bumping the major