added base class for own and friend locations. added new class for
authorVille Tiensuu <ville.tiensuu@ixonos.com>
Fri, 30 Apr 2010 12:25:39 +0000 (15:25 +0300)
committerVille Tiensuu <ville.tiensuu@ixonos.com>
Fri, 30 Apr 2010 12:25:39 +0000 (15:25 +0300)
commitd0a64fd30993e2d634180a35983877a01453855c
tree36ee962e69e13236fa447bc9994c0b5a3b944957
parent0e46d580c2d370a10154d681e5c4c7f94f2c9e67
added base class for own and friend locations. added new class for
friendlocation. made some new features to other classes to get updated
data for the location indicators from situare PHP server.
19 files changed:
src/engine/engine.cpp
src/engine/engine.h
src/map/baselocationitem.cpp [new file with mode: 0644]
src/map/baselocationitem.h [new file with mode: 0644]
src/map/friendlocationitem.cpp [new file with mode: 0644]
src/map/friendlocationitem.h [new file with mode: 0644]
src/map/mapcommon.h
src/map/mapengine.cpp
src/map/mapengine.h
src/map/mapview.h
src/map/ownlocationitem.cpp
src/map/ownlocationitem.h
src/src.pro
src/ui/mainwindow.cpp
src/ui/mainwindow.h
src/ui/mapviewscreen.cpp
src/ui/mapviewscreen.h
tests/map/ownlocationitem/ownlocationitem.pro
tests/map/ownlocationitem/testownlocationitem.cpp