- 22 Apr, 2018 2 commits
-
-
Summary: The fonts kcm offers different font rendering settings. Currently, one needs to apply the settings and reopen the application to see the changes. This patch adds a way to render fonts at different settings (mostly based on existing code in kfontinst) and adds preview images to the sub-pixel and hinting comboboxes. This is part of a planned redesign of the fonts kcm. See the discussion in https://phabricator.kde.org/T7927 Test Plan: Open the fonts kcm, click on the sub-pixel combobox. The preview images should look different. {F5743556} Reviewers: #plasma, harmathy, mart, davidedmundson, ngraham Reviewed By: #plasma, harmathy, mart, ngraham Subscribers: ngraham, davidedmundson, abetts, broulik, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11064
-
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 Apr, 2018 1 commit
-
-
Luigi Toscano authored
-
- 19 Apr, 2018 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 Apr, 2018 4 commits
-
-
Eike Hein authored
Reviewers: #plasma, broulik Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D12324
-
Eike Hein authored
Summary: * Changed the overall design from two lists to one list with a modal sheet to add more languages. * Replaced a modal "You need to relogin for changes" dialog with a MessageType.Positive InlineMessage. * Reworked the way missing languages are handled: The old KCM silently rewrote config and showed a warning. The new design shows an informative warning and removes the missing languages on the next save. Until then they're flagged as missing in the list. * Manages Apply button state correctly (or rather at all ...). This depends on D12097. This implements T7247. This is currently not final code. It's a WIP upload to give Marco something to work with to fix various Kirigami and SimpleKCM problems. Currently known issues: * Does not save (code is from old KCM, might have been broken there) * Disabled SwipeListItem actions do not show disabled * Placement of actions button in SwipeListItem is wonky if the contentItem is a RowLayout * SwipeListItem spews errors about positionAnimation after using an action * SwipeListItem is awkward to use, we need a drag-reorderable list delegate * OverlaySheet spews numerous warnings about not being able to find applicationWindow and activeFocusItem * The sheet is parented to the SimpleKCM's parent since there's no app window to be modal too * The footer inside an OverlaySheet sometimes moves up above the content instead of staying down * Even though SimpleKCM is just a Kirigami.ScrollablePage like Kirigami Gallery pages, an InlineMessage that fills the page width gets cut off on the left and right, so wonky code to insert margins next to them * List has window bg color as background instead of view background color Reviewers: #kirigami, mart Subscribers: plasma-devel Tags: #plasma, #kirigami Differential Revision: https://phabricator.kde.org/D12102
-
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"
- 17 Apr, 2018 3 commits
-
-
David Faure authored
-
David Faure authored
Summary: The new asserts added in qtbase in commit 00c09e752f (Qt 5.11) are triggered by this invalid code, which sets up the model before the begin* methods. So Qt already sees the new rowCount in that method, which is wrong. Test Plan: Opening the K menu Reviewers: hein, davidedmundson Reviewed By: davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D12275
-
Kai Uwe Broulik authored
The preview code could luckily be left completely untouched. Differential Revision: https://phabricator.kde.org/D12248
-
- 16 Apr, 2018 4 commits
-
-
Marco Martin authored
Summary: redically simplifying the code, port the ksplash kcm to the new design Test Plan: selecting and preview work correctly, resize behavior is correct Reviewers: #plasma, #vdg, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: ngraham, abetts, davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D12088
-
Marco Martin authored
Summary: use the new design for the look and feel kcm, together with a massive code simplification Test Plan: pply does work, as preview of themes Reviewers: #plasma, #vdg, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D12090
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
BUG: 391145 FIXED-IN: 5.12.5 Differential Revision: https://phabricator.kde.org/D12146
-
- 15 Apr, 2018 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 Apr, 2018 1 commit
-
-
Kai Uwe Broulik authored
You can load custom icons through icon dialog, so support non-square icons just like Kicker does. Code mostly from Kicker. Differential Revision: https://phabricator.kde.org/D12161
-
- 11 Apr, 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"
-
- 10 Apr, 2018 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 Apr, 2018 4 commits
-
-
Marco Martin authored
-
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"
-
Stefan Brüns authored
Summary: There is no reason to make mounting dependent on the StorageAccess.ignore flag, which just serves a a hint for visualization. This change sneaked in when porting to KF5, no justification given. BUG: 389479 Reviewers: ngraham, #plasma, broulik Reviewed By: ngraham Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D12050
-
Stefan Brüns authored
Summary: There is no reason to make mounting dependent on the StorageAccess.ignore flag, which just serves a a hint for visualization. This change sneaked in when porting to KF5, no justification given. BUG: 389479 Reviewers: ngraham, #plasma, broulik Reviewed By: ngraham Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D12050
-
- 08 Apr, 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"
-
- 06 Apr, 2018 2 commits
-
-
Zren (Chris Holland) authored
Got missed during the D8006 code review. Differential Revision: https://phabricator.kde.org/D11970
-
Marco Martin authored
Summary: support the new standalone splashscreens of D11918 also add a GHNS button for the new splashscreen store category FEATURE: 358839 Test Plan: splashscreens are correctly listed, installed and removed both ones in lnf packages and standalone are listed. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11919
-
- 05 Apr, 2018 6 commits
-
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
Ensures the shortcuts are shown in the menu. We need to accept the event if we handled it or else the containment will trigger the action leading to double activation. BUG: 392730 FIXED-IN: 5.12.5 Differential Revision: https://phabricator.kde.org/D11953
-
Kai Uwe Broulik authored
Ensures the keyboard shortcut is visible in the menu CCBUG: 392730 Differential Revision: https://phabricator.kde.org/D11947
-
Kai Uwe Broulik authored
Avoids triple lookup (contains → value → remove) take() removes the item from the list and returns it. It returns nullptr for non-existing items which is perfectly fine to call delete on. Differential Revision: https://phabricator.kde.org/D11946
-
Kai Uwe Broulik authored
Previously this was only done for files inside Trash. Now also the context menu of a Trash link has correct state. BUG: 392738 FIXED-IN: 5.12.5 Differential Revision: https://phabricator.kde.org/D11944
-
Kai Uwe Broulik authored
Forward the action information to the model and pass all information to run. This way future me will not have to wonder why actions don't work when he touches this area of code again. Differential Revision: https://phabricator.kde.org/D11927
-
- 04 Apr, 2018 5 commits
-
-
Burkhard Lück authored
bump date + releaseinfo remove obsolete entities kfontview, kappname, package - either already defined in kdoctools or unused in kf5 fix name of systemsettings module and add info about the extended managemanet capabilities Differential Revision: https://phabricator.kde.org/D11832
-
Burkhard Lück authored
proofread bump date + releaseinfo kde -> plasma Differential Revision: https://phabricator.kde.org/D11812
-
Burkhard Lück authored
proofread + update bump date + releaseinfo Differential Revision: https://phabricator.kde.org//D11813
-
Burkhard Lück authored
proofread + update bump date + releaseinfo replace kddm with sddm replace kde with plasma Differential Revision: https://phabricator.kde.org/D11817
-
Burkhard Lück authored
bump date + releaseinfo remove kde-look.org/store.kde.org, there are no fonts available add info about Unicode Blocks in kfontview preview Differential Revision: https://phabricator.kde.org/D11831
-
- 03 Apr, 2018 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"
-