summaryrefslogtreecommitdiff
path: root/backends
Commit message (Expand)AuthorAgeFilesLines
* edsf: Avoid E.VCardAttribute.get_value()Niels De Graef2020-10-042-10/+18
* edsf: Persona: Add get_string_property()Niels De Graef2020-10-041-33/+23
* Cut down on the amount of owned variablesNiels De Graef2020-10-042-77/+77
* all: Fix various typos and incorrect terminologyPhilip Withnall2020-06-182-6/+6
* edsf: Don't make copies of E.VCardAttributeNiels De Graef2020-06-072-9/+12
* eds: Add nullability to error contacts_complete_cbNiels De Graef2020-02-031-2/+2
* meson: Check linker support for --version-scriptNiels De Graef2019-12-244-12/+20
* Key-file: implement LocalIdDetailsJulian Sparber2019-10-242-0/+96
* eds: Adapt to libebook API changesMilan Crha2019-05-171-3/+3
* libsocialweb: Remove libsocialweb backendCorentin Noël2019-05-029-1397/+0
* tp-lowlevel: Get rid of GSimpleAsyncResultNiels De Graef2019-04-241-19/+19
* Remove support for building with AutotoolsNiels De Graef2019-04-2326-1266/+0
* meson: Don't use hardcoded dependency namesNiels De Graef2019-04-183-3/+3
* meson: Install VAPI .deps filesNiels De Graef2019-04-185-0/+28
* meson: Fix omitted Gir annotations in the VAPIsNiels De Graef2019-04-176-0/+54
* build: Fix tracker backend typelib generationIñigo Martínez2019-04-171-0/+1
* Add support for the Meson build systemNiels De Graef2019-04-1719-0/+830
* tracker: Remove extra whitespace in valadoc commentsNiels De Graef2019-04-141-2/+2
* Fix several Vala warningsCorentin Noël2019-02-132-2/+2
* Fix type-argument mismatches related to GLib.GenericArray/ListRico Tzschichholz2018-11-072-5/+5
* bluez: throw DBusError, IOError in DBus methods.Niels De Graef2018-05-282-6/+11
* dummy: PrepareMock can't be a property.Niels De Graef2018-05-271-23/+28
* dummy: RemovePersonaMock can't be a property.Niels De Graef2018-05-271-22/+27
* dummy: AddPersonaFromDetailsMock can't be a property.Niels De Graef2018-05-271-32/+37
* eds: Fix "unused variable" warning.Niels De Graef2018-05-271-2/+0
* core: Avoid zero-length printf() format strings in debug code pathsPhilip Withnall2017-07-051-1/+2
* Release version 0.11.40.11.4Philip Withnall2017-07-021-2/+2
* bluez: Fix incorrect indentationPhilip Withnall2017-07-021-14/+14
* bluez: Save/Restore list of enabled BlueZ persona storesPhilip Withnall2017-04-091-0/+130
* core: Remove locking everywherePhilip Withnall2017-02-012-82/+65
* Fix translator commentsPiotr Drąg2017-01-282-4/+4
* eds: Ignore contacts with no UID set in their vCardPhilip Withnall2016-11-142-11/+47
* eds: Fix line endingsPhilip Withnall2016-11-141-7/+7
* backends: Fix libsocialweb and tracker backends with recent valacPhilip Withnall2016-11-092-2/+2
* folks: Use Version attribute rather than deprecated Deprecated attributePhilip Withnall2016-10-182-2/+2
* Use Unicode in translatable stringsPiotr Drąg2016-10-105-17/+17
* Fix non-matching generic types of inferface implementationsRico Tzschichholz2016-09-3011-11/+11
* bluez: Adapt to gio-2.0 api change in valac 0.35+Rico Tzschichholz2016-09-291-0/+4
* tracker: Fix assignment of owned value to unowned variablePhilip Withnall2016-09-201-1/+1
* Fix 'static const' warnings with vala 0.33.1Rico Tzschichholz2016-09-147-76/+76
* telepathy: Improve error handling on connection failure of a CMPhilip Withnall2015-08-191-9/+24
* eds: Eliminate another race condition when committing contactsPhilip Withnall2015-06-161-52/+9
* eds: Do not pass empty vCard attribute groups to EDSPhilip Withnall2015-06-161-2/+2
* docs: Fix incorrect @since lines in documentation commentsPhilip Withnall2015-05-251-3/+3
* tracker: Handle GLib.Error from Tracker.SparqlConnection.update_async()Philip Withnall2015-04-271-0/+5
* bluez: Fix [DBus] attribute capitalisation in OBEX interfacePhilip Withnall2015-04-271-9/+9
* eds: Handle removed contacts in objects-added signal handlerPhilip Withnall2015-03-281-6/+23
* eds: Fix race condition when adding contactsPhilip Withnall2015-03-281-43/+220
* eds: Pass contact update notifications through idle queuePhilip Withnall2015-03-191-6/+14
* eds: Yield for longer in Edsf.Persona.change_extended_field()Philip Withnall2015-03-171-27/+52