Merge lp://staging/~phablet-team/history-service/mark_threads_as_read into lp://staging/history-service/staging
Proposed by
Tiago Salem Herrmann
Status: | Merged |
---|---|
Approved by: | Gustavo Pichorim Boiko |
Approved revision: | 259 |
Merged at revision: | 259 |
Proposed branch: | lp://staging/~phablet-team/history-service/mark_threads_as_read |
Merge into: | lp://staging/history-service/staging |
Prerequisite: | lp://staging/~phablet-team/history-service/improve_roles_management |
Diff against target: |
263 lines (+110/-0) 14 files modified
Ubuntu/History/historythreadmodel.cpp (+19/-0) Ubuntu/History/historythreadmodel.h (+1/-0) daemon/HistoryService.xml (+7/-0) daemon/historydaemon.cpp (+23/-0) daemon/historydaemon.h (+1/-0) daemon/historyservicedbus.cpp (+5/-0) daemon/historyservicedbus.h (+1/-0) plugins/sqlite/sqlitehistoryplugin.cpp (+31/-0) plugins/sqlite/sqlitehistoryplugin.h (+1/-0) src/manager.cpp (+7/-0) src/manager.h (+2/-0) src/managerdbus.cpp (+10/-0) src/managerdbus_p.h (+1/-0) src/plugin.h (+1/-0) |
To merge this branch: | bzr merge lp://staging/~phablet-team/history-service/mark_threads_as_read |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gustavo Pichorim Boiko (community) | Approve | ||
Review via email: mp+316572@code.staging.launchpad.net |
Commit message
Mark entire conversations as read.
Description of the change
Mark entire conversations as read.
To post a comment you must log in.
Looks good!