| Summary: | Convert sidebar into a flat list with headers so we never have empty tree view parent items that do nothing when clicked | ||
|---|---|---|---|
| Product: | [Applications] kinfocenter | Reporter: | Rainer Finke <rainer> |
| Component: | general | Assignee: | David Hubner <hubn3rd> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nate, sitter |
| Priority: | NOR | ||
| Version First Reported In: | 5.17.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/systemsettings/ca28b62000fff52df486fe05ff248018b0b16fc3 | Version Fixed/Implemented In: | 5.19.0 |
| Sentry Crash Report: | |||
|
Description
Rainer Finke
2019-10-15 16:02:43 UTC
This should probably use a flat list rather than a tree view, with the current top-level tree view categories being converted into headers. Basically it should look more like System Settings' sidebar. Git commit ca28b62000fff52df486fe05ff248018b0b16fc3 by Marco Martin.
Committed on 28/01/2020 at 13:14.
Pushed by mart into branch 'master'.
Introduce an Info Center mode
Summary:
withthe command line switch -i, start
systemsettings loading the KInfoCenter modules and hyerarchy instead.
* KAboutData and dbus service name will be the same of KInfoCenter
* The startup page is not shown but the "System Information" kcm is loaded instead
* KACtivityStats is disabled
* The home button will load the "System Information" kcm as well
* It will *always* be in sidebar mode regardless how systemsettings is configured
* Config dialog can't be open.
Test Plan:
* SystemSettings mode functionality didn't change
* infocenter mode is fully functional
{F7930943}
Reviewers: #plasma, davidedmundson
Reviewed By: #plasma, davidedmundson
Subscribers: meven, davidedmundson, broulik, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D26895
M +56 -16 app/SettingsBase.cpp
M +4 -1 app/SettingsBase.h
M +44 -14 app/main.cpp
M +10 -0 core/BaseData.cpp
M +16 -0 core/BaseData.h
M +17 -1 core/BaseMode.cpp
M +23 -1 core/BaseMode.h
M +3 -0 core/MenuItem.cpp
M +17 -2 core/MenuModel.cpp
M +2 -0 core/MenuModel.h
M +47 -3 core/ModuleView.cpp
M +42 -0 core/ModuleView.h
M +2 -2 icons/IconMode.cpp
M +38 -11 sidebar/SidebarMode.cpp
M +1 -1 sidebar/SidebarMode.h
https://commits.kde.org/systemsettings/ca28b62000fff52df486fe05ff248018b0b16fc3
|