- 17 Jan, 2018 4 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel 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"
-
- 16 Jan, 2018 1 commit
-
-
Laurent Montel authored
-
- 15 Jan, 2018 3 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Kai Uwe Broulik authored
This makes it consistent with regular headers without authentication required. It was still using bold for the header and italic for the sub text. BUG: 388515 FIXED-IN: 5.12.0 Differential Revision: https://phabricator.kde.org/D9649
-
- 12 Jan, 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"
-
- 05 Jan, 2018 1 commit
-
-
Laurent Montel authored
-
- 28 Dec, 2017 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 Dec, 2017 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 Dec, 2017 1 commit
-
-
Marco Martin authored
-
- 13 Dec, 2017 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 Dec, 2017 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"
-
- 03 Dec, 2017 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 Nov, 2017 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 Nov, 2017 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 Nov, 2017 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"
-
- 05 Nov, 2017 1 commit
-
-
Nathaniel Graham authored
Summary: BUG: 384900 Test Plan: Tested in KDE Neon. Before: {F5475292} After: {F5475293} Reviewers: #kde_applications, davidedmundson, broulik, apol Reviewed By: apol Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D8659
-
- 02 Nov, 2017 1 commit
-
-
Marco Martin authored
before comparing new and old row, map the new one to the source model BUG:386454
-
- 29 Oct, 2017 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 Oct, 2017 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"
-
- 25 Oct, 2017 3 commits
-
-
Kai Uwe Broulik authored
Instead of duplicating the name and icon work, just bind it to the QAction itself. Also respect visibility of actions for KIOSK restriction. Differential Revision: https://phabricator.kde.org/D8358
-
Fabian Vogt authored
-
Fabian Vogt authored
Summary: In "Fix colours not updating in systemsettings", the application name got changed from "systemsettings5" (inferred from the binary name) to "systemsettings", which results in a change from "org.kde.systemsettings5" as DBus path to "org.kde.systemsettings". KLauncher uses org.kde.<binary name> by default, so that needs to be overwritten. Fixes the "KDEInit count not launch /usr/bin/systemsettings5" message after closing systemsettings and likely also launching it while it's running. Test Plan: Opened it from dolphin and closed the window again. Only after this patch the KDEInit error message disappeared. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: ngraham, broulik, rikmills, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D8455
-
- 24 Oct, 2017 3 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
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"
-
- 23 Oct, 2017 2 commits
-
-
Marco Martin authored
-
David Edmundson authored
Summary: (after a lot of looking, it turns it's out not a bug in the QQC desktop style) KSharedConfig::openConfig() opens the config based on the app name. The app name comes from the exec name, or KAboutData::setApplicationData. setApplicationData only works on an existing qApp. This means the QPT loaded in the QApp uses the wrong config. The effect is minimal because most stuff is in kdeglobals, but it means the KSharedConfigPtr is not shared with the one used elsewhere in the app. This is wasteful, but also means the QPT calling reparseConfiguration doesn't take effect, leading to colours not being dynamically updated Reviewers: #plasma, mart Reviewed By: #plasma, mart Subscribers: ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D8399
-
- 18 Oct, 2017 3 commits
-
-
Yuri Chornoivan authored
-
Elkana Bardugo authored
-
Julian Wolff authored
Summary: kcm modules have backgroundColor as main background color. The new systemsettings sidebar design has viewBackgroundColor as main background color. Through this, the kcm modules look a little misplaced to me. With this patch, the sidebar's headers have backgroundColor as their background color, matching the background color of kcm modules. Thus, kcm modules look a little better embedded. This might conflict other's tastes or even conflict VDG guidelines I am not aware of. So let me know what you think. Reviewers: #plasma_workspaces, mart Reviewed By: #plasma_workspaces, mart Subscribers: broulik, ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D8277
-
- 17 Oct, 2017 3 commits
-
-
Elkana Bardugo authored
-
Marco Martin authored
Summary: correct keyboard navigation in systemsettings, since there is a mix of qwidgets and QQuickWidgets, when a QQW takes focus, then the focus chain in the keyboard navigation should traverse it, then go put of it and focus the next widget, being a normal qwidget or another qqw in which case the same hack applies Test Plan: navigating in and out the sidebar and the intro page works QML based kcms are still not managed, they will need a similar thing Reviewers: #plasma Subscribers: davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D8221
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 16 Oct, 2017 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"
-
- 14 Oct, 2017 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 Oct, 2017 1 commit
-
-
David Edmundson authored
Test Plan: Opened it. Reviewers: #plasma, apol Reviewed By: apol Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D8143
-