Update version info. Add some hopefully explaining text.
authorRuediger Gad <rgad@fb2.fh-frankfurt.de>
Sun, 15 Apr 2012 00:17:36 +0000 (02:17 +0200)
committerRuediger Gad <rgad@fb2.fh-frankfurt.de>
Sun, 15 Apr 2012 00:17:36 +0000 (02:17 +0200)
qml/QZeeControl/AboutDialog.qml
qml/QZeeControl/KeyBindingSettings.qml
qtc_packaging/debian_harmattan/changelog

index b433c82..11d9264 100644 (file)
@@ -28,7 +28,7 @@ Dialog {
 
       Text {
           id: homepage
 
       Text {
           id: homepage
-          text: "<a href=\"http://qzeecontrol.garage.maemo.org/\" style=\"text-decoration:none; color:#78bfff\">QZeeControl<br />Version 0.0.1</a>"
+          text: "<a href=\"http://qzeecontrol.garage.maemo.org/\" style=\"text-decoration:none; color:#78bfff\">QZeeControl<br />Version 0.1.0</a>"
           textFormat: Text.RichText;
           onLinkActivated: { Qt.openUrlExternally(link); }
           font.pixelSize: 25; horizontalAlignment: Text.AlignHCenter;
           textFormat: Text.RichText;
           onLinkActivated: { Qt.openUrlExternally(link); }
           font.pixelSize: 25; horizontalAlignment: Text.AlignHCenter;
index 5e051d5..f75ece9 100644 (file)
@@ -148,6 +148,16 @@ Sheet {
                 width: 150
             }
         }
                 width: 150
             }
         }
+
+        Label{
+            anchors{top: contentGrid.bottom; left: parent.left; right: parent.right; margins: 20}
+            horizontalAlignment: Text.AlignHCenter
+            wrapMode: Text.WordWrap
+
+            text: "Some possibly useful key names are:\nUp, Down, Left, Right, Return, Space\n" +
+                  "If you don't need any of these special keys just enter a single character for each key binding. " +
+                  "Upper- and lowercase characters are allowed."
+        }
     }
 }
 
     }
 }
 
index 2c9ddad..35d822b 100644 (file)
@@ -1,3 +1,10 @@
+qzeecontrol (0.1.0) unstable; urgency=low
+
+  * Improve UI.
+  * Add functionality for setting key bindings.
+
+ -- Ruediger Gad <r.c.g@gmx.de>  Sun, 15 Apr 2012 02:15:41 +0200
+
 qzeecontrol (0.0.1) unstable; urgency=low
 
   * Initial Release.
 qzeecontrol (0.0.1) unstable; urgency=low
 
   * Initial Release.