Merge lp://staging/~phablet-team/history-service/improve_participant_changes_notification into lp://staging/history-service
Proposed by
Gustavo Pichorim Boiko
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~phablet-team/history-service/improve_participant_changes_notification |
Merge into: | lp://staging/history-service |
Diff against target: |
700 lines (+216/-37) 21 files modified
Ubuntu/History/historythreadmodel.cpp (+18/-0) Ubuntu/History/historythreadmodel.h (+1/-0) daemon/HistoryService.xml (+13/-0) daemon/historydaemon.cpp (+63/-29) daemon/historydaemon.h (+6/-6) daemon/historyservicedbus.cpp (+8/-0) daemon/historyservicedbus.h (+8/-0) plugins/sqlite/sqlitehistoryplugin.cpp (+7/-2) src/manager.cpp (+3/-0) src/manager.h (+1/-0) src/managerdbus.cpp (+17/-0) src/managerdbus_p.h (+8/-0) src/participant.cpp (+9/-0) src/participant.h (+1/-0) src/thread.cpp (+16/-0) src/thread.h (+2/-0) src/threadview.cpp (+15/-0) src/threadview.h (+8/-0) src/threadview_p.h (+4/-0) src/utils.cpp (+7/-0) src/utils_p.h (+1/-0) |
To merge this branch: | bzr merge lp://staging/~phablet-team/history-service/improve_participant_changes_notification |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email: mp+315713@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2017-02-01.
Commit message
Improve the notifications of participants changing
Description of the change
Improve the notifications of participants changing
To post a comment you must log in.
Unmerged revisions
- 258. By Tiago Salem Herrmann
-
only remove participants from irc rooms
- 257. By Tiago Salem Herrmann
-
merge parent branch
- 256. By Tiago Salem Herrmann
-
remove participants from events
- 255. By Tiago Salem Herrmann
-
Improve performance
- 254. By Gustavo Pichorim Boiko
-
Merge trunk.