From: Pekka Nissinen Date: Mon, 10 May 2010 08:04:15 +0000 (+0300) Subject: Added/modified a few images and fixed references to them X-Git-Tag: v0.4~48^2~3 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=eb7e7059fcaa5c63ee576fafea437d540f86726e;p=situare Added/modified a few images and fixed references to them --- diff --git a/images.qrc b/images.qrc index e38df87..db58073 100644 --- a/images.qrc +++ b/images.qrc @@ -5,20 +5,21 @@ res/images/clock.png res/images/compass.png res/images/envelope.png - res/images/list_item.png res/images/zoom_in.png res/images/zoom_out.png res/images/personal_info_bckgrnd.png res/images/profile_pic_border.png res/images/refresh.png + res/images/refresh_s.png res/images/send_position.png + res/images/send_position_s.png res/images/side_bar_left.png res/images/side_bar_right.png res/images/sliding_bar_left.png res/images/sliding_bar_right.png - res/images/led_red_g.png - res/images/led_red_h.png + res/images/led_red.png res/images/led_red_s.png + res/images/list_item.png res/images/list_item_bottom.png res/images/list_item_middle.png res/images/list_item_top.png diff --git a/res/images/led_red.png b/res/images/led_red.png new file mode 100755 index 0000000..5cad335 Binary files /dev/null and b/res/images/led_red.png differ diff --git a/res/images/list_item.png b/res/images/list_item.png index 84c9466..9ecf8fd 100755 Binary files a/res/images/list_item.png and b/res/images/list_item.png differ diff --git a/res/images/list_item_bottom.png b/res/images/list_item_bottom.png index 7dde747..20af095 100755 Binary files a/res/images/list_item_bottom.png and b/res/images/list_item_bottom.png differ diff --git a/res/images/list_item_middle.png b/res/images/list_item_middle.png index 41eddde..7ed13d1 100755 Binary files a/res/images/list_item_middle.png and b/res/images/list_item_middle.png differ diff --git a/res/images/list_item_top.png b/res/images/list_item_top.png index e3b946b..b717b30 100755 Binary files a/res/images/list_item_top.png and b/res/images/list_item_top.png differ diff --git a/res/images/profile_pic_border.png b/res/images/profile_pic_border.png index ff257cf..0293863 100755 Binary files a/res/images/profile_pic_border.png and b/res/images/profile_pic_border.png differ diff --git a/res/images/refresh.png b/res/images/refresh.png index f19d846..d57c971 100755 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 index 0000000..e7ce3f3 Binary files /dev/null and b/res/images/refresh_s.png differ diff --git a/res/images/send_position.png b/res/images/send_position.png index ed185a0..2c1b1ec 100755 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 index 0000000..1d66154 Binary files /dev/null and b/res/images/send_position_s.png differ diff --git a/src/map/ownlocationitem.cpp b/src/map/ownlocationitem.cpp index f95e692..34487a5 100644 --- a/src/map/ownlocationitem.cpp +++ b/src/map/ownlocationitem.cpp @@ -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);