testing: avoid false warning
[platform/upstream/folks.git] / folks / backend-store.vala
2013-03-26 Patrick Ohlytesting: avoid false warning
2013-03-13 Simon McVittieBackendStore: provide an easier way to limit backends...
2013-02-11 Travis ReitterPort folks to libgee 0.8.
2012-12-30 Philip Withnalldocumentation: Document which yielding methods are...
2012-08-14 Philip Withnalldocs: Use correct Valadoc syntax for monospaced content
2012-08-09 Erick Pérez Castel... Fixes to build with last vala release.
2012-07-24 Jeremy WhitingRevert "Port folks to libgee 0.8."
2012-07-06 Jeremy WhitingMerge branch libgeetest which upgrades our libgee depen...
2012-07-06 Jeremy WhitingPort folks to libgee 0.8.
2012-07-06 Guillaume Desmottesbackend-store: never translate warning messages
2012-07-06 Guillaume Desmottesbackend-store: output a debug message if mime type...
2012-06-27 Philip Withnallcore: Add a profiling API and implement some profiling...
2012-04-30 Guillaume DesmottesMerge branch 'folks-0-6'
2012-04-25 Philip WithnallBug 663890 — @throws annotations missing for some functions
2012-04-21 Philip Withnallcore: Don’t leak file contents when loading key-files
2012-03-17 Jasper St. Pierrefolks: Don't set G_MESSAGES_DEBUG unconditionally
2012-02-17 Colin WaltersBuild with vala 0.15
2012-01-06 Philip Withnallcore: Nullability fixes
2011-12-10 Philip WithnallBug 665692 — Use constructors correctly
2011-09-14 Raul Gutierrez SegalesIndividualAggregator: s/writeable_store/primary_store/g
2011-09-14 Raul Gutierrez Segalescore: use always-writeable instead of is-writeable
2011-09-02 Philip WithnallBug 656184 — Add is-quiescent property
2011-06-02 Raul Gutierrez SegalesPlay nicely with new API in Vala 0.14
2011-05-13 Travis ReitterRelease Folks 0.5.1. FOLKS_0_5_1
2011-05-02 Philip WithnallAllow printing out status information at runtime
2011-05-02 Philip WithnallAdd debug printing and formatting methods to Debug
2011-05-02 Philip WithnallAllow the singleton Debug instance to be retrieved...
2011-04-27 Philip WithnallBug 648767 — Return read-only views of Sets and Maps...
2011-04-23 Travis ReitterRemove use of GLib.List in public BackendStore API.
2011-03-14 Travis ReitterRelease Folks 0.4.0 FOLKS_0_4_0
2011-02-15 Travis ReitterSupport the 'all-others' wildcard group in BACKEND_STOR...
2011-02-14 Philip WithnallRemove support for building with Vala < 0.11
2011-02-14 Philip WithnallFix the documentation version tags
2011-02-14 Philip WithnallUse “dup” instead of “get” in method names which return...
2011-01-14 Travis ReitterFinish catching BackendStore up to our coding style.
2011-01-06 Travis ReitterRegister core debugging as global G_LOG_DOMAIN to reduc...
2011-01-06 Travis ReitterPush flag setting into the Debug constructor.
2011-01-06 Travis ReitterAdd new API for setting debugging levels.
2011-01-06 Travis ReitterMake Folks.Debug a class so we can store state.
2010-12-30 Travis ReitterRefer to non-local variables and methods with full...
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-12 Philip WithnallFix string length calculation in the BackendStore for...
2010-12-12 Philip WithnallRemove use of deprecated GLib API in Vala 0.12
2010-11-08 Travis ReitterLoad backends from FOLKS_BACKEND_PATH instead of _DIR.
2010-11-08 Travis ReitterDon't ever claim to own the backend GLib.Modules.
2010-11-05 Travis ReitterAlways explicitly iterate through a HashMap's keys...
2010-11-04 Philip WithnallMark strings for translation and improve string formatt...
2010-11-04 Travis ReitterMake BackendStore.load_backends() unload disabled backends.
2010-11-04 Travis ReitterClean up the way we load modules.
2010-11-04 Philip WithnallAdd BackendStore.[enable|disable]_backend() methods
2010-11-04 Philip WithnallAdd support for disabling backends in the BackendStore...
2010-11-04 Philip WithnallConvert BackendStore to use GFiles more uniformly
2010-10-19 Travis ReitterClean up the description of BackendStore a little.
2010-09-21 Travis ReitterMake BackendStore.load_backends() idempotent.
2010-09-20 Philip WithnallMove debug initialisation to BackendStore
2010-09-15 Philip WithnallFix documentation syntax
2010-09-15 Travis ReitterMerge branch 'bgo628970-expose-backends3'
2010-09-14 Travis ReitterMove Backend preparation to BackendStore. Fixes bgo...
2010-09-14 Travis ReitterExpose the BackendStore's Backends. Helps bgo#628970.
2010-09-14 Travis ReitterMake BackendStore a singleton. Helps bgo#628970.
2010-09-14 Philip WithnallMove BuildConf into the Folks namespace
2010-09-10 Philip WithnallBug 629084 — Add a folks-import tool
2010-08-05 Philip WithnallWarn if the MIME type of a potential backend couldn...
2010-07-28 Philip WithnallChange a message() to a debug()
2010-07-26 Travis ReitterAlways throw an error in async functions, to avoid...
2010-07-14 Travis ReitterMerge remote branch 'pwith/gi-bindings-rebase4'
2010-07-14 Philip WithnallFix MIME type memory leak in BackendStore
2010-07-14 Philip WithnallAllow backends to be completely unloaded
2010-07-01 Travis ReitterMerge remote branch 'pwith/fixes3-no-prepare'
2010-07-01 Philip WithnallMerge branch 'master' into fixes3-no-prepare
2010-07-01 Philip WithnallClarify documentation of BackendStore.backend_available
2010-06-30 Philip WithnallMerge branch 'master' into fixes3
2010-06-30 Philip WithnallMerge branch 'master' into interfaces
2010-06-29 Travis ReitterMerge remote branch 'pwith/favourites'
2010-06-29 Travis ReitterMerge remote branch 'pwith/docs2'
2010-06-25 Philip WithnallAdd documentation for every public signal, property...
2010-06-24 Travis ReitterMerge remote branch 'pwith/fixes2'
2010-06-23 Philip WithnallMake BackendStore.load_backends() async
2010-06-02 Travis ReitterFactor out the Telepathy backend into a separate, loada...