Merge branch 'master' into stacked_friends
authorSami Rämö <sami.ramo@ixonos.com>
Mon, 10 May 2010 10:17:29 +0000 (13:17 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Mon, 10 May 2010 10:17:29 +0000 (13:17 +0300)
Conflicts:
images.qrc
src/src.pro

1  2 
images.qrc
src/map/ownlocationitem.cpp
src/src.pro

diff --cc images.qrc
          <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/friend_group.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>
      </qresource>
  </RCC>
Simple merge
diff --cc src/src.pro
@@@ -37,8 -36,7 +36,9 @@@ SOURCES += main.cpp 
      engine/engine.cpp \
      ui/settingsdialog.cpp \
      map/maptilerequest.cpp \
 -    ui/imagebutton.cpp
++    ui/imagebutton.cpp \
 +    map/friendgroupitem.cpp \
 +    map/frienditemshandler.cpp
  HEADERS += ui/mainwindow.h \
      ui/mapviewscreen.h \
      ui/listviewscreen.h \
      engine/engine.h \
      ui/settingsdialog.h \
      map/maptilerequest.h \
 -    ui/imagebutton.h
++    ui/imagebutton.h \
 +    map/friendgroupitem.h \
 +    map/frienditemshandler.h
  QT += network \
      webkit
 -#DEFINES += QT_NO_DEBUG_OUTPUT
 +DEFINES += QT_NO_DEBUG_OUTPUT
  !maemo5 { 
      message(QJson built in)
      message(Make sure you have QJson development headers installed)