- 21 Oct, 2019 1 commit
-
-
Kai Uwe Broulik authored
Otherwise there'll be a blank spot. BUG: 413178 FIXED-IN: 5.17.1 Differential Revision: https://phabricator.kde.org/D24818
-
- 07 Oct, 2019 1 commit
-
-
Kai Uwe Broulik authored
Differential Revision: https://phabricator.kde.org/D24427
-
- 18 Sep, 2019 1 commit
-
-
Summary: Add tooltips to the most used settings in the intro page {F7375883} Test Plan: Move your cursor on one of the most used settings, a tooltip will appear Reviewers: #vdg, ngraham, GB_2 Reviewed By: #vdg, ngraham Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D24049
-
- 19 Aug, 2019 1 commit
-
-
Björn Feber authored
Summary: {F7206388} Also makes QML imports consistent. Test Plan: Open the System Settings. Everything should still work. Reviewers: #plasma, #vdg, ngraham, mart, broulik Reviewed By: #plasma, #vdg, ngraham, broulik Subscribers: mart, filipf, ngraham, broulik, #vdg, plasma-devel, #plasma Tags: #plasma Maniphest Tasks: T10862 Differential Revision: https://phabricator.kde.org/D22896
-
- 02 May, 2019 1 commit
-
-
Kai Uwe Broulik authored
They are compiled but never used since it's all done in QML Differential Revision: https://phabricator.kde.org/D20894
-
- 28 Jan, 2019 1 commit
-
-
David Edmundson authored
Summary: KAboutData::setProgramIconName isn't used in the AboutData dialog box, instead the generic QApplication icon name is used. Therefore there's little point setting it. It was also used by classic mode to create an icon in the config page that it has, but we can do that directly. Test Plan: Compiles Looked at module about data Looked at settings page Reviewers: #plasma, apol Reviewed By: apol Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D18489
-
- 01 Jan, 2019 1 commit
-
-
Nate Graham authored
Summary: Tooltips are already shown for both categories as well as top-level items at the category level (e.g. Printers). This patch makes the tooltips show up for subcategory items as well. FEATURE: 402651 FIXED-IN: 5.15.0 Test Plan: {F6515354, size=full} Reviewers: #vdg, #plasma, mart, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D17864
-
- 16 Nov, 2018 1 commit
-
-
Yuri Chornoivan authored
-
- 20 Jul, 2018 4 commits
-
-
Marco Martin authored
BUG:394553
-
Marco Martin authored
BUG:394553
-
Marco Martin authored
It shouldn't crash, but display exactly what the error was with its qml BUG:394902
-
Marco Martin authored
It shouldn't crash, but display exactly what the error was with its qml BUG:394902
-
- 14 May, 2018 1 commit
-
-
David Edmundson authored
Summary: When you switch module with unsaved changes the other modes prompt if you want to save the changes. Sidebar mode did not. BUG: 392160 Test Plan: Made a change, clicked another module. Got a prompt. Clicked apply, it applied then changed Tried again Clicked cancel, it didn't change Reviewers: #plasma, broulik Reviewed By: #plasma, broulik Subscribers: broulik, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D12686
-
- 08 Feb, 2018 2 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
- 17 Jan, 2018 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 02 Nov, 2017 1 commit
-
-
Marco Martin authored
before comparing new and old row, map the new one to the source model BUG:386454
-
- 25 Oct, 2017 1 commit
-
-
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
-
- 17 Oct, 2017 1 commit
-
-
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
-
- 04 Oct, 2017 1 commit
-
-
David Faure authored
Caught a real bug, I think (URLs without scheme).
-
- 04 Aug, 2017 1 commit
-
-
Marco Martin authored
when we activate a category we need to know the actual index of the sorted first menuproxymodel, not its source model which being sorted has different items at different rows, so use a proxy to sort and another to filter
-
- 31 Jul, 2017 1 commit
-
-
Marco Martin authored
pressing esc is not supposed to close the module on this view
-
- 06 Jul, 2017 2 commits
-
-
Marco Martin authored
repopulate (or depopulate) the toolbar when the active view changes (but its instance was already loaded) BUG:380083
-
Marco Martin authored
BUG:381701
-
- 21 Jun, 2017 1 commit
-
-
Marco Martin authored
-
- 20 Jun, 2017 1 commit
-
-
Marco Martin authored
-
- 06 Jun, 2017 2 commits
-
-
Marco Martin authored
-
Marco Martin authored
Summary: use kactivities to track the most used modules (kcmshell will need to as well) and present them in the start page as 5 big icons Test Plan: empty kactivities db, show default set, after some usage, the most used modules come on top Reviewers: #plasma, #vdg Subscribers: davidedmundson, abetts, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D6061
-
- 31 May, 2017 2 commits
-
-
Marco Martin authored
-
Marco Martin authored
don't remove/readd the page when we are just changing the model of the page, make sure a signle model reset signal arrives to the view to populate it all in one go
-
- 12 May, 2017 9 commits
-
-
Marco Martin authored
-
Marco Martin authored
-
Marco Martin authored
-
Marco Martin authored
-
Marco Martin authored
-
Marco Martin authored
-
Marco Martin authored
-
Marco Martin authored
-
Marco Martin authored
-