I have made the following changes intended for :
  CE:MW:Shared / nemo-qml-plugins

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

Thank You,
Marko Saukko

[This message was auto-generated]

---

Request # 7379:

Messages from BOSS:

State: review at 2012-11-14T10:42:37 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: Project:MTF:MW / nemo-qml-plugins -> CE:MW:Shared / nemo-qml-plugins
  
changes files:
--------------
--- nemo-qml-plugins.changes
+++ nemo-qml-plugins.changes
@@ -0,0 +1,3 @@
+* Wed Nov 14 2012 Johan Paul <[email protected]> - 0.1.5
+- Add method that returns the number of items in the proxy model. (by Chris 
Adams)
+

old:
----
  nemo-qml-plugins-0.1.4.tar.bz2

new:
----
  nemo-qml-plugins-0.1.5.tar.bz2

spec files:
-----------
--- nemo-qml-plugins.spec
+++ nemo-qml-plugins.spec
@@ -9,7 +9,7 @@
 # << macros
 
 Summary:    Nemo QML plugins source package.
-Version:    0.1.4
+Version:    0.1.5
 Release:    1
 Group:      System/Libraries
 License:    BSD

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

++++++ nemo-qml-plugins-0.1.4.tar.bz2 -> nemo-qml-plugins-0.1.5.tar.bz2
--- contacts/src/seasideproxymodel.h
+++ contacts/src/seasideproxymodel.h
@@ -77,6 +77,10 @@
         SeasidePeopleModel *model = static_cast<SeasidePeopleModel 
*>(sourceModel());
         return model->exportContacts();
     }
+    Q_INVOKABLE int contactCount()
+    {
+        rowCount(QModelIndex());
+    }
 
 protected:
     virtual bool filterAcceptsRow(int source_row, const QModelIndex& 
source_parent) const;

++++++ nemo-qml-plugins.yaml
--- nemo-qml-plugins.yaml
+++ nemo-qml-plugins.yaml
@@ -2,7 +2,7 @@
 Summary: Nemo QML plugins source package.
 Group: System/Libraries
 Description: Do not install this, install the subpackaged plugins.
-Version: 0.1.4
+Version: 0.1.5
 Release: 1
 Sources:
     - "%{name}-%{version}.tar.bz2"



Reply via email to