psa: new icon, increased listing font size
[feedingit] / psa_harmattan / feedingit / deb_dist / feedingit-0.1.0 / qml / main.qml
index 59e8276..6e34573 100644 (file)
@@ -36,7 +36,6 @@ PageStackWindow {
     }
 
     function updateProgress(total, completed) {
-        console.log("Total: "+total)
         if (total>0) {
             updateProgressValue = Math.round(100*completed/total);
         } else {
@@ -158,7 +157,7 @@ PageStackWindow {
         id: query
         icon: "common/images/feedingit.png"
         titleText: "Feedingit RSS Reader"
-        message: "Version: 0.0.9"
+        message: "Version: n9-0.1.0"
         +"<br><br>FeedingIt RSS Reader.<br>"
         +"<br>&copy; 2011 feedingit.marcoz.org"
         +"<br>http://feedingit.marcoz.org"
@@ -258,6 +257,15 @@ PageStackWindow {
                 }
 
                 ToolIcon {
+                    platformIconId: "toolbar-share"
+                    visible: flipper.articleShown
+                    //anchors.right: (parent === undefined) ? undefined : parent.right
+                    onClicked: {
+                        controller.share(window.feedid, flipper.getCurrentArticleId());
+                    }
+                }
+
+                ToolIcon {
                     platformIconId: "toolbar-next"
                     visible: flipper.articleShown
                     //anchors.right: (parent === undefined) ? undefined : parent.right