Sorted images.grc file alphabetically and made some minor cosmetic changes
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Thu, 8 Jul 2010 07:53:28 +0000 (10:53 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Thu, 8 Jul 2010 07:53:28 +0000 (10:53 +0300)
images.qrc
src/map/baselocationitem.h
src/map/gpslocationitem.h
src/map/ownlocationitem.cpp

index e03e4c8..122510e 100644 (file)
@@ -1,45 +1,45 @@
 <RCC>
     <qresource prefix="/">
+        <file>res/images/aeroplane_icon_gray.png</file>        
         <file>res/images/arrow_left.png</file>
         <file>res/images/arrow_right.png</file>
+        <file>res/images/car_icon_gray.png</file>
         <file>res/images/clock.png</file>
         <file>res/images/compass.png</file>
         <file>res/images/envelope.png</file>
-        <file>res/images/zoom_in.png</file>
-        <file>res/images/zoom_out.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/show_position.png</file>
-        <file>res/images/show_position_s.png</file>
-        <file>res/images/led_red.png</file>
-        <file>res/images/led_red_s.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>
-        <file>res/images/user_info_item_bottom.png</file>
-        <file>res/images/user_info_item_middle.png</file>
-        <file>res/images/user_info_item_top.png</file>
+        <file>res/images/friend_group.png</file>
         <file>res/images/gps_pos_accurate.png</file>
         <file>res/images/gps_pos_coarse.png</file>
-        <file>res/images/friend_group.png</file>
-        <file>res/images/sight.png</file>
-        <file>res/images/aeroplane_icon_gray.png</file>
-        <file>res/images/car_icon_gray.png</file>
-        <file>res/images/rocket_icon_gray.png</file>
-        <file>res/images/walk_icon_gray.png</file>
-        <file>res/images/profile_pic_border.png</file>
         <file>res/images/large_profile_pic_border_left.png</file>
         <file>res/images/large_profile_pic_border_middle.png</file>
         <file>res/images/large_profile_pic_border_right.png</file>
+        <file>res/images/led_red.png</file>
+        <file>res/images/led_red_s.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>
         <file>res/images/menu_bar_drop_shadow.png</file>
+        <file>res/images/own_location.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/rocket_icon_gray.png</file>
+        <file>res/images/send_position.png</file>
+        <file>res/images/send_position_s.png</file>
+        <file>res/images/show_position.png</file>
+        <file>res/images/show_position_s.png</file>
         <file>res/images/side_bar_middle_left.png</file>
         <file>res/images/side_bar_middle_right.png</file>
         <file>res/images/side_bar_tile_left.png</file>
         <file>res/images/side_bar_tile_right.png</file>
+        <file>res/images/sight.png</file>
         <file>res/images/sliding_bar_button.png</file>
         <file>res/images/sliding_bar_tile.png</file>
-        <file>res/images/own_location.png</file>
+        <file>res/images/user_info_item_bottom.png</file>
+        <file>res/images/user_info_item_middle.png</file>
+        <file>res/images/user_info_item_top.png</file>
+        <file>res/images/walk_icon_gray.png</file>
+        <file>res/images/zoom_in.png</file>
+        <file>res/images/zoom_out.png</file>
     </qresource>
 </RCC>
index 714d716..d6ae2ec 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <QGraphicsPixmapItem>
 
-
 /**
  * @brief Baseclass for showing own and friends locations on the map.
  *
@@ -34,7 +33,6 @@
  */
 class BaseLocationItem : public QGraphicsPixmapItem, public QObject
 {
-
 public:
     /**
      * @brief Constructor of BaseLocationItem.
index d62ec11..e191573 100644 (file)
@@ -19,7 +19,6 @@
     USA.
 */
 
-
 #ifndef GPSLOCATIONITEM_H
 #define GPSLOCATIONITEM_H
 
index b3f572c..f138c3a 100644 (file)
@@ -30,6 +30,7 @@ const int OFFSET_TO_ARROW_TIP = -41;
 OwnLocationItem::OwnLocationItem()
 {
     qDebug() << __PRETTY_FUNCTION__;
+
     QPixmap ownLocationIcon(":/res/images/own_location.png");
     setPixmap(ownLocationIcon);