- 21 Jul, 2022 1 commit
-
-
Proxy models dont emit rowsMoved
-
- 09 Jul, 2022 3 commits
-
-
As is done in kio
-
This is to be consistent with other Dolphin.
-
-
- 07 Jul, 2022 1 commit
-
-
Friedrich W. H. Kossebau authored
Yes/No buttons in dialogs are discouraged (not only) by KDE HIG in favour of actions terms.
-
- 26 Jun, 2022 4 commits
-
-
Which will close all the docs under it.
-
Instead capture the sender with a lambda.
-
- Store pointers to the proxy and source models, less casting - Add some convenience methods, less code duplication - Remove QVariant::isValid() checks, QVariant::value() will return a default contructed/empty QList if the conversion/cast fails anyway - Initialize a member
-
Also use PMF signal/slot syntax.
-
- 16 Jan, 2022 1 commit
-
-
Don't remove + insert, we loose state that way. Instead move rows and then recursively expand parents if needed. BUG: 410143
-
- 29 Dec, 2021 1 commit
-
-
Volker Krause authored
-
- 15 Mar, 2021 1 commit
-
-
Waqar Ahmed authored
-
- 12 Mar, 2021 6 commits
-
-
Signed-off-by:
Waqar Ahmed <waqar.17a@gmail.com>
-
-
-
-
-
-
- 13 Feb, 2021 1 commit
-
-
Christoph Cullmann authored
-
- 29 Jan, 2021 2 commits
-
-
Alexander Lohnau authored
-
Alexander Lohnau authored
If you want git blame to ignore formatting revisions run: git config blame.ignoreRevsFile .git-blame-ignore-revs
-
- 27 Sep, 2020 1 commit
-
-
Ahmad Samir authored
Let JobUiDelegate handle the error messages. Keep the code building with older KF versions.
-
- 20 Sep, 2020 2 commits
-
-
Christoph Cullmann authored
-
Christoph Cullmann authored
-
- 11 Aug, 2020 1 commit
-
-
Nicolas Fella authored
It is about to be deprecated See https://phabricator.kde.org/T12177
-
- 19 Oct, 2019 1 commit
-
-
Filip Gawin authored
Only reinterpret cast was needed for: `reinterpret_cast<qptrdiff>(doc)`
-
- 06 Oct, 2019 1 commit
-
-
Christoph Cullmann authored
-
- 27 Sep, 2019 1 commit
-
-
Dominik Haumann authored
With this patch, Kate compiles even if deprecated Qt functions are disabled.
-
- 24 Sep, 2019 1 commit
-
-
Dominik Haumann authored
-
- 16 Sep, 2019 1 commit
-
-
Christoph Cullmann authored
-
- 08 Aug, 2019 1 commit
-
-
Christoph Cullmann authored
Summary: It (should) simplify code a bit. It some cases prevents copying strings, shared_ptrs. Reviewers: #kate, cullmann Reviewed By: #kate, cullmann Subscribers: cullmann, kwrite-devel, #kate Tags: #kate Differential Revision: https://phabricator.kde.org/D23010
-
- 03 Mar, 2019 3 commits
-
-
Nate Graham authored
-
Nate Graham authored
-
Nate Graham authored
-
- 24 Feb, 2019 1 commit
-
-
Summary: It was present in the Projects view but not the Documents tree. Test Plan: {F6627981} Reviewers: #kate, #vdg, dhaumann Reviewed By: #kate, #vdg, dhaumann Subscribers: dhaumann, abetts, ngraham, kwrite-devel Tags: #kate Differential Revision: https://phabricator.kde.org/D19197
-
- 08 Jan, 2019 1 commit
-
-
Laurent Montel authored
-
- 03 Dec, 2018 1 commit
-
-
Gregor Mi authored
Add file related actions to Tabbar context menu and File menu: Rename, Delete, Compare (new), and some more Summary: Add some actions to Tabbar context menu and File menu New items in Tabbar context menu: - 'Rename file' - 'Delete file' - 'Properties' - 'Compare' 'Compare' does the following: compare two files with an external diff tool. It works like this: right click on a tab which is NOT active and select the appropriate menu item (see screenshot). Then, the external tool opens and compares the active document with the one which was clicked on. Currently, three diff tools are supported: kdiff3, kompare and meld. New items in File main menu: - 'Rename file' - 'Delete file' - 'Compare' - 'Copy File Path' - 'Open Containing Folder' - 'Properties' Screenshots: Tab context menu: {F6414794} Tab context menu when no file is associated: {F6414793} Tab context menu with the compare feature: {F6431032} Diff tools not found: {F6450993} Actions are also available in the main File menu: {F6450928} NOTE: Some code of kfileactions.cpp was copied and adapted from katefiletree.cpp. TODO: reuse code there. Probably, this means kfileactions.h must be moved to KTextEditor. TODO: in a later change the 'Open with...' menu item which is currently available in the Projects and FileTree plugin could also be extracted and be added to the Tabbar context menu and File menu (Gwenview has it, too). Reviewers: #kate, #vdg, ngraham, cullmann Reviewed By: #kate, #vdg, ngraham, cullmann Subscribers: cullmann, anthonyfieroni, dhaumann, mmustac, ngraham, kwrite-devel Tags: #kate Differential Revision: https://phabricator.kde.org/D16830
-
- 19 Nov, 2018 1 commit
-
-
Gregor Mi authored
Summary: In the context menus of the Document Tree View plugin, the Project plugin, and the Tabbar, use the term Use 'Copy File Path' consistently. Reviewers: #kate, cullmann Reviewed By: #kate, cullmann Subscribers: kfunk, cullmann, ngraham, kwrite-devel Tags: #kate Differential Revision: https://phabricator.kde.org/D16819
-
- 14 Jul, 2018 1 commit
-
-
Christoph Cullmann authored
be consistent with the project tree view 1) single click activates document, like in project tree 2) non-document tree parts collapse/expand like normal BUG: 395082
-
- 12 Oct, 2017 1 commit
-
-
Lays Rodrigues authored
Summary: Update most of the connections of all files inside addons folder to qt5 pattern. Signed-off-by:
Lays Rodrigues <laysrodriguessilva@gmail.com> Reviewers: cullmann kfunk Tags: #kate Differential Revision: https://phabricator.kde.org/D7851
-