[umbrello-devel] [umbrello] [Bug 97291] integrate properties window in main window
Ralf Habacker
ralf.habacker at freenet.de
Sun Dec 21 16:25:19 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=97291
--- Comment #70 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit b044bf5551961a2d6857ab5d93f94c3bb92d11dd by Ralf Habacker.
Committed on 19/12/2014 at 18:49.
Pushed by habacker into branch 'master'.
Use DialogBase::createPage() instead of local copies of dialog page creation
code.
This enables the pages to be includable into a property window.
M +2 -4 umbrello/dialogs/activitydialog.cpp
M +27 -46 umbrello/dialogs/classpropertiesdialog.cpp
M +2 -4 umbrello/dialogs/objectnodedialog.cpp
M +1 -1 umbrello/dialogs/pages/autolayoutoptionpage.h
M +1 -1 umbrello/dialogs/pages/codevieweroptionspage.h
M +26 -50 umbrello/dialogs/settingsdialog.cpp
M +5 -13 umbrello/dialogs/statedialog.cpp
M +4 -8 umbrello/dialogs/umlforeignkeyconstraintdialog.cpp
M +13 -35 umbrello/dialogs/umlviewdialog.cpp
http://commits.kde.org/umbrello/b044bf5551961a2d6857ab5d93f94c3bb92d11dd
--- Comment #69 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit 91104764ffa6618bc9e3e1ea467bd5e861817d20 by Ralf Habacker.
Committed on 21/12/2014 at 15:21.
Pushed by habacker into branch 'master'.
add protected create page wrapper DialogBase::createPage().
It takes a QWidget instance and should be used insted of
'new KPageWidgetItem' calls to be able to integrate the
related page into a single property window.
M +17 -0 umbrello/dialogs/dialogbase.cpp
M +1 -0 umbrello/dialogs/dialogbase.h
http://commits.kde.org/umbrello/91104764ffa6618bc9e3e1ea467bd5e861817d20
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list