Added/modified a few images and fixed references to them
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Mon, 10 May 2010 08:04:15 +0000 (11:04 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Mon, 10 May 2010 08:04:15 +0000 (11:04 +0300)
12 files changed:
images.qrc
res/images/led_red.png [new file with mode: 0755]
res/images/list_item.png
res/images/list_item_bottom.png
res/images/list_item_middle.png
res/images/list_item_top.png
res/images/profile_pic_border.png
res/images/refresh.png
res/images/refresh_s.png [new file with mode: 0755]
res/images/send_position.png
res/images/send_position_s.png [new file with mode: 0755]
src/map/ownlocationitem.cpp

index e38df87..db58073 100644 (file)
@@ -5,20 +5,21 @@
         <file>res/images/clock.png</file>
         <file>res/images/compass.png</file>
         <file>res/images/envelope.png</file>
-        <file>res/images/list_item.png</file>
         <file>res/images/zoom_in.png</file>
         <file>res/images/zoom_out.png</file>
         <file>res/images/personal_info_bckgrnd.png</file>
         <file>res/images/profile_pic_border.png</file>
         <file>res/images/refresh.png</file>
+        <file>res/images/refresh_s.png</file>
         <file>res/images/send_position.png</file>
+        <file>res/images/send_position_s.png</file>
         <file>res/images/side_bar_left.png</file>
         <file>res/images/side_bar_right.png</file>
         <file>res/images/sliding_bar_left.png</file>
         <file>res/images/sliding_bar_right.png</file>
-        <file>res/images/led_red_g.png</file>
-        <file>res/images/led_red_h.png</file>
+        <file>res/images/led_red.png</file>
         <file>res/images/led_red_s.png</file>
+        <file>res/images/list_item.png</file>
         <file>res/images/list_item_bottom.png</file>
         <file>res/images/list_item_middle.png</file>
         <file>res/images/list_item_top.png</file>
diff --git a/res/images/led_red.png b/res/images/led_red.png
new file mode 100755 (executable)
index 0000000..5cad335
Binary files /dev/null and b/res/images/led_red.png differ
index 84c9466..9ecf8fd 100755 (executable)
Binary files a/res/images/list_item.png and b/res/images/list_item.png differ
index 7dde747..20af095 100755 (executable)
Binary files a/res/images/list_item_bottom.png and b/res/images/list_item_bottom.png differ
index 41eddde..7ed13d1 100755 (executable)
Binary files a/res/images/list_item_middle.png and b/res/images/list_item_middle.png differ
index e3b946b..b717b30 100755 (executable)
Binary files a/res/images/list_item_top.png and b/res/images/list_item_top.png differ
index ff257cf..0293863 100755 (executable)
Binary files a/res/images/profile_pic_border.png and b/res/images/profile_pic_border.png differ
index f19d846..d57c971 100755 (executable)
Binary files a/res/images/refresh.png and b/res/images/refresh.png differ
diff --git a/res/images/refresh_s.png b/res/images/refresh_s.png
new file mode 100755 (executable)
index 0000000..e7ce3f3
Binary files /dev/null and b/res/images/refresh_s.png differ
index ed185a0..2c1b1ec 100755 (executable)
Binary files a/res/images/send_position.png and b/res/images/send_position.png differ
diff --git a/res/images/send_position_s.png b/res/images/send_position_s.png
new file mode 100755 (executable)
index 0000000..1d66154
Binary files /dev/null and b/res/images/send_position_s.png differ
index f95e692..34487a5 100644 (file)
@@ -28,7 +28,7 @@
 OwnLocationItem::OwnLocationItem(const QPointF & ownPosition)
 {
     qDebug() << __PRETTY_FUNCTION__;
-    QPixmap ownLocationIcon(":/res/images/led_red_h.png");
+    QPixmap ownLocationIcon(":/res/images/led_red.png");
     setPixmap(ownLocationIcon);
 
     setPosition(ownPosition);