[grilo/rpm] (148 commits) ...Update RPM spec file



Summary of changes:

  3ac3327... Include silent macro in extra dist (*)
  6887f04... Use autosplit only if user is requesting more elements than (*)
  7e1a75c... Changes gir/typelib prefix from Grilo to Grl (*)
  ebec3aa... [test-ui] Request media description (*)
  896c38c... Add a serializing function for medias (*)
  6cfb994... Add unserialize() function (*)
  da61ca0... Do not use whitespaces in key names (*)
  5063c4e... Serialize all properties (*)
  7922a67... Unserialize all properties (*)
  6df70b8... Document serialize() / unserialize() functions (*)
  6591414... Add get all registered keys function (*)
  23bb803... Use get_metadata_keys() in serialize/unserialize (*)
  f4a89f9... Add grl_media_serialize_extended() function. (*)
  0e20cd0... Use different serializations approaches (*)
  d6dc9e7... Use GRL_KEYID_FORMAT when printing a key (*)
  f7c3474... [test-ui] Show all available metadata keys (*)
  1d7ed85... [test-ui] Replaced hbox with hpaned (*)
  70ccf52... [test-ui] Fixed horizontal scroll of media list (*)
  596aac2... [test-ui] Fixed horizontal scroll of metadata view (*)
  7cae09b... [core] Rework metadata key system (*)
  fc2f71c... Refactor grl_media_unserialize() (*)
  c270e0a... Adjust key value accordingly to the key specification (*)
  e6a4ed0... Check that value has expected type defined in key specifica (*)
  39012c5... Check if key is NULL (*)
  e8745b4... Fix serialize() for root categories (*)
  10398b2... Add verifications to the beginning of functions (*)
  ecf9bf4... Add verifications to the beginning of functions (*)
  9696f6d... Add grl_init() function (*)
  18e08af... Set default plugin directories in grl_init() (*)
  dbc3bac... Add Grilo command-line options (*)
  1211b25... Move g_module_supported() to grl_init() (*)
  097e84f... Add libxml-2.0 dependency (*)
  f05711d... Use a hashtable for plugins' info (*)
  b4998b0... Get plugins' info from XML file (*)
  13d9986... Add grl_media_plugin_get_info and plugin's keys defines (*)
  0e8616a... Use grl_media_plugin_get_info to retrieve default info (*)
  5286d2f... Add finalize function to GrlMediaPlugin (*)
  9ef33e9... Print debug info from plugins (*)
  90514bc... [core] Do not setup auto-split when count is lower than thr (*)
  f41e111... [core] Make grl_media_source_gen_browse_id protected (*)
  a40860c... [core] Added grl_multiple_search API. (*)
  91de9cb... [core] Added preconditions to grl_multiple_search (*)
  1307868... [test-ui] Added support for multiple search() (*)
  46e8997... [test-ui] Fixed leaks because of unnecesary string duppings (*)
  07103d8... [core] Removed trailing whitespaces (*)
  1bb329c... [core] Handle "no searchable sources available" situation i (*)
  b4f8f07... [core] Added grl_multiple_cancel (*)
  01c0ffc... [test-ui] Call grl_multiple_cancel to cancel multiple searc (*)
  dcbf9c7... [core] Revert changes to make grl_media_source_gen_browse_i (*)
  320d414... [test-ui] Fixed compilation warning (*)
  c668fdb... [core] Changed multiple search implementation so that we gu (*)
  e31da4b... Return Grilo Option group (*)
  2d9287e... Initialize GLib type system (*)
  e8198c0... core: Let grl_multiple_search() admit a list of target sour (*)
  7afcd8a... test-ui: Adapted to changes in grl_multiple_search API. (*)
  1e0cf1d... core: fixed memory leak. (*)
  435c29d... Print key name when debugging (*)
  fad9f65... Fix doc typo (*)
  7088acd... Update gtk-doc (*)
  6c5ecbd... Check media when resolving key dependencies (*)
  9d0ad39... Allow for empty values when unserializing data (*)
  323b139... Add utility for services needing page_size + page_number (*)
  a6d3c05... Add function to get a GList from a varadic list of pointers (*)
  32adada... Remove flickr FROB key (*)
  b580c92... core: added GRL_METADATA_KEY_EXTERNAL_URL and GRL_METADATA_ (*)
  4a74f0a... grilo-test-ui: Added debug traces for metadata values (usef (*)
  9fa8582... keys: Add extra system metadata keys (*)
  8b01b7a... Remove Flickr's token (*)
  012f572... doc: Added grl_init call (*)
  c3999a4... doc: Minor corrections (*)
  2d8d2c8... doc: Corrected obsolete tags (*)
  da41c19... Comment grl_multiple_search() function (*)
  ac5f234... Comment grl_multiple_cancel() function (*)
  b8899ba... Fix documentation typos (*)
  503afdf... Required version of automake is 1.10. Fixes #620143 (*)
  880ad3d... core: Rename browse_id to operation_id (*)
  ed7b6ad... core: Rename function to get operation id (*)
  ab1a42f... Add plugins' configuration directory from autotools (*)
  ff2a020... grl-plugin-registry.c: Use the plugin conf dir and the plug (*)
  2abcef2... core: Annotate GrlMetadataSetMetadataCb (*)
  0c725a0... core: Fix leak (*)
  2317ad7... core: Make grl_media_source_metadata() cancelable (*)
  58e6c92... grilo-test-ui: Load Flickr's token from gconf (*)
  d000964... grilo-test-ui: Request Flickr authorization (*)
  ac2c4dc... grilo-test-ui: Add a menu item to authorize Flickr access (*)
  94bdc21... grilo-test-ui: Ask once for Flickr's authorization (*)
  25f081e... grilo-test-ui: Add functions to authorize Flickr access (*)
  c5ae775... core: Add synchronous version of grl_media_source_metadata( (*)
  c554082... core: Add synchronous version of grl_media_source_browse()  (*)
  379e386... core: Add synchronous version of grl_media_source_search()  (*)
  cd6eeb0... core: Add synchronous version of grl_media_source_query() f (*)
  f3c65a9... core: Add synchronous version of grl_media_source_store() f (*)
  8f48557... core: Add synchronous version of grl_media_source_remove()  (*)
  141c7e1... core: Externalize helper functions to create synchronous ve (*)
  a0cb88a... core: Add synchronous version of grl_multiple_search() func (*)
  bf6f126... core: Add synchronous version of grl_metadata_source_resolv (*)
  927c30f... core: Add synchronous version of grl_metadata_source_set_me (*)
  37156ef... grl-inspect: Add grl-inspect utility (*)
  8ac83a1... core: Add library filename to plugin's information (*)
  12e2c91... grl-inspect: Add delay when listing sources (*)
  d045c69... grl-inspect: Show information about a set of plugins (*)
  9a7c6f3... grl-inspect: Show the type of plugin (*)
  5a9e640... grl-inspect: Show supported operations (*)
  a6e1fc8... grl-inspect: Show supported keys (*)
  14f4adf... core: Add function to get a list of defined information key (*)
  b3346e8... grl-inspect: Introspect sources, not plugins (*)
  13782a5... grl-inspect: Fix leak (*)
  dbcc6cb... grl-inspect: Print both Plugin and Source information detai (*)
  cae83df... core: documentation fixes. (*)
  af2bfe5... core: Close module if it won't be used (*)
  85a2b88... core: Get rid of 'const' in return value (*)
  5739cb2... Rename grl_plugin_registry_get_instance() (*)
  1130f2c... configure.ac: check for vala tools (*)
  ad09925... Remove ABI to uninstalled pc file (*)
  279277c... vala: add namespace template (*)
  f53cd5c... vala: add files template (*)
  609fb9c... vala: new vapi generation machinery (*)
  7c245ee... vala: grl_init in vapi (*)
  e3cb89a... grilo.h: the config.h shall never be exposed to the API. (*)
  ff6de30... core: Default to print warning, critical and error messages (*)
  55613ba... build: remove unused variable (*)
  f6b08a2... autogen.sh: remove the ACLOCAL_FLAGS variable (*)
  198ffe3... core: Replaced grl-config defines with functions (*)
  b85da25... core: Replaced grl-media defines with functions (*)
  23c3295... core: Replaced grl-media-video defines with functions (*)
  09bc861... core: Replaced grl-media-image defines with functions (*)
  2568d88... core: Replaced grl-media-audio defines with functions (*)
  2f55ccd... annotations: Annotated grilo.c (*)
  f06f9c2... vala: remove custom code for media getters/setters (*)
  036e59c... annotations: Annotated grl-plugin-registry (*)
  becc8e0... annotations: Annotated grl-media-source (*)
  daebdc4... annotations: Annotated grl-media-source callbacks (*)
  b758dfb... core: Make grl-metadata-key more introspection friendly (*)
  0c81289... annotations: Annotated grl-multiple (*)
  508196b... annotations: Annotated grl-data (*)
  d805260... python: Cloned grilo-test-ui (*)
  f99ac47... core: initialise the structure completely (*)
  ded8237... core: remove uneed frees (*)
  721a2a4... core: removed wrong free at GrlMediaPlugin finalize() (*)
  1eba275... check: test for registry and unregistry of plugins (*)
  28287c7... core: typo (*)
  def5493... test-ui: reload plugins functionality (*)
  c7a9922... annotations: Fixed 'lookup_source' annotation (*)
  e27101a... test-ui: log everything (*)
  1bbb33f... gitignore: Put common ignores in the root .gitignore (*)
  df92cb1... Bumped to version 0.1.6 (*)
  bc77499... Merge commit 'grilo-0.1.6' into rpm
  dbd9faf... Update RPM spec file

(*) 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]