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

Redesign file browser searching #7130

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Feb 26, 2024

  1. Add ThreadPoolTest

    sakertooth committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a5a8e47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b56f28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5190984 View commit details
    Browse the repository at this point in the history
  4. Add FileSearch interface

    sakertooth committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    767053c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8671c07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    773484c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccf460e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3bd008 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f2645a2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7abf2bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c5f362e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c3f28ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    62a3c05 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    39db31c View commit details
    Browse the repository at this point in the history
  15. Remove old implementation

    sakertooth committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    9381cf2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e9e316f View commit details
    Browse the repository at this point in the history
  17. Remove qnamespace.h header

    sakertooth committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b810fe3 View commit details
    Browse the repository at this point in the history
  18. Include memory header

    sakertooth committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3acb0aa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6e6d824 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1d1fe1f View commit details
    Browse the repository at this point in the history
  21. Remove atomic header

    sakertooth committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    fc02a57 View commit details
    Browse the repository at this point in the history
  22. Use MinGW headers

    sakertooth committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    864be75 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    ab976d5 View commit details
    Browse the repository at this point in the history
  2. Remove init function

    sakertooth committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e7b76e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96ee773 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Simply cancel the search without manually resetting it

    The search will get destroyed when replacing it with the new one through the assignment
    sakertooth committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1d9b3f8 View commit details
    Browse the repository at this point in the history
  2. Recursively search for directories, regardless if they match the filt…

    …ers or not
    
    So the search was broken and missing entries because
    the code was not searching through the directories that *did* match the filters. This is also why the search
    was oddly fast and completed very quickly.
    sakertooth committed May 10, 2024
    Configuration menu
    Copy the full SHA
    62b58a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70522bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f4ca20 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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