Revision 1314540

Go back to digest for 9th September 2012

Optimization in Development Tools

Ralf Habacker committed changes in /trunk/KDE/kdesdk/umbrello/umbrello:

Ported class UMLScene and UMLView to QGraphicsScene and QGraphivsView.

This was possible because of the reduced soc2008 and trunk difference approach
performed in the last months by Andy Fischer an me.

The gsoc 2008 branch still contains several fixes and enhancements which may be merged
from now on.

Qt4 related fixes (the most important):
- Usage of QGraphicsItem based event handling
- Usage of QGraphicsScene based rubberband
- Usage of QGraphicsScene/View based item selection

Qt4 unrelated (most important):
- The QPainter based AssocationLine refactoring, which is required for spline based
line style and auto layouts.
- AssociationSpaceManager class for optimized association line drawings.
- The TextItem/TextItemGroup classes, which refactores widgets content setup
- Widget Color gradients, which are useful enhancements of the widget style engine

File Changes

Modified 76 files
  • /trunk/KDE/kdesdk/umbrello/umbrello
  •   /dotgenerator.cpp
  •   /toolbarstate.cpp
  •   /toolbarstatearrow.cpp
  •   /toolbarstateassociation.cpp
  •   /toolbarstatemessages.cpp
  •   /uml.cpp
  •   /umlscene.cpp
  •   /umlscene.h
  •   /umlview.cpp
  •   /umlview.h
  •   /umlviewimageexportermodel.cpp
  •   /controller/objectwidgetcontroller.cpp
  •   /controller/objectwidgetcontroller.h
  •   /controller/umlwidgetcontroller.cpp
  •   /controller/umlwidgetcontroller.h
  •   /dialogs/umlviewdialog.cpp
  •   /dialogs/umlwidgetstylepage.cpp
  •   /widgets/activitywidget.cpp
  •   /widgets/activitywidget.h
  •   /widgets/actorwidget.cpp
  •   /widgets/actorwidget.h
  •   /widgets/artifactwidget.cpp
  •   /widgets/artifactwidget.h
  •   /widgets/associationline.cpp
  •   /widgets/associationline.h
  •   /widgets/associationwidget.cpp
  •   /widgets/associationwidget.h
  •   /widgets/boxwidget.cpp
  •   /widgets/boxwidget.h
  •   /widgets/categorywidget.cpp
  •   /widgets/categorywidget.h
  •   /widgets/classifierwidget.cpp
  •   /widgets/classifierwidget.h
  •   /widgets/combinedfragmentwidget.cpp
  •   /widgets/combinedfragmentwidget.h
  •   /widgets/componentwidget.cpp
  •   /widgets/componentwidget.h
  •   /widgets/datatypewidget.cpp
  •   /widgets/datatypewidget.h
  •   /widgets/entitywidget.cpp
  •   /widgets/entitywidget.h
  •   /widgets/enumwidget.cpp
  •   /widgets/enumwidget.h
  •   /widgets/floatingdashlinewidget.cpp
  •   /widgets/floatingdashlinewidget.h
  •   /widgets/floatingtextwidget.cpp
  •   /widgets/floatingtextwidget.h
  •   /widgets/forkjoinwidget.cpp
  •   /widgets/forkjoinwidget.h
  •   /widgets/messagewidget.cpp
  •   /widgets/messagewidget.h
  •   /widgets/nodewidget.cpp
  •   /widgets/nodewidget.h
  •   /widgets/notewidget.cpp
  •   /widgets/notewidget.h
  •   /widgets/objectnodewidget.cpp
  •   /widgets/objectnodewidget.h
  •   /widgets/objectwidget.cpp
  •   /widgets/objectwidget.h
  •   /widgets/packagewidget.cpp
  •   /widgets/packagewidget.h
  •   /widgets/pinwidget.cpp
  •   /widgets/pinwidget.h
  •   /widgets/preconditionwidget.cpp
  •   /widgets/preconditionwidget.h
  •   /widgets/regionwidget.cpp
  •   /widgets/regionwidget.h
  •   /widgets/signalwidget.cpp
  •   /widgets/signalwidget.h
  •   /widgets/statewidget.cpp
  •   /widgets/statewidget.h
  •   /widgets/toolbarstateonewidget.cpp
  •   /widgets/umlwidget.cpp
  •   /widgets/umlwidget.h
  •   /widgets/usecasewidget.cpp
  •   /widgets/usecasewidget.h
76 files changed in total