platform/upstream/folks.git
2010-09-10 Philip WithnallDon't save the key file when loading Personas' aliases
2010-09-10 Philip WithnallDon't allow setting a Kf.Persona's alias to its current...
2010-09-10 Philip WithnallAdd generated C files to GITIGNOREFILES
2010-09-10 Philip WithnallMove tools/manager-file.py to tests/tools/manager-file.py
2010-09-10 Philip WithnallAdd mkinstalldirs to MAINTAINERCLEANFILES
2010-09-10 Philip WithnallInstall folks.vapi and folks-telepathy.vapi
2010-09-10 Philip WithnallUse session.conf from the builddir to fix builddir...
2010-09-10 Philip WithnallEnsure tests/tools/with-session-bus.sh is distributed
2010-09-10 Philip WithnallCorrect use of CPPFLAGS/CFLAGS in backend Makefile.ams
2010-09-10 Philip WithnallPort the backend Makefile.ams to use automake-1.11...
2010-09-10 Philip WithnallRemove an unused variable from docs/Makefile.am
2010-09-09 Philip WithnallFix configure.ac indentation and layout
2010-09-09 Philip WithnallRemove unnecessary AC_SUBST calls
2010-09-09 Philip WithnallUse the M4Sugar conditional statements instead of plain...
2010-09-09 Philip WithnallFix m4 quoting in configure.ac
2010-09-09 Philip WithnallDon't use dnl for comments in configure.ac
2010-09-03 Philip WithnallAdd a test of an individual's properties
2010-09-03 Philip WithnallAdd the framework for a test suite
2010-09-01 Philip WithnallPost-release version bump and non-release indicator
2010-09-01 Philip WithnallRelease version 0.1.16 FOLKS_0_1_16
2010-09-01 Philip WithnallBug 628343 — Add an environment variable to disable...
2010-08-31 Philip WithnallDon't set Individual.is-favourite when updating from...
2010-08-31 Philip WithnallDepend on libgee < 0.7 instead
2010-08-30 Travis ReitterClear the stored list if it's invalidated.
2010-08-30 Philip WithnallDon't set Individual.alias when updating the alias...
2010-08-30 Philip WithnallRefactor Individual.update_alias() to give a single...
2010-08-30 Philip WithnallEnsure untrusted Personas' Individuals are signalled...
2010-08-30 Philip WithnallMark two strings as unowned to prevent unnecessary...
2010-08-30 Philip WithnallEnsure existing Kf.Personas aren't overwritten when...
2010-08-30 Philip WithnallAdd extra debug messages to the key-file backend
2010-08-30 Philip WithnallWork around a Vala bug generating bad C for a lambda...
2010-08-30 Philip WithnallOutput more debugging information when linking
2010-08-30 Philip WithnallRemove unused declaration from tp-lowlevel.h
2010-08-27 Travis Reittertp-lowlevel doesn't actually depend upon the Gee intros...
2010-08-27 Philip WithnallBlock notification of Persona.is-favourite when changin...
2010-08-27 Philip WithnallAdd debugging to favourite status in Folks.Individual
2010-08-27 Philip WithnallPost-release version bump and non-release indicator
2010-08-27 Philip WithnallRelease version 0.1.15 FOLKS_0_1_15
2010-08-27 Philip WithnallRemove outdated telepathy-check.vala from EXTRA_DIST
2010-08-27 Philip WithnallFix symbol version numbers
2010-08-26 Philip WithnallDon't use deprecated Gee.Map.remove() method
2010-08-26 Philip WithnallAdd checks for memset() and strstr()
2010-08-26 Philip WithnallTidy up configure.ac
2010-08-26 Philip WithnallMove the folks-telepathy library to a "lib" subdir...
2010-08-26 Philip WithnallDon't use BUILT_SOURCES in makefiles
2010-08-26 Philip WithnallPush favourite changes to all Personas unconditionally
2010-08-26 Philip WithnallWrite alias changes to every Persona if there are no...
2010-08-26 Philip WithnallDon't unnecessarily push group changes down to Personas
2010-08-26 Philip WithnallDon't listen to notify::groups in Individual
2010-08-26 Philip WithnallFix groups signal emissions in Tpf.Persona
2010-08-26 Philip WithnallAdd a missing yield to make group changes async in...
2010-08-26 Philip WithnallUse the alias from a writeable Persona in preference...
2010-08-26 Philip WithnallAdd alias support to the key-file backend
2010-08-26 Philip WithnallFall back to using a display ID if no Personas have...
2010-08-26 Philip WithnallFall back to the display ID for TpfPersonas with empty...
2010-08-26 Philip WithnallBug 626578 — Use vala's vala.m4 to check for telepathy...
2010-08-26 Philip WithnallBug 627968 — Add Individual.trust_level property
2010-08-26 Philip WithnallOnly keep one reference to each Persona in an Individual
2010-08-26 Philip WithnallBug 626725 — Add an Individual.personas_changed signal
2010-08-26 Philip WithnallStore a set of Personas inside each Individual for...
2010-08-24 Travis ReitterFix the calculation for the persona_store_id length...
2010-08-23 Philip WithnallDepend on libgee <= 0.5.2
2010-08-20 Travis ReitterMake gobject-introspection a hard requirement.
2010-08-20 Travis ReitterClean up the variable naming for parallel data structures.
2010-08-20 Philip WithnallEnsure duplicate Individuals don't enter candidate_inds...
2010-08-20 Philip WithnallEnsure the IMable.im_addresses property does not contai...
2010-08-19 Maciej PiechotkaBug 627314 — folks cannot be install in gentoo sandbox
2010-08-19 Travis ReitterBundle introspection.m4, because ...autotools.
2010-08-18 Travis ReitterCheck whether the Persona instance is IMable, not the...
2010-08-18 Travis ReitterPost-release version bump and non-release indicator
2010-08-18 Travis ReitterRelease version 0.1.14.1 FOLKS_0_1_14_1
2010-08-18 Travis ReitterMake the 'Group invalidated' warning a debug statement.
2010-08-18 Travis ReitterDepend upon a released version of Vala.
2010-08-18 Travis ReitterBump Vala version requirement to where it should be
2010-08-18 Travis ReitterPost-release version bump and non-release indicator
2010-08-18 Travis ReitterRelease version 0.1.14 FOLKS_0_1_14
2010-08-17 Travis ReitterFix calls to deprecated Gee.Map.remove()
2010-08-17 Travis ReitterUpdate object ownership in the Telepathy backend for...
2010-08-17 Travis ReitterDon't free the return value of transfer-full TpLowlevel...
2010-08-17 Travis ReitterBuild tp-lowlevel via gobject-introspection
2010-08-17 Travis ReitterAdd gobject-introspection annotations to tp-lowlevel
2010-08-17 Philip WithnallUse gen-introspect-0.10 instead of gen-introspect
2010-08-17 Guillaume Desmottesuse debug() when failing to get a contact list channel
2010-08-17 Guillaume Desmottesuse debug() instead of message()
2010-08-12 Travis ReitterCut dependence on vala-1.0.pc for other programs
2010-08-12 Travis ReitterDetect Vala by special automake macro, not .pc file.
2010-08-11 Philip WithnallPost-release version bump and non-release indicator
2010-08-11 Philip WithnallRelease version 0.1.13 FOLKS_0_1_13
2010-08-11 Philip WithnallEnsure the telepathy-vala configure check works for...
2010-08-10 Philip WithnallRework unlinking in the IndividualAggregator
2010-08-10 Philip WithnallSignal the removal of personas from the Kf.PersonaStore
2010-08-10 Philip WithnallImprove the IDs stored in the key file
2010-08-10 Philip WithnallImprove the heuristic for choosing an Individual's...
2010-08-10 Philip WithnallDon't synchronise groups between Personas
2010-08-10 Philip WithnallDon't synchronise favourite status between Personas
2010-08-10 Philip WithnallDon't synchronise alias between Personas
2010-08-10 Philip WithnallAdd a PersonaStore.is_writeable property
2010-08-10 Travis ReitterUpdate folks-telepathy pkg-config files.
2010-08-10 Travis ReitterUpdate folks pkg-config files.
2010-08-10 Travis ReitterCheck for telepathy-glib Vala bindings by compilation...
next