summaryrefslogtreecommitdiff
path: root/folks
AgeCommit message (Expand)AuthorFilesLines
2014-03-05docs: Fix incorrect @since lines in documentation commentsPhilip Withnall1-3/+3
2014-03-05core: Implement global anti-link functionalityRenato Araujo Oliveira Filho1-1/+69
2014-02-16core: Add an IndividualAggregator.backend_store propertyPhilip Withnall1-6/+13
2014-02-16core: Unprepare all backends when destroying the BackendStorePhilip Withnall1-0/+12
2014-01-30core: Don’t warn if a D-Bus service is missingPhilip Withnall1-2/+14
2014-01-17core: Document that PersonaStore.trust_level must not be set by clientsPhilip Withnall1-0/+12
2014-01-17core: Remove trailing whitespacePhilip Withnall1-4/+4
2014-01-04core: Tighten up definition of Persona.display_id to ensure it’s uniquePhilip Withnall1-1/+3
2013-11-28individual: Allow Individual.id to be an empty string with no personasPhilip Withnall1-1/+9
2013-11-28individual: Add default values for PresenceDetails propertiesPhilip Withnall1-2/+2
2013-11-27build: Rename AM_VALAFLAGS to TARGET_VALAFLAGS in configure.acPhilip Withnall1-0/+2
2013-11-21individual: Remove a Persona if its ‘individual’ property changesPhilip Withnall1-1/+17
2013-11-20individual: Clean up how Personas are transferred between IndividualsPhilip Withnall1-0/+11
2013-11-20individual: Change an assertion into a warning and relax its conditionsPhilip Withnall1-3/+12
2013-11-08Bug 651672 — Individual should have a display-name propertyPhilip Withnall2-12/+414
2013-11-07core: Documentation clarifications on immutabilityPhilip Withnall1-7/+21
2013-11-06docs: Fix links in documentation commentsPhilip Withnall1-1/+1
2013-11-06core: Bless DBusError.SERVICE_UNKNOWN for D-Bus service problems on prepare()Philip Withnall1-0/+2
2013-10-31bluez: Add a Bluetooth Phonebook Access Profile backend using BlueZ 5Matthieu Bouron1-0/+3
2013-10-29build: Fix PKG_CONFIG_PATH for calls to g-ir-scannerPhilip Withnall1-0/+4
2013-10-25build: Disable some GCC warnings for generated C codePhilip Withnall2-0/+96
2013-10-25core: Remove an excess parameter from a printf()-format function callPhilip Withnall1-2/+1
2013-10-25core: Add [PrintfFormat] attributes to some internal debug methodsPhilip Withnall1-0/+2
2013-10-25core: Eliminate a shadowed variablePhilip Withnall1-8/+8
2013-10-21Fix phone normalizationXavier Claessens1-20/+50
2013-10-21backends: Work around a Vala const-array null-termination bugPhilip Withnall1-0/+16
2013-10-21core: Connect to Persona::notify, not all its details, in IndividualSimon McVittie1-122/+112
2013-09-04Set the GIR namespace and version for folks-genericsTravis Reitter1-0/+1
2013-08-26Release version 0.9.5FOLKS_0_9_5Travis Reitter3-6/+6
2013-08-22Folks.SmallSet: return a valueDominique Leuenberger1-0/+1
2013-08-07core: Tidy up documentation in LocationDetailsPhilip Withnall1-7/+13
2013-08-05aggregator: add dup() methods returning a singletonGuillaume Desmottes1-2/+97
2013-08-02core: Keep leading ‘+’s when normalising phone numbersPhilip Withnall1-2/+3
2013-07-31consider an individual as favorite if one of its persona is a favoriteGuillaume Desmottes1-1/+1
2013-07-05docs: links cannot span multiple linesTravis Reitter1-2/+1
2013-07-05build: Use target-specific VALAFLAGS rather than AM_VALAFLAGSPhilip Withnall1-11/+0
2013-07-04build: Remove redundant entries from GITIGNOREFILESPhilip Withnall1-8/+1
2013-07-01core: Add PresenceDetails::client-types and implement on Individual and Tpf.P...Serhat Demircan2-1/+27
2013-06-24Split the API version definition so it can be used more extensivelyTravis Reitter1-3/+3
2013-06-24Include GIR version number in folks.vapiTravis Reitter2-0/+30
2013-06-22docs: Clarify use of interfaces for property access on Folks.PersonaPhilip Withnall1-0/+9
2013-06-07Set release version of new API and update NEWSTravis Reitter2-8/+8
2013-04-12Declare internal function folks_persona_store_set_is_user_set_default()Simon McVittie3-0/+51
2013-04-12Include ERROR_CFLAGS everywhere we compile C codeSimon McVittie1-0/+1
2013-04-05Declare folks_small_set_copy properlySimon McVittie1-0/+8
2013-04-04Use SmallSet.copy() where it makes senseSimon McVittie2-15/+6
2013-04-04Add fast-path iteration for SmallSetSimon McVittie2-0/+18
2013-04-04folks, backends: use "small sets" instead of hash sets most of the timeSimon McVittie6-55/+56
2013-04-04Folks.SmallSet: add and testSimon McVittie5-0/+1163
2013-04-03By default, do debug output iff at least one debug domain is enabledSimon McVittie1-1/+2