[konsole] [Bug 298775] Add search for tab functionality
Kurt Hindenburg
bugzilla_noreply at kde.org
Wed Dec 4 14:18:10 GMT 2024
https://bugs.kde.org/show_bug.cgi?id=298775
Kurt Hindenburg <khindenburg at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://invent.kde.org/util
| |ities/konsole/-/commit/74c6
| |48c0fc842af4746892205330a77
| |377c90cbd
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #13 from Kurt Hindenburg <khindenburg at kde.org> ---
Git commit 74c648c0fc842af4746892205330a77377c90cbd by Kurt Hindenburg, on
behalf of Troy Hoover.
Committed on 04/12/2024 at 14:18.
Pushed by hindenburg into branch 'master'.
Add search tab button to the tab bar
The button takes user input and sorts through a list of tab names for the tab
that matches
SearchTabs pulls from Kate's similar tab sort
function called QuickOpen
GUI:
M +3 -0 src/CMakeLists.txt
A +318 -0 src/searchtabs/SearchTabs.cpp [License: GPL(v2.0+)]
A +68 -0 src/searchtabs/SearchTabs.h [License: GPL(v2.0+)]
A +69 -0 src/searchtabs/SearchTabsModel.cpp [License: GPL(v2.0+)]
A +68 -0 src/searchtabs/SearchTabsModel.h [License: GPL(v2.0+)]
A +431 -0 src/searchtabs/kfts_fuzzy_match.h [License: LGPL(v2.0+)]
M +115 -8 src/settings/TabBarSettings.ui
M +8 -0 src/settings/konsole.kcfg
M +34 -1 src/widgets/ViewContainer.cpp
M +2 -0 src/widgets/ViewContainer.h
https://invent.kde.org/utilities/konsole/-/commit/74c648c0fc842af4746892205330a77377c90cbd
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list