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

Ralf Habacker bugzilla_noreply at kde.org
Tue Nov 26 14:35:19 GMT 2019


https://bugs.kde.org/show_bug.cgi?id=414537

Ralf Habacker <ralf.habacker at freenet.de> 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 <ralf.habacker at freenet.de> ---
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    -0    umbrello/CMakeLists.txt
M  +1    -30   umbrello/dialogs/pages/generaloptionpage.cpp
M  +3    -3    umbrello/dialogs/pages/generaloptionpage.h
M  +18   -0    umbrello/dialogs/pages/uioptionspage.cpp
M  +4    -0    umbrello/dialogs/pages/uioptionspage.h
A  +45   -0    umbrello/dialogs/widgets/comboboxwidgetbase.cpp     [License:
GPL (v2+)]
A  +32   -0    umbrello/dialogs/widgets/comboboxwidgetbase.h     [License: GPL
(v2+)]
A  +35   -0    umbrello/dialogs/widgets/selectlayouttypewidget.cpp    
[License: GPL (v2+)]
A  +27   -0    umbrello/dialogs/widgets/selectlayouttypewidget.h     [License:
GPL (v2+)]

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list