syncevolution/src
Zhu, Yongsheng 40db68c937 DBus server: add specifiers for progress spinner (MB#2229)
Step information 'waiting' is appended into status for the
progress spinner. The spinner should be disabled unless 'waiting'
is explicitly appended in the status.
'waiting' means the dbus server is blocked and waiting for something,
typically IO events, such as sending data, waiting for response. Once
it is absent from status, the dbus server is done with waiting.

Change corresponding unit tests in the test-dbus.py for statuses
have been changed.
2009-12-08 16:27:28 +08:00
..
backends EvolutionBackend: Also accept vcalendar for EvolutionCalendarSource 2009-12-03 17:25:16 +08:00
dbus DBus server: add specifiers for progress spinner (MB#2229) 2009-12-08 16:27:28 +08:00
gdbus gdbus: allow using private connection 2009-12-04 12:47:47 +01:00
gtk-ui gtk-ui: make sure we only sync once whe nasked 2009-12-02 17:18:00 +01:00
syncevo DBus server: add specifiers for progress spinner (MB#2229) 2009-12-08 16:27:28 +08:00
templates installation: templates now in $(datadir)/syncevolution/templates (MB #7808) 2009-11-27 14:43:22 +01:00
.cvsignore test for copying via server now transmits testVCard.vcf and also compares against it 2006-03-18 13:35:23 +00:00
async.patch patch switches to async version of the Evolution API 2007-02-22 19:33:21 +00:00
client-test-app.cpp client-test: create new configs in @client-test-[12] 2009-11-25 17:19:41 +01:00
CmdlineSyncClient.cpp sync source handling: implemented per-source property filtering, Cmdline uses it 2009-10-07 18:10:00 +02:00
CmdlineSyncClient.h sync source handling: implemented per-source property filtering, Cmdline uses it 2009-10-07 18:10:00 +02:00
Makefile-gen.am fixed reading templates from file (MB #8335) 2009-12-01 21:40:01 +01:00
org.syncevolution.service.in fix D-Bus .service file (needed for d-Bus autostart) 2009-11-16 19:07:27 +02:00
README.h added missing copyright and license headers 2009-05-11 16:31:17 +02:00
README.templates Merge remote branch 'origin/syncevolution-0-9-branch' 2009-11-30 21:41:53 +01:00
shlibs.local reverted to 0.7 packaging 2008-07-03 19:56:15 +00:00
sunbird_client.xml use Synthesis SDK to run a sync session 2009-03-25 14:43:32 +01:00
syncclient_sample_config.xml syncclient config: disable anchors checking for ZYB(MB#8138) 2009-12-01 21:45:42 +01:00
syncevo-dbus-server.cpp DBus server: add specifiers for progress spinner (MB#2229) 2009-12-08 16:27:28 +08:00
syncevolution.cpp sync source handling: implemented per-source property filtering, Cmdline uses it 2009-10-07 18:10:00 +02:00
valgrind.supp first working version of SyncSource for Evolution contacts (requires Sync4j C++ API 2.0, not currently available) 2005-11-05 22:04:33 +00:00

The configuration templates in "templates" get installed into
$(datadir)/syncevolution/templates.

When adding/changing a new server, then only enter the properties
which need to be changed here so that the default values can
be used for the remaining properties.

An icon can be added here for servers. The file name must start with
"icon".

Server configurations must be kept in sync in three different places:
- here (if a server is installed as files)
- in SyncEvolutionConfig.cpp's EvolutionSyncConfig::createServerTemplate()
- in SyncEvolutionCmdline.cpp's test server configs
- in test/test-dbus.py testGetConfigsTemplates()

Note that server icons must come with a suitable license that allows
redistribution.