- 29 Aug, 2021 2 commits
-
-
Christopher Yeleighton authored
-
Yuri Chornoivan authored
-
- 27 Aug, 2021 1 commit
-
-
Heiko Becker authored
(cherry picked from commit 82664284)
-
- 24 Aug, 2021 3 commits
-
-
This adds a red background if a search was made using an invalid regex. Also the tooltip contains the human-readable error string from the QRegularExpression class.
-
Yuri Chornoivan 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"
-
- 23 Aug, 2021 2 commits
-
-
Jan Paul Batrina authored
-
Jan Paul Batrina authored
By default, automatic accelerators are enabled (at least in KDE), and thus '&' characters in tab names are erroneously treated as requests for accelerators. BUG: 441340
-
- 21 Aug, 2021 2 commits
-
-
Christoph Cullmann authored
This reverts commit 88c6ab08. Reverts session behavior back to 21.08 release style we need to re-think how we really want to handle that BUG: 441188
-
Christoph Cullmann authored
This reverts commit 785665d8.
-
- 20 Aug, 2021 2 commits
-
-
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"
-
Script Kiddy authored
-
- 16 Aug, 2021 1 commit
-
-
Yuri Chornoivan authored
-
- 15 Aug, 2021 1 commit
-
-
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"
-
- 06 Aug, 2021 3 commits
-
-
Waqar Ahmed authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 05 Aug, 2021 1 commit
-
-
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"
-
- 04 Aug, 2021 3 commits
-
-
Heiko Becker authored
(cherry picked from commit 51cb1914)
-
You can use "Ctrl + Shift + t" to create a new tab (when konsole plugin has focus). Not sure how to make this more discoverable atm. BUG: 437922 419710 435398 200322 145203 Signed-off-by:
Waqar Ahmed <waqar.17a@gmail.com>
-
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 Aug, 2021 3 commits
-
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
- 02 Aug, 2021 1 commit
-
-
Christoph Cullmann authored
incooperate the sole patches needed there from haikuports
-
- 01 Aug, 2021 1 commit
-
-
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"
-
- 31 Jul, 2021 2 commits
-
-
Christoph Cullmann authored
compute e.g. full path name only once in the thread same for the filename/path without filename create already all needed QStandardItem objects in the worker threads, too this should significantly reduce the time the main thread is blocked
-
Christoph Cullmann authored
the checkAndRefreshGit() call later in the constructor will already handle this
-
- 29 Jul, 2021 3 commits
-
-
-
This ensures that the sidebar size is always restored correctly
-
Robert Hoffmann authored
Include kcoreaddons_version.h
-
- 28 Jul, 2021 2 commits
-
-
Christoph Cullmann authored
helper function will e.g. ensure we have always GIT_OPTIONAL_LOCKS=0 set like adviced for editor background calls this allows to add more such stuff in the future in one central place
-
Robert Hoffmann authored
This patch is part of performance optimizations for mounted network shares, see also kcoreaddons, kio, kconfigwidgets, kwidgetsaddons, ktexteditor, dolphin. It can speed up the start of Kate and opening documents when operating on slow network drives.
-
- 27 Jul, 2021 5 commits
-
-
Signed-off-by:
Waqar Ahmed <waqar.17a@gmail.com>
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
... as may be useful in progress report cases
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
- 26 Jul, 2021 1 commit
-
-
The current server, pyls, is no longer worked on. This commit replaces it with an actively developed fork of the same server, pylsp.
-
- 24 Jul, 2021 1 commit
-
-
Waqar Ahmed authored
Currently we are sending requests on every typed character and everytime we change view. This can be really heavy on the server, especially with large documents. It results in problems such as "incorrect highlighting" because server isn't in sync with the latest changes in the document. This change introduces a simple mechanism to fix this: Use a QTimer to reduce the amount of requests. Every time we type or change the current KTE::View this timer gets started/restarted and when it times out, it just refreshes the highlighting. This means no more highlight-as-you-type, which is both good and bad but since we can't really control the servers, I think this is better. Signed-off-by:
Waqar Ahmed <waqar.17a@gmail.com>
-