[systemsettings] [Bug 398799] Default applications KCM window is too small

2019-03-30 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398799

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/pla
   ||sma-desktop/cf1305a2fb40b96
   ||d4b57041bafd57ef44d0534b0
 Resolution|--- |FIXED
   Version Fixed In||5.16.0
 Status|REPORTED|RESOLVED

--- Comment #4 from Nate Graham  ---
Git commit cf1305a2fb40b96d4b57041bafd57ef44d0534b0 by Nate Graham, on behalf
of Tigran Gabrielyan.
Committed on 30/03/2019 at 19:20.
Pushed by ngraham into branch 'master'.

Fix Default Applications KCM window size

Summary:
Config widgets were loading in when a service item was clicked.
This change loads all config widgets at the start so the window can be sized to
the largest widget.
FIXED-IN: 5.16.0

Reviewers: #plasma, ngraham

Reviewed By: ngraham

Subscribers: ngraham, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D20072

M  +36   -59   kcms/componentchooser/componentchooser.cpp
M  +4-0kcms/componentchooser/componentchooser.h

https://commits.kde.org/plasma-desktop/cf1305a2fb40b96d4b57041bafd57ef44d0534b0

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

[systemsettings] [Bug 398799] Default applications KCM window is too small

2019-02-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=398799

Patrick Silva  changed:

   What|Removed |Added

Version|unspecified |5.15.0
   Platform|Neon Packages   |Archlinux Packages

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

[systemsettings] [Bug 398799] Default applications KCM window is too small

2018-10-03 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=398799

--- Comment #3 from Christoph Feck  ---
It computes the sizeHint from the first (default) page. It would need to go
through all pages and use QSize::expandedTo() with the sizeHint for each of
them.

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

[systemsettings] [Bug 398799] Default applications KCM window is too small

2018-09-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398799

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=389585

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

[systemsettings] [Bug 398799] Default applications KCM window is too small

2018-09-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398799

Nate Graham  changed:

   What|Removed |Added

   Assignee|kdelibs-b...@kde.org|plasma-b...@kde.org
 CC||n...@kde.org
  Component|general |general
Product|frameworks-kcmutils |systemsettings

--- Comment #2 from Nate Graham  ---
Not a QML KCM, so probably its sizeHint is too low.

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