- 26 Jan, 2019 2 commits
-
-
Ralf Habacker authored
Fixup of commit a649d0e15. CCBUG:403515
-
Ralf Habacker authored
Using the PortWidget destructor to delete the related uml object is the wrong place. Instead handle this in UMLScene::deleteSelection(). CCBUG:403515
-
- 24 Jan, 2019 1 commit
-
-
Ralf Habacker authored
The open question is why portwidgets get lost. CCBUG:403515 FIXED-IN:18.12.2
-
- 09 Jan, 2019 1 commit
-
-
Ralf Habacker authored
Exclude text widgets from saving into a file below <widgets> tag if they have a QGraphicsItem parent. They are already saved by their parents. FIXED-IN:2.27.1 BUG:402722
-
- 08 Oct, 2018 1 commit
-
-
Ralf Habacker authored
To drag several entries, press the Shift key in addition to the left mouse button. BUG:394606 FIXED-IN:2.26.3 (KDE Applications 18.08.3)
-
- 07 Oct, 2018 1 commit
-
-
Ralf Habacker authored
We need to clone the related uml object too. BUG:158647 FIXED-IN:2.26.3 (KDE Applications 18.08.3)
-
- 05 Oct, 2018 1 commit
-
-
Ralf Habacker authored
CCBUG:394230
-
- 19 Jul, 2018 1 commit
-
-
Ralf Habacker authored
-
- 03 Jun, 2018 1 commit
-
-
Ralf Habacker authored
Split class ListPopupMenu into a base class and derived classes covering widgets, uml list view and uml scene CCBUG:393188
-
- 20 May, 2018 1 commit
-
-
Ralf Habacker authored
Fix 'Umbrello raises confirmation dialog for deleting an association where no association is involved' BUG:393996 FIXED-IN: 2.25.80 (KDE Applications 18.07.80)
-
- 10 Apr, 2018 2 commits
-
-
Ralf Habacker authored
CCBUG:141809
-
Ralf Habacker authored
This commit includes a fix for deleting associations (message widgets) in sequence diagrams without confirmation. BUG:141809 FIXED-IN:2.25.80 (KDE Applications 18.07.80)
-
- 05 Apr, 2018 1 commit
-
-
Ralf Habacker authored
UMLScene::selectedWidgets() returns widgets based on class UMLWidget, which includes message widgets, but not association widgets. CCBUG:141809
-
- 22 Feb, 2018 1 commit
-
-
Ralf Habacker authored
MessageWidget::loadFromXMI1() already adds owned text widget to the scene.
-
- 19 Feb, 2018 1 commit
-
-
Ralf Habacker authored
BUG:390717 FIXED-IN:2.24.80 (KDE Applications 18.03.80)
-
- 05 Sep, 2017 1 commit
-
-
Ralf Habacker authored
-
- 17 Aug, 2017 1 commit
-
-
Ralf Habacker authored
In case a QGraphicsItem instance is on a scene and should be deleted QGraphicsScenePrivate::removeItemHelper() is called. The documentation say it leaves stale index in the tree, which let QGraphicsScene crash on the next paint. For now using the index has been disabled to avoid this issue. FIXED-IN:2.23.1 (KDE Applications 17.08.1) BUG:383592
-
- 31 May, 2017 1 commit
-
-
Ralf Habacker authored
Class and association statements could be imported by pasting from the clipboard or by selecting "from file" in the "new" submenu of a class diagram context menu. Parsing errors occured on import are logged into the log window. See test/import/diagrams/class/examples.txt for examples of supported statements. BUG:380266 FIXED-IN:2.22.80 (KDE Applications 17.07.80) Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
- 08 May, 2017 1 commit
-
-
Ralf Habacker authored
QGraphicsScene already holds all widgets; there is no need to maintain additional lists, which may go out of sync and are therefore unreliable.
-
- 24 Feb, 2017 1 commit
-
-
Ralf Habacker authored
-
- 20 Feb, 2017 2 commits
-
-
Ralf Habacker authored
We should use saveToXMI1() instead of SaveToXMI1() as method name.
-
Ralf Habacker authored
Related methods now have a '1' postfix in the method name e.g. saveToXMI1() instead of SaveToXMI().
-
- 17 Feb, 2017 1 commit
-
-
Ralf Habacker authored
This patch already contains a few fixes: - added missing copyright header - Fix api changes (constructor) Open issues: - Instance related setup in ClassGeneralPage seems to be duplicated -> needs review - missing icons for instance in tool bar - missing icons for object diagram in diagram toolbar list To test: - test load/save CCBUG:123633
-
- 09 Jan, 2017 1 commit
-
-
Ralf Habacker authored
Import sequence diagram entry support is now located in namespace Diagram_Utils. BUG:374845 FIXED-IN:2.21.80 (KDE Applications 17.03.80)
-
- 31 Dec, 2016 1 commit
-
-
Ralf Habacker authored
CCBUG:373911
-
- 21 Dec, 2016 1 commit
- 07 Dec, 2016 2 commits
-
-
Ralf Habacker authored
With this commit also obsolate references to QRegExpValidator are removed; they validated to anything.
-
Ralf Habacker authored
-
- 03 Dec, 2016 2 commits
-
-
Ralf Habacker authored
CCBUG:371990
-
-
- 26 Nov, 2016 1 commit
- 09 Nov, 2016 1 commit
-
-
Ralf Habacker authored
-
- 08 Nov, 2016 2 commits
-
-
Ralf Habacker authored
The fix from clushkou@gmx.net is designed to remove PinPortBase objects when owner is remove. BUG:371990 FIXED-IN:2.20.3 (KDE Applications 16.08.3)
-
Ralf Habacker authored
Cherry picked from commit c1841381.
-
- 04 Nov, 2016 1 commit
-
-
Ralf Habacker authored
-
- 27 Oct, 2016 1 commit
-
-
Ralf Habacker authored
-
- 21 Oct, 2016 1 commit
-
-
Ralf Habacker authored
CCBUG:371274
-
- 20 Sep, 2016 1 commit
-
-
Ralf Habacker authored
-
- 09 Sep, 2016 1 commit
-
-
Ralf Habacker authored
CCBUG:368282
-
- 06 Sep, 2016 1 commit
-
-
Ralf Habacker authored
CCBUG:368282 Reviewed-by: aaron.nottbeck at sag.eu
-