syncevolution/src/syncevo
Patrick Ohly 16cde385d6 Cmdline: added varargs constructor
Passing a NULL terminated list of parameters is sometimes a convenient
way of executing certain complex operations. Cmdline testing already did
it, now this is also in the Cmdline class itself.
2010-12-01 12:32:46 +01:00
..
configs Nokia phones: avoid data loss in two-way sync due to X-EVOLUTION-UI-SLOT (MBC #2566) 2010-09-08 13:44:55 +02:00
Cmdline.cpp Cmdline: added varargs constructor 2010-12-01 12:32:46 +01:00
Cmdline.cpp.orig documentation + command line: unified source of usage information (MBC #690) 2010-07-12 16:31:46 +02:00
Cmdline.cpp.rej documentation + command line: unified source of usage information (MBC #690) 2010-07-12 16:31:46 +02:00
Cmdline.h Cmdline: added varargs constructor 2010-12-01 12:32:46 +01:00
ConfigNode.cpp ConfigNode: moved ConfigNode::createFileNode() into separate file 2010-05-04 09:39:20 +02:00
ConfigNode.h ConfigNode::getProperty(): added const declaration 2010-02-09 09:33:52 +01:00
ConfigTree.h ConfigTree: allow user to register ConfigNode instances 2010-12-01 12:32:43 +01:00
CurlTransportAgent.cpp syncevo-dbus-server + syncevolution: fixed signal handling and D-Bus suspend/abort/shutdown (MB#7555) 2009-11-09 20:52:28 +01:00
CurlTransportAgent.h TransportAgent: added shutdown(), moved HTTP setup out of core engine 2009-10-07 18:10:55 +02:00
DataBlob.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
declarations.h stdout: never write to std::cout directly (MB #5041) 2010-03-29 11:01:35 +02:00
DevNullConfigNode.h config: share properties between peers, configuration view without peer 2009-11-25 16:57:50 +01:00
eds_abi_wrapper.cpp EDS: revised workaround for D-Bus method timeouts (BMC #4026) 2010-09-06 23:48:38 +08:00
eds_abi_wrapper.h libical: allow using it without libecal 2010-12-01 12:32:45 +01:00
FileConfigNode.cpp ConfigNode: moved ConfigNode::createFileNode() into separate file 2010-05-04 09:39:20 +02:00
FileConfigNode.h ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
FileConfigTree.cpp ConfigTree: allow user to register ConfigNode instances 2010-12-01 12:32:43 +01:00
FileConfigTree.h ConfigTree: allow user to register ConfigNode instances 2010-12-01 12:32:43 +01:00
FileDataBlob.cpp DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
FileDataBlob.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
FilterConfigNode.cpp ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
FilterConfigNode.h ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
HashConfigNode.h ConfigNode API: added writeProperties() and clear() 2009-10-07 18:17:14 +02:00
IniConfigNode.cpp single file format for multiple .ini files (MBC #1208) 2010-05-04 09:39:20 +02:00
IniConfigNode.h single file format for multiple .ini files (MBC #1208) 2010-05-04 09:39:20 +02:00
installcheck-local.sh packaging: another fix for installcheck-local 2009-10-15 14:44:50 +02:00
lcs.cpp LCS: Longest Common Subsequence 2010-01-19 17:23:07 +01:00
lcs.h lcs: fixed out-of-bounds array access (MBC #1007) 2010-05-31 12:44:55 +02:00
LocalTransportAgent.cpp local sync: avoid confusion about what data is changed 2010-12-01 12:32:45 +01:00
LocalTransportAgent.h support local sync (BMC #712) 2010-12-01 12:32:43 +01:00
Logging.cpp support local sync (BMC #712) 2010-12-01 12:32:43 +01:00
Logging.h support local sync (BMC #712) 2010-12-01 12:32:43 +01:00
LogRedirect.cpp output redirection: detect glib output despite app name 2010-05-27 14:21:46 +02:00
LogRedirect.h LogRedirect with streams: better error handling (MB #5041) 2010-04-01 15:23:29 +02:00
LogStdout.cpp DBusServer: avoid stdout and routing them in logging system(MB#5401) 2010-03-29 11:01:35 +02:00
LogStdout.h files and classes renamed, include statements cleaned up 2009-10-05 14:49:32 +02:00
Makefile.am MapSyncSource: map from one VEVENT per item to one item per UID 2010-12-01 12:32:44 +01:00
MapSyncSource.cpp MapSyncSource: use backup/restore in sub sync source 2010-12-01 12:32:45 +01:00
MapSyncSource.h MapSyncSource: provide Synthesis API pointer to sub source 2010-12-01 12:32:44 +01:00
MultiplexConfigNode.cpp shared layout: fix for showing and setting "type" property (MB #9939) 2010-03-03 12:01:12 +01:00
MultiplexConfigNode.h shared layout: fix for showing and setting "type" property (MB #9939) 2010-03-03 12:01:12 +01:00
ObexTransportAgent.cpp ObexTransportAgent: set requestStart for connect 2010-04-01 13:10:44 +02:00
ObexTransportAgent.h ObexTransportAgent: Fix valgrind warnings (MB#10091) 2010-03-12 06:33:13 -08:00
PrefixConfigNode.cpp ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
PrefixConfigNode.h ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
readme2c.pl command line: --delete-items ... * deletes all items 2010-10-26 10:24:48 +02:00
SafeConfigNode.cpp command line: use % as escape character for luids 2010-09-01 15:59:48 +02:00
SafeConfigNode.h command line: use % as escape character for luids 2010-09-01 15:59:48 +02:00
SafeOstream.cpp DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
SafeOstream.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
SingleFileConfigTree.cpp ConfigTree: allow user to register ConfigNode instances 2010-12-01 12:32:43 +01:00
SingleFileConfigTree.h ConfigTree: allow user to register ConfigNode instances 2010-12-01 12:32:43 +01:00
SmartPtr.h libical: allow using it without libecal 2010-12-01 12:32:45 +01:00
SoupTransportAgent.cpp fixed compiler warnings 2010-10-19 10:35:18 +02:00
SoupTransportAgent.h syncevo-dbus-server + OBEX: transport was not enabled (MB #9436) 2010-02-10 10:01:17 +01:00
StringDataBlob.cpp StringDataBlob: read/write shared string in memory 2010-05-04 09:39:20 +02:00
StringDataBlob.h StringDataBlob: read/write shared string in memory 2010-05-04 09:39:20 +02:00
SyncConfig.cpp SyncConfig: added getContextName() helper function 2010-12-01 12:32:45 +01:00
SyncConfig.h SyncConfig: added getContextName() helper function 2010-12-01 12:32:45 +01:00
SyncContext.cpp local sync: avoid confusion about what data is changed 2010-12-01 12:32:45 +01:00
SyncContext.h local sync: avoid confusion about what data is changed 2010-12-01 12:32:45 +01:00
syncevolution.pc.in Dynamic loadable backends: repackage libsyncevolution to enable dynamic loadable backends 2009-09-23 07:35:25 +02:00
SyncML.cpp SyncReport: added methods for overriding LOCAL/REMOTE strings 2010-12-01 12:32:45 +01:00
SyncML.h SyncReport: added methods for overriding LOCAL/REMOTE strings 2010-12-01 12:32:45 +01:00
SyncSource.cpp SyncSource: refactored backup utility code 2010-12-01 12:32:45 +01:00
SyncSource.h SyncSource: refactored backup utility code 2010-12-01 12:32:45 +01:00
SynthesisDBPlugin.cpp Synthesis DB Plugin + Blob support: fixed compiler warnings on i386 2010-03-22 15:51:14 +01:00
SynthesisEngine.cpp DBusServer: change status code for password timeout (MB#9636) 2010-03-17 18:40:20 +08:00
SynthesisEngine.h DBusServer: change status code for password timeout (MB#9636) 2010-03-17 18:40:20 +08:00
TrackingSyncSource.cpp MapSyncSource: map from one VEVENT per item to one item per UID 2010-12-01 12:32:44 +01:00
TrackingSyncSource.h MapSyncSource: map from one VEVENT per item to one item per UID 2010-12-01 12:32:44 +01:00
TransportAgent.cpp syncevo-dbus-server: allow SAN messages to start a Connection 2009-10-07 18:12:57 +02:00
TransportAgent.h TransportAgent::setCallback(): comment clarification about how often it is called 2010-01-15 17:32:21 +01:00
util.cpp Exception::handle(): added optional retval for exception text 2010-12-01 12:32:45 +01:00
util.h Exception::handle(): added optional retval for exception text 2010-12-01 12:32:45 +01:00
VolatileConfigNode.h files and classes renamed, include statements cleaned up 2009-10-05 14:49:32 +02:00
VolatileConfigTree.h config handling: old-style configs not found anymore (BMC #9381) 2010-11-01 12:49:12 +01:00