From cd220a213060b6211330699ec6a3830593945a24 Mon Sep 17 00:00:00 2001
From: "Javier S. Pedro" <maemo@javispedro.com>
Date: Fri, 2 Dec 2011 20:31:12 +0100
Subject: moving some resources to the filesystem

---
 libsowatch/sowatch_global.h                     |  10 ++--
 metawatch/email.bmp                             | Bin 126 -> 0 bytes
 metawatch/idle_call.bmp                         | Bin 134 -> 0 bytes
 metawatch/idle_gmail.bmp                        | Bin 134 -> 0 bytes
 metawatch/idle_sms.bmp                          | Bin 134 -> 0 bytes
 metawatch/message.bmp                           | Bin 126 -> 0 bytes
 metawatch/metawatch.pro                         |  29 +++++-------
 metawatch/metawatch.qrc                         |  23 ---------
 metawatch/metawatch_16pt_11pxl.ttf              | Bin 14576 -> 0 bytes
 metawatch/metawatch_8pt_5pxl_CAPS.ttf           | Bin 12408 -> 0 bytes
 metawatch/metawatch_8pt_7pxl_CAPS.ttf           | Bin 15212 -> 0 bytes
 metawatch/metawatchdigital.cpp                  |  24 +++++-----
 metawatch/metawatchplugin.cpp                   |   6 +--
 metawatch/phone.bmp                             | Bin 126 -> 0 bytes
 metawatch/play.bmp                              | Bin 126 -> 0 bytes
 metawatch/qml/MWListView.qml                    |  59 ++++++++++++++++++++++++
 metawatch/qml/MWTitle.qml                       |   6 +++
 metawatch/res/fonts/metawatch_16pt_11pxl.ttf    | Bin 0 -> 14576 bytes
 metawatch/res/fonts/metawatch_8pt_5pxl_CAPS.ttf | Bin 0 -> 12408 bytes
 metawatch/res/fonts/metawatch_8pt_7pxl_CAPS.ttf | Bin 0 -> 15212 bytes
 metawatch/res/graphics/email.bmp                | Bin 0 -> 126 bytes
 metawatch/res/graphics/idle_call.bmp            | Bin 0 -> 134 bytes
 metawatch/res/graphics/idle_gmail.bmp           | Bin 0 -> 134 bytes
 metawatch/res/graphics/idle_sms.bmp             | Bin 0 -> 134 bytes
 metawatch/res/graphics/message.bmp              | Bin 0 -> 126 bytes
 metawatch/res/graphics/phone.bmp                | Bin 0 -> 126 bytes
 metawatch/res/graphics/play.bmp                 | Bin 0 -> 126 bytes
 metawatch/res/graphics/timer.bmp                | Bin 0 -> 126 bytes
 metawatch/res/graphics/weather_cloudy.bmp       | Bin 0 -> 158 bytes
 metawatch/res/graphics/weather_rain.bmp         | Bin 0 -> 158 bytes
 metawatch/res/graphics/weather_snow.bmp         | Bin 0 -> 158 bytes
 metawatch/res/graphics/weather_sunny.bmp        | Bin 0 -> 158 bytes
 metawatch/res/graphics/weather_thunderstorm.bmp | Bin 0 -> 158 bytes
 metawatch/res/graphics/weather_wind.bmp         | Bin 0 -> 158 bytes
 metawatch/timer.bmp                             | Bin 126 -> 0 bytes
 metawatch/weather_cloudy.bmp                    | Bin 158 -> 0 bytes
 metawatch/weather_rain.bmp                      | Bin 158 -> 0 bytes
 metawatch/weather_snow.bmp                      | Bin 158 -> 0 bytes
 metawatch/weather_sunny.bmp                     | Bin 158 -> 0 bytes
 metawatch/weather_thunderstorm.bmp              | Bin 158 -> 0 bytes
 metawatch/weather_wind.bmp                      | Bin 158 -> 0 bytes
 qtc_packaging/debian_fremantle/changelog        |   6 +++
 qtc_packaging/debian_harmattan/changelog        |   6 +++
 43 files changed, 111 insertions(+), 58 deletions(-)
 delete mode 100644 metawatch/email.bmp
 delete mode 100644 metawatch/idle_call.bmp
 delete mode 100644 metawatch/idle_gmail.bmp
 delete mode 100644 metawatch/idle_sms.bmp
 delete mode 100644 metawatch/message.bmp
 delete mode 100644 metawatch/metawatch.qrc
 delete mode 100644 metawatch/metawatch_16pt_11pxl.ttf
 delete mode 100644 metawatch/metawatch_8pt_5pxl_CAPS.ttf
 delete mode 100644 metawatch/metawatch_8pt_7pxl_CAPS.ttf
 delete mode 100644 metawatch/phone.bmp
 delete mode 100644 metawatch/play.bmp
 create mode 100644 metawatch/qml/MWListView.qml
 create mode 100644 metawatch/qml/MWTitle.qml
 create mode 100644 metawatch/res/fonts/metawatch_16pt_11pxl.ttf
 create mode 100644 metawatch/res/fonts/metawatch_8pt_5pxl_CAPS.ttf
 create mode 100644 metawatch/res/fonts/metawatch_8pt_7pxl_CAPS.ttf
 create mode 100644 metawatch/res/graphics/email.bmp
 create mode 100644 metawatch/res/graphics/idle_call.bmp
 create mode 100644 metawatch/res/graphics/idle_gmail.bmp
 create mode 100644 metawatch/res/graphics/idle_sms.bmp
 create mode 100644 metawatch/res/graphics/message.bmp
 create mode 100644 metawatch/res/graphics/phone.bmp
 create mode 100644 metawatch/res/graphics/play.bmp
 create mode 100644 metawatch/res/graphics/timer.bmp
 create mode 100644 metawatch/res/graphics/weather_cloudy.bmp
 create mode 100644 metawatch/res/graphics/weather_rain.bmp
 create mode 100644 metawatch/res/graphics/weather_snow.bmp
 create mode 100644 metawatch/res/graphics/weather_sunny.bmp
 create mode 100644 metawatch/res/graphics/weather_thunderstorm.bmp
 create mode 100644 metawatch/res/graphics/weather_wind.bmp
 delete mode 100644 metawatch/timer.bmp
 delete mode 100644 metawatch/weather_cloudy.bmp
 delete mode 100644 metawatch/weather_rain.bmp
 delete mode 100644 metawatch/weather_snow.bmp
 delete mode 100644 metawatch/weather_sunny.bmp
 delete mode 100644 metawatch/weather_thunderstorm.bmp
 delete mode 100644 metawatch/weather_wind.bmp

