Created osm.h, re-factoring, unit test script bug fix
authorSami Rämö <sami.ramo@ixonos.com>
Thu, 15 Jul 2010 07:57:08 +0000 (10:57 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Thu, 15 Jul 2010 07:57:08 +0000 (10:57 +0300)
commit905d4e77412084ed24523c364362b45b1feba2be
tree2542e948327230edefef32f2107b6188eb9a8530
parent3098db5b50f527c9caa4a83d257dc60e7cab550e
Created osm.h, re-factoring, unit test script bug fix

 - Created osm.h for OpenStreetMaps related constants and re-factored
   mapcommon.h

 - re-factored GeoCoordinate::convertFrom()

 - removed mapcommon.h dependency from GeoCoordinate and SceneCoordinate

 - bug fix for run_unit_tests.sh: finding and parsing the unit test
   project files was cutting "pro" also from the middle of the path
   and not just from the end as intented
19 files changed:
scripts/run_unit_tests.sh
src/coordinates/geocoordinate.cpp
src/coordinates/scenecoordinate.cpp
src/map/baselocationitem.cpp
src/map/frienditemshandler.cpp
src/map/mapcommon.h
src/map/mapengine.cpp
src/map/mapfetcher.cpp
src/map/mapscene.cpp
src/map/maptile.cpp
src/map/mapview.cpp
src/map/osm.h [new file with mode: 0644]
src/src.pro
tests/coordinates/geocoordinate/geocoordinate.pro
tests/coordinates/geocoordinate/testgeocoordinate.cpp
tests/coordinates/scenecoordinate/scenecoordinate.pro
tests/coordinates/scenecoordinate/testscenecoordinate.cpp
tests/map/mapengine/testmapengine.cpp
tests/tests.pro