lp://staging/~renatofilho/sync-monitor/remove-syncevolution-config
Created by
Renato Araujo Oliveira Filho
and last modified
- Get this branch:
- bzr branch lp://staging/~renatofilho/sync-monitor/remove-syncevolution-config
Only
Renato Araujo Oliveira Filho
can upload to this branch. If you are
Renato Araujo Oliveira Filho
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- system-apps-ci-bot: Approve (continuous-integration)
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 5039 lines (+2355/-1284)32 files modified3rd_party/syncevolution-qt/dbustypes.cpp (+2/-2)
3rd_party/syncevolution-qt/dbustypes.h (+5/-1)
CMakeLists.txt (+1/-0)
Ubuntu/SyncMonitor/syncmonitor-qml.cpp (+66/-38)
Ubuntu/SyncMonitor/syncmonitor-qml.h (+7/-2)
config.h.in (+9/-1)
debian/control (+1/-0)
src/CMakeLists.txt (+5/-0)
src/eds-helper.cpp (+127/-257)
src/eds-helper.h (+27/-22)
src/main.cpp (+12/-2)
src/sync-account.cpp (+459/-257)
src/sync-account.h (+76/-30)
src/sync-auth.cpp (+140/-0)
src/sync-auth.h (+62/-0)
src/sync-configure.cpp (+467/-225)
src/sync-configure.h (+41/-24)
src/sync-daemon.cpp (+369/-147)
src/sync-daemon.h (+27/-17)
src/sync-dbus.cpp (+39/-28)
src/sync-dbus.h (+15/-11)
src/sync-queue.cpp (+160/-35)
src/sync-queue.h (+22/-8)
src/syncevolution-server-proxy.cpp (+41/-2)
src/syncevolution-server-proxy.h (+10/-0)
src/syncevolution-session-proxy.cpp (+69/-22)
src/syncevolution-session-proxy.h (+14/-7)
templates/google.conf (+3/-3)
tests/unittest/eds-helper-mock.h (+1/-4)
tests/unittest/eds-helper-test.cpp (+5/-50)
tests/unittest/sync-account-mock.h (+4/-1)
tests/unittest/sync-queue-test.cpp (+69/-88)
Related bugs
Related blueprints
Branch information
Recent revisions
- 97. By Renato Araujo Oliveira Filho
-
Does not try to sync if account is not enabled.
Skip sync if calendar was removed from remote side. - 95. By Renato Araujo Oliveira Filho
-
Use remote id as source name to avoid problems when renaming sources on remote side.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/sync-monitor