summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Wilson <alex.wilson@nokia.com>2011-01-31 15:20:27 +1000
committerAlex Wilson <alex.wilson@nokia.com>2011-01-31 15:20:27 +1000
commitb7bf60618a1fa74e5409a0ea35ecf88813fcaa4a (patch)
tree9079f3ebad43063d53812dd98ce1507ea546ecc5
parent8534cb7cfabfc09324eed3a660977538fced47ba (diff)
Renaming MapsNavigator to MapsDemo to reflect its focus
-rw-r--r--examples/mapsdemo/icons/endmarker.png (renamed from examples/mapsnavigator/icons/endmarker.png)bin3878 -> 3878 bytes
-rw-r--r--examples/mapsdemo/icons/mylocation.png (renamed from examples/mapsnavigator/icons/mylocation.png)bin1260 -> 1260 bytes
-rw-r--r--examples/mapsdemo/icons/pathmarker.png (renamed from examples/mapsnavigator/icons/pathmarker.png)bin938 -> 938 bytes
-rw-r--r--examples/mapsdemo/icons/searchmarker.png (renamed from examples/mapsnavigator/icons/searchmarker.png)bin3641 -> 3641 bytes
-rw-r--r--examples/mapsdemo/icons/startmarker.png (renamed from examples/mapsnavigator/icons/startmarker.png)bin4244 -> 4244 bytes
-rw-r--r--examples/mapsdemo/icons/waypointmarker.png (renamed from examples/mapsnavigator/icons/waypointmarker.png)bin3494 -> 3494 bytes
-rw-r--r--examples/mapsdemo/main.cpp (renamed from examples/mapsnavigator/main.cpp)0
-rw-r--r--examples/mapsdemo/mainwindow.cpp (renamed from examples/mapsnavigator/mainwindow.cpp)0
-rw-r--r--examples/mapsdemo/mainwindow.h (renamed from examples/mapsnavigator/mainwindow.h)0
-rw-r--r--examples/mapsdemo/mapsdemo.pro (renamed from examples/mapsnavigator/mapsnavigator.pro)4
-rw-r--r--examples/mapsdemo/mapsdemo.qrc (renamed from examples/mapsnavigator/mapsnavigator.qrc)0
-rw-r--r--examples/mapsdemo/mapswidget.cpp (renamed from examples/mapsnavigator/mapswidget.cpp)0
-rw-r--r--examples/mapsdemo/mapswidget.h (renamed from examples/mapsnavigator/mapswidget.h)0
-rw-r--r--examples/mapsdemo/marker.cpp (renamed from examples/mapsnavigator/marker.cpp)0
-rw-r--r--examples/mapsdemo/marker.h (renamed from examples/mapsnavigator/marker.h)0
-rw-r--r--examples/mapsdemo/markerdialog.cpp (renamed from examples/mapsnavigator/markerdialog.cpp)0
-rw-r--r--examples/mapsdemo/markerdialog.h (renamed from examples/mapsnavigator/markerdialog.h)0
-rw-r--r--examples/mapsdemo/navigatedialog.cpp (renamed from examples/mapsnavigator/navigatedialog.cpp)0
-rw-r--r--examples/mapsdemo/navigatedialog.h (renamed from examples/mapsnavigator/navigatedialog.h)0
-rw-r--r--examples/mapsdemo/navigator.cpp (renamed from examples/mapsnavigator/navigator.cpp)0
-rw-r--r--examples/mapsdemo/navigator.h (renamed from examples/mapsnavigator/navigator.h)0
-rw-r--r--examples/mapsdemo/searchdialog.cpp (renamed from examples/mapsnavigator/searchdialog.cpp)0
-rw-r--r--examples/mapsdemo/searchdialog.h (renamed from examples/mapsnavigator/searchdialog.h)0
23 files changed, 2 insertions, 2 deletions
diff --git a/examples/mapsnavigator/icons/endmarker.png b/examples/mapsdemo/icons/endmarker.png
index 5701d9164b..5701d9164b 100644
--- a/examples/mapsnavigator/icons/endmarker.png
+++ b/examples/mapsdemo/icons/endmarker.png
Binary files differ
diff --git a/examples/mapsnavigator/icons/mylocation.png b/examples/mapsdemo/icons/mylocation.png
index 877adbb1ac..877adbb1ac 100644
--- a/examples/mapsnavigator/icons/mylocation.png
+++ b/examples/mapsdemo/icons/mylocation.png
Binary files differ
diff --git a/examples/mapsnavigator/icons/pathmarker.png b/examples/mapsdemo/icons/pathmarker.png
index ae04638488..ae04638488 100644
--- a/examples/mapsnavigator/icons/pathmarker.png
+++ b/examples/mapsdemo/icons/pathmarker.png
Binary files differ
diff --git a/examples/mapsnavigator/icons/searchmarker.png b/examples/mapsdemo/icons/searchmarker.png
index 4c3c4d84e0..4c3c4d84e0 100644
--- a/examples/mapsnavigator/icons/searchmarker.png
+++ b/examples/mapsdemo/icons/searchmarker.png
Binary files differ
diff --git a/examples/mapsnavigator/icons/startmarker.png b/examples/mapsdemo/icons/startmarker.png
index d188161e30..d188161e30 100644
--- a/examples/mapsnavigator/icons/startmarker.png
+++ b/examples/mapsdemo/icons/startmarker.png
Binary files differ
diff --git a/examples/mapsnavigator/icons/waypointmarker.png b/examples/mapsdemo/icons/waypointmarker.png
index 6dd1acfa38..6dd1acfa38 100644
--- a/examples/mapsnavigator/icons/waypointmarker.png
+++ b/examples/mapsdemo/icons/waypointmarker.png
Binary files differ
diff --git a/examples/mapsnavigator/main.cpp b/examples/mapsdemo/main.cpp
index 22dd27ca22..22dd27ca22 100644
--- a/examples/mapsnavigator/main.cpp
+++ b/examples/mapsdemo/main.cpp
diff --git a/examples/mapsnavigator/mainwindow.cpp b/examples/mapsdemo/mainwindow.cpp
index 8b7aa93107..8b7aa93107 100644
--- a/examples/mapsnavigator/mainwindow.cpp
+++ b/examples/mapsdemo/mainwindow.cpp
diff --git a/examples/mapsnavigator/mainwindow.h b/examples/mapsdemo/mainwindow.h
index e80e629d31..e80e629d31 100644
--- a/examples/mapsnavigator/mainwindow.h
+++ b/examples/mapsdemo/mainwindow.h
diff --git a/examples/mapsnavigator/mapsnavigator.pro b/examples/mapsdemo/mapsdemo.pro
index 168e66dbcf..1e7acd95f9 100644
--- a/examples/mapsnavigator/mapsnavigator.pro
+++ b/examples/mapsdemo/mapsdemo.pro
@@ -1,9 +1,9 @@
QT += network
-TARGET = MapsNavigator
+TARGET = MapsDemo
TEMPLATE = app
-RESOURCES += mapsnavigator.qrc
+RESOURCES += mapsdemo.qrc
include(../examples.pri)
diff --git a/examples/mapsnavigator/mapsnavigator.qrc b/examples/mapsdemo/mapsdemo.qrc
index a46ea7db04..a46ea7db04 100644
--- a/examples/mapsnavigator/mapsnavigator.qrc
+++ b/examples/mapsdemo/mapsdemo.qrc
diff --git a/examples/mapsnavigator/mapswidget.cpp b/examples/mapsdemo/mapswidget.cpp
index b187194618..b187194618 100644
--- a/examples/mapsnavigator/mapswidget.cpp
+++ b/examples/mapsdemo/mapswidget.cpp
diff --git a/examples/mapsnavigator/mapswidget.h b/examples/mapsdemo/mapswidget.h
index 3f20db2659..3f20db2659 100644
--- a/examples/mapsnavigator/mapswidget.h
+++ b/examples/mapsdemo/mapswidget.h
diff --git a/examples/mapsnavigator/marker.cpp b/examples/mapsdemo/marker.cpp
index 6dc48be312..6dc48be312 100644
--- a/examples/mapsnavigator/marker.cpp
+++ b/examples/mapsdemo/marker.cpp
diff --git a/examples/mapsnavigator/marker.h b/examples/mapsdemo/marker.h
index 9e3757a387..9e3757a387 100644
--- a/examples/mapsnavigator/marker.h
+++ b/examples/mapsdemo/marker.h
diff --git a/examples/mapsnavigator/markerdialog.cpp b/examples/mapsdemo/markerdialog.cpp
index f2092b3fd7..f2092b3fd7 100644
--- a/examples/mapsnavigator/markerdialog.cpp
+++ b/examples/mapsdemo/markerdialog.cpp
diff --git a/examples/mapsnavigator/markerdialog.h b/examples/mapsdemo/markerdialog.h
index eec02d2314..eec02d2314 100644
--- a/examples/mapsnavigator/markerdialog.h
+++ b/examples/mapsdemo/markerdialog.h
diff --git a/examples/mapsnavigator/navigatedialog.cpp b/examples/mapsdemo/navigatedialog.cpp
index 2521a09141..2521a09141 100644
--- a/examples/mapsnavigator/navigatedialog.cpp
+++ b/examples/mapsdemo/navigatedialog.cpp
diff --git a/examples/mapsnavigator/navigatedialog.h b/examples/mapsdemo/navigatedialog.h
index 19098958ad..19098958ad 100644
--- a/examples/mapsnavigator/navigatedialog.h
+++ b/examples/mapsdemo/navigatedialog.h
diff --git a/examples/mapsnavigator/navigator.cpp b/examples/mapsdemo/navigator.cpp
index 49fd41d181..49fd41d181 100644
--- a/examples/mapsnavigator/navigator.cpp
+++ b/examples/mapsdemo/navigator.cpp
diff --git a/examples/mapsnavigator/navigator.h b/examples/mapsdemo/navigator.h
index e1b2b05fae..e1b2b05fae 100644
--- a/examples/mapsnavigator/navigator.h
+++ b/examples/mapsdemo/navigator.h
diff --git a/examples/mapsnavigator/searchdialog.cpp b/examples/mapsdemo/searchdialog.cpp
index 2d58d666fe..2d58d666fe 100644
--- a/examples/mapsnavigator/searchdialog.cpp
+++ b/examples/mapsdemo/searchdialog.cpp
diff --git a/examples/mapsnavigator/searchdialog.h b/examples/mapsdemo/searchdialog.h
index 9d2f214d29..9d2f214d29 100644
--- a/examples/mapsnavigator/searchdialog.h
+++ b/examples/mapsdemo/searchdialog.h