I have made the following changes intended for :
  CE:Apps:MTF / qmlnotes

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/5861

Thank You,
rbraakman

[This message was auto-generated]

---

Request # 5861:

Messages from BOSS:

State: review at 2012-08-17T13:45:03 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:rbraakman / qmlnotes -> CE:Apps:MTF / qmlnotes
  
changes files:
--------------

++++++ new changes file:
--- qmlnotes.changes
+++ qmlnotes.changes
@@ -0,0 +1,13 @@
+* Sun Aug 12 2012 Richard Braakman <[email protected]> - 0.3
+- [overview] Add new-note button and add a text for when the list is empty
+- [overview] Add scrollbar
+- [overview] Add overview view (open with toolbar, close with tap on title)
+- [notes] Add page numbers
+- [bugfix] Fix startup so that it reliably shows the first note
+
+* Fri Aug 10 2012 Richard Braakman <[email protected]> - 0.2.2
+- [bugfix] list the new qml files in the resource file
+
+* Fri Aug 10 2012 Richard Braakman <[email protected]> - 0.2
+- [notes] version 0.2, multiple note support
+

new:
----
  qmlnotes-0.3.tar.bz2
  qmlnotes.changes
  qmlnotes.spec

spec files:
-----------

++++++ new spec file:
--- qmlnotes.spec
+++ qmlnotes.spec
@@ -0,0 +1,48 @@
+# Copyright (C) 2012 Jolla Ltd.
+# Contact: Richard Braakman <[email protected]>
+
+Name:       qmlnotes
+Summary:    Note-taking application
+Version:    0.3
+Release:    1
+Group:      Applications/System
+License:    GPLv2+
+Source0:    %{name}-%{version}.tar.bz2
+Requires:   qt-components
+BuildRequires:  pkgconfig(QtCore) >= 4.7.0
+BuildRequires:  pkgconfig(QtDeclarative)
+BuildRequires:  pkgconfig(QtGui)
+BuildRequires:  pkgconfig(qdeclarative-boostable)
+BuildRequires:  desktop-file-utils
+
+%description
+Note-taking application using Qt Quick
+
+%prep
+%setup -q
+
+%build
+
+%qmake  \
+    MEEGO_VERSION_MAJOR=1 \
+    MEEGO_VERSION_MINOR=2 \
+    MEEGO_VERSION_PATCH=0 \
+    MEEGO_EDITION=harmattan \
+    DEFINES+=MEEGO_EDITION_HARMATTAN
+
+make %{?jobs:-j%jobs}
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{_datadir}/applications
+install -m 0666 qmlnotes.desktop %{buildroot}/%{_datadir}/applications/
+%qmake_install
+
+desktop-file-install --delete-original       \
+  --dir %{buildroot}%{_datadir}/applications             \
+   %{buildroot}%{_datadir}/applications/*.desktop
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/qmlnotes
+%{_datadir}/applications/qmlnotes.desktop

other changes:
--------------

++++++ qmlnotes-0.3.tar.bz2 (new)



Reply via email to