Merge lp://staging/~phablet-team/history-service/group-chat into lp://staging/history-service
Proposed by
Tiago Salem Herrmann
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~phablet-team/history-service/group-chat |
Merge into: | lp://staging/history-service |
Diff against target: |
2994 lines (+1438/-184) 41 files modified
CMakeLists.txt (+1/-0) Ubuntu/History/historymodel.cpp (+148/-14) Ubuntu/History/historymodel.h (+24/-1) Ubuntu/History/historythreadmodel.cpp (+9/-1) Ubuntu/History/historythreadmodel.h (+3/-1) daemon/HistoryService.xml (+14/-0) daemon/historydaemon.cpp (+347/-48) daemon/historydaemon.h (+16/-8) daemon/historyservicedbus.cpp (+20/-4) daemon/historyservicedbus.h (+6/-1) daemon/textchannelobserver.cpp (+3/-1) daemon/textchannelobserver.h (+2/-1) plugins/sqlite/schema/v13.sql (+44/-0) plugins/sqlite/schema/v14.sql (+82/-0) plugins/sqlite/schema/v15.sql (+1/-0) plugins/sqlite/sqlitehistoryplugin.cpp (+414/-39) plugins/sqlite/sqlitehistoryplugin.h (+9/-1) src/channelobserver.cpp (+2/-0) src/contactmatcher.cpp (+13/-3) src/contactmatcher_p.h (+2/-2) src/manager.cpp (+18/-2) src/manager.h (+7/-1) src/managerdbus.cpp (+14/-2) src/managerdbus_p.h (+7/-1) src/participant.cpp (+37/-6) src/participant.h (+6/-1) src/participant_p.h (+4/-0) src/plugin.h (+8/-1) src/thread.cpp (+48/-14) src/thread.h (+8/-2) src/thread_p.h (+8/-2) src/types.h (+45/-1) src/utils.cpp (+6/-3) src/utils_p.h (+3/-2) tests/Ubuntu.History/HistoryGroupedThreadsModelTest.cpp (+1/-1) tests/common/mock/CMakeLists.txt (+1/-1) tests/common/mock/textchannel.cpp (+19/-0) tests/common/mock/textchannel.h (+5/-1) tests/libhistoryservice/ParticipantTest.cpp (+18/-4) tests/libhistoryservice/ThreadTest.cpp (+4/-2) tests/plugins/sqlite/SqlitePluginTest.cpp (+11/-12) |
To merge this branch: | bzr merge lp://staging/~phablet-team/history-service/group-chat |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email: mp+292861@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2016-10-13.
Commit message
Initial group chat support.
Description of the change
Initial group chat support.
To post a comment you must log in.