syncevolution/src/syncevo
Patrick Ohly 5e46710ea9 logging: hide glib warnings from users
Most glib warnings are too technical for normal users. Better restrict
their logging to "for developers", which keeps them out of stderr of normal
invocations.

Triggered by a new warning showing up with GNOME 3.8 which didn't seem
to cause any problems.
2013-11-26 17:03:02 +01:00
..
configs PBAP: incremental sync (FDO #59551) 2013-07-10 13:08:02 +02:00
BoostHelper.h Boost helper: support weak pointer indirection for up to 9 parameters 2012-12-07 20:00:44 +01:00
Cmdline.cpp D-Bus server: password not stored in GNOME keyring or KWallet (FDO #66110) 2013-10-01 09:28:38 +02:00
Cmdline.h config: selectively resolve username during indirect credential lookup 2013-09-27 08:59:14 -07:00
CmdlineSyncClient.cpp config: revise default of the "keyring" property 2013-10-01 09:28:38 +02:00
CmdlineSyncClient.h config: revise default of the "keyring" property 2013-10-01 09:28:38 +02:00
ConfigFilter.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
ConfigFilter.h command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
ConfigNode.cpp .ini files: use newer Ini*ConfigNode 2012-06-07 14:16:58 +02:00
ConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
ConfigTree.h config: refactor root path handling 2013-09-27 08:59:13 -07:00
CurlTransportAgent.cpp Logging: eliminate _instance from SE_LOG* macros 2013-05-06 16:28:13 +02:00
CurlTransportAgent.h syncevo: Clean up namespace pollution. 2011-08-26 12:52:15 +02:00
DataBlob.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
DBusTraits.h config: user name -> identity 2013-09-27 08:59:13 -07:00
declarations.h stdout: never write to std::cout directly (MB #5041) 2010-03-29 11:01:35 +02:00
DevNullConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
eds_abi_wrapper.cpp EDS: improve EDS compatibility mode 2013-10-25 21:07:18 +01:00
eds_abi_wrapper.h EDS: improve EDS compatibility mode 2013-10-25 21:07:18 +01:00
EDSClient.cpp EDS: support dual-install of ebook/ecal backends for EDS < 3.6 and EDS >= 3.6 2013-10-25 21:07:26 +01:00
EDSClient.h EDS: disable asynchronous creation of ESourceRegistry 2013-10-29 13:04:44 +01:00
FileConfigTree.cpp config: refactor root path handling 2013-09-27 08:59:13 -07:00
FileConfigTree.h config: refactor root path handling 2013-09-27 08:59:13 -07: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 command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
FilterConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
ForkExec.cpp ForkExec: allow passing arguments to helper 2013-07-11 11:40:51 +02:00
ForkExec.h ForkExec: allow passing arguments to helper 2013-07-11 11:40:51 +02:00
GeeSupport.h gee: stricter ref counting 2013-05-17 12:38:17 -07:00
GLibSupport.cpp glib: allow other threads to check something after each main loop iteration 2013-07-10 13:07:35 +02:00
GLibSupport.h glib: prevent accidental usage of PlainGStrArray [] 2013-10-18 09:58:28 +02:00
GValueSupport.h GValue: support constructors which take ownership 2013-02-26 12:03:42 +01:00
HashConfigNode.h ConfigNode API: added writeProperties() and clear() 2009-10-07 18:17:14 +02:00
icalstrdup.c libical: moved support code into core SyncEvolution 2011-02-25 12:18:28 +01:00
icalstrdup.h icalstrdup: fixed compile issue in EDS backend 2011-03-01 15:18:21 +01:00
IdentityProvider.cpp logging: debug output for password handling 2013-10-01 09:28:37 +02:00
IdentityProvider.h config: add identity provider registry 2013-09-27 08:59:14 -07:00
IniConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
IniConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
installcheck-local.sh autotools: fix "make distcheck" when LD_LIBRARY_PATH is set 2012-12-07 20:09:08 +01:00
lcs.cpp syncevo: Clean up namespace pollution. 2011-08-26 12:52:15 +02:00
lcs.h lcs: must include unistd.h for (s)size_t 2012-01-13 16:42:08 +01:00
LocalTransportAgent.cpp logging: support DLT (FDO #66769) 2013-10-25 21:07:27 +01:00
LocalTransportAgent.h local sync: use weak pointers with asynchronous D-Bus calls 2012-07-10 07:35:25 +00:00
LogDLT.cpp logging: support DLT (FDO #66769) 2013-10-25 21:07:27 +01:00
LogDLT.h logging: support DLT (FDO #66769) 2013-10-25 21:07:27 +01:00
Logging.cpp logging: hide glib warnings from users 2013-11-26 17:03:02 +01:00
Logging.h logging: support DLT (FDO #66769) 2013-10-25 21:07:27 +01:00
LogRedirect.cpp logging: support DLT (FDO #66769) 2013-10-25 21:07:27 +01:00
LogRedirect.h Logging: apply filter to glib messages 2013-05-17 12:25:54 -07:00
LogStdout.cpp logging: support DLT (FDO #66769) 2013-10-25 21:07:27 +01:00
LogStdout.h Logging: merge Logger and LoggerBase 2013-05-06 16:28:13 +02:00
LogSyslog.cpp Logging: thread-safe 2013-05-06 16:28:13 +02:00
LogSyslog.h Logging: thread-safe 2013-05-06 16:28:13 +02:00
MapSyncSource.cpp Logging: eliminate _instance from SE_LOG* macros 2013-05-06 16:28:13 +02:00
MapSyncSource.h engine: tell peers about detached recurrence exceptions 2011-11-09 11:38:14 +01:00
MultiplexConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
MultiplexConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
ObexTransportAgent.cpp Logging: eliminate _instance from SE_LOG* macros 2013-05-06 16:28:13 +02:00
ObexTransportAgent.h OBEX transport: code cleanup 2012-01-20 13:58:52 +01:00
PrefixConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
PrefixConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
readme2c.pl command line: --delete-items ... * deletes all items 2010-10-26 10:24:48 +02:00
SafeConfigNode.cpp command line: allow setting empty properties 2012-06-07 14:16:58 +02:00
SafeConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +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 config: refactor root path handling 2013-09-27 08:59:13 -07:00
SingleFileConfigTree.h config: refactor root path handling 2013-09-27 08:59:13 -07:00
SmartPtr.h SmartPtr: add reset() 2013-05-16 11:19:32 +02:00
SoupTransportAgent.cpp Logging: eliminate _instance from SE_LOG* macros 2013-05-06 16:28:13 +02:00
SoupTransportAgent.h rewrote signal handling 2012-01-20 13:58:52 +01:00
StringDataBlob.cpp syncevo: Clean up namespace pollution. 2011-08-26 12:52:15 +02:00
StringDataBlob.h StringDataBlob: implemented write() method 2010-12-01 12:32:47 +01:00
SuspendFlags.cpp SuspendFlags: make it thread-safe 2013-07-05 17:44:10 +02:00
SuspendFlags.h SuspendFlags: make it thread-safe 2013-07-05 17:44:10 +02:00
SyncConfig.cpp config: revise default of the "keyring" property 2013-10-01 09:28:38 +02:00
SyncConfig.h config: selectively resolve username during indirect credential lookup 2013-09-27 08:59:14 -07:00
SyncContext.cpp logging: support DLT (FDO #66769) 2013-10-25 21:07:27 +01:00
SyncContext.h sync: less verbose output, shorter runtime 2013-07-12 11:43:40 +02:00
syncevo.am logging: support DLT (FDO #66769) 2013-10-25 21:07:27 +01:00
syncevolution.pc.in autotools: ensure that link lines are complete 2012-07-12 16:11:33 +00:00
SyncML.cpp engine: use thread-safe localtime_r(), check results 2013-05-06 16:27:40 +02:00
SyncML.h SyncSource: optional support for asynchronous insert/update/delete 2013-07-05 17:44:09 +02:00
SyncSource.cpp EDS: support dual-install of ebook/ecal backends for EDS < 3.6 and EDS >= 3.6 2013-10-25 21:07:26 +01:00
SyncSource.h read-ahead: tell SyncSource about the upcoming read accesses 2013-07-10 13:07:44 +02:00
SynthesisDBPlugin.cpp config: first step towards modular identity providers 2013-09-27 08:59:14 -07:00
SynthesisEngine.cpp DBusServer: change status code for password timeout (MB#9636) 2010-03-17 18:40:20 +08:00
SynthesisEngine.h D-Bus server: fix support for WBXML 2012-05-10 22:08:49 +02:00
ThreadSupport.h Threading: add Cond class 2013-07-05 17:44:20 +02:00
Timespec.h util/Timespec: moved into Timespec.h 2012-05-10 22:08:47 +02:00
TmpFile.cpp TmpFile: add moreData() and remove() 2013-07-05 17:44:20 +02:00
TmpFile.h TmpFile: add moreData() and remove() 2013-07-05 17:44:20 +02:00
TrackingSyncSource.cpp SyncSource: support asynchronous add/update in utility classes 2013-07-05 17:44:09 +02:00
TrackingSyncSource.h SyncSource: support asynchronous add/update in utility classes 2013-07-05 17:44:09 +02:00
TransportAgent.cpp config: first step towards modular identity providers 2013-09-27 08:59:14 -07:00
TransportAgent.h TransportAgent: destructor must be virtual 2013-05-06 16:28:11 +02:00
UserInterface.cpp ConfigPasswordKey: add toString() 2013-09-27 08:59:13 -07:00
UserInterface.h UserInterface: provide simple default implementation 2013-10-01 09:28:38 +02:00
util.cpp glib: allow other threads to check something after each main loop iteration 2013-07-10 13:07:35 +02:00
util.h Logging: remove usage of Logger instance 2013-05-06 16:28:12 +02:00
VolatileConfigNode.h sync: avoid maintaining suspend/resume meta data during ephemeral sync 2013-07-12 11:44:39 +02:00
VolatileConfigTree.h config: refactor root path handling 2013-09-27 08:59:13 -07:00