Resized refresh and set location buttons to follow Fremantle Master Layout Quide
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Mon, 31 May 2010 07:38:50 +0000 (10:38 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Mon, 31 May 2010 07:38:50 +0000 (10:38 +0300)
and made a few minor cosmetic fixes to mapfetcher.cpp, imagebutton.cpp and src.pro

res/images/refresh.png [changed mode: 0755->0644]
res/images/refresh_s.png [changed mode: 0755->0644]
res/images/send_position.png [changed mode: 0755->0644]
res/images/send_position_s.png [changed mode: 0755->0644]
res/images/zoom_in.png
res/images/zoom_out.png
src/map/mapfetcher.cpp
src/src.pro
src/ui/imagebutton.cpp

old mode 100755 (executable)
new mode 100644 (file)
index d57c971..cc668c7
Binary files a/res/images/refresh.png and b/res/images/refresh.png differ
old mode 100755 (executable)
new mode 100644 (file)
index e7ce3f3..26806c3
Binary files a/res/images/refresh_s.png and b/res/images/refresh_s.png differ
old mode 100755 (executable)
new mode 100644 (file)
index 2c1b1ec..d961901
Binary files a/res/images/send_position.png and b/res/images/send_position.png differ
old mode 100755 (executable)
new mode 100644 (file)
index 1d66154..9cc7796
Binary files a/res/images/send_position_s.png and b/res/images/send_position_s.png differ
index cc159de..2067742 100644 (file)
Binary files a/res/images/zoom_in.png and b/res/images/zoom_in.png differ
index 8946b29..ed0b67f 100644 (file)
Binary files a/res/images/zoom_out.png and b/res/images/zoom_out.png differ
index 9e8726f..ba5412b 100644 (file)
@@ -137,6 +137,8 @@ void MapFetcher::downloadFinished(QNetworkReply *reply)
 
 void MapFetcher::enqueueFetchMapImage(int zoomLevel, int x, int y)
 {
+    qDebug() << __PRETTY_FUNCTION__;
+
     QUrl url = buildURL(zoomLevel, QPoint(x, y));
 
     // check if new request is already in the list and move it to the begin of the list...
index 4c172f6..09a7dff 100644 (file)
@@ -93,7 +93,6 @@ HEADERS += ui/mainwindow.h \
     network/networkreply.h
 QT += network \
     webkit
-
 DEFINES += QT_NO_DEBUG_OUTPUT
 
 maemo5 | simulator {
index 5df7ab9..0dfd592 100644 (file)
@@ -110,6 +110,8 @@ QIcon::Mode ImageButton::mode()
 
 void ImageButton::initButton(const QSize &size, const QIcon &icon)
 {
+    qDebug() << __PRETTY_FUNCTION__;
+
     setIcon(icon);
     setIconSize(size);
     setFixedSize(size);