10000 Comparing v0.8...master · faaxm/spix · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: faaxm/spix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8
Choose a base ref
...
head repository: faaxm/spix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 66 files changed
  • 3 contributors

Commits on Apr 3, 2025

  1. Fix CI Builds (#123)

    * 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.
    faaxm authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    2d6edd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

  1. Configuration menu
    Copy the full SHA
    2b53e38 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Adding the function wait for path (#110)

    * Set enviroment to canExecuteNow Function
    * Add Wait for path
    53845714nF authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    229b745 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Mouse click with shift and ctrl (#108)

    * Add Modifiers Keys to MouseClick
    * Add Test for mouse and shift click
    53845714nF authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    cda3c0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b317e14 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Update install-qt-action: use updated fork and reliable mirror (#132)

    * use jdpurcell version of install-qt-action
    * use aqtinstall with ini file
    faaxm authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    f01a9d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b6dbbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc19594 View commit details
    10000 Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf42b70 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. 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.
    faaxm authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    c2162bf View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. 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.
    faaxm authored May 1, 2025
    Configuration menu
    Copy the full SHA
    e947dd7 View commit details
    Browse the repository at this point in the history
  2. 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>
    faaxm and Sebastian Feustel authored May 1, 2025
    Configuration menu
    Copy the full SHA
    ecb50ef View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Add pre-commit for formatting checks (#124)

    * add pre-commit
    * run and apply pre-commit
    faaxm authored May 2, 2025
    Configuration menu
    Copy the full SHA
    4afcb9e View commit details
    Browse the repository at this point in the history
Loading
0