syncevolution/src
Patrick Ohly c7bd14e729 Google: don't use SSL, libsoup doesn't support it yet (Bugzilla #4551)
Couldn't get libsoup to accept the Google certificate, so as a workaround
I'm disabling the use of https for Google. Hopefully we can get this
fixed before the next major release, if not, it has to stay turned off.
2009-07-21 19:21:49 +02:00
..
backends SourceType: add a trailing '!' into source type to force to use type (Bug #2422) 2009-07-07 17:26:47 +08:00
core Google: don't use SSL, libsoup doesn't support it yet (Bugzilla #4551) 2009-07-21 19:21:49 +02:00
dbus packaging: some more dbus/interfaces fixes 2009-07-14 17:27:41 +02:00
default configuration: added "ConsumerReady" option 2009-07-09 10:40:00 +02:00
gtk-ui dbus client: require url in "New Service" window 2009-07-21 13:14:50 +02:00
.cvsignore test for copying via server now transmits testVCard.vcf and also compares against it 2006-03-18 13:35:23 +00:00
DBusSyncClient.cpp dbus service/client: add gnome-keyring support 2009-05-29 10:38:14 +03:00
DBusSyncClient.h dbus service/client: add gnome-keyring support 2009-05-29 10:38:14 +03:00
Makefile-gen.am src/Makefile: fixed source file list for client-test 2009-07-14 11:05:42 +02:00
README.h added missing copyright and license headers 2009-05-11 16:31:17 +02:00
async.patch patch switches to async version of the Evolution API 2007-02-22 19:33:21 +00:00
client-test-app.cpp testing: skip certain tests by listing them in CLIENT_TEST_SKIP 2009-07-13 18:31:48 +02:00
org.Moblin.SyncEvolution.service.in build rules: moved D-Bus into sub directories 2009-05-06 19:52:55 +02: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 Funambol: A workaround for 'ACTION' lost by Funambol server (Bug #2422) 2009-07-15 11:25:04 +08:00
syncevo-dbus-server.cpp dbus: handle errors correctly when getting config 2009-07-21 13:14:41 +02:00
syncevo-dbus-server.h dbus service: remove 'need-password' signal 2009-05-29 12:46:40 +03:00
syncevolution.cpp logging: enabled redirecting of stderr for command line (Bugzilla #1333) 2009-07-10 08:43:37 +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

README.h

/*
 * Copyright (C) 2008 Patrick Ohly <patrick.ohly@gmx.de>
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) version 3.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301  USA
 */

/**
 * @mainpage Getting Started
 *
 * This documentation for SyncEvolution and the Funambol C++ Client
 * API was generated automatically from the source code.
 *
 * While most of the classes in SyncEvolution are documented, very
 * little effort was spent on organizing this information in a coherent
 * way. If you are a developer who wants to write a SyncML client based
 * on the SyncEvolution framework, then you should have a look at
 * the following classes:
 * - TrackingSyncSource is the most convenient class to derive from.
 * - EvolutionSyncSource is a bit more general.
 * - RegisterSyncSource adds additional sources to the framework.
 *
 * The following classes help with testing your derived classes:
 * - RegisterSyncSourceTest is what you have to use.
 * - TestEvolution uses that information.
 * - ClientTest, LocalTests, SyncTests are used by TestEvolution.
 *
 * The FileSyncSource is a good example to get started.
 */