- 06 Sep, 2016 6 commits
-
-
Ralf Habacker authored
CCBUG:368282
-
Ralf Habacker authored
-
Ralf Habacker authored
Replace usage of UMLObject::m_pUMLPackage by QObject member 'parent' through new method umlParent(). In the past UMLObject::m_pUMLPackage has been used in some classes, while other uses the QObject class member 'parent'. This commit unify both approaches by using QObject class member 'parent' in all classes. class UMLObject now has two new functions setUMLParent() and umlParent() to provides a UMLObject based interface to the parent uml object; method umlPackage() is now a shortcut of umlParent()->asUMLPackage(). CCBUG:368282 Reviewed-by: aaron.nottbeck at sag.eu
-
Ralf Habacker authored
CCBUG:368282 Reviewed-by: aaron.nottbeck at sag.eu
-
Ralf Habacker authored
CCBUG:368282 Reviewed-by: aaron.nottbeck at sag.eu
-
Ralf Habacker authored
-
- 03 Sep, 2016 1 commit
-
-
Ralf Habacker authored
Thanks to cfeck at kde.org for pointing out. CCBUG:368142
-
- 02 Sep, 2016 6 commits
-
-
Ralf Habacker authored
BUG:368142 FIXED-IN:2.20.80 (KDE Applications 16.11.80)
-
Ralf Habacker authored
This wrapper reduces the required effort to use the model classes.
-
Ralf Habacker authored
-
Ralf Habacker authored
Instance variables are parsed from __init__ method only according to python 3 tutorial. CCBUG:158739
-
Ralf Habacker authored
Instance variables will be handled by this method too. CCBUG:158739
-
Ralf Habacker authored
This type is required by python import, which uses the generator data type list too. CCBUG:158739
-
- 01 Sep, 2016 5 commits
-
-
Ralf Habacker authored
This commit adds support for parsing class attributes and includes related test cases. Attribute types are estimated from the initialisation value. For supported types see test/import/python/types.py, for supported visibilities test/import/python/visibility.py BUG:158739 FIXED-IN:2.20.1 (KDE Applications 16.08.1)
-
Ralf Habacker authored
BUG:368082 FIXED-IN:2.20.1 (KDE Applications 16.08.1)
-
Ralf Habacker authored
BUG:368081 FIXED-IN:2.20.1 (KDE Applications 16.08.1)
-
Ralf Habacker authored
CCBUG:278772 FIXED-IN:2.20.1 (KDE Applications 16.08.1)
-
Ralf Habacker authored
BUG:278772 FIXED-IN:2.20.1 (KDE Applications 16.08.1)
-
- 31 Aug, 2016 5 commits
-
-
Ralf Habacker authored
Fix 'The symbol which represents that a class implements another class is the same as the symbol used for inheritance between classes'. The main bug has been fixed in 2.9.5; this commit completes by fixing the misleading term 'Implements' for the 'Generalization' arrow tooltip. CCBUG:311808 FIXED-IN:2.20.80 (KDE Applications 16.11.80)
-
Ralf Habacker authored
Qt4 needs to send layoutChanged() in case the dock window does not have focus. CCBUG:368049
-
Ralf Habacker authored
CCBUG:368049
-
Ralf Habacker authored
With this commit the logic of UMLFolder::removeView () has been changed to not delete the removed view. BUG:368034 FIXED-IN:2.20.1 (KDE Applications 16.08.1)
-
Ralf Habacker authored
BUG:368009 FIXED-IN:2.20.1 (KDE Applications 16.08.1) Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
- 30 Aug, 2016 3 commits
-
-
Ralf Habacker authored
There is still room for improvements in the case where the result from dynamic_cast is 0 and used unconditional. BUG:355009 FIXED-IN:2.20.1 (KDE Applications 16.08.1)
-
Ralf Habacker authored
CCBUG:355009
-
Ralf Habacker authored
-
- 29 Aug, 2016 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 28 Aug, 2016 4 commits
-
-
Ralf Habacker authored
-
Ralf Habacker authored
CMake < 3 does not support CMAKE_AUTORCC and therefore does not run rcc to compile binary resources. BUG:36412 FIXED-IN:2.20.1 (KDE Applications 16.08.1)
-
Ralf Habacker authored
This reverts commit d07b4498, which breaks the whole idea of this patch.
-
Ralf Habacker authored
BUG:364120 FIXED-IN:2.20.1 (KDE Applications 16.08.1)
-
- 27 Aug, 2016 4 commits
-
-
Ralf Habacker authored
-
Ralf Habacker authored
(cherry picked from commit 43a37c9b)
-
Ralf Habacker authored
Bug is caused by reseting UMLObject::m_isAbstract in UMLClassifier::setBaseType(). A similar bug in C# import is also fixed with this commit. BUG:173777 FIXED-IN:2.20.1 (KDE Applications 16.08.1)
-
Ralf Habacker authored
Passing null pointer dynamic_cast <UMLOperation *>(listItem) to getSourceCode, which dereferences it. CCBUG:340646
-
- 25 Aug, 2016 4 commits
-
-
Ralf Habacker authored
-
Ralf Habacker authored
Guard additional dynamic cast and use correct object for error reporting. CCBUG:340646
-
Ralf Habacker authored
Passing null pointer c to addEntityAttribute, which dereferences it. CCBUG:340646
-
Ralf Habacker authored
-