summaryrefslogtreecommitdiff
path: root/backends/eds
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Fixed EDS persona store display-name value.Renato Araujo Oliveira Filho1-1/+2
2014-03-05docs: Fix incorrect @since lines in documentation commentsPhilip Withnall1-1/+1
2014-02-20Replaced use of EVCard.remove_attribute to EVCard.remove_attributes.Renato Araujo Oliveira Filho1-9/+5
2014-02-16eds: Don’t warn if trying to close an already closed connectionPhilip Withnall1-1/+2
2014-02-16eds: Fix incorrect removal of elements of a read-only libgee collectionPhilip Withnall1-7/+7
2014-02-16eds: Remove redundant variable assignmentPhilip Withnall1-1/+0
2014-02-16eds: Add debugging information to PersonaStore._commit_modified_property()Philip Withnall1-0/+15
2014-01-31eds: Add a extra parameter on IM fields created based on e-mail addressRenato Araujo Oliveira Filho1-3/+21
2014-01-29backends: Fix calls to ImDetails.normalise_im_address()Philip Withnall1-2/+2
2014-01-04eds: Remove unused variablePhilip Withnall1-4/+0
2014-01-04core: Tighten up definition of Persona.display_id to ensure it’s uniquePhilip Withnall1-1/+3
2013-12-09backends: Add [freeze|thaw]_notify() calls to [un]prepare() in backendsPhilip Withnall1-0/+4
2013-12-09build: Allow backend libraries to have individual API versionsPhilip Withnall2-31/+3
2013-12-09build: Factor common backends/*/lib makefilery into backend-library.mkPhilip Withnall1-119/+13
2013-12-09build: Minor build simplificationPhilip Withnall1-2/+1
2013-12-09build: Allow backend libraries to have separate LT versions from libfolks.soPhilip Withnall1-1/+1
2013-11-27build: Move backend.mk inclusions to the top of the filesPhilip Withnall1-1/+1
2013-11-27build: Rename AM_VALAFLAGS to TARGET_VALAFLAGS in configure.acPhilip Withnall1-0/+1
2013-11-19Eds.Backend: use a safe remove-while-iterating patternSimon McVittie1-19/+23
2013-11-08build: Build backend libraries before the backend modules themselvesPhilip Withnall1-1/+1
2013-11-06docs: Fix links in documentation commentsPhilip Withnall1-3/+4
2013-11-06eds: Remove unused -include in Makefile.amPhilip Withnall1-1/+0
2013-10-29build: Fix PKG_CONFIG_PATH for calls to g-ir-scannerPhilip Withnall1-0/+4
2013-10-28backends: Fix paths in *-uninstalled.pc.in pkg-config filesPhilip Withnall1-1/+1
2013-10-28build: Factor common automakery out of backends’ Makefile.amsPhilip Withnall2-36/+8
2013-10-28backends: Remove BackendFactory classesPhilip Withnall1-21/+6
2013-10-25build: Disable some GCC warnings for generated C codePhilip Withnall2-0/+6
2013-10-25build: Whitespace cleanup in various Makefile.am filesPhilip Withnall1-8/+8
2013-10-21backends: Work around a Vala const-array null-termination bugPhilip Withnall1-4/+8
2013-09-28Bug 705403 — Use GLib.BytesIcon instead of Edsf.MemoryIconPhilip Withnall3-137/+2
2013-09-26Stop using deprecated EDS APIXavier Claessens1-105/+1
2013-09-24build: Generate backends’ GIR files using valac rather than g-ir-scannerPhilip Withnall1-34/+10
2013-07-08Revert "build: Don’t build Vala headers in a subdirectory unnecessarily"Philip Withnall1-3/+3
2013-07-05build: Don’t build Vala headers in a subdirectory unnecessarilyPhilip Withnall1-3/+3
2013-07-05build: Remove generated C/H/vapi/stamp files from MAINTAINERCLEANFILESPhilip Withnall1-12/+2
2013-07-05build: Use target-specific VALAFLAGS rather than AM_VALAFLAGSPhilip Withnall2-23/+15
2013-07-04build: Remove redundant entries from GITIGNOREFILESPhilip Withnall1-6/+0
2013-07-02Link the support library GIRs against libfolksEmilio Pozuelo Monfort1-1/+4
2013-07-01Add namespace and version to libfolks-eds GIRTravis Reitter2-0/+31
2013-06-24Generate FolksEds gir fileTravis Reitter1-0/+60
2013-06-22eds: Clarify mapping between properties and vCard fields in EDSPhilip Withnall1-0/+15
2013-06-07Set release version of new API and update NEWSTravis Reitter1-2/+2
2013-05-13backends: eds: make the personna store backend more 'async'Lionel Landwerlin1-1/+1
2013-04-12Declare internal function folks_persona_store_set_is_user_set_default()Simon McVittie1-0/+1
2013-04-12Include ERROR_CFLAGS everywhere we compile C codeSimon McVittie2-0/+2
2013-04-04Use SmallSet.copy() where it makes senseSimon McVittie1-15/+6
2013-04-04folks, backends: use "small sets" instead of hash sets most of the timeSimon McVittie3-41/+42
2013-04-03Do not explicitly link libfolks-internal.la into thingsSimon McVittie2-2/+0
2013-04-03backends: when adding a persona by details, do not assume HashSetSimon McVittie1-1/+1
2013-03-27Edsf.PersonaStore: defer contacts-complete like contacts-addedSimon McVittie1-1/+10