Merge lp://staging/~renatofilho/history-service/most-called into lp://staging/history-service
Proposed by
Renato Araujo Oliveira Filho
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~renatofilho/history-service/most-called |
Merge into: | lp://staging/history-service |
Prerequisite: | lp://staging/~boiko/history-service/fix_flags |
Diff against target: |
274 lines (+94/-10) 10 files modified
Ubuntu/History/historyeventmodel.cpp (+3/-1) Ubuntu/History/historymodel.cpp (+2/-1) Ubuntu/History/historymodel.h (+2/-1) Ubuntu/History/historyqmlfilter.h (+4/-2) plugins/sqlite/sqlitehistoryplugin.cpp (+6/-1) src/filter.cpp (+44/-0) src/filter.h (+3/-0) src/intersectionfilter.h (+1/-1) src/types.h (+3/-1) tests/plugins/sqlite/SqliteEventViewTest.cpp (+26/-2) |
To merge this branch: | bzr merge lp://staging/~renatofilho/history-service/most-called |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email: mp+259280@code.staging.launchpad.net |
This proposal supersedes a proposal from 2015-05-14.
To post a comment you must log in.
Unmerged revisions
- 198. By Renato Araujo Oliveira Filho
- 197. By Renato Araujo Oliveira Filho
-
Export new enuns into QML.
- 196. By Renato Araujo Oliveira Filho
-
Removed "startDate" and "endDate" from history model.
- 195. By Renato Araujo Oliveira Filho
-
Implemented support for date filter on historymodel.
Added property 'startDate' and 'endDate' on QML component 'HistoryModel'.