Skip to content
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

feat: Add search for rc files #220

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

feat: Add search for rc files #220

wants to merge 3 commits into from

Commits on Nov 29, 2024

  1. refactor: Move rcui inside the gui library

    There are no good reasons to keep it separate, and this will allow to
    add search using the new search API for views.
    narnaud committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9b9928f View commit details
    Browse the repository at this point in the history
  2. refactor: Make the searchable view an adapter

    This way the class is view agnostic, and could be used for other things
    than just table (but could be used for tree).
    narnaud committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    123464c View commit details
    Browse the repository at this point in the history
  3. feat: Add search for rc files

    For now, only search inside the list of data IDs.
    We may extend this later on if useful/needed.
    
    Fix KDAB#25
    narnaud committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    cf9b75e View commit details
    Browse the repository at this point in the history