- Feb 19, 2016
-
-
Ralf Habacker authored
To not been bound on an external dependency without wide spreaded binary releases, which need to be adjusted to every new Qt release, qt modeling sources has been imported into umbrello sources subdirectory lib/qtmodeling for evaluation purpose. Also bundled sources makes it easier to hack on qt modeling classes. Required fixes could be submitted later to the original project. At the current state qt modeling libraries and plugins are only used internal and are not installed. Binary releases of umbrello with bundled qt modeling framework requires to use different names for the qt modeling shared libraries and plugins names. CCBUG:352878
-
Ralf Habacker authored
Place all Qt libraries Add variable QT_TEST_LIBRARIES to unittests cmake file.
-
- Feb 18, 2016
-
-
- Feb 12, 2016
-
-
tsdgeos authored
-
- Feb 08, 2016
-
-
Ralf Habacker authored
For the stable branch the fix is to avoid adding associations to the tree view. BUG:359055 FIXED-IN:2.18.2 (KDE Applications 15.12.2)
-
- Feb 05, 2016
-
-
Ralf Habacker authored
Because assocation line color is now setable an additional bug has been raised on initialisation. The initial setting of association line colors needs to be finished in the derived constructors because virtual methods of a derived class are not possible in WidgetBase constructor. CCBUG:358358
-
- Feb 03, 2016
-
-
Ralf Habacker authored
Because the real apply is done with UMLWidget::setLineColorCmd() called by the undo framework, it is required to make UMLWidget::setLineColorCmd() virtual to be able to apply line color changes to the related widget. BUG:358943 FIXED-IN:2.18.2 (KDE Applications 15.12.2)
-
- Jan 29, 2016
-
-
Ralf Habacker authored
CCBUG:358655
-
Ralf Habacker authored
The comment for the class was assigned wrongly to the generated artifact.
-
Ralf Habacker authored
CCBUG:358655
-
Ralf Habacker authored
-
Ralf Habacker authored
The type of the struct's ...CodeGenerationState are changed into classes, constructors are added and class members are initialized to useful defaults. The code generator line ending type is initialized accordingly to the platform umbrello is build for. BUG:358731 FIXED-IN:2.18.2 (KDE Applications 15.12.2)
-
- Jan 28, 2016
-
-
Ralf Habacker authored
BUG:358687 FIXED-IN:2.18.2 (KDE Applications 15.12.2)
-
- Jan 27, 2016
-
-
Ralf Habacker authored
After selecting a widget with visible scroll bars the scene position was not in sync with mouse pointer position. CCBUG:358097
-
- Jan 26, 2016
-
-
Ralf Habacker authored
Trying to zoom in with mouse wheel after reaching the lower limit locks the zoom level at 11%. For better debugging support print out current zoom level on any update. CCBUG:358097
-
Ralf Habacker authored
The inaccuracy is caused by UMLApp instance and UMLView scroll bars propagating slightly modified zoom value back to the UMLView instance. The fix is to disable the back propagation. CCBUG:358097
-
Fix centering of scene view after scroll wheel zoom or window resize. Remove internal properties for zoom level and center point. Instead of them get actual value from matrix().m11(). Remove unnecesary and dupliicate methods. Fix setting of zoom in diagram properties page. BUG:358097 FIXED-IN:2.18.2 (KDE Applications 15.12.2) REVIEW:126773
-
- Jan 23, 2016
-
-
Ralf Habacker authored
Keep loading type of XMI file attributes "xclicked", "yclicked", "minY" and "maxY" in sync with saving. CCBUG:357373
-
Ralf Habacker authored
XMI files generated on linux os with non english locale contains ',' as decimal point, which is not readable on os with english locale. CCBUG:357373
-
Ralf Habacker authored
CCBUG:357373
-
Ralf Habacker authored
The bug, which exists in Qt4 and 5, happens on saving xmi files using a locale dependent decimal point and is caused by a different implementation of void QDomElement::setAttribute(const QString& name, double value) not using the 'C' locale for converting floating point values to string as the other number related methods does. Therefore the bug fix is to use QString::number(), which uses the 'C' locale. Add related unit test. BUG:357373 FIXED-IN:2.18.2 (KDE Applications 15.12.2)
-
- Jan 22, 2016
-
-
Ralf Habacker authored
The bug is caused by two issues: 1. line color changes are not routed through the virtual method setLineColor() 2. class AssociationLine did not propagate line color changes to the related symbols. This patch includes a minor refactoring in class AssociationLine to provide the standard pen based api, which is required to set symbol pen. BUG:358358 CCBUG:358365 FIXED-IN:2.18.2 (KDE Applications 15.12.2)
-
- Jan 20, 2016
-
-
Ralf Habacker authored
class UMLWidget provides function minimumSize() to get minimum widget size, which has not been overriden in class MessageWidget. BUG:358287 FIXED-IN:2.18.2 (KDE Applications 15.12.2)
-
Ralf Habacker authored
Using pointer to widget when it is not found within the document. CCBUG:352633 BUG:358286 FIXED-IN:2.18.2 (KDE Applications 15.12.2)
-
Ralf Habacker authored
BUG:358276 FIXED-IN:2.18.2 (KDE Applications 15.12.2)
-
- Jan 06, 2016
-
-
tsdgeos authored
-
Tzvetelin Katchov authored
Show or change package in field "Package Path". REVIEW:126609 BUG:357442 FIXED-IN:2.18.1 (KDE Applications 15.12.1) Signed-off-by: Tzvetelin Katchov <katchov@gmail.com>
-
Tzvetelin Katchov authored
You can easily manage enum's associations with Associations list page REVIEW:126608 BUG:357441 FIXED-IN:2.18.1 (KDE Applications 15.12.1) Signed-off-by: Tzvetelin Katchov <katchov@gmail.com>
-
Tzvetelin Katchov authored
String representation of Association like "Person::Composition:Name:name" become "Person: Composition Name:name". REVIEW:126607 BUG:357439 FIXED-IN:2.18.1 (KDE Applications 15.12.1) Signed-off-by: Tzvetelin Katchov <katchov@gmail.com>
-
Tzvetelin Katchov authored
Signed-off-by: Tzvetelin Katchov <katchov@gmail.com>
-
- Jan 03, 2016
-
-
Ralf Habacker authored
-
Ralf Habacker authored
-
- Jan 02, 2016
-
-
Andreas Sturmlechner authored
This reverts commit f1814309. Previous commit properly removed unused header. REVIEW: 126547
-
Heiko Becker authored
40e53b75 removed KWindowSystem from dependencies and made the build fail in the process: ".../main.cpp:29:27: fatal error: kwindowsystem.h: No such file or directory". REVIEW: 126351
-
- Jan 01, 2016
-
-
Ralf Habacker authored
-
- Dec 20, 2015
-
-
Ralf Habacker authored
FIXED-IN:2.18.1 (KDE Applications 15.12.1) BUG:356949
-
- Dec 18, 2015
-
-
Ralf Habacker authored
Try to fix bug Qt5 based compiling test case problems on jenkins CI system by using QVERIFY instead of QCOMPARE. BUG:351525
-
Ralf Habacker authored
-
Ralf Habacker authored
BUG:351525
-
- Dec 17, 2015
-
-
Ralf Habacker authored
-