Merge lp://staging/~phablet-team/history-service/thread_search_model into lp://staging/history-service

Proposed by Gustavo Pichorim Boiko
Status: Work in progress
Proposed branch: lp://staging/~phablet-team/history-service/thread_search_model
Merge into: lp://staging/history-service
Diff against target: 1280 lines (+645/-114)
21 files modified
Ubuntu/History/CMakeLists.txt (+1/-1)
Ubuntu/History/historygroupedthreadsmodel.cpp (+25/-8)
Ubuntu/History/historythreadmodel.cpp (+172/-16)
Ubuntu/History/historythreadmodel.h (+24/-0)
daemon/historydaemon.cpp (+37/-11)
daemon/historydaemon.h (+11/-0)
daemon/historyservicedbus.cpp (+0/-30)
daemon/historyservicedbus.h (+0/-8)
plugins/sqlite/sqlitehistoryplugin.cpp (+5/-5)
plugins/sqlite/sqlitehistoryplugin.h (+1/-1)
plugins/sqlite/sqlitehistorythreadview.cpp (+226/-4)
plugins/sqlite/sqlitehistorythreadview.h (+28/-1)
src/PluginThreadView.xml (+28/-0)
src/contactmatcher.cpp (+9/-1)
src/pluginthreadview.cpp (+19/-1)
src/pluginthreadview.h (+11/-2)
src/thread.cpp (+13/-4)
src/thread.h (+1/-0)
src/threadview.cpp (+25/-15)
src/threadview.h (+3/-3)
src/threadview_p.h (+6/-3)
To merge this branch: bzr merge lp://staging/~phablet-team/history-service/thread_search_model
Reviewer Review Type Date Requested Status
system-apps-ci-bot continuous-integration Needs Fixing
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+286656@code.staging.launchpad.net

Commit message

Add search capabilities to the thread models.

Description of the change

Add search capabilities to the thread models.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
231. By Gustavo Pichorim Boiko

Fix the interaction with the cached thread grouping.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
232. By Gustavo Pichorim Boiko

Instead of having NextPage() as virtual directly, add a fetchNextPage() virtual
function so that we can use NextPage to preprocess the results.

233. By Gustavo Pichorim Boiko

Revert the approach: the grouping will have to be implemented in the plugin itself.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
234. By Gustavo Pichorim Boiko

Start implementing the grouping all in server side.

235. By Gustavo Pichorim Boiko

Emit the signals in the manager itself so that they can be used in the views.

236. By Gustavo Pichorim Boiko

Make it possible to handle thread changes in the server side view.

237. By Gustavo Pichorim Boiko

Get the signals from the thread view itself and not from the manager as
it will have the threads already filtered.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
238. By Gustavo Pichorim Boiko

Start to add code to handle thread changes in the server side of the thread view.
Also fix the SqlitePluginTest.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
239. By Gustavo Pichorim Boiko

Fix ContactMatcher.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
240. By Gustavo Pichorim Boiko

Fix parsing grouped threads.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
241. By Gustavo Pichorim Boiko

Implement the group updating.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
242. By Gustavo Pichorim Boiko

Fix the dbus connection of signals.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
243. By Gustavo Pichorim Boiko

Handle thread removing and adding.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
244. By Gustavo Pichorim Boiko

Merge trunk

Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

244. By Gustavo Pichorim Boiko

Merge trunk

243. By Gustavo Pichorim Boiko

Handle thread removing and adding.

242. By Gustavo Pichorim Boiko

Fix the dbus connection of signals.

241. By Gustavo Pichorim Boiko

Implement the group updating.

240. By Gustavo Pichorim Boiko

Fix parsing grouped threads.

239. By Gustavo Pichorim Boiko

Fix ContactMatcher.

238. By Gustavo Pichorim Boiko

Start to add code to handle thread changes in the server side of the thread view.
Also fix the SqlitePluginTest.

237. By Gustavo Pichorim Boiko

Get the signals from the thread view itself and not from the manager as
it will have the threads already filtered.

236. By Gustavo Pichorim Boiko

Make it possible to handle thread changes in the server side view.

235. By Gustavo Pichorim Boiko

Emit the signals in the manager itself so that they can be used in the views.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: