I have made the following changes intended for : CE:Apps:MTF / flickr-qml
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/3943 Thank You, jakub [This message was auto-generated] --- Request # 3943: Messages from BOSS: State: review at 2012-01-03T09:48:13 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:jakub:branches:CE:Apps:MTF / flickr-qml -> CE:Apps:MTF / flickr-qml changes files: -------------- --- flickr-qml.changes +++ flickr-qml.changes @@ -0,0 +1,3 @@ +* Mon Jan 02 2012 Jakub Pavelek <[email protected]> - 0.1.4 +- Dark looks + old: ---- flickr-qml-0.1.3.tgz new: ---- flickr-qml-0.1.4.tgz spec files: ----------- --- flickr-qml.spec +++ flickr-qml.spec @@ -7,7 +7,7 @@ Name: flickr-qml Summary: Browse free content on Flickr -Version: 0.1.3 +Version: 0.1.4 Release: 1 Group: Applications/Multimedia License: GPL v2 @@ -47,15 +47,9 @@ %make_install # >> install post -rm -rf %{buildroot} strip bin/flickr-qml make INSTALL_ROOT=%{buildroot} install -mkdir -p %{buildroot}/usr/share/pixmaps/ -install -m 644 src/data/icons-Applications-flickr.png %{buildroot}/usr/share/pixmaps/ -install -m 644 src/data/flickr-qml-splash-p-800x480.png %{buildroot}/usr/share/pixmaps/ - - # << install post desktop-file-install --delete-original \ --dir %{buildroot}%{_datadir}/applications \ @@ -71,7 +65,7 @@ # >> files %{_bindir}/flickr-qml %{_datadir}/applications/flickr-qml.desktop -%{_datadir}/pixmaps/icons-Applications-flickr.png +%{_datadir}/themes/base/meegotouch/icons/icons-Applications-flickr.png %{_datadir}/pixmaps/flickr-qml-splash-p-800x480.png # << files other changes: -------------- ++++++ flickr-qml-0.1.3.tgz -> flickr-qml-0.1.4.tgz --- flickr-qml.pro +++ flickr-qml.pro @@ -1,6 +1,15 @@ CONFIG += qt-boostable qdeclarative-boostable LIBS += -lmdeclarativecache INCLUDEPATH += /usr/include/applauncherd + +myicon.files = ./src/data/icons-Applications-flickr.png +myicon.path = /usr/share/themes/base/meegotouch/icons/ +INSTALLS += myicon + +mysplash.files = ./src/data/flickr-qml-splash-p-800x480.png +mysplash.path = /usr/share/pixmaps/ +INSTALLS += mysplash + QT+= declarative TEMPLATE = app TARGET = flickr-qml --- src/data/flickr-qml.desktop +++ src/data/flickr-qml.desktop @@ -5,4 +5,4 @@ Terminal=false Name=Flickr QML Exec=/usr/bin/invoker --single-instance --type=d --splash /usr/share/pixmaps/flickr-qml-splash-p-800x480.png /usr/bin/flickr-qml -Icon=/usr/share/pixmaps/icons-Applications-flickr.png +Icon=icons-Applications-flickr --- src/qml/FlickrPage.qml +++ src/qml/FlickrPage.qml @@ -38,7 +38,7 @@ ** ****************************************************************************/ -import QtQuick 1.0 +import QtQuick 1.1 import com.nokia.meego 1.0 import "UIConstants.js" as UI --- src/qml/GridDelegate.qml +++ src/qml/GridDelegate.qml @@ -38,7 +38,7 @@ ** ****************************************************************************/ -import QtQuick 1.0 +import QtQuick 1.1 Item { id: wrapper --- src/qml/ImageDetails.qml +++ src/qml/ImageDetails.qml @@ -1,4 +1,4 @@ -import QtQuick 1.0 +import QtQuick 1.1 import com.nokia.meego 1.0 import "UIConstants.js" as UI @@ -80,6 +80,11 @@ } prevScale = scale; } + + PinchArea { + pinch.target: image + anchors.fill: image + } } } } --- src/qml/PhotoFeedModel.qml +++ src/qml/PhotoFeedModel.qml @@ -38,7 +38,7 @@ ** ****************************************************************************/ -import QtQuick 1.0 +import QtQuick 1.1 XmlListModel { property string tags : "" --- src/qml/Thumbnail.qml +++ src/qml/Thumbnail.qml @@ -38,7 +38,7 @@ ** ****************************************************************************/ -import QtQuick 1.0 +import QtQuick 1.1 import "UIConstants.js" as UI Item { --- src/qml/ThumbnailPage.qml +++ src/qml/ThumbnailPage.qml @@ -38,7 +38,7 @@ ** ****************************************************************************/ -import QtQuick 1.0 +import QtQuick 1.1 import com.nokia.meego 1.0 import "UIConstants.js" as UI --- src/qml/main.qml +++ src/qml/main.qml @@ -1,9 +1,12 @@ import QtQuick 1.1 import com.nokia.meego 1.0 + + PageStackWindow { id: appWindow initialPage: thumbnailPage + Component.onCompleted: {theme.inverted = true } ThumbnailPage { id: thumbnailPage @@ -22,7 +25,7 @@ ToolIcon { id: refreshButton - iconId: "icon-m-toolbar-refresh" + iconId: "icon-m-toolbar-refresh-white" onClicked: { photoFeedModel.reload() } } BusyIndicator { ++++++ flickr-qml.yaml --- flickr-qml.yaml +++ flickr-qml.yaml @@ -1,6 +1,6 @@ Name: flickr-qml Summary: Browse free content on Flickr -Version: 0.1.3 +Version: 0.1.4 Release: 1 Group: Applications/Multimedia License: GPL v2 @@ -14,3 +14,4 @@ - meegotouch-applauncherd-devel Configure: none Builder: make +NoIconCache: true
