[Marble-commits] KDE/kdeedu/marble
Bernhard Beschow
bbeschow at cs.tu-berlin.de
Mon Mar 28 16:34:48 CEST 2011
SVN commit 1226292 by beschow:
provide data via MarbleModel only; do not forward in MarbleWidget
* Remove the following methods from MarbleWidget:
void home( qreal &lon, qreal &lat, int& zoom );
void setHome( qreal lon, qreal lat, int zoom = 1050 );
void setHome( const GeoDataCoordinates& homePoint, int zoom = 1050 );
Use the respective methods of MarbleModel.
M +9 -0 docs/release_notes/APIChanges-0.12.txt
M +2 -0 src/ControlView.h
M +26 -26 src/QtMainWindow.cpp
M +1 -1 src/lib/GoToDialog.cpp
M +0 -16 src/lib/MarbleWidget.cpp
M +0 -23 src/lib/MarbleWidget.h
M +1 -1 src/lib/MarbleWidgetPopupMenu.cpp
M +32 -32 src/marble_part.cpp
http://websvn.kde.org/?view=rev&revision=1226292
More information about the Marble-commits
mailing list