- 06 May, 2021 1 commit
-
-
button BUG: 425436 (cherry picked from commit 6925dd2f)
-
- 18 Apr, 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"
-
- 30 Mar, 2021 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 04 Mar, 2021 1 commit
-
-
Fabian Vogt authored
It defaults to Qt::MatchStartsWith and thus returns the wrong result.
-
- 24 Jan, 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"
-
- 19 Jan, 2021 1 commit
-
-
We're not binding to the action so we don't want setGlobalShortcut. We also need to not autoload in order to actually save anything. BUG: 374575 (cherry picked from commit c5413826) (cherry picked from commit 33fd3058) (cherry picked from commit 395aba0f)
-
- 07 Jan, 2021 2 commits
-
-
Nate Graham authored
Folder view has some logic to switch between its compact and full representations for vertical panels, but it is faulty, and causes the switch to happen at approximately 50px width. At this width, the display is completely unusable as the text is elided away into nothingness. This commit remedies the situation by imposing a more sane minimum width based on gridUnit. With the default 10pt font, the minimum thickness is now 144px, which leaves enough room for the labels to be at least partially visible. At lower panel widths, the applet displays its compact representation. BUG: 406806 FIXED-IN: 5.18.7
-
Nate Graham authored
-
- 22 Dec, 2020 1 commit
-
-
Right now due to the fact that it is a shared config, we may load the old value from memory. BUG: 418175 FIXED-IN: 5.21 (cherry picked from commit 27a64b96)
-
- 29 Nov, 2020 1 commit
-
-
Script Kiddy authored
-
- 20 Nov, 2020 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 Nov, 2020 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 Nov, 2020 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"
-
- 20 Oct, 2020 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 Sep, 2020 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 01 Sep, 2020 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
-
- 29 Aug, 2020 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"
-
- 26 Aug, 2020 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"
-
- 10 Aug, 2020 1 commit
-
-
Ahmad Samir authored
Due to KConfig dropping QFont styleName property (for "Regular"-like font styles, see [1] for more details), the font selection dialog invoked by the KCM could end up selecting the wrong style; this change sets the appropriate "Regular" style on the QFont object before invoking the font selection dialog to fix/workaround the issue. Note that in Plasma master branch the issue is handled differently, since we switched from QFontDialog to KFontChooserDialog (the latter has that logic built-in). [1] https://phabricator.kde.org/D27735 CCBUG: 420287
-
- 21 Jul, 2020 1 commit
-
-
Nicolas Fella authored
Locations are folders. Set the appropriate hint in order to get folder dialogs. BUG: 424438 FIXED-IN: 5.18.6 (cherry picked from commit 40499005)
-
- 16 Jul, 2020 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 Jul, 2020 1 commit
-
-
David Redondo authored
Fixes duplicate breeze entry after installing a cursor theme from a local file. (cherry picked from commit caa0ecbb)
-
- 18 Jun, 2020 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
-
- 17 Jun, 2020 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
-
- 04 Jun, 2020 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 May, 2020 1 commit
-
-
Summary: When using fractional scaling, bottom icons are blurred. This patch fixes the issue. BUG: 418165 Test Plan: No side effects. Before: {F8289358} After: {F8289369} Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D29481
-
- 05 May, 2020 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 04 May, 2020 1 commit
-
-
Kai Uwe Broulik authored
So KRunner can catch that in a KConfigWatcher Differential Revision: https://phabricator.kde.org/D29410
-
- 30 Apr, 2020 1 commit
-
-
Cyril Rossi authored
Summary: Changing the icon size should emits `KIconloader::iconLoaderSettingsChanged` as well BUG: 420577 FIXED-IN: 5.18.5 Reviewers: #plasma, bport, broulik Reviewed By: #plasma, bport, broulik Subscribers: broulik, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D29285
-
- 27 Apr, 2020 1 commit
-
-
Kai Uwe Broulik authored
The lambda returns a QStringBuilder which contains dangling references, see also QTBUG-47066 BUG: 420452 FIXED-IN: 5.18.5 Differential Revision: https://phabricator.kde.org/D29224
-
- 25 Apr, 2020 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"
-
- 22 Apr, 2020 2 commits
-
-
Cyril Rossi authored
Summary: BUG: 414417 * While saving a new global theme, don't set splash screen if none is provided, leave the current one. * KSplash kcfg set default to breeze instead of the current lnf theme which may not contain a splash screen. Test Plan: * Open LookAndFeel KCM, apply Breeze Dark, then open Splash screen KCM, Breeze should be highlighted. * Open splash screen KCM, select none, click on defaults, Breeze should be selected. Reviewers: #plasma, ervin, bport, meven, ngraham Reviewed By: ervin, ngraham Subscribers: ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D28656
-
Cyril Rossi authored
Summary: BUG: 419552 * Some Global Theme may refer to breeze widget style with a lower case b, apply the proper name `Breeze` BUG: 418698 * Some Global Theme use widget style that may not be installed, then don't apply it. Test Plan: * Open KCM LookAndFeel, open GHNS and install Qogir-light theme, then apply it. Open Application Style KCM, if kvantum is not installed, Breeze is highlighted. * Open KCM LookAndFeel, open GHNS and install Aritim-Light, then apply it. Open Application Style KCM, Breeze is highlighted. Reviewers: #plasma, ervin, bport, meven, ngraham Reviewed By: ervin, ngraham Subscribers: ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D28662
-
- 21 Apr, 2020 1 commit
-
-
Nate Graham authored
Will submit a patch to calculate the width automtically so we don't need to hardcode this and manually update it again in the future. BUG: 420385 FIXED-IN: 5.18.5
-
- 20 Apr, 2020 2 commits
-
-
Summary: When the root is in the "Search" state, we can safely disable it. BUG: 401861 Reviewers: #plasma, hein, ngraham, davidedmundson Reviewed By: #plasma, ngraham, davidedmundson Subscribers: davidedmundson, ngraham, bugseforuns, dginovker, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D28985
-
Marco Martin authored
This reverts commit ba66d2ea.
-
- 19 Apr, 2020 1 commit
-
-
Nate Graham authored
Summary: BUG: 377653 FIXED-IN: 5.18.5 Test Plan: Before: {F7884930} After: {F7884929} Reviewers: #plasma Subscribers: cfeck, davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D26695
-