- 30 Jun, 2019 11 commits
-
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
Also add a context object to callback registration.
-
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"
-
- 29 Jun, 2019 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"
-
- 28 Jun, 2019 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"
-
- 27 Jun, 2019 1 commit
-
-
Mark Nauwelaerts authored
-
- 24 Jun, 2019 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"
-
- 15 Jun, 2019 1 commit
-
-
Michal Humpula authored
BUG: 392858 Differential Revision: https://phabricator.kde.org/D21409
-
- 03 Jun, 2019 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"
-
- 01 Jun, 2019 1 commit
-
-
Script Kiddy authored
-
- 30 May, 2019 3 commits
-
-
Sergio Martins authored
Windows doesn't use the dbus stuff and instead uses qtsingleapplication, which does support window activation if setActivationWindow is called. setActivationWindow wasn't called anywhere. Differential Revision: 21485 CCBUG: 407288
-
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
-
- 27 May, 2019 1 commit
-
-
Méven Car authored
Summary: QFileDialog has by default an overwrite check, avoid the second one done by kate. Related to D21401 Reviewers: #kate, #frameworks, cullmann Reviewed By: #kate, cullmann Subscribers: apol, dhaumann, kwrite-devel Tags: #kate Differential Revision: https://phabricator.kde.org/D21402
-
- 26 May, 2019 1 commit
-
-
Michal Humpula authored
BUG: 407103 Differential Revision: 21405
-
- 24 May, 2019 2 commits
-
-
Christoph Cullmann authored
BUG: 407288
-
Script Kiddy authored
-
- 22 May, 2019 3 commits
-
-
Christoph Cullmann authored
-
Christoph Cullmann authored
Summary: Me being an idiot and all forgot to change the quick open model when configuration dialog changes the mode (sigh). So fixing that. Testing manually it seems that now it behaves as expected. Thanks for being so patient. BUG: 407512 Reviewers: cullmann Reviewed By: cullmann Subscribers: kwrite-devel Tags: #kate Differential Revision: https://phabricator.kde.org/D21294
-
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"
-
- 19 May, 2019 8 commits
-
-
Michal Humpula authored
Closes: D21187
-
Dominik Haumann authored
-
Dominik Haumann authored
Previous: /home/async and /home/autolink --> prefix path == "/home/a". Now the returned path is correct, i.e. "/home/". This should also work on Windows thanks to normalized QUrl paths.
-
Dominik Haumann authored
-
Dominik Haumann authored
Now, insertDocument() and removeDocument() are symmetric operations of the model.
-
Dominik Haumann authored
-
Dominik Haumann authored
-
Dominik Haumann authored
Previously, raising a document (i.e. moving it to row 0) was done by unregistering + registering a document again. This triggered several calls of the expensive updateItems() call, even though updateItems() is not needed at all in this case. Now we directly raise via std::rotate(), following the nice talk https://www.youtube.com/watch?v=W2tWOdzgXHA
-
- 18 May, 2019 4 commits
-
-
Dominik Haumann authored
-
Dominik Haumann authored
-
Dominik Haumann authored
Problem was that calling beginInsertRows() used the wrong row count. See warning output: kate(28432)/(default) unknown: QAbstractItemModel::endInsertRows: Invalid index ( 2 , 1 ) in model detail::TabswitcherFilesModel(0x12e61e0) kate(28432)/(default) unknown: QAbstractItemModel::endInsertRows: Invalid index ( 2 , 0 ) in model detail::TabswitcherFilesModel(0x12e61e0)
-
Dominik Haumann authored
-