Conversation
* qt read Param from CLI * button for "new script" to load starting template * included dropdown Qt App with watch view refresh time * adjusted Qt watch view look and feel * version 0.7.1 * fixed web gui bug on loading variables on watch/scope/view * using common config files for both qt and web gui * enhanced documentation * fixed edit issue on watch view * bug fix web app disconnect / registered variables * load config is the same between Apps * fixed trigger documentation * fixed None at Qt App var list * fix trigger when loading config * Web App enhancements * Y auto range on Qt * fix template * fix test * including system dependencies on the bundle * including option for install additional libraries on CLI * enahnce documentation about CLI, GUIs, scripts and VSCode * left align on all text fields on QtApp * saving loading units on watch view * removed duplicate entries of tabs on web app / mobile * emit warning on web app when var not found * Enhance web app help * change script template * fix documentation --------- Co-authored-by: Edras Pacola <edras.pacola@microchip.com>
X2Cscope
approved these changes
Jun 9, 2026
This was referenced Jun 9, 2026
Closed
Closed
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
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.
Enhancements and bug fixes
Version increased to 0.7.1
Installed missing dependency for CAN into the binary
Included unit test to check system dependencies
Adapted Qt and Web App to run as a Task under VSCode
Adjusted communality betwenn Qt and Web App
Added "new script" button for users to not start a new script from zero
Bug Fix: Web App error on load config file when variable not available
Bug Fix: Web App on mobile view showing duplicated tabs for script and dashboard
Bug Fix: Qt App could not update variable on watch view if one variable was "live"
Fixed Scope Trigger documentation
Enhancement:
when running scripts, one would import a library which is not part of the python Bundle of the standalone binary.
calling pyx2cscope --install installs the required library in an extra folder which is loaded and can be called by the standalone application. Check documentation for more info.