[Uml-devel] branches/work/soc-umbrello-2011/umbrello
Camila San Martin Ayres
smayres at gmail.com
Sat Jun 4 13:41:24 UTC 2011
SVN commit 1235179 by ayres:
Starting to port WidgetBase and UMLWidget to test the view.
M +2 -0 CMakeLists.txt
M +1 -1 assocrules.cpp
M +28 -1 clipboard/umlclipboard.cpp
M +9 -0 clipboard/umlclipboard.h
M +162 -1 clipboard/umldragdata.cpp
M +23 -0 clipboard/umldragdata.h
M +8 -0 cmds/cmd_create_deploydiag.cpp
M +1 -1 cmds/cmd_moveWidget.cpp
M +1 -1 cmds/cmd_resizeWidget.cpp
M +1 -1 cmds/widget/cmd_changeFillColor.cpp
M +1 -1 cmds/widget/cmd_changeFontSelection.cpp
M +1 -1 cmds/widget/cmd_changeLineColor.cpp
M +1 -1 cmds/widget/cmd_create_widget.cpp
M +1 -1 controller/objectwidgetcontroller.cpp
M +1 -1 controller/umlwidgetcontroller.cpp
M +1 -1 dialogs/dialog_utils.cpp
M +1 -1 dialogs/umlwidgetcolorpage.cpp
M +1 -1 docwindow.cpp
M +8 -0 folder.cpp
M +121 -5 soc-umbrello-2011/diagram.cpp
M +31 -6 soc-umbrello-2011/diagram.h
M +3 -1 soc-umbrello-2011/umlscene.cpp
M +2 -0 soc-umbrello-2011/umlscene.h
M +29 -24 soc-umbrello-2011/umlview.cpp
M +10 -18 soc-umbrello-2011/umlview.h
A soc-umbrello-2011/umlwidget.cpp [License: GPL (v2+)]
A soc-umbrello-2011/umlwidget.h [License: GPL (v2+)]
A soc-umbrello-2011/widgetbase.cpp [License: GPL (v2+)]
A soc-umbrello-2011/widgetbase.h [License: GPL (v2+)]
M +1 -1 toolbarstatearrow.cpp
M +40 -13 uml.cpp
M +4 -7 uml.h
M +33 -11 umldoc.cpp
M +4 -0 umldoc.h
M +17 -2 umllistview.cpp
M +4 -0 umllistview.h
M +1 -57 umlview.cpp
M +12 -0 umlwidgetlist.h
M +33 -4 widgets/classifierwidget.cpp
M +2 -0 widgets/classifierwidget.h
M +18 -2 widgets/objectwidget.cpp
M +17 -0 widgets/seqlinewidget.cpp
M +13 -0 widgets/seqlinewidget.h
M +1 -75 widgets/umlwidget.cpp
M +1 -14 widgets/umlwidget.h
M +7 -6 widgets/widget_factory.cpp
M +2 -1 widgets/widget_factory.h
M +0 -29 widgets/widgetbase.cpp
M +0 -14 widgets/widgetbase.h
http://websvn.kde.org/?view=rev&revision=1235179
More information about the umbrello-devel
mailing list