https://bugs.kde.org/show_bug.cgi?id=475163
Albert Astals Cid <aa...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/sdk/ | |lokalize/-/commit/d61f228f9 | |4b690589d496bd9d924e023797c | |b0ec Status|ASSIGNED |RESOLVED --- Comment #3 from Albert Astals Cid <aa...@kde.org> --- Git commit d61f228f94b690589d496bd9d924e023797cb0ec by Albert Astals Cid, on behalf of Finley Watson. Committed on 21/10/2024 at 20:56. Pushed by aacid into branch 'master'. Search across full relative paths of files and dirs in Project Overview When using the search in Project Overview, if any part of the relative path from the project root to the file / dir matches, then the item is included in the search results: for a project with a tree containing 'foo/bar.po', searching 'foo' will display 'foo/bar.po' and so will searching 'bar' or 'o/b' etc. This works into subdirectories, and also supports wildcards e.g. 'fo*.po' for our example above. There are two other changes as well: enable alternating row colours because this is standard for other parts of Lokalize, and collapse directories when the search string is fewer than 3 characters, since we were already expanding directories by default for 3 or more chars. M +19 -14 src/project/projecttab.cpp M +9 -0 src/project/projecttab.h M +18 -31 src/project/projectwidget.cpp M +33 -5 src/project/projectwidget.h https://invent.kde.org/sdk/lokalize/-/commit/d61f228f94b690589d496bd9d924e023797cb0ec -- You are receiving this mail because: You are watching all bug changes.