Write inlined docs for LinkedHashSet to work around bgo#629531
[platform/upstream/folks.git] / backends /
2011-01-31 Travis ReitterRename HasPresence -> PresenceOwner.
2011-01-31 Travis ReitterRename HasAvatar -> AvatarOwner.
2011-01-18 Eitan IsaacsonModified backends to use LinkedHashSet in IMable.im_add...
2011-01-13 Travis ReitterFix dependencies for internal g-i files.
2011-01-12 Travis ReitterDistribute sources for generated files.
2011-01-12 Travis ReitterDefine the Telepathy BACKEND_NAME directly.
2011-01-06 Travis ReitterPin backends' names to global BACKEND_NAME to reduce...
2011-01-06 Travis ReitterMake the backends' log domains match their type_id.
2011-01-03 Travis ReitterDon't use a magic string in the Tp backend.
2010-12-30 Travis ReitterRefer to non-local variables and methods with full...
2010-12-30 Travis ReitterCut unnecessary casting.
2010-12-30 Travis ReitterMaximize use of 'unowned' keyword.
2010-12-30 Travis ReitterMaximize use of the 'var' keyword.
2010-12-30 Travis ReitterEnsure private and internal methods begin with a _
2010-12-30 Travis ReitterEnsure private and internal data members begin with a _
2010-12-17 Philip WithnallBug 637240 — libfolks-telepathy.so exports private...
2010-12-13 Philip WithnallBug 636714 — Assertion failure on invalid IM address
2010-12-13 Philip WithnallDon't trust personas from IRC
2010-12-12 Philip WithnallRename the Favourite interface to Favouritable
2010-12-12 Philip WithnallRename the Presence interface to HasPresence
2010-12-12 Philip WithnallRename the Avatar interface to HasAvatar
2010-12-12 Philip WithnallAdd missing documentation for method parameters
2010-11-27 Philip WithnallBug 635703 – Leak in connection_get_requestable_channel...
2010-11-27 Philip WithnallFix return types and documentation for a tp-lowlevel...
2010-11-18 Philip WithnallFix leak in tp-lowlevel.c
2010-11-14 Travis ReitterEnsure vapi files have an appropriate age.
2010-11-13 Philip WithnallFix notification order in backends
2010-11-13 Philip WithnallRemove the exception from Tpf.Persona's constructor
2010-11-13 Philip WithnallHide setter for Persona.linkable_properties
2010-11-13 Philip WithnallHide setter for Backend.persona_stores
2010-11-13 Philip WithnallHide setter for Backend.name
2010-11-13 Philip WithnallHide setters for PersonaStore.type_id, .display_name...
2010-11-13 Philip WithnallEnsure we use string's byte length in both Vala 0.10...
2010-11-11 Travis ReitterUn-break distclean for the Telepathy backend
2010-11-11 Travis ReitterSimplify the Telepathy backend Makefile.
2010-11-11 Travis ReitterRemove deprecated use of string.size()
2010-11-10 Travis ReitterFix the distribution and cleanfile status of the tp...
2010-11-10 Travis ReitterDistribute the generated tp-backend vapi files.
2010-11-10 Travis ReitterDepend upon the Telepathy backend stamp files.
2010-11-05 Travis ReitterAlways explicitly iterate through a HashMap's keys...
2010-11-04 Travis ReitterDon't try to (invalidly) import an enum.
2010-11-04 Philip WithnallMark strings for translation and improve string formatt...
2010-11-04 Travis ReitterMake BackendStore.load_backends() unload disabled backends.
2010-10-22 Travis ReitterRemove bogus 'weak' modifier for uints in Tp callbacks.
2010-10-20 Travis ReitterPut more files in CLEANFILES as appropriate.
2010-10-19 Travis ReitterUse per-library VALAFLAGS for the keyfile backend.
2010-10-19 Travis ReitterUse automake's Vala support to build libfolks-telepathy.
2010-10-13 Travis ReitterAdd the PersonaStore:can-group-personas property.
2010-10-13 Travis ReitterAdd the PersonaStore:can-alias-personas property.
2010-10-13 Travis ReitterAdd the PersonaStore:can-remove-personas property.
2010-10-13 Travis ReitterAdd the PersonaStore:can-add-personas property.
2010-10-06 Jonny Lambtpf-persona-store: add the client types feature to...
2010-10-06 Travis ReitterReact to alias changes coming from Telepathy. Fixes...
2010-10-01 Travis ReitterFetch TpContact avatar information upon creation.
2010-09-30 Travis ReitterFetch capabilities when we create TpContacts.
2010-09-30 Travis ReitterFactor out a redundant array.
2010-09-28 Travis ReitterPrefer to use object members directly instead of accessors.
2010-09-27 Travis ReitterTurn on valac warnings for the KeyFile backend.
2010-09-27 Travis ReitterCut unnecessary D-Bus flags for libfolks-backend-telepathy
2010-09-27 Travis ReitterMake a distinction between valac and vapigen flags.
2010-09-27 Travis ReitterTurn on stronger error checking for libtp-lowlevel.
2010-09-24 Travis ReitterFix use of CPP/CFLAGS for the Telepathy backend libraries.
2010-09-24 Travis ReitterRe-use existing autoconf code for setting extra maintai...
2010-09-22 Travis ReitterAdd Backend.is_prepared and make prepare() idempotent.
2010-09-22 Travis ReitterAdd PersonaStore.is_prepared and make prepare() idempotent.
2010-09-21 Travis ReitterClean up the behavior of the add_persona_from_details...
2010-09-21 Philip WithnallBug 629643 — do not fall back to the id if alias is...
2010-09-21 Philip WithnallSupport the Persona.is_user property in the telepathy...
2010-09-21 Philip WithnallSupport the Persona.is_user property in the key-file...
2010-09-21 Philip WithnallAdd a "user" property to the IndividualAggregator
2010-09-20 Philip WithnallRemove {@inheritDoc} from folks-telepathy documentation
2010-09-18 Philip WithnallExplicitly link the backends to libfolks.la
2010-09-18 Philip WithnallBug 629311 — Folks should normalize IDs written to...
2010-09-18 Travis ReitterClear up ambiguity between GLib.Proxy and TelepathyGLib...
2010-09-17 Travis ReitterCut some obsolete comments in TpLowlevel.
2010-09-17 Travis ReitterFix the GIR annotation for connection_open_contact_list...
2010-09-17 Travis ReitterFix the GIR annotations for connect_to_new_group_channels
2010-09-17 Travis ReitterTurn on all g-i warnings and make them errors (for...
2010-09-16 Philip WithnallMake a result argument nullable
2010-09-15 Travis ReitterAdjust to changes introduced with the Vala fix for...
2010-09-15 Travis ReitterMerge branch 'bgo628970-expose-backends3'
2010-09-14 Travis ReitterUpdate the name for TelepathyGLib.Intset
2010-09-14 Philip WithnallFix the type of an AsyncReadyCallback in Tpf.PersonaStore
2010-09-14 Philip WithnallAdd missing annotations to TpLowlevel
2010-09-14 Philip WithnallEnable g-ir-scanner warnings for TpLowlevel
2010-09-13 Philip WithnallRename Alias interface to Aliasable
2010-09-13 Philip WithnallRename Groups interface to Groupable
2010-09-13 Philip WithnallFix a private error domain in Tpf.PersonaStore
2010-09-13 Philip WithnallFix some error domains
2010-09-13 Philip WithnallAdd missing @inheritDoc doclets
2010-09-13 Philip WithnallBug 626008 — Add @since lines to all symbols
2010-09-10 Philip WithnallBlock flushing of Kf.PersonaStore on any pending file...
2010-09-10 Philip WithnallBug 628853 — hangs if there's no relationships.ini...
2010-09-10 Philip WithnallNotify of Tpf.PersonaStore's Personas being removed...
2010-09-10 Philip WithnallWarn on key file parse errors, rather than explode
2010-09-10 Philip WithnallFix saving the key file when it contains multi-byte...
2010-09-10 Philip WithnallAdd more debugging for aliases
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
next