[Marble-commits] KDE/kdeedu/marble/src
Bastian Holst
bastianholst at gmx.de
Fri Jul 24 16:23:45 CEST 2009
SVN commit 1001931 by bholst:
Multiple changes to MarbleGraphicsItems:
* ScreenGraphicsItem got features of AbstractFloatItem.
* Added FrameGraphicsItem to paint frames for all objects.
* AbstractFloatItem is now a subclass of FrameGraphicsItem.
* LabelGraphicsItem can display text.
* MarbleGraphicsItems can have children.
M +40 -425 lib/AbstractFloatItem.cpp
M +15 -85 lib/AbstractFloatItem.h
M +4 -0 lib/CMakeLists.txt
AM lib/FrameGraphicsItem.cpp [License: LGPL]
AM lib/FrameGraphicsItem.h [License: LGPL]
AM lib/FrameGraphicsItem_p.h [License: LGPL]
M +1 -1 lib/GeoGraphicsItem.cpp
M +2 -2 lib/GeoGraphicsItem_p.h
M +2 -1 lib/GeoPainter.h
AM lib/LabelGraphicsItem.cpp [License: LGPL]
AM lib/LabelGraphicsItem.h [License: LGPL]
AM lib/LabelGraphicsItem_p.h [License: LGPL]
M +41 -5 lib/MarbleGraphicsItem.cpp
M +31 -12 lib/MarbleGraphicsItem.h
M +46 -4 lib/MarbleGraphicsItem_p.h
M +1 -4 lib/MarbleWidgetInputHandler.cpp
M +126 -3 lib/ScreenGraphicsItem.cpp
M +53 -6 lib/ScreenGraphicsItem.h
M +55 -7 lib/ScreenGraphicsItem_p.h
M +18 -19 plugins/render/compass/CompassFloatItem.cpp
M +3 -2 plugins/render/compass/CompassFloatItem.h
M +18 -21 plugins/render/fileview/FileViewFloatItem.cpp
M +3 -2 plugins/render/fileview/FileViewFloatItem.h
M +21 -23 plugins/render/mapscale/MapScaleFloatItem.cpp
M +3 -2 plugins/render/mapscale/MapScaleFloatItem.h
M +24 -41 plugins/render/navigation/NavigationFloatItem.cpp
M +4 -6 plugins/render/navigation/NavigationFloatItem.h
M +16 -17 plugins/render/overviewmap/OverviewMap.cpp
M +3 -2 plugins/render/overviewmap/OverviewMap.h
http://websvn.kde.org/?view=rev&revision=1001931
More information about the Marble-commits
mailing list