- 06 Jan, 2021 4 commits
-
-
Christoph Cullmann authored
-
-
-
Waqar Ahmed authored
Currently it shows "open_local_gts" and "open_global_gts" which is not very helpful.
-
- 05 Jan, 2021 1 commit
-
-
Christoph Cullmann authored
-
- 04 Jan, 2021 2 commits
-
-
Waqar Ahmed authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 03 Jan, 2021 12 commits
-
-
Alexander Potashev authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
This change uses the lib_fts (Sublime text like fuzzy match library) to do fuzzy matching in quick-open.
-
Waqar Ahmed authored
Currently quick-open cannot narrow down the search. So, if in a project you have a file "some_file.cpp". You cannot use "so fi" to get to the file, you have to type more than half if there are multiple files that start with the same prefix.
-
Waqar Ahmed authored
-
Waqar Ahmed authored
This change uses the lib_fts (Sublime text like fuzzy match library) to do fuzzy matching in quick-open.
-
- 02 Jan, 2021 11 commits
-
-
Christoph Feck authored
(cherry picked from commit 1f3e17f9)
-
Christoph Cullmann authored
-
Christoph Cullmann authored
-
Christoph Cullmann authored
-
QFile/QDir treat file paths starting with ':' as absolute paths (treated as Qt Resource (qrc) paths), which means such a path is always absolute from their POV. Adjust the code to be able to open files starting with ':' when kate is used on a relative path from the CLI. BUG: 430216
-
Christoph Cullmann authored
-
Christoph Cullmann authored
-
Waqar Ahmed authored
-
Christoph Cullmann authored
-
Christoph Cullmann authored
now we update the model in larger chunks making a lot of hits faster
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 01 Jan, 2021 6 commits
-
-
-
-
Christoph Cullmann authored
to simplify this, just delay the binary file detection until we do the real on disk search avoid an extra worker just to determine mime-type for projects
-
Christoph Cullmann authored
-
Christoph Cullmann authored
-
Christoph Cullmann authored
-
- 31 Dec, 2020 4 commits
-
-
Waqar Ahmed authored
-
Without trimming, e.g. the executable cannot be found, and the external tool does not appear as consequence.
-
Dominik Haumann authored
BUG: 430625
-
Waqar Ahmed authored
This change takes advantage of my previous change and reuses the stored colors instead of creating them from scratch every time. rootFileItem() now returns early for search-as-you-type and CurrentFile searches. This greatly reduces the amount of work it has to do. The same file which took 9-10 seconds in search now takes 5 seconds only
-