- 27 Mar, 2018 1 commit
-
-
Nate Graham authored
Summary: Use an icon that looks like it might be related to changing the wallpaper for the {nav Configure Desktop} menu item. This slightly improves discoverability for changing the wallpaper. CCBUG: 391485 Test Plan: Desktop Toolbox menu: {F5769965} Context menu: {F5769966} Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: mart, hein, broulik, richardbowen, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11253
-
- 26 Mar, 2018 5 commits
-
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
By accepting the key event we also keep the TextArea from trying to move the cursor itself potentially undoing our selection in the process. BUG: 392318 FIXED-IN: 5.12.4 Differential Revision: https://phabricator.kde.org/D11708
-
Burkhard Lück authored
rename dir doc/kcontrol/kcmlaunch to doc/kcontrol/kcmlaunchfeedback scripty automatically generates the correct name for the docmessages catalog, the language docs and the install target change install target to kcontrol/kcmlaunchfeedback in doc/kcontrol/kcmlaunchfeedback/CMakeLists.txt english docbook is found by khelpcenter Differential Revision: https://phabricator.kde.org/D11661
-
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
-
- 25 Mar, 2018 1 commit
-
-
Michail Vourlakos authored
Summary: --FolderView takes into account the units.iconSizeHints.panel value when is in panel in order to switch its appearance from CompactRepresentation to FullRepresentation and vice versa. BUG: 379888 Test Plan: confirm that in order for FolderView to change to FullRepresention when it is in panel, it respects the units.iconSizeHints.panel value. Reviewers: #plasma, hein, mart Reviewed By: #plasma, hein Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11651
-
- 24 Mar, 2018 7 commits
-
-
Eike Hein authored
-
Eike Hein authored
Summary: BUG:392264 Reviewers: #plasma, broulik Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11665
-
Eike Hein authored
Summary: BUG:392264 Reviewers: #plasma, broulik Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11665
-
David Edmundson authored
This reverts commit fe3db8ee. Concept is fine, but currently we have severe CMake issues as well as a major containment loading bug. When re-reverting we need to be sure to test with clean install prefixes.
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
- 23 Mar, 2018 5 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
Reviewers: #plasma, kde-i18n-doc, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: ltoscano, davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D10838
-
Marco Martin authored
-
- 22 Mar, 2018 1 commit
-
-
David Edmundson authored
Summary: I'm not the author, but it's pretty clear what the intention was. We expect to get one result back from proxyModel->match We use results.first(), so we want to check we have at least one entry. The assert was written backwards BUG: 387444 Test Plan: Can now remove a group without a crash Reviewers: #plasma, graesslin Reviewed By: #plasma, graesslin Subscribers: graesslin, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11567
-
- 21 Mar, 2018 1 commit
-
-
BUG: 392050 Reviewers: #plasma, hein, davidedmundson, ngraham Reviewed By: #plasma, hein Subscribers: davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11522
-
- 20 Mar, 2018 5 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
Summary: kded currently fails to handle list values set for X-KDE-OnlyShowOnQtPlatforms and will read the whole value as one string "xcb;" including the semicolon. Reviewers: mart, davidedmundson Reviewed By: davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11126
-
Daniel Vrátil authored
Summary: Calling beginRemoveRows() when the model is empty hits an assert in QAbstractItemModel which requires that the "last" argument is less than model row count, which is not true when the model is empty. Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11518
-
Marco Martin authored
Summary: use the new install macro to install bundled packages in the form of an rcc Test Plan: opened and used a bit every single plasmoid Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11515
-
Burkhard Lück authored
remove menubar style options add info how to use global menu now Differential Revision: https://phabricator.kde.org/D11455
-
- 19 Mar, 2018 2 commits
-
-
Roman Gilg authored
-
Roman Gilg authored
Summary: On Defaults the updated values need to be resynced to the QML part. Otherwise the UI is not updated. BUG: 392029 Test Plan: Manually tested in Wayland session. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11471
-
- 18 Mar, 2018 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
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 Mar, 2018 4 commits
-
-
Nate Graham authored
Summary: Slightly decrease the side margins within Folder View delegates, to give titles a tiny bit more room. This very slightly improves things for people who have desktop files with multi-line titles. CCBUG: 379432 Test Plan: Before, normal-sized icons: {F5755097} After, normal-sized icons: {F5755128} Before: small icons: {F5755102} After, small icons: {F5755127} Reviewers: hein, #plasma Reviewed By: hein, #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11358
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
Ensures changes take effect immediately Differential Revision: https://phabricator.kde.org/D11327
-
BUG: 386546 plasma-desktop - bad textarea width in rename file steps for replicate: create file (on plasma-destkop) with filename 't1' try rename file to: 't1 test test' Reviewers: #plasma, hein Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D10837
-
- 13 Mar, 2018 6 commits
-
-
Kai Uwe Broulik authored
Standard Shortcuts (e.g. Ctrl+C for Copy) are the least likely shortcuts to be changed. Differential Revision: https://phabricator.kde.org/D11103
-
Eike Hein authored
Summary: ListView.contentItem does crazy things when the view is set to 0 height, causing ScrollArea to show a scrollbar. This avoids it. Also cleans up a warning about anchoring the highlight on the side. BUG:391644 Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11254
-
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"
-
Xuetian Weng authored
-
Xuetian Weng authored
The width and height are also scaled, we need to get the native width and height before we do the repositioning.
-
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"
-