[grilo/debian] (142 commits) ...Update debian to 0.1.7



Summary of changes:

  16834a0... Added --enable-uninstalled flag for autogen.sh in the "Exam (*)
  d11d540... core: rename the GRL_ERROR quark to GRL_CORE_ERROR (*)
  9e958d6... log: revamp the log system (*)
  6c71c33... log: handle numeric level assignations (*)
  08805eb... log: rename the environment variable to GRL_DEBUG (*)
  15a8330... log: rename grl_log_init() to grl_log_configure() (*)
  3b504c0... log: remove grl_log_init() calls from tools (*)
  48dd489... core: unload plugins properly by calling g_module_close whe (*)
  2e3b8fa... core: when unloading a plugin, shutdown any sources it may  (*)
  8d29625... test-ui: reloading functionality does not work as intended. (*)
  92de127... core: Do not free plugin descriptors in GrlMediaPlugin's fi (*)
  523174d... test-ui: Reset combo boxes also when shutting down the plug (*)
  4ae19da... core: Free plugin data in the registry's plugin unload func (*)
  59502f8... bindings: add gmodule as link dependency (*)
  4439119... core: Remove value destroy_func from the plugins' hash tabl (*)
  377860a... build: check hard pkg-config dependencies first (*)
  a3b9d3c... core: GrlMediaPlugin doesn't need finalize() (*)
  5ae56ca... core: check for 'key-depends' implementation (*)
  04eb6a6... core: check for supported_keys implementation (*)
  a587313... core: a missing info doesn't deserve a warning (*)
  3cf1512... core: document the log level mapping (*)
  4fd6f15... annotations: Added missing colon (*)
  3bd3797... annotations: Replaced GObject.ParamSpec* with GObject.Param (*)
  d7346d9... annotations: Replaced Grl.Media* with Grl.Media (*)
  fa8daa2... annotations: Replaced Grl.MediaSource* with Grl.MediaSource (*)
  246eccc... annotations: Skipped non introspectable functions (*)
  5404705... core: Made GrlPluginInfo introspectable (*)
  eb7d8c7... annotations: Added missing transfer modes (*)
  b14b077... annotations: Annotated grl-metadata-source (*)
  4b028ef... annotations: Annotated metadata_source cb GErrors as uints (*)
  5805517... annotations: Fixed 'get_info_keys' annotation (*)
  50c58ee... core: Replaced grl-media-plugin defines with functions (*)
  3107202... annotations: Annotated 'register_metadata_key' (*)
  5f91bb9... annotations: Removed unnecessary annotations (*)
  d1efdeb... annotations: Media in cb is transfer full (*)
  73aaec9... annotations: Fixed grl_data_get_keys transfer mode (*)
  1f474ff... doc: Updated examples to use new log system (*)
  7c01182... doc: various documentation fixes. (*)
  21c8f46... core: Make get_sources return a GList (*)
  723f3a0... core: Make get_sources_by_operations return a GList (*)
  a8f314f... core: Fix incorrect sorting of ranked plugins. (*)
  9b619ea... core: fix GrlLog gtkdoc documentation (*)
  e80fe47... build: detect new versions of vala (*)
  90ac28f... annotations: Fixed grl_init annotations (*)
  1c3b016... doc: Improve GrlMediaAudio documentation (*)
  fe42e96... doc: Improve GrlMediaImage documentation (*)
  d03468d... doc: Improve GrlMedia documentation (*)
  5a86114... doc: Add GrlLog documentation (*)
  2da2bc1... doc: Fix GrlMediaVideo typo (*)
  7172f75... doc: Skip GrlDataSync (*)
  3221e5b... doc: Added GrlError documentation (*)
  1eaaa68... doc: Fix GrlUtil documentation (*)
  ff67f84... metadata-source: Don't try to free an uninitialised pointer (*)
  2659469... build: Define major, minor and micro version vars (*)
  a7caf5c... build: Fixed gir build rules (*)
  868c291... vala: Improved metadata (*)
  45cdfe2... doc: add more documentation to grilo.c (*)
  6db42fb... doc: add more documentation to multiple search helpers (*)
  29a0629... doc: trivial fixes (*)
  2c95e36... doc: new gtk-doc files (*)
  04ac4ae... doc: change the main page layout (*)
  c9e3c87... doc: enhance the documentation makefile (*)
  50fc74e... core: Moved tests infrastructure to /tests (*)
  a0fb48d... core: Updated infrastructure to support python tests (*)
  585dfd3... tests: Command line arguments can be passed to testrunner (*)
  648523c... tests: Tested the PluginRegistry class using GI (*)
  7ded0a1... tests: Tested the PluginMedia class using GI (*)
  99ec47c... tests: Tested the MetadataSource class using GI (*)
  1bc4f2d... tests: Removed setUp/tearDown code in python tests (*)
  7beebbc... annotations: removed transfer mode for 'in' args (*)
  e90b5bd... annotations: Fixed transfer modes in grl-metadata-source (*)
  88a16be... build: improve gir support in grilo-0.1.pc (*)
  f20e995... build: improve path definition in grilo-uninstalled.pc.in (*)
  eeefbc0... vala: check for libvala-0.12 instead of vala-0.12 (*)
  bfb9b54... vala: add MetadataSourceSetMetadataCb (*)
  5856d6e... vala: set domain name and fix instance positions (*)
  ec2dbaa... vala: fixed regression (*)
  febda43... wc: grilo net web client (*)
  020c184... wc: test app (*)
  8e3dc77... build: libgrlnet (*)
  fec83d0... build: grilo-net pkg-config files (*)
  488cf11... build: compile libs (*)
  abbe799... grl-net: new header file (*)
  2ae6c90... build: libgrlnet introspection (*)
  3f9983a... wc: gtkdoc documentation (*)
  0c8ac15... doc: add the GrlNetWc definition (*)
  09b5bc4... doc: fix the gtkdoc generation (*)
  f2dc878... vala: add grilo-net library bindings (*)
  6bbf66e... build: fix grilo-net building (*)
  c592a85... core: reworked GrlMetadataSource's filter methods (*)
  4c9ead9... tests: updated GrlMetadataSource filter tests (*)
  3f42a5f... tests: key filter gtests for GrlMetadataSource (*)
  923a0a6... core: fix when no slow/writable keys available (*)
  c6b6d45... core: rename generic_filter() into filter_key_list() (*)
  74feca1... annotations: fixed GrlConfig annotations (*)
  10612f7... python: added plugin configuration to grilo-test-ui (*)
  ca15c98... build: fix parallel build of libs/net (*)
  8b1d7db... vala: remove deprecated --metadata parameter in vapigen (*)
  4780062... wc-test: include unistd.h (*)
  d86c8fb... tests: fix compilation warnings in metadata_source (*)
  41724a3... python: updated grilo-test-ui (*)
  bcdd81f... core: Fixed incorrect filtering of writable and supported k (*)
  bdf9e65... core: Fix compilation warning because of an unused label. (*)
  93d4859... core: Add support for two new operations in GrlMediaSource  (*)
  b566d3c... core: Implemented grl_multiple_get_media_from_site(). (*)
  564a55d... core: Do not use and idle destroy function for media_from_s (*)
  c6c8b38... core: Add a list of metadata keys as input parameter for (*)
  2c47a7c... core: Added flags input parameter to media_from_site() APIs (*)
  3962e46... core: renamed media_from_site API to media_from_uri. (*)
  396a015... core: Add function to load plugin configuration from file (*)
  389c041... Revert "doc: add the GrlNetWc definition" (*)
  1af17ab... Revert "doc: fix the gtkdoc generation" (*)
  86c19ae... doc: rename reference directory to grilo (*)
  0f0cd9f... doc: grilo-libs documentation (*)
  3963419... doc: update grilo core sections (*)
  cd7e119... README: use --enable-uninstalled for grilo-plugins' autogen (*)
  147942a... core: Added GError parameter to grl_plugin_registry_registe (*)
  e591f07... core: Added GRL_CORE_ERROR_UNREGISTER_SOURCE_FAILED (*)
  689e683... core: Added GError parameter to grl_plugin_registry_unregis (*)
  d0a0739... tests: Adapted to changes in grl_plugin_registry_unregister (*)
  2f948be... core: Added GRL_CORE_ERROR_LOAD_PLUGIN_FAILED (*)
  9d4a9bc... core: Added GError parameter to grl_plugin_registry_load (*)
  d2b77b2... core: Added GError parameter to grl_plugin_registry_load_di (*)
  4d222a4... core: Added GError parameter grl_plugin_registry_load_all (*)
  88a7f5f... tests: Adapted to changes in grl_plugin_registry_load_all (*)
  ff048ad... grl-inspect: Adapted to changes in grl_plugin_registry_load (*)
  8ac14da... test-ui: Adapted to changes in grl_plugin_registry_load_all (*)
  7368303... core: Added GRL_CORE_ERROR_UNLOAD_PLUGIN_FAILED (*)
  5ba5ee5... core: Added GError parameter to grl_plugin_registry_unload (*)
  c453d6c... test-ui: Adapted to changes in grl_plugin_registry_unload (*)
  47ddb76... core: Added GRL_CORE_ERROR_REGISTER_METADATA_KEY_FAILED (*)
  876c531... core: Added GError parameter to grl_plugin_registry_registe (*)
  57b6ba8... core: Added GRL_CORE_ERROR_CONFIG_FAILED (*)
  2dd1406... core: Added GError parameter to grl_plugin_registry_add_con (*)
  f1cc836... test-ui: Adapted to changes in grl_plugin_registry_add_conf (*)
  0aa2111... configure: remove unused --enable-uninstalled option (*)
  07519ba... python: add trivial error handling to grilo-test-ui (*)
  dfb336a... python: in test-ui, convert to strings when storing media i (*)
  096ed59... doc: fix typos (*)
  24ab608... Bumped to version 0.1.7 (*)
  89dcc97... Merge commit 'grilo-0.1.7' into debian
  6273b26... Update debian to 0.1.7

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]