summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-26tde, tdepim: adapt to TDE 14.1tdedeloptes10-146/+682
2016-09-26tde, tdepim: backend for the TDE desktop (FDO #97780)deloptes21-0/+2906
2016-09-26NEWS: SyncEvolution 1.5.2 snapshotPatrick Ohly1-0/+96
2016-09-26ClientTest: avoid pass-by-valuePatrick Ohly2-20/+20
2016-09-26dbus-session.sh: avoid using dbus-launchPatrick Ohly1-3/+22
2016-09-26syncevo-dbus-server-startup.sh.in: optional start via D-Bus activationPatrick Ohly1-1/+18
2016-09-26Add a systemd user service as a backend for the D-Bus session servicesSimon McVittie4-0/+19
2016-09-26ObexTransportAgent.cpp: properly shut down connection (FDO #91485)Patrick Ohly1-2/+25
2016-09-26PbapSyncSource.cpp.rej: remove from repoPatrick Ohly1-21/+0
2016-09-26gdbusxx/gdbus-cxx-bridge.h: avoid copying of parameterPatrick Ohly1-1/+1
2016-09-26syncevolution.org: compile on Ubuntu Trusty, libical v1/v2 compatibilityPatrick Ohly19-1247/+165
2016-09-26libsyncevolution: load backends in function instead of constructorPatrick Ohly3-1/+15
2016-09-26Cmdline.cpp: optionally show debug output in --version outputPatrick Ohly2-6/+7
2016-09-26autotools: link libsyncevolution against libpthread explicitlyPatrick Ohly1-0/+1
2016-09-26carddav testing: only use test cases with REVPatrick Ohly2-15/+31
2016-09-26D-Bus testing: fix slowing down file sourcesPatrick Ohly2-10/+13
2016-09-26test-dbus.py: adapt to modified dbus-monitor outputPatrick Ohly1-1/+1
2016-09-26sys.supp: ignore g_dbus_connection_new_syncPatrick Ohly1-0/+43
2016-09-26runtests.py: disable rpm packagingPatrick Ohly1-1/+1
2016-09-26runtests.py: don't run tests unless explicitly enabledPatrick Ohly1-2/+2
2016-09-26runtests.py: fix XDG dir fallbackPatrick Ohly1-2/+3
2016-09-26runtests.py: make published test results world-readablePatrick Ohly1-0/+9
2016-09-26autotools: allow extending core linker flagsPatrick Ohly4-2/+13
2016-09-20autotools: use cppcheck.pcPatrick Ohly4-20/+13
2016-09-20syncevolution.org: drop binary compatibility hack for old libnotifyPatrick Ohly2-75/+1
2016-08-29ClientTest.cpp: fix clang warningPatrick Ohly1-1/+1
2016-08-29dbus-sync.cpp: fix cppcheck performance warningPatrick Ohly1-1/+1
2016-08-29gdbus-cxx-bridge.h: avoid false cppcheck warningPatrick Ohly1-0/+2
2016-08-29compilation: fix std::find() == 0 misusePatrick Ohly3-3/+3
2016-08-26runtests.py: better logging of failed commandPatrick Ohly1-1/+1
2016-08-26compilation: fix const/non-const issue under C++14/gcc 6Patrick Ohly1-1/+1
2016-08-26compilation: fix push_back ambiguity under gcc 6/C++14Patrick Ohly1-1/+1
2016-08-26compilation: fix boost::shared_ptr->bool issue under C++14Patrick Ohly3-3/+3
2016-08-26autotools: disable timezone override hack when using libical v2Patrick Ohly1-2/+2
2015-08-14mkdir_p: support non-readable parent directories (FDO #91000)Patrick Ohly1-19/+26
2015-06-05autotools, NEWS: SyncEvolution 1.5.1syncevolution-1-5-1Patrick Ohly2-1/+122
2015-06-05syncevo-http-server: stop using deprecated twisted.web.error (FDO #90419)frdsktp1-2/+2
2015-06-05syncing: avoid segfault for invalid text inside items (FDO #90118)Patrick Ohly3-1/+188
2015-06-01file backend: log item manipulationPatrick Ohly3-1/+24
2015-06-01D-Bus testing: check sync result on both sides of TestLocalSync.testSyncPatrick Ohly1-0/+2
2015-06-01command line: preserve log prefix of target side of local syncPatrick Ohly2-10/+11
2015-04-17Use ${PKG_CONFIG} instead of pkg-config.Niels Ole Salscheider2-3/+3
2015-03-03WebDAV: handle 403 during Google OAuth authenticationPatrick Ohly1-0/+6
2015-03-03signon: ensure consistent use of "username" provider prefixPatrick Ohly3-7/+16
2015-03-03signon-accounts: implement getCredentialsAlberto Mardegan1-21/+70
2015-03-03signon-accounts: pass the AgAuthData to the SignonAuthProviderAlberto Mardegan1-24/+20
2015-03-03signon-accounts: do not create identities on the flyAlberto Mardegan1-50/+0
2015-03-03AuthProvider: removed failure countAlberto Mardegan8-74/+88
2015-03-03signon: move libaccounts-based plugins into their own source fileAlberto Mardegan3-176/+287
2015-03-03CalDAV: more efficient "is empty" check (FDO #86335)Patrick Ohly1-12/+81