Re-factored the source to use the new coordinate classes
authorSami Rämö <sami.ramo@ixonos.com>
Thu, 15 Jul 2010 13:53:06 +0000 (16:53 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Thu, 15 Jul 2010 13:53:06 +0000 (16:53 +0300)
commit55b27d9c8d711a0656f5ed7e61ffed10a9ed5dc5
tree2d21013d3ffd7619539bac0e9056c959e53afd01
parent55889ce7c5b7f4567bb29edd373bba1d44395912
Re-factored the source to use the new coordinate classes

 - Reading the initial coordinate from the settings file is not
   yet working

 - Implemented stream operators << and >> overloading for
   GeoCoordinate to enable saving and reading the values
   by using QSettings
37 files changed:
src/coordinates/geocoordinate.cpp
src/coordinates/geocoordinate.h
src/coordinates/scenecoordinate.cpp
src/coordinates/scenecoordinate.h
src/engine/engine.cpp
src/engine/engine.h
src/gps/gpsposition.cpp
src/gps/gpsposition.h
src/gps/gpspositionprivatestub.cpp
src/gps/gpspositionprivatestub.h
src/map/frienditemshandler.cpp
src/map/gpslocationitem.cpp
src/map/gpslocationitem.h
src/map/mapcommon.h
src/map/mapengine.cpp
src/map/mapengine.h
src/map/mapscene.cpp
src/map/mapscene.h
src/map/mapscroller.cpp
src/map/mapscroller.h
src/map/maptile.cpp
src/map/mapview.cpp
src/map/mapview.h
src/situareservice/situareservice.cpp
src/situareservice/situareservice.h
src/src.pro
src/ui/friendlistitem.h
src/ui/friendlistpanel.cpp
src/ui/friendlistpanel.h
src/ui/mainwindow.cpp
src/ui/mainwindow.h
src/ui/userinfo.cpp
src/ui/userinfo.h
src/ui/userinfopanel.cpp
src/ui/userinfopanel.h
src/user/user.cpp
src/user/user.h