diff --git a/libsowatch/sowatch_global.h b/libsowatch/sowatch_global.h
index c317ba4..510a38a 100644
--- a/libsowatch/sowatch_global.h
+++ b/libsowatch/sowatch_global.h
@@ -11,11 +11,15 @@
 #endif
 
 #if defined(MEEGO_VERSION_MAJOR) || defined(Q_WS_MAEMO_5)
-#	define SOWATCH_PLUGINS_DIR "/opt/sowatch/lib"
+#	define SOWATCH_PLUGINS_DIR		"/opt/sowatch/lib"
+#	define SOWATCH_RESOURCES_DIR	"/opt/sowatch/share"
+#	define SOWATCH_QML_DIR			"/opt/sowatch/qml"
 #elif defined(Q_OS_LINUX)
-#	define SOWATCH_PLUGINS_DIR "/usr/lib/sowatch"
+#	define SOWATCH_PLUGINS_DIR		"/usr/lib/sowatch"
+#	define SOWATCH_RESOURCES_DIR	"/usr/share/sowatch"
+#	define SOWATCH_QML_DIR			SOWATCH_RESOURCES_DIR "/qml"
 #else
-#	error Please define a path for your platform
+#	error Please define the paths for your platform
 #endif
 
 #define SOWATCH_DRIVERS_DIR       SOWATCH_PLUGINS_DIR "/drivers"
diff --git a/metawatch/email.bmp b/metawatch/email.bmp
deleted file mode 100644
index 7c895af..0000000
Binary files a/metawatch/email.bmp and /dev/null differ
diff --git a/metawatch/idle_call.bmp b/metawatch/idle_call.bmp
deleted file mode 100644
index 2b69eea..0000000
Binary files a/metawatch/idle_call.bmp and /dev/null differ
diff --git a/metawatch/idle_gmail.bmp b/metawatch/idle_gmail.bmp
deleted file mode 100644
index fd129b0..0000000
Binary files a/metawatch/idle_gmail.bmp and /dev/null differ
diff --git a/metawatch/idle_sms.bmp b/metawatch/idle_sms.bmp
deleted file mode 100644
index 095ca62..0000000
Binary files a/metawatch/idle_sms.bmp and /dev/null differ
diff --git a/metawatch/message.bmp b/metawatch/message.bmp
deleted file mode 100644
index 53605b8..0000000
Binary files a/metawatch/message.bmp and /dev/null differ
diff --git a/metawatch/metawatch.pro b/metawatch/metawatch.pro
index f48cfe0..d0ffddf 100644
--- a/metawatch/metawatch.pro
+++ b/metawatch/metawatch.pro
@@ -30,22 +30,8 @@ HEADERS += metawatchplugin.h \
 FORMS += \
 	metawatchsimulatorform.ui
 
-RESOURCES += \
-    metawatch.qrc
-
-OTHER_FILES += \
-	idle_sms.bmp \
-	idle_gmail.bmp \
-	idle_call.bmp \
-    weather_wind.bmp \
-    weather_thunderstorm.bmp \
-    weather_sunny.bmp \
-    weather_snow.bmp \
-    weather_rain.bmp \
-    weather_cloudy.bmp \
-    metawatch_16pt_11pxl.ttf \
-    metawatch_8pt_7pxl_CAPS.ttf \
-    metawatch_8pt_5pxl_CAPS.ttf
+res_files.files += res/graphics res/fonts
+qml_files.files += qml/MWListView.qml
 
 win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/release/ -lsowatch
 else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/debug/ -lsowatch
@@ -69,8 +55,17 @@ unix:!symbian {
 	!isEmpty(MEEGO_VERSION_MAJOR)|maemo5 {
 		QMAKE_RPATHDIR += /opt/sowatch/lib
 		target.path = /opt/sowatch/lib/drivers
+		res_files.path = /opt/sowatch/share/metawatch
+		qml_files.path = /opt/sowatch/qml/metawatch
     } else {
 		target.path = /usr/lib/sowatch/drivers
+		res_files.path = /usr/share/sowatch/metawatch
+		qml_files.path = /usr/share/sowatch/qml/metawatch
     }
-    INSTALLS += target
+	INSTALLS += target res_files qml_files
 }
+
+OTHER_FILES += \
+    qml/MWTitle.qml
+
+
diff --git a/metawatch/metawatch.qrc b/metawatch/metawatch.qrc
deleted file mode 100644
index 821a3dc..0000000
--- a/metawatch/metawatch.qrc
+++ /dev/null
@@ -1,23 +0,0 @@
-<RCC>
-    <qresource prefix="/metawatch/graphics">
-        <file>idle_call.bmp</file>
-        <file>idle_gmail.bmp</file>
-        <file>idle_sms.bmp</file>
-        <file>weather_cloudy.bmp</file>
-        <file>weather_rain.bmp</file>
-        <file>weather_snow.bmp</file>
-        <file>weather_sunny.bmp</file>
-        <file>weather_thunderstorm.bmp</file>
-        <file>weather_wind.bmp</file>
-        <file>email.bmp</file>
-        <file>message.bmp</file>
-        <file>phone.bmp</file>
-        <file>play.bmp</file>
-        <file>timer.bmp</file>
-    </qresource>
-    <qresource prefix="/metawatch/fonts">
-        <file>metawatch_8pt_5pxl_CAPS.ttf</file>
-        <file>metawatch_8pt_7pxl_CAPS.ttf</file>
-        <file>metawatch_16pt_11pxl.ttf</file>
-    </qresource>
-</RCC>
diff --git a/metawatch/metawatch_16pt_11pxl.ttf b/metawatch/metawatch_16pt_11pxl.ttf
deleted file mode 100644
index 9aeb8b3..0000000
Binary files a/metawatch/metawatch_16pt_11pxl.ttf and /dev/null differ
diff --git a/metawatch/metawatch_8pt_5pxl_CAPS.ttf b/metawatch/metawatch_8pt_5pxl_CAPS.ttf
deleted file mode 100644
index a6b8f30..0000000
Binary files a/metawatch/metawatch_8pt_5pxl_CAPS.ttf and /dev/null differ
diff --git a/metawatch/metawatch_8pt_7pxl_CAPS.ttf b/metawatch/metawatch_8pt_7pxl_CAPS.ttf
deleted file mode 100644
index 72eda9e..0000000
Binary files a/metawatch/metawatch_8pt_7pxl_CAPS.ttf and /dev/null differ
diff --git a/metawatch/metawatchdigital.cpp b/metawatch/metawatchdigital.cpp
index f35eab0..b91b370 100644
--- a/metawatch/metawatchdigital.cpp
+++ b/metawatch/metawatchdigital.cpp
@@ -143,9 +143,9 @@ void MetaWatchDigital::clear(Mode mode, bool black)
 
 void MetaWatchDigital::renderIdleScreen()
 {
-	QImage idle_call(QString(":/metawatch/graphics/idle_call.bmp"));
-	QImage idle_sms(QString(":/metawatch/graphics/idle_sms.bmp"));
-	QImage idle_mail(QString(":/metawatch/graphics/idle_gmail.bmp"));
+	QImage idle_call(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/idle_call.bmp"));
+	QImage idle_sms(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/idle_sms.bmp"));
+	QImage idle_mail(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/idle_gmail.bmp"));
 	QPainter p;
 
 	_paintMode = IdleMode;
@@ -204,17 +204,17 @@ QImage MetaWatchDigital::iconForWeather(WeatherNotification::WeatherType w)
 {
 	switch (w) {
 	case WeatherNotification::Sunny:
-		return QImage(QString(":/metawatch/graphics/weather_sunny.bmp"));
+		return QImage(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/weather_sunny.bmp"));
 	case WeatherNotification::PartlyCloudy:
 	case WeatherNotification::Cloudy:
 	case WeatherNotification::Fog:
-		return QImage(QString(":/metawatch/graphics/weather_cloudy.bmp"));
+		return QImage(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/weather_cloudy.bmp"));
 	case WeatherNotification::Rain:
-		return QImage(QString(":/metawatch/graphics/weather_rain.bmp"));
+		return QImage(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/weather_rain.bmp"));
 	case WeatherNotification::Thunderstorm:
-		return QImage(QString(":/metawatch/graphics/weather_thunderstorm.bmp"));
+		return QImage(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/weather_thunderstorm.bmp"));
 	case WeatherNotification::Snow:
-		return QImage(QString(":/metawatch/graphics/weather_snow.bmp"));
+		return QImage(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/weather_snow.bmp"));
 	default:
 		return QImage();
 	}
@@ -313,18 +313,18 @@ QImage MetaWatchDigital::iconForNotification(const Notification *n)
 	switch (n->type()) {
 	case Notification::CallNotification:
 	case Notification::MissedCallNotification:
-		return QImage(QString(":/metawatch/graphics/phone.bmp"));
+		return QImage(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/phone.bmp"));
 		break;
 	case Notification::SmsNotification:
 	case Notification::MmsNotification:
 	case Notification::ImNotification:
-		return QImage(QString(":/metawatch/graphics/message.bmp"));
+		return QImage(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/message.bmp"));
 		break;
 	case Notification::EmailNotification:
-		return QImage(QString(":/metawatch/graphics/email.bmp"));
+		return QImage(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/email.bmp"));
 		break;
 	case Notification::CalendarNotification:
-		return QImage(QString(":/metawatch/graphics/timer.bmp"));
+		return QImage(QString(SOWATCH_RESOURCES_DIR "/metawatch/graphics/timer.bmp"));
 		break;
 	default:
 		return QImage();
diff --git a/metawatch/metawatchplugin.cpp b/metawatch/metawatchplugin.cpp
index 5e649a9..523230b 100644
--- a/metawatch/metawatchplugin.cpp
+++ b/metawatch/metawatchplugin.cpp
@@ -13,9 +13,9 @@ bool MetaWatchPlugin::fontsLoaded = false;
 MetaWatchPlugin::MetaWatchPlugin()
 {
 	if (!fontsLoaded) {
-		QFontDatabase::addApplicationFont(":/metawatch/fonts/metawatch_16pt_11pxl.ttf");
-		QFontDatabase::addApplicationFont(":/metawatch/fonts/metawatch_8pt_7pxl_CAPS.ttf");
-		QFontDatabase::addApplicationFont(":/metawatch/fonts/metawatch_8pt_5pxl_CAPS.ttf");
+		QFontDatabase::addApplicationFont(SOWATCH_RESOURCES_DIR "/metawatch/fonts/metawatch_16pt_11pxl.ttf");
+		QFontDatabase::addApplicationFont(SOWATCH_RESOURCES_DIR "/metawatch/fonts/metawatch_8pt_7pxl_CAPS.ttf");
+		QFontDatabase::addApplicationFont(SOWATCH_RESOURCES_DIR "/metawatch/fonts/metawatch_8pt_5pxl_CAPS.ttf");
 		// "MetaWatch Large 16pt", "MetaWatch Large caps 8pt", "MetaWatch Small caps 8pt"
 		fontsLoaded = true;
 	}
diff --git a/metawatch/phone.bmp b/metawatch/phone.bmp
deleted file mode 100644
index a9da9d8..0000000
Binary files a/metawatch/phone.bmp and /dev/null differ
diff --git a/metawatch/play.bmp b/metawatch/play.bmp
deleted file mode 100644
index f6f507c..0000000
Binary files a/metawatch/play.bmp and /dev/null differ
diff --git a/metawatch/qml/MWListView.qml b/metawatch/qml/MWListView.qml
new file mode 100644
index 0000000..e49905b
--- /dev/null
+++ b/metawatch/qml/MWListView.qml
@@ -0,0 +1,59 @@
+import QtQuick 1.0
+
+ListView {
+	id: list
+
+	property bool selectable: true
+
+	//interactive: false
+	highlightFollowsCurrentItem: false
+	boundsBehavior: Flickable.StopAtBounds
+
+	property real currentItemTop: currentItem.y - contentY
+	property real currentItemBottom: currentItemTop + currentItem.height
+
+	function _scrollSelectable(dir) {
+		var maxy = contentHeight - height;
+		if (maxy < 0) maxy = 0;
+
+		console.log(contentHeight);
+
+		var newy = contentY;
+
+		if (dir > 0) {
+			if (currentIndex < count && currentItemBottom < height) {
+				// If the next item is visible, highlight it
+				list.incrementCurrentIndex();
+			}
+			if (currentItemBottom >= height) {
+				// If the next item now is still not visible, scroll
+				newy += 96/3;
+			}
+		} else {
+			if (currentIndex >= 0 && currentItemTop > 0) {
+				// If the previous item is visible, highlight it
+				list.decrementCurrentIndex();
+			}
+			if (currentItemTop <= 0) {
+				// If the previous item now is still not visible, scroll
+				newy -= 96/3;
+			}
+		}
+
+		//if (newy < 0) newy = 0;
+		//if (newy > maxy) newy = maxy;
+		list.contentY = newy;
+	}
+
+	function scrollDown() {
+		if (selectable) {
+			_scrollSelectable(+1);
+		}
+	}
+
+	function scrollUp() {
+		if (selectable) {
+			_scrollSelectable(-1);
+		}
+	}
+}
diff --git a/metawatch/qml/MWTitle.qml b/metawatch/qml/MWTitle.qml
new file mode 100644
index 0000000..44f4f70
--- /dev/null
+++ b/metawatch/qml/MWTitle.qml
@@ -0,0 +1,6 @@
+import QtQuick 1.0
+
+Rectangle {
+    width: 100
+    height: 62
+}
diff --git a/metawatch/res/fonts/metawatch_16pt_11pxl.ttf b/metawatch/res/fonts/metawatch_16pt_11pxl.ttf
new file mode 100644
index 0000000..9aeb8b3
Binary files /dev/null and b/metawatch/res/fonts/metawatch_16pt_11pxl.ttf differ
diff --git a/metawatch/res/fonts/metawatch_8pt_5pxl_CAPS.ttf b/metawatch/res/fonts/metawatch_8pt_5pxl_CAPS.ttf
new file mode 100644
index 0000000..a6b8f30
Binary files /dev/null and b/metawatch/res/fonts/metawatch_8pt_5pxl_CAPS.ttf differ
diff --git a/metawatch/res/fonts/metawatch_8pt_7pxl_CAPS.ttf b/metawatch/res/fonts/metawatch_8pt_7pxl_CAPS.ttf
new file mode 100644
index 0000000..72eda9e
Binary files /dev/null and b/metawatch/res/fonts/metawatch_8pt_7pxl_CAPS.ttf differ
diff --git a/metawatch/res/graphics/email.bmp b/metawatch/res/graphics/email.bmp
new file mode 100644
index 0000000..7c895af
Binary files /dev/null and b/metawatch/res/graphics/email.bmp differ
diff --git a/metawatch/res/graphics/idle_call.bmp b/metawatch/res/graphics/idle_call.bmp
new file mode 100644
index 0000000..2b69eea
Binary files /dev/null and b/metawatch/res/graphics/idle_call.bmp differ
diff --git a/metawatch/res/graphics/idle_gmail.bmp b/metawatch/res/graphics/idle_gmail.bmp
new file mode 100644
index 0000000..fd129b0
Binary files /dev/null and b/metawatch/res/graphics/idle_gmail.bmp differ
diff --git a/metawatch/res/graphics/idle_sms.bmp b/metawatch/res/graphics/idle_sms.bmp
new file mode 100644
index 0000000..095ca62
Binary files /dev/null and b/metawatch/res/graphics/idle_sms.bmp differ
diff --git a/metawatch/res/graphics/message.bmp b/metawatch/res/graphics/message.bmp
new file mode 100644
index 0000000..53605b8
Binary files /dev/null and b/metawatch/res/graphics/message.bmp differ
diff --git a/metawatch/res/graphics/phone.bmp b/metawatch/res/graphics/phone.bmp
new file mode 100644
index 0000000..a9da9d8
Binary files /dev/null and b/metawatch/res/graphics/phone.bmp differ
diff --git a/metawatch/res/graphics/play.bmp b/metawatch/res/graphics/play.bmp
new file mode 100644
index 0000000..f6f507c
Binary files /dev/null and b/metawatch/res/graphics/play.bmp differ
diff --git a/metawatch/res/graphics/timer.bmp b/metawatch/res/graphics/timer.bmp
new file mode 100644
index 0000000..20ae04d
Binary files /dev/null and b/metawatch/res/graphics/timer.bmp differ
diff --git a/metawatch/res/graphics/weather_cloudy.bmp b/metawatch/res/graphics/weather_cloudy.bmp
new file mode 100644
index 0000000..506c24a
Binary files /dev/null and b/metawatch/res/graphics/weather_cloudy.bmp differ
diff --git a/metawatch/res/graphics/weather_rain.bmp b/metawatch/res/graphics/weather_rain.bmp
new file mode 100644
index 0000000..fc12c6e
Binary files /dev/null and b/metawatch/res/graphics/weather_rain.bmp differ
diff --git a/metawatch/res/graphics/weather_snow.bmp b/metawatch/res/graphics/weather_snow.bmp
new file mode 100644
index 0000000..d328105
Binary files /dev/null and b/metawatch/res/graphics/weather_snow.bmp differ
diff --git a/metawatch/res/graphics/weather_sunny.bmp b/metawatch/res/graphics/weather_sunny.bmp
new file mode 100644
index 0000000..df9f774
Binary files /dev/null and b/metawatch/res/graphics/weather_sunny.bmp differ
diff --git a/metawatch/res/graphics/weather_thunderstorm.bmp b/metawatch/res/graphics/weather_thunderstorm.bmp
new file mode 100644
index 0000000..f101610
Binary files /dev/null and b/metawatch/res/graphics/weather_thunderstorm.bmp differ
diff --git a/metawatch/res/graphics/weather_wind.bmp b/metawatch/res/graphics/weather_wind.bmp
new file mode 100644
index 0000000..59bd81b
Binary files /dev/null and b/metawatch/res/graphics/weather_wind.bmp differ
diff --git a/metawatch/timer.bmp b/metawatch/timer.bmp
deleted file mode 100644
index 20ae04d..0000000
Binary files a/metawatch/timer.bmp and /dev/null differ
diff --git a/metawatch/weather_cloudy.bmp b/metawatch/weather_cloudy.bmp
deleted file mode 100644
index 506c24a..0000000
Binary files a/metawatch/weather_cloudy.bmp and /dev/null differ
diff --git a/metawatch/weather_rain.bmp b/metawatch/weather_rain.bmp
deleted file mode 100644
index fc12c6e..0000000
Binary files a/metawatch/weather_rain.bmp and /dev/null differ
diff --git a/metawatch/weather_snow.bmp b/metawatch/weather_snow.bmp
deleted file mode 100644
index d328105..0000000
Binary files a/metawatch/weather_snow.bmp and /dev/null differ
diff --git a/metawatch/weather_sunny.bmp b/metawatch/weather_sunny.bmp
deleted file mode 100644
index df9f774..0000000
Binary files a/metawatch/weather_sunny.bmp and /dev/null differ
diff --git a/metawatch/weather_thunderstorm.bmp b/metawatch/weather_thunderstorm.bmp
deleted file mode 100644
index f101610..0000000
Binary files a/metawatch/weather_thunderstorm.bmp and /dev/null differ
diff --git a/metawatch/weather_wind.bmp b/metawatch/weather_wind.bmp
deleted file mode 100644
index 59bd81b..0000000
Binary files a/metawatch/weather_wind.bmp and /dev/null differ
diff --git a/qtc_packaging/debian_fremantle/changelog b/qtc_packaging/debian_fremantle/changelog
index 4f197dc..4a51983 100644
--- a/qtc_packaging/debian_fremantle/changelog
+++ b/qtc_packaging/debian_fremantle/changelog
@@ -1,3 +1,9 @@
+sowatch (0.3.0) unstable; urgency=low
+
+  * Using actual files instead of Qt Resources for MetaWatch resources.
+
+ -- Javier S. Pedro <maemo@javispedro.com>  Fri, 02 Dec 2011 20:15:34 +0100
+
 sowatch (0.2.2) unstable; urgency=low
 
   * Support for MetaWatch 24 mode setting using the 0.8 firmware
diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog
index 4f197dc..4a51983 100644
--- a/qtc_packaging/debian_harmattan/changelog
+++ b/qtc_packaging/debian_harmattan/changelog
@@ -1,3 +1,9 @@
+sowatch (0.3.0) unstable; urgency=low
+
+  * Using actual files instead of Qt Resources for MetaWatch resources.
+
+ -- Javier S. Pedro <maemo@javispedro.com>  Fri, 02 Dec 2011 20:15:34 +0100
+
 sowatch (0.2.2) unstable; urgency=low
 
   * Support for MetaWatch 24 mode setting using the 0.8 firmware
-- 
cgit v1.2.3