lp://staging/~charlesk/indicator-transfer/add-plugins
Created by
Charles Kerr
and last modified
- Get this branch:
- bzr branch lp://staging/~charlesk/indicator-transfer/add-plugins
Only
Charles Kerr
can upload to this branch. If you are
Charles Kerr
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Ken VanDine: Approve
- Renato Araujo Oliveira Filho (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 2168 lines (+1134/-224)36 files modifiedCMakeLists.txt (+18/-4)
cmake/FindValgrind.cmake (+41/-0)
cmake_uninstall.cmake.in (+21/-0)
data/CMakeLists.txt (+9/-0)
data/indicator-transfer.pc.in (+8/-0)
debian/control (+30/-2)
debian/indicator-transfer-download-manager.install (+1/-0)
debian/indicator-transfer.install (+5/-0)
debian/libindicator-transfer-dev.install (+3/-0)
debian/libindicator-transfer0.install (+1/-0)
include/transfer/CMakeLists.txt (+6/-2)
include/transfer/controller.h (+3/-3)
include/transfer/dm-source.h (+15/-14)
include/transfer/multisource.h (+58/-0)
include/transfer/plugin-source.h (+49/-0)
include/transfer/source.h (+15/-5)
include/transfer/transfer.h (+5/-5)
src/CMakeLists.txt (+19/-8)
src/controller.cpp (+8/-8)
src/dm-plugin/CMakeLists.txt (+21/-0)
src/dm-plugin/dm-plugin.cpp (+32/-0)
src/dm-plugin/dm-source.cpp (+46/-36)
src/main.cpp (+4/-4)
src/multisource.cpp (+207/-0)
src/plugin-source.cpp (+108/-0)
src/source.cpp (+2/-2)
tests/CMakeLists.txt (+18/-12)
tests/controller-mock.h (+2/-2)
tests/data/valgrind.suppression (+2/-0)
tests/glib-fixture.h (+27/-36)
tests/mock-source-plugin.cpp (+32/-0)
tests/source-mock.h (+11/-6)
tests/test-controller.cpp (+68/-68)
tests/test-multisource.cpp (+166/-0)
tests/test-plugin-source.cpp (+66/-0)
tests/test-view-gmenu.cpp (+7/-7)
Branch information
Recent revisions
- 49. By Charles Kerr
-
remove unused google test cmake rules; use a more selective target_link_library for the test plugin library
- 46. By Charles Kerr
-
merge renato's dev package branch <lp:~renatofilho/indicator-transfer/dev-package>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/indicator-transfer/15.10