I have made the following changes intended for : CE:MW:Shared / libcommhistory
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/7690 Thank You, tswindell [This message was auto-generated] --- Request # 7690: Messages from BOSS: State: review at 2013-01-16T15:41:29 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:tswindell:CE:Apps / libcommhistory -> CE:MW:Shared / libcommhistory changes files: -------------- --- libcommhistory.changes +++ libcommhistory.changes @@ -0,0 +1,3 @@ +* Tue Jan 15 2013 Tom Swindell <[email protected]> - 1.4.6 +- [declarative] Added support for clearing missed call events + old: ---- libcommhistory-1.4.5.tar.bz2 new: ---- libcommhistory-1.4.6.tar.gz spec files: ----------- --- libcommhistory.spec +++ libcommhistory.spec @@ -1,11 +1,11 @@ Name: libcommhistory Summary: Communications event history database API -Version: 1.4.5 +Version: 1.4.6 Release: 1 Group: System/Libraries License: LGPL URL: https://github.com/nemomobile/libcommhistory -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.gz Patch0: libcommhistory-1.3.12.6-fix-shared-static-lib-build-order.patch BuildRequires: libqtcontacts-tracker-extensions-devel BuildRequires: pkgconfig(QtCore) >= 4.7.0 @@ -58,7 +58,7 @@ %prep -%setup -q -n %{name} +%setup -q -n %{name}-%{version} %patch0 -p1 other changes: -------------- ++++++ libcommhistory-1.4.5.tar.bz2 -> libcommhistory-1.4.6.tar.gz --- declarative/src/callproxymodel.cpp +++ declarative/src/callproxymodel.cpp @@ -38,3 +38,8 @@ if (event.isValid()) m_source->deleteEvent(event); } + +bool CallProxyModel::markAllRead() +{ + return m_source->markAllRead(); +} --- declarative/src/callproxymodel.h +++ declarative/src/callproxymodel.h @@ -115,6 +115,8 @@ void deleteAt(int index); + bool markAllRead(); + private: CommHistory::CallModel *m_source; };
