Changed friend_group.png in res/images.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Tue, 25 May 2010 09:48:54 +0000 (12:48 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Tue, 25 May 2010 09:48:54 +0000 (12:48 +0300)
images.qrc
res/images/friend_group.png [changed mode: 0644->0755]
res/images/list_item.png [deleted file]
src/map/friendgroupitem.cpp
src/src.pro

index da50267..5a835e7 100644 (file)
@@ -20,7 +20,6 @@
         <file>res/images/sliding_bar_right.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>
old mode 100644 (file)
new mode 100755 (executable)
index 3d555c6..cbdcd1d
Binary files a/res/images/friend_group.png and b/res/images/friend_group.png differ
diff --git a/res/images/list_item.png b/res/images/list_item.png
deleted file mode 100755 (executable)
index 9ecf8fd..0000000
Binary files a/res/images/list_item.png and /dev/null differ
index 74d7fe5..69a5248 100644 (file)
@@ -98,7 +98,7 @@ void FriendGroupItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *o
 
     BaseLocationItem::paint(painter, option, widget);
 
-    painter->setPen(Qt::black);
+    painter->setPen(Qt::white);
     painter->setFont(NOKIA_FONT_SMALL);
     painter->drawText(QRect(GROUP_ITEM_FRIENDS_COUNT_X, GROUP_ITEM_FRIENDS_COUNT_Y,
                             GROUP_ITEM_FRIENDS_COUNT_WIDTH, GROUP_ITEM_FRIENDS_COUNT_HEIGHT),
index dedf49c..4e5b9f0 100644 (file)
@@ -85,7 +85,8 @@ HEADERS += ui/mainwindow.h \
     ui/sidepanel.h
 QT += network \
     webkit
-DEFINES += QT_NO_DEBUG_OUTPUT
+
+#DEFINES += QT_NO_DEBUG_OUTPUT
 
 maemo5 | simulator {
     SOURCES += gps/gpspositionprivate.cpp