[Uml-devel] [Bug 290952] migrate remaining qt3 classes to qt4

Ralf Habacker ralf.habacker at gmail.com
Wed Mar 28 20:34:24 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=290952

--- Comment #14 from Ralf Habacker <ralf.habacker at gmail.com> ---
Based on the previous work in trunk this branch contains an initial working
version of umbrello based on QGraphicsScene. This work has been done in a
minimal invasive way. 

It contains 
1. some UMLScene... type related fixes (independent patch)
2. some minor code changes related to the virtual painting class method
(associationwidget), 
3. changes to to switch UMLView to QGraphicsView 
4. changes to to switch UMLScene to QGraphicsView 
5. UMLScene...Item adapter classes located in umlscene.h. 

There are no additional changes in umbrello code required. 

Known problems: 
- Selecting of association 
- Widgets property dialog is shown in the top left corner of the application. 

After the remaining problems are fixed, the adapter classes could be merged
into the related widget code. 

Additional features implemented in the soc-umbrello branch like QPainter based
AssociationLine implementation could be merge afterwards. 

To get this branch into an already present git svn trunk checkout run 
git remote add umbrello-test git://gitorious.org/umbrello/test.git
git fetch umbrello-test
git checkout -b 290952 umbrello-test/290952

-- 
You are receiving this mail because:
You are the assignee for the bug.




More information about the umbrello-devel mailing list