summaryrefslogtreecommitdiff
path: root/backends/key-file
AgeCommit message (Expand)AuthorFilesLines
2011-06-02Play nicely with new API in Vala 0.14Raul Gutierrez Segales1-5/+7
2011-04-27Bug 648767 — Return read-only views of Sets and Maps where possiblePhilip Withnall2-9/+9
2011-04-26Add a missing signal disconnection to Kf.BackendPhilip Withnall1-0/+1
2011-04-23Change PersonaStore.personas to be a Map<string, Persona>Philip Withnall1-11/+9
2011-04-23Port PersonaStore.personas_changed to Set<Persona>Philip Withnall1-8/+16
2011-04-23Change Backend.persona_stores to be a Map<string, PersonaStore>Philip Withnall1-10/+10
2011-04-23Change WebServiceDetails.…addresses to be a MultiMap<string, string>Philip Withnall2-25/+21
2011-04-23Change ImDetails.im_addresses to be a MultiMap<string, string>Philip Withnall2-37/+24
2011-04-11linking: check if details contain im-addresses or web-service-addressesAlban Crequy1-6/+11
2011-04-08key-file: Make Kf.Persona implement WebServiceDetails interfaceRaul Gutierrez Segales1-1/+2
2011-04-07linking: add interface for linkable web service contact UIDsAlban Crequy2-6/+108
2011-04-02Make Folks.PersonaStore.detail_key() static.Travis Reitter1-2/+2
2011-03-31Access detail_key via `this` since its an instance methodRaul Gutierrez Segales1-1/+1
2011-03-31Update Kf.PersonaStore.add_persona_from_details to use defined constantsRaul Gutierrez Segales1-2/+8
2011-03-29Bug 645680 — Use random integer IDs for Kf.PersonasPhilip Withnall1-8/+6
2011-03-10Rename IMable -> ImDetailsTravis Reitter1-6/+6
2011-03-10Rename Groupable -> GroupDetailsTravis Reitter1-5/+5
2011-03-10Rename Aliasable -> AliasDetailsTravis Reitter1-1/+1
2011-02-14Remove support for building with Vala < 0.11Philip Withnall1-7/+1
2011-02-03Revert "For Vala 0.12, don't use deprecated string.to_int()."Travis Reitter1-4/+0
2011-02-03For Vala 0.12, don't use deprecated string.to_int().Travis Reitter1-0/+4
2011-01-18Modified backends to use LinkedHashSet in IMable.im_addresses.Eitan Isaacson2-48/+31
2011-01-06Pin backends' names to global BACKEND_NAME to reduce magic strings.Travis Reitter3-3/+8
2011-01-06Make the backends' log domains match their type_id.Travis Reitter1-1/+1
2010-12-29Cut unnecessary casting.Travis Reitter1-2/+1
2010-12-29Maximize use of 'unowned' keyword.Travis Reitter2-3/+3
2010-12-29Maximize use of the 'var' keyword.Travis Reitter3-20/+19
2010-12-29Ensure private and internal methods begin with a _Travis Reitter1-2/+2
2010-12-29Ensure private and internal data members begin with a _Travis Reitter3-50/+49
2010-12-13Bug 636714 — Assertion failure on invalid IM addressPhilip Withnall1-8/+39
2010-11-13Fix notification order in backendsPhilip Withnall1-1/+1
2010-11-13Hide setter for Persona.linkable_propertiesPhilip Withnall1-2/+9
2010-11-13Hide setter for Backend.persona_storesPhilip Withnall1-5/+18
2010-11-13Hide setter for Backend.namePhilip Withnall1-9/+1
2010-11-13Hide setters for PersonaStore.type_id, .display_name and .idPhilip Withnall1-14/+6
2010-11-13Ensure we use string's byte length in both Vala 0.10 and 0.12Philip Withnall1-1/+12
2010-11-10Remove deprecated use of string.size()Travis Reitter1-1/+1
2010-11-04Mark strings for translation and improve string formatting a littlePhilip Withnall2-10/+25
2010-11-03Make BackendStore.load_backends() unload disabled backends.Travis Reitter1-0/+16
2010-10-19Use per-library VALAFLAGS for the keyfile backend.Travis Reitter1-12/+8
2010-10-13Add the PersonaStore:can-group-personas property.Travis Reitter1-0/+12
2010-10-13Add the PersonaStore:can-alias-personas property.Travis Reitter1-0/+12
2010-10-13Add the PersonaStore:can-remove-personas property.Travis Reitter1-0/+12
2010-10-13Add the PersonaStore:can-add-personas property.Travis Reitter1-0/+12
2010-09-27Turn on valac warnings for the KeyFile backend.Travis Reitter2-9/+2
2010-09-22Add Backend.is_prepared and make prepare() idempotent.Travis Reitter1-20/+46
2010-09-22Add PersonaStore.is_prepared and make prepare() idempotent.Travis Reitter1-80/+106
2010-09-21Support the Persona.is_user property in the key-file backendPhilip Withnall1-1/+2
2010-09-18Explicitly link the backends to libfolks.laPhilip Withnall1-0/+1
2010-09-18Bug 629311 — Folks should normalize IDs written to the writable backendPhilip Withnall1-7/+24