lp://staging/~stolowski/unity-scopes-api/canned-query-data
Created by
Paweł Stołowski
and last modified
- Get this branch:
- bzr branch lp://staging/~stolowski/unity-scopes-api/canned-query-data
Only
Paweł Stołowski
can upload to this branch. If you are
Paweł Stołowski
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- PS Jenkins bot (community): Approve (continuous-integration)
- Michi Henning (community): Approve
-
Diff: 817 lines (+339/-16)23 files modifiedRELEASE_NOTES.md (+1/-0)
STRUCTS (+8/-0)
debian/changelog (+2/-1)
debian/libunity-scopes-qt.symbols (+2/-0)
debian/libunity-scopes3.symbols (+6/-1)
include/unity/scopes/CannedQuery.h (+27/-1)
include/unity/scopes/Scope.h (+20/-0)
include/unity/scopes/SearchQueryBase.h (+7/-0)
include/unity/scopes/internal/CannedQueryImpl.h (+6/-2)
include/unity/scopes/internal/ScopeImpl.h (+8/-0)
include/unity/scopes/internal/SearchQueryBaseImpl.h (+1/-0)
include/unity/scopes/qt/QCannedQuery.h (+15/-0)
include/unity/scopes/qt/internal/QCannedQueryImpl.h (+2/-0)
include/unity/scopes/testing/MockScope.h (+7/-0)
src/scopes/CannedQuery.cpp (+15/-0)
src/scopes/SearchQueryBase.cpp (+15/-4)
src/scopes/internal/CannedQueryImpl.cpp (+74/-1)
src/scopes/internal/ScopeImpl.cpp (+18/-0)
src/scopes/internal/SearchQueryBaseImpl.cpp (+4/-2)
src/scopes/qt/QCannedQuery.cpp (+10/-0)
src/scopes/qt/internal/QCannedQueryImpl.cpp (+10/-0)
test/gtest/scopes/CannedQuery/CannedQuery_test.cpp (+74/-4)
test/gtest/scopes/internal/RegistryObject/RegistryObject_test.cpp (+7/-0)
Superseded
for merging
into
lp://staging/unity-scopes-api
- Unity Team: Pending requested
-
Diff: 383 lines (+176/-3)13 files modifiedCMakeLists.txt (+1/-1)
RELEASE_NOTES.md (+4/-0)
STRUCTS (+8/-0)
debian/changelog (+6/-0)
include/unity/scopes/CannedQuery.h (+22/-0)
include/unity/scopes/internal/CannedQueryImpl.h (+5/-1)
include/unity/scopes/qt/QCannedQuery.h (+15/-0)
include/unity/scopes/qt/internal/QCannedQueryImpl.h (+2/-0)
src/scopes/CannedQuery.cpp (+15/-0)
src/scopes/internal/CannedQueryImpl.cpp (+54/-1)
src/scopes/qt/QCannedQuery.cpp (+10/-0)
src/scopes/qt/internal/QCannedQueryImpl.cpp (+10/-0)
test/gtest/scopes/CannedQuery/CannedQuery_test.cpp (+24/-0)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/unity-scopes-api