summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.2.1grilo-0.2.1Juan A. Suarez Romero2012-10-033-2/+28
* core: Obey GRL_WRITE_NORMAL in grl_source_store()Mathias Hasselmann2012-10-021-1/+1
* core: Properly pass store spec to store_relay_cb()Mathias Hasselmann2012-10-021-3/+7
* build: Add option to disable Test UIJuan A. Suarez Romero2012-09-261-3/+19
* core: Increase reference in list content, not list nodeJuan A. Suarez Romero2012-09-141-1/+1
* core: Use GRL_WARNING instead of GRL_ERROR for elements not found in theJuan A. Suarez Romero2012-09-141-1/+1
* core: Load modules with G_MODULE_BIND_LOCALBastien Nocera2012-09-071-1/+1
* doc: Clarify what "site" is supposed to beJens Georg2012-09-031-1/+2
* doc: Clarify normalization of the ratingJens Georg2012-09-031-1/+2
* Avoid leak in grl_source_get_media_from_uri()Mathias Hasselmann2012-09-031-0/+2
* test-ui: Fix garbled UTF-8 outputJens Georg2012-09-031-0/+2
* Don't crash in grl_source_get_media_from_uri()Mathias Hasselmann2012-08-291-7/+12
* Add missing C++ guardsMathias Hasselmann2012-08-292-0/+8
* Avoid warning about bad pointer castMathias Hasselmann2012-08-291-1/+1
* Don't freeze sync functions on failed preconditionMathias Hasselmann2012-08-292-129/+163
* core: GrlKeyID are not GParamSpecJuan A. Suarez Romero2012-08-135-37/+64
* Post-release version bump to 0.2.1Juan A. Suarez Romero2012-08-131-1/+1
* Release 0.2.0grilo-0.2.0Juan A. Suarez Romero2012-08-132-0/+49
* net: Add API versionJuan A. Suarez Romero2012-08-133-7/+12
* doc: Add API informationJuan A. Suarez Romero2012-08-1311-28/+230
* build: Add libtool version informationJuan A. Suarez Romero2012-08-133-1/+16
* doc: Improve documentationJuan A. Suarez Romero2012-08-1010-114/+367
* core: Remove unused functionJuan A. Suarez Romero2012-08-102-50/+1
* core: Fix typos in documentationJuan A. Suarez Romero2012-08-101-2/+2
* vala: make caps in operation_options.new() nullableCésar García Tapia2012-08-091-0/+3
* vala: make container in source.browse() nullableVíctor Manuel Jáquez Leal2012-08-091-0/+1
* vala: Do not install VAPI files in specific vapi directory of the compilerJuan A. Suarez Romero2012-08-092-6/+1
* core: Fix typo in key descriptionJuan A. Suarez Romero2012-08-091-1/+1
* grl-net: avoid a possible double freeVíctor Manuel Jáquez Leal2012-08-071-1/+4
* core: Rename some registry functionsJuan A. Suarez Romero2012-07-2315-63/+63
* core: Rename PluginRegistry to RegistryJuan A. Suarez Romero2012-07-2347-1174/+1174
* vala: Fix Vala bindingsJuan A. Suarez Romero2012-07-192-6/+7
* doc: Improve documentationJuan A. Suarez Romero2012-07-1914-1694/+1514
* core: Fix introspection annotationsJuan A. Suarez Romero2012-07-199-31/+36
* core: Merge GrlMediaSource and GrlMetadataSource into GrlSourceJuan A. Suarez Romero2012-07-1929-4975/+4433
* core: Add API to get plugins from registryJuan A. Suarez Romero2012-07-136-19/+121
* core: Redesign source/plugin hierarchyJuan A. Suarez Romero2012-07-1334-2237/+2667
* core: Prefix GObject macros with GRL_Juan A. Suarez Romero2012-07-132-4/+4
* core: Avoid pedantic compiler warnings with C++.Murray Cumming2012-07-1112-18/+18
* doc: Fix typos in GrlConfig descriptionMathias Hasselmann2012-07-101-2/+2
* doc: Clearify that GrlConfig are not persistantMathias Hasselmann2012-07-101-1/+5
* test-ui: Add filtering by typeJuan A. Suarez Romero2012-06-201-5/+120
* tests: added a test of key range filter for fsGuillaume Emont2012-06-191-1/+29
* core: Add range-filteringJuan A. Suarez Romero2012-06-198-1/+398
* tests: added some search() and browse() tests using the fs pluginGuillaume Emont2012-06-191-0/+239
* tests: added caps tests for key filtersGuillaume Emont2012-06-191-0/+54
* core: Add filtering by equal keyJuan A. Suarez Romero2012-06-197-0/+246
* core: add a setter and getter of GrlKeyID for GValuesGuillaume Emont2012-06-191-0/+4
* tests: added tests of type filtering for capsGuillaume Emont2012-06-191-0/+61
* core: Add filtering by media typeJuan A. Suarez Romero2012-06-196-5/+156