8000 Comparing v0.10...v0.11 · 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.10
Choose a base ref
...
head repository: faaxm/spix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11
Choose a head ref
  • 3 commits
  • 39 files changed
  • 2 contributors

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