Update version info. Add logo to AboutDialog.
authorRuediger Gad <rgad@fb2.fh-frankfurt.de>
Sun, 15 Apr 2012 13:51:24 +0000 (15:51 +0200)
committerRuediger Gad <rgad@fb2.fh-frankfurt.de>
Sun, 15 Apr 2012 13:51:24 +0000 (15:51 +0200)
QZeeControl.pro
QZeeControl.pro.user
qml/QZeeControl/AboutDialog.qml
qtc_packaging/debian_harmattan/changelog
qzeecontrol.png [new file with mode: 0644]

index d76997f..5cbc812 100644 (file)
@@ -37,9 +37,12 @@ SOURCES += main.cpp \
     btconnector.cpp \
     xtstadapter.cpp
 
+logo.files = qzeecontrol.png
+logo.path = /opt/$${TARGET}
+
 splash.files = splash.png
 splash.path = /opt/$${TARGET}
-INSTALLS += splash
+INSTALLS += splash logo
 
 # Please do not modify the following two lines. Required for deployment.
 include(qmlapplicationviewer/qmlapplicationviewer.pri)
index b7a2ed1..85a9b60 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE QtCreatorProject>
-<!-- Written by Qt Creator 2.4.1, 2012-04-15T15:44:09. -->
+<!-- Written by Qt Creator 2.4.1, 2012-04-15T15:50:38. -->
 <qtcreator>
  <data>
   <variable>ProjectExplorer.Project.ActiveTarget</variable>
index 3d53b10..9b64545 100644 (file)
@@ -28,7 +28,7 @@ Dialog {
 
       Text {
           id: homepage
-          text: "<a href=\"http://qzeecontrol.garage.maemo.org/\" style=\"text-decoration:none; color:#78bfff\">QZeeControl<br />Version 0.2.0</a>"
+          text: "<a href=\"http://qzeecontrol.garage.maemo.org/\" style=\"text-decoration:none; color:#78bfff\">QZeeControl<br /><img src=\"/opt/QZeeControl/qzeecontrol.png\" /><br />Version 0.3.0</a>"
           textFormat: Text.RichText;
           onLinkActivated: { Qt.openUrlExternally(link); }
           font.pixelSize: 25; horizontalAlignment: Text.AlignHCenter;
index 652a609..583f465 100644 (file)
@@ -1,3 +1,9 @@
+qzeecontrol (0.3.0) unstable; urgency=low
+
+  * Add custom logo and splash.
+
+ -- Ruediger Gad <r.c.g@gmx.de>  Sun, 15 Apr 2012 15:46:41 +0200
+
 qzeecontrol (0.2.0) unstable; urgency=low
 
   * Check if Bluetooth is available on startup.
diff --git a/qzeecontrol.png b/qzeecontrol.png
new file mode 100644 (file)
index 0000000..25f98fb
Binary files /dev/null and b/qzeecontrol.png differ