Skip to content

WIP path filtering

Ghost User requested to merge wip/guyou/path-filtering into master

relates to #3

implementation is really easy, is done in:

  • 4f7ba9ce: Create a "path-activated" signal and connect it
  • c3bb1e4a: Add a context menu on file in "Tree" sub-view
  • d287926d: Take in account all filtering parameters
  • fbf8a093: Initial implementation

the blocker here is the UI. Here is the suggested UI back then (filtering autogen.sh file):

old UI filtering by filename

Which needs to be adapted to new UI:

today UI without path filter entry

I think a filter for path in same row as actual text filter will work. @jimmac or @bertob can confirm or suggest anything better

Merge request reports