[umbrello] [Bug 414537] Unfavorable placement of UI-specific settings

2020-03-01 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=414537

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In|2.30.80 (KDE Applications   |2.30.80 (KDE releases
   |20.03.80)   |20.03.80)

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

[umbrello] [Bug 414537] Unfavorable placement of UI-specific settings

2019-11-26 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=414537

--- Comment #2 from Ralf Habacker  ---
Git commit f0b38d1051fcf684fc4d4fae59e2b43b7ae083d7 by Ralf Habacker.
Committed on 26/11/2019 at 15:05.
Pushed by habacker into branch 'master'.

Use current settings object instead of the global one

M  +1-1umbrello/dialogs/pages/uioptionspage.cpp

https://invent.kde.org/kde/umbrello/commit/f0b38d1051fcf684fc4d4fae59e2b43b7ae083d7

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

[umbrello] [Bug 414537] Unfavorable placement of UI-specific settings

2019-11-26 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=414537

Ralf Habacker  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kde/
   ||umbrello/commit/78b095b48e4
   ||645f4ffae817fff2a0341efb932
   ||d0
   Version Fixed In||2.30.80 (KDE Applications
   ||20.03.80)
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from Ralf Habacker  ---
Git commit 78b095b48e4645f4ffae817fff2a0341efb932d0 by Ralf Habacker.
Committed on 26/11/2019 at 14:30.
Pushed by habacker into branch 'master'.

Move association specific user interface options to ui page of settings dialog

Move code for selecting association line layout type from general option page
into a separate class named SelectLayoutTypeWidget and add it to new ui page
group "Associations".

Move angular line option to ui options page from generic page.

This commit also adds the ComboBoxWidgetBase class, which can be used as
a base class for combo box related dialog widgets and helps to avoid
duplicated code.
FIXED-IN:2.30.80 (KDE Applications 20.03.80)

M  +2-0umbrello/CMakeLists.txt
M  +1-30   umbrello/dialogs/pages/generaloptionpage.cpp
M  +3-3umbrello/dialogs/pages/generaloptionpage.h
M  +18   -0umbrello/dialogs/pages/uioptionspage.cpp
M  +4-0umbrello/dialogs/pages/uioptionspage.h
A  +45   -0umbrello/dialogs/widgets/comboboxwidgetbase.cpp [License:
GPL (v2+)]
A  +32   -0umbrello/dialogs/widgets/comboboxwidgetbase.h [License: GPL
(v2+)]
A  +35   -0umbrello/dialogs/widgets/selectlayouttypewidget.cpp
[License: GPL (v2+)]
A  +27   -0umbrello/dialogs/widgets/selectlayouttypewidget.h [License:
GPL (v2+)]

https://invent.kde.org/kde/umbrello/commit/78b095b48e4645f4ffae817fff2a0341efb932d0

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