[kinfocenter] [Bug 412975] Convert sidebar into a flat list with headers so we never have empty tree view parent items that do nothing when clicked

2020-01-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=412975

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.19.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kinfocenter] [Bug 412975] Convert sidebar into a flat list with headers so we never have empty tree view parent items that do nothing when clicked

2020-01-28 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=412975

Marco Martin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/sys
   ||temsettings/ca28b62000fff52
   ||df486fe05ff248018b0b16fc3
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Marco Martin  ---
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-1app/SettingsBase.h
M  +44   -14   app/main.cpp
M  +10   -0core/BaseData.cpp
M  +16   -0core/BaseData.h
M  +17   -1core/BaseMode.cpp
M  +23   -1core/BaseMode.h
M  +3-0core/MenuItem.cpp
M  +17   -2core/MenuModel.cpp
M  +2-0core/MenuModel.h
M  +47   -3core/ModuleView.cpp
M  +42   -0core/ModuleView.h
M  +2-2icons/IconMode.cpp
M  +38   -11   sidebar/SidebarMode.cpp
M  +1-1sidebar/SidebarMode.h

https://commits.kde.org/systemsettings/ca28b62000fff52df486fe05ff248018b0b16fc3

-- 
You are receiving this mail because:
You are watching all bug changes.

[kinfocenter] [Bug 412975] Convert sidebar into a flat list with headers so we never have empty tree view parent items that do nothing when clicked

2020-01-28 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=412975

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #2 from Harald Sitter  ---
https://phabricator.kde.org/D26895

-- 
You are receiving this mail because:
You are watching all bug changes.

[kinfocenter] [Bug 412975] Convert sidebar into a flat list with headers so we never have empty tree view parent items that do nothing when clicked

2019-10-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=412975

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Ever confirmed|0   |1
   Severity|wishlist|normal
 Status|REPORTED|CONFIRMED
Summary|[kinfocenter] Avoid empty   |Convert sidebar into a flat
   |categories like Device  |list with headers so we
   |Information |never have empty tree view
   ||parent items that do
   ||nothing when clicked

--- Comment #1 from Nate Graham  ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.