-
-
Notifications
You must be signed in to change notification settings - Fork 57
Comparing changes
Open a pull request
base repository: faaxm/spix
base: v0.8
head repository: faaxm/spix
compare: master
- 13 commits
- 66 files changed
- 3 contributors
Commits on Apr 3, 2025
-
* Make sure that the install-deps.sh script propagates errors to the script caller. * override cmake version num when configuring anyrpc The original anyrpc cmake file specifies a very old min cmake version which is no longer supported by modern cmake.
Configuration menu - View commit details
-
Copy full SHA for 2d6edd0 - Browse repository at this point
Copy the full SHA 2d6edd0View commit details
Commits on Apr 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2b53e38 - Browse repository at this point
Copy the full SHA 2b53e38View commit details
Commits on Apr 9, 2025
-
Adding the function wait for path (#110)
* Set enviroment to canExecuteNow Function * Add Wait for path
Configuration menu - View commit details
-
Copy full SHA for 229b745 - Browse repository at this point
Copy the full SHA 229b745View commit details
Commits on Apr 10, 2025
-
Mouse click with shift and ctrl (#108)
* Add Modifiers Keys to MouseClick * Add Test for mouse and shift click
Configuration menu - View commit details
-
Copy full SHA for cda3c0c - Browse repository at this point
Copy the full SHA cda3c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b317e14 - Browse repository at this point
Copy the full SHA b317e14View commit details
Commits on Apr 16, 2025
-
Update install-qt-action: use updated fork and reliable mirror (#132)
* use jdpurcell version of install-qt-action * use aqtinstall with ini file
Configuration menu - View commit details
-
Copy full SHA for f01a9d1 - Browse repository at this point
Copy the full SHA f01a9d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b6dbbd - Browse repository at this point
Copy the full SHA 2b6dbbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc19594 - Browse repository at this point
Copy the full SHA bc19594View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf42b70 - Browse repository at this point
Copy the full SHA cf42b70View commit details
Commits on Apr 24, 2025
-
support escaped slashes in item paths (#135)
Slashes can now be escaped using a backslash like "mainWindow/subView/item_1\/2" For this, the code in PathParser.(cpp|h) has been introduced and is used in the ItemPath class.
Configuration menu - View commit details
-
Copy full SHA for c2162bf - Browse repository at this point
Copy the full SHA c2162bfView commit details
Commits on May 1, 2025
-
Introduce Path Selectors (#136)
Rather than using a string to represent the components of an ItemPath, we now use a class that can handle both name and property selectors. These selectors can then be used by a Scene to determine if a certain object matches that selector / path component. This also moves the logic of parsing the component string from the scene to the ItemPathComponent class.
Configuration menu - View commit details
-
Copy full SHA for e947dd7 - Browse repository at this point
Copy the full SHA e947dd7View commit details -
More path selectors for type, value and property value (#137)
* add GTestTypeFinder example * add type selector to path and implement for qt scene * add value selector to path and implement for qt scene * add property value selector to path and implement for qt scene * add documentation for new selectors --------- Co-authored-by: Sebastian Feustel <sebastian.feustel@kdab.com>
Configuration menu - View commit details
-
Copy full SHA for ecb50ef - Browse repository at this point
Copy the full SHA ecb50efView commit details
Commits on May 2, 2025
-
Add pre-commit for formatting checks (#124)
* add pre-commit * run and apply pre-commit
Configuration menu - View commit details
-
Copy full SHA for 4afcb9e - Browse repository at this point
Copy the full SHA 4afcb9eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.8...master