lp://staging/~boiko/history-service/modify_events
- Get this branch:
- bzr branch lp://staging/~boiko/history-service/modify_events
Branch merges
- Tiago Salem Herrmann (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 509 lines (+196/-32)13 files modifiedUbuntu/History/historyeventmodel.cpp (+56/-6)
Ubuntu/History/historyeventmodel.h (+6/-0)
daemon/historydaemon.cpp (+21/-6)
plugins/sqlite/sqlitehistoryplugin.cpp (+58/-15)
plugins/sqlite/sqlitehistoryplugin.h (+2/-2)
plugins/sqlite/sqlitehistorythreadview.cpp (+1/-1)
src/event.cpp (+12/-0)
src/event.h (+1/-0)
src/plugin.h (+2/-2)
src/tests/TextEventTest.cpp (+16/-0)
src/textevent.cpp (+12/-0)
src/textevent.h (+2/-0)
src/types.h (+7/-0)
Branch information
Recent revisions
- 100. By Gustavo Pichorim Boiko
-
Reset the timer every time a new item arrives (this helps improving the
performance while scrolling the lists). - 96. By Gustavo Pichorim Boiko
-
Do not use shared pointers for events, threads, filters and sort. They were causing too much trouble for little benefit.
Approved by Tiago Salem Herrmann, PS Jenkins bot.
- 95. By PS Jenkins bot
-
Releasing 0.1+13.
10.20130918. 1-0ubuntu1 (revision 94 from lp:history-service). Approved by PS Jenkins bot.
- 94. By Gustavo Pichorim Boiko
-
Use dbus for all the communication between the history service and its clients. Clients no longer access the sqlite database directly.
Approved by Tiago Salem Herrmann, PS Jenkins bot.
- 93. By PS Jenkins bot
-
Releasing 0.1+13.
10.20130917- 0ubuntu1 (revision 92 from lp:history-service). Approved by PS Jenkins bot.
- 92. By Tiago Salem Herrmann
-
- Fix threadIdForPart
icipants( ) argument. matchFlags was not correctly being set.
- Expose the "create" argument to qml so apps can create threads..
Approved by Gustavo Pichorim Boiko, PS Jenkins bot.
- 91. By Gustavo Pichorim Boiko
-
Remove the Reader and Writer classes. All methods are implemented in the Plugin class directly to make it simpler.
Approved by Tiago Salem Herrmann, PS Jenkins bot.
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