WWW update
[ubi] / qml / ubi / main.qml
index 91cc567..6f42c54 100644 (file)
@@ -12,19 +12,11 @@ Rectangle {
 
     PageStack {
         id: pageStack
-        //initialPage: Qt.resolvedUrl("StartPage.qml")
         initialPage: Qt.resolvedUrl("FilesPage.qml")
     }
 
     TopBar {
         id: topbar
-        /*Component.onCompleted: {
-            //visible = Utils.isMaemo();
-        }
-        onVisibleChanged: {
-            if(visible)
-                visible = Utils.isMaemo();
-        }*/
     }
 
     NotificationNew {
@@ -34,10 +26,6 @@ Rectangle {
         y: mainWindow.height-height-Const.SYSTEM_BAR_HEIGHT-Const.TEXT_MARGIN
     }
 
-    /*TaskBar {
-        id: taskBar
-    }*/
-
     Connections {
         target: Utils
         onFileDownloaded: tip.show(qsTr("File downloaded."))
@@ -80,8 +68,6 @@ Rectangle {
             anchors.horizontalCenter: parent.horizontalCenter
             id: progressArea
             width: parent.width-3*Const.DEFAULT_MARGIN
-
-            //onHeightChanged: console.log("height: "+height);
         }
     }
 
@@ -92,7 +78,7 @@ Rectangle {
         iconSource: "images/ubi50.png"
         textHeader: qsTr("<b>Ubi</b>")
 
-        text: qsTr("<p>An unofficial Ubuntu One app for Maemo 5 "
+        text: qsTr("<p>An unofficial Ubuntu One app for Maemo/Meego "
               +"and other Qt-enabled platforms.</p>"
               +"<p><small>http://ubi.garage.maemo.org</small></p>"
               +"<p><small>© 2012 Michal Kosciesza</small></p>")