A few more fixes for version 0.6.0
authorLuciano Montanaro <mikelima@cirulla.net>
Wed, 6 Nov 2013 19:21:09 +0000 (20:21 +0100)
committerLuciano Montanaro <mikelima@cirulla.net>
Wed, 6 Nov 2013 19:21:09 +0000 (20:21 +0100)
application/resources/harmattan/qml/AboutPage.qml
application/resources/sailfish/qml/pages/StationListPage.qml
application/resources/sailfish/qml/pages/StationPage.qml
qtc_packaging/debian_harmattan/changelog
rpm/quandoparte.yaml

index 273ce34..e7842c6 100644 (file)
@@ -27,6 +27,8 @@ Page {
             right: parent.right;
             margins: UiConstants.DefaultMargin
         }
+        wrapMode: Text.WordWrap
+        textFormat: Text.RichText
         text: qsTr("<h2><a href='http://quandoparte.garage.maemo.org'>" +
                    "Quando Parte" + "</a></h2>" +"<p style='font-size:small;'>version ") +
               settings.versionString +
index f65f57d..382c7ca 100644 (file)
@@ -50,6 +50,10 @@ Page {
             width: parent.width
             Label {
                 id: mainText
+                anchors {
+                    verticalCenter: parent.Center
+                    margins: Theme.paddingMedium
+                }
                 x: Theme.paddingLarge
                 textFormat: Text.StyledText
                 text: model.name ? Private.highlightSearch(model.name, Theme.highlightColor) : ""
index a47f69a..abbc91b 100644 (file)
@@ -61,13 +61,13 @@ Page {
             Column {
                 anchors.centerIn: parent
                 spacing: Theme.paddingMedium
-                Text {
+                Label {
                     text: qsTr("Error!")
                     width: parent.width
                     font.pixelSize: Theme.fontSizeHuge
                     horizontalAlignment: Text.AlignHCenter
                 }
-                Text {
+                Label {
                     text: schedule.error
                     width: parent.width
                     font.pixelSize: Theme.fontSizeHuge
index f3baedc..7e3f002 100644 (file)
@@ -1,3 +1,11 @@
+quandoparte (0.6.0) unstable; urgency=low
+  * Sailfish OS port
+  * Added section headers to the station list view
+  * Various tweaks to the Harmattan UI
+  * Updated station list data
+
+ -- Luciano Montanaro <mikelima@zaphod>  Wed, 05 Nov 2013 20:21:40 +0100
+
 quandoparte (0.5.1) unstable; urgency=low
   * Fix single instance startup
 
index 148ce7b..1946842 100755 (executable)
@@ -1,6 +1,6 @@
 Name: quandoparte
 Summary: Quando Parte
-Version: 0.6
+Version: 0.6.0
 Release: 0
 Group: Qt/Qt
 License: GPL v2 or above
@@ -8,8 +8,7 @@ Sources:
 - '%{name}-%{version}.tar.bz2'
 Description: |-
   Virtual Arrivals and Departures board for Italian trains quandoparte
-  uses the Trenitalia data to show arrivals and departures times of trains of a given
-  station, with delay or suppression information.
+  uses the Trenitalia data to show arrival and departure times of trains of a given station, with delay or suppression information.
 Configure: none
 Builder: qtc5
 PkgConfigBR: