lp://staging/~phablet-team/history-service/trace_sqlite
Created by
Gustavo Pichorim Boiko
and last modified
- Get this branch:
- bzr branch lp://staging/~phablet-team/history-service/trace_sqlite
Members of
Ubuntu Phablet Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Tiago Salem Herrmann (community): Approve
- PS Jenkins bot: Pending (continuous-integration) requested
- system-apps-ci-bot: Pending (continuous-integration) requested
-
Diff: 43 lines (+15/-0)2 files modifiedCMakeLists.txt (+5/-0)
plugins/sqlite/sqlitedatabase.cpp (+10/-0)
Superseded
for merging
into
lp://staging/history-service
- system-apps-ci-bot: Approve (continuous-integration)
- PS Jenkins bot: Pending (continuous-integration) requested
- Ubuntu Phablet Team: Pending requested
-
Diff: 3373 lines (+1280/-447)49 files modifiedCMakeLists.txt (+5/-0)
Ubuntu/History/historyeventmodel.cpp (+39/-42)
Ubuntu/History/historyeventmodel.h (+2/-5)
Ubuntu/History/historygroupedthreadsmodel.cpp (+54/-2)
Ubuntu/History/historygroupedthreadsmodel.h (+5/-0)
Ubuntu/History/historymodel.cpp (+108/-10)
Ubuntu/History/historymodel.h (+11/-0)
Ubuntu/History/historythreadmodel.cpp (+48/-9)
Ubuntu/History/historythreadmodel.h (+2/-0)
cmake/modules/GenerateTest.cmake (+1/-0)
daemon/HistoryService.xml (+29/-0)
daemon/callchannelobserver.cpp (+16/-2)
daemon/callchannelobserver.h (+2/-1)
daemon/historydaemon.cpp (+323/-186)
daemon/historydaemon.h (+21/-10)
daemon/historyservicedbus.cpp (+111/-8)
daemon/historyservicedbus.h (+25/-0)
daemon/main.cpp (+15/-5)
daemon/textchannelobserver.cpp (+1/-14)
daemon/textchannelobserver.h (+1/-2)
plugins/sqlite/schema/v18.sql (+14/-0)
plugins/sqlite/sqlitedatabase.cpp (+10/-0)
plugins/sqlite/sqlitehistoryeventview.cpp (+8/-1)
plugins/sqlite/sqlitehistoryplugin.cpp (+136/-53)
plugins/sqlite/sqlitehistoryplugin.h (+6/-1)
plugins/sqlite/sqlitehistorythreadview.cpp (+8/-1)
src/contactmatcher.cpp (+57/-22)
src/contactmatcher_p.h (+2/-0)
src/eventview.cpp (+6/-2)
src/eventview.h (+3/-1)
src/manager.cpp (+24/-0)
src/manager.h (+4/-1)
src/managerdbus.cpp (+55/-10)
src/managerdbus_p.h (+10/-2)
src/participant.cpp (+9/-0)
src/participant.h (+1/-0)
src/plugin.h (+6/-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 (+16/-1)
src/utils_p.h (+2/-0)
tests/Ubuntu.History/HistoryEventModelTest.cpp (+1/-1)
tests/daemon/DaemonTest.cpp (+0/-8)
tests/libhistoryservice/ManagerTest.cpp (+16/-43)
tests/plugins/sqlite/SqliteEventViewTest.cpp (+22/-2)
tests/plugins/sqlite/SqlitePluginTest.cpp (+0/-2)
Branch information
Recent revisions
- 226. By Gustavo Pichorim Boiko
-
Make sure Telepathy types are always initialized. Fixes: #1563050
Approved by: PS Jenkins bot - 221. By Tiago Salem Herrmann
-
Mark messages as read on onMessageRead(). Fixes: #1373059
Approved by: Gustavo Pichorim Boiko - 220. By Tiago Salem Herrmann
-
Allow removing empty threads Fixes: #1517602
Approved by: PS Jenkins bot, Gustavo Pichorim Boiko
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/history-service