- 08 Oct, 2019 2 commits
-
-
Christoph Cullmann authored
CCBUG: 412721
-
Christoph Cullmann authored
CCBUG: 412721
-
- 06 Oct, 2019 1 commit
-
-
Christoph Feck authored
-
- 05 Oct, 2019 1 commit
-
-
Christoph Cullmann authored
-
- 02 Oct, 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"
-
- 30 Sep, 2019 1 commit
-
-
Christoph Cullmann authored
CCBUG: 411965 (cherry picked from commit ec4391fb)
-
- 29 Sep, 2019 4 commits
-
-
(cherry picked from commit c5b8abf0)
-
Christoph Cullmann authored
-
Christoph Cullmann authored
(cherry picked from commit 209f2f74)
-
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 Sep, 2019 2 commits
-
-
Dominik Haumann authored
Test with `kate --reverse`
-
Christoph Cullmann authored
without this, we don't scale properly on e.g. Windows
-
- 08 Sep, 2019 1 commit
-
-
- 01 Sep, 2019 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"
-
Christoph Feck authored
-
- 24 Aug, 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"
-
- 19 Aug, 2019 1 commit
-
-
Christoph Cullmann authored
stop button no longer did show up now it does again code now uses widget name an not just index to make usage more clear
-
- 17 Aug, 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"
-
- 12 Aug, 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"
-
- 09 Aug, 2019 1 commit
-
-
Christoph Cullmann authored
BUG: 410742
-
- 08 Aug, 2019 1 commit
-
-
Christoph Feck authored
-
- 05 Aug, 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"
-
- 04 Aug, 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"
-
- 31 Jul, 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"
-
- 29 Jul, 2019 1 commit
-
-
Christoph Feck authored
-
- 22 Jul, 2019 1 commit
-
-
Script Kiddy authored
-
- 21 Jul, 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"
-
- 19 Jul, 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"
-
- 18 Jul, 2019 1 commit
-
-
Christoph Cullmann authored
-
- 16 Jul, 2019 2 commits
-
-
Christoph Cullmann authored
-
Christoph Cullmann authored
-
- 15 Jul, 2019 2 commits
-
-
Albert Astals Cid authored
-
Christoph Cullmann authored
Summary: When the find and replace toolview is in the left or right sidebars, move the combo boxes on their own rows so they have more space. This patch changes the position of the combo boxes when the toolview width is smaller than its height. The goal is to be able to see a large string in the find and/or replace combo boxes within a moderately narrow toolview. Test Plan: Original suggestion, widgets are not grouped: {F6930229} {F6930232} 2nd suggestion, buttons are small: {F6931264} {F6931265} 3rd suggestion: {F6933433} toolview height Vs combobox width: before, 22 result lines, the combobox needs to be expanded {F7021390} after, 20 result lines, the combobox is large {F7021407} Reviewers: #kate, sars, #vdg, ngraham Reviewed By: #kate, sars, #vdg, ngraham Subscribers: cullmann, ngraham, kwrite-devel Tags: #kate, #vdg Differential Revision: https://phabricator.kde.org/D22059
-
- 14 Jul, 2019 7 commits
-
-
Christoph Cullmann authored
this handles symlinks in paths + .. correctly BUG: 339061
-
Christoph Cullmann authored
works fine for me, too, even for minimized windows BUG: 407288
-
Christoph Cullmann authored
-
Christoph Cullmann authored
terminals still don't want to get focus :/ CCBUG: 407495
-
Dominik Haumann authored
From the Qt docs: If you pass the Qt::UniqueConnection type, the connection will only be made if it is not a duplicate. If there is already a duplicate (exact same signal to the exact same slot on the same objects), the connection will fail and connect will return an invalid QMetaObject::Connection. In this case, the first connect worked, but the second time the connect was already there, so an invalid QMetaObject::Connection was returned, leading to the assert. I think we don't need the assert.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-