[umbrello] [Bug 390507] No properties dialog for message widgets

2018-03-05 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=390507

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In||2.24.80 (KDE Applications
   ||18.03.80)
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/umb
   ||rello/b8a1906b544f389bd3c1b
   ||3ce6b892c50b4f36d97

--- Comment #3 from Ralf Habacker  ---
Git commit b8a1906b544f389bd3c1b3ce6b892c50b4f36d97 by Ralf Habacker.
Committed on 05/03/2018 at 23:51.
Pushed by habacker into branch 'master'.

Add dialog for message widgets with general, style and font page

The general page named class SelectOperationPage has been created
from class SelectOperationDialog and has been extended with a
widget editing field similar to other page.

The class SelectOperationPage may be used by SelectOperationDialog
in future to avoid duplicate implementations.

This commit also includes a required fix to let style page be
vertical aligned to the top.
FIXED-IN:2.24.80 (KDE Applications 18.03.80)

M  +3-0umbrello/CMakeLists.txt
A  +61   -0umbrello/dialogs/messagewidgetpropertiesdialog.cpp [License:
GPL (v2+)]
A  +42   -0umbrello/dialogs/messagewidgetpropertiesdialog.h [License:
GPL (v2+)]
M  +26   -6umbrello/dialogs/multipagedialogbase.cpp
M  +8-0umbrello/dialogs/multipagedialogbase.h
A  +342  -0umbrello/dialogs/pages/selectoperationpage.cpp [License: GPL
(v2+)]
A  +91   -0umbrello/dialogs/pages/selectoperationpage.h [License: GPL
(v2+)]
M  +2-0umbrello/dialogs/pages/umlwidgetstylepage.cpp
M  +4-4umbrello/umlwidgets/messagewidget.cpp

https://commits.kde.org/umbrello/b8a1906b544f389bd3c1b3ce6b892c50b4f36d97

--- Comment #2 from Ralf Habacker  ---
Git commit da5e2cfdb84a42d5e3d5a577587f8e397fecc19b by Ralf Habacker.
Committed on 05/03/2018 at 23:48.
Pushed by habacker into branch 'master'.

Use method showPropertiesDialog() also in class MessageWidget

M  +18   -9umbrello/umlwidgets/messagewidget.cpp
M  +2-2umbrello/umlwidgets/messagewidget.h
M  +2-9umbrello/umlwidgets/umlwidget.cpp

https://commits.kde.org/umbrello/da5e2cfdb84a42d5e3d5a577587f8e397fecc19b

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

[umbrello] [Bug 390507] No properties dialog for message widgets

2018-03-05 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=390507

--- Comment #2 from Ralf Habacker  ---
Git commit da5e2cfdb84a42d5e3d5a577587f8e397fecc19b by Ralf Habacker.
Committed on 05/03/2018 at 23:48.
Pushed by habacker into branch 'master'.

Use method showPropertiesDialog() also in class MessageWidget

M  +18   -9umbrello/umlwidgets/messagewidget.cpp
M  +2-2umbrello/umlwidgets/messagewidget.h
M  +2-9umbrello/umlwidgets/umlwidget.cpp

https://commits.kde.org/umbrello/da5e2cfdb84a42d5e3d5a577587f8e397fecc19b

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

[umbrello] [Bug 390507] No properties dialog for message widgets

2018-02-26 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=390507

--- Comment #1 from Ralf Habacker  ---
Git commit a5b5a46a52c36ca45288e3d3272470eac3545daa by Ralf Habacker.
Committed on 27/02/2018 at 05:24.
Pushed by habacker into branch 'master'.

Move operation properties dialog related setup and applying code into class
SelectOperationDialog

Dialog setup from widget/umlobject and applying to them was implemented
in client code (class FloatingTextWidget) instead of the related dialog
class, which makes it hard to reuse the operation properties dialog from
other locations.

M  +70   -2umbrello/dialogs/selectoperationdialog.cpp
M  +7-1umbrello/dialogs/selectoperationdialog.h
M  +3-52   umbrello/umlwidgets/floatingtextwidget.cpp

https://commits.kde.org/umbrello/a5b5a46a52c36ca45288e3d3272470eac3545daa

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

[umbrello] [Bug 390507] No properties dialog for message widgets

2018-02-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=390507

Ralf Habacker  changed:

   What|Removed |Added

Summary|No style and font   |No properties dialog for
   |properties dialog for   |message widgets
   |message widgets |

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