summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-26Updated Slovak translationHEADmasterDušan Kazik1-43/+47
2016-01-25Updated Hungarian translationBalázs Meskó1-46/+49
2016-01-15core: plug leak of filenameTim Lunn1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=760648
2016-01-12Updated Lithuanian translationAurimas Černius1-4/+4
2016-01-12grl-launch: Fix help messages in some localesTing-Wei Lan1-0/+3
Call setlocale() first thing in the main() function https://bugzilla.gnome.org/show_bug.cgi?id=760426
2016-01-12grl-inspect: Fix help messages in some localesTing-Wei Lan1-0/+3
Call setlocale() first thing in the main() function https://bugzilla.gnome.org/show_bug.cgi?id=760426
2016-01-12doc: Remove removed function from API docsBastien Nocera1-1/+0
2016-01-10Updated Norwegian bokmål translation.Kjartan Maraas1-50/+56
2016-01-07Updated Spanish translationDaniel Mustieles1-44/+49
2015-12-31Updated Brazilian Portuguese translationEnrico Nicoletto1-54/+64
2015-12-31Updated Hebrew translationYosef Or Boczko1-32/+36
2015-12-30Updated Serbian translationМирослав Николић2-102/+102
2015-12-23Updated Czech translationMarek Černocký1-42/+43
2015-12-22Updated German translationBernd Homuth1-44/+50
2015-12-22Updated Indonesian translationAndika Triwidada1-40/+41
(cherry picked from commit 836438fb26de9fce2d798be9c7c91cee3083c735)
2015-12-20Updated Lithuanian translationAurimas Černius1-44/+47
2015-12-19Updated Portuguese translationPedro Albuquerque1-44/+49
2015-12-17Updated Polish translationPiotr Drąg1-42/+43
2015-12-16Fix 0.3.0 NEWSJuan A. Suarez Romero1-191/+0
Was wrongly created.
2015-12-16Post-release version bump to 0.3.1Juan A. Suarez Romero1-1/+1
2015-12-16Release 0.3.0grilo-0.3.0Juan A. Suarez Romero7-13/+479
2015-12-16net: Better error message when a mock file is absentBastien Nocera1-4/+3
Now we'll print the path of the missing file, instead of a glib message about it.
2015-12-16doc: update documentationJuan A. Suarez Romero9-217/+120
No more GrlMediaFoos. https://bugzilla.gnome.org/show_bug.cgi?id=755551
2015-12-16core: update serialize/unserialize functionsJuan A. Suarez Romero1-38/+28
Use the new flatten GrlMedia to serialize/unserialize. We keep the same format as in previous versions, except for the containers, which are now serialized as "grlcontainer" instead of "grlbox". https://bugzilla.gnome.org/show_bug.cgi?id=755551
2015-12-16core: merge GrlMediaBox into GrlMediaJuan A. Suarez Romero16-307/+139
Get rid of GrlMediaBox and use instead GrlMedia. Also, all references to "box" are converted to "container", as container is a more suitable name than boxes. https://bugzilla.gnome.org/show_bug.cgi?id=755551
2015-12-16core: merge GrlMediaImage into GrlMediaJuan A. Suarez Romero9-654/+225
Get rid of GrlMediaImage and use instead GrlMedia. https://bugzilla.gnome.org/show_bug.cgi?id=755551
2015-12-16core: merge GrlMediaVideo into GrlMediaJuan A. Suarez Romero9-1011/+668
Get rid of GrlMediaVideo and use instead GrlMedia. https://bugzilla.gnome.org/show_bug.cgi?id=755551
2015-12-16core: merge GrlMediaAudio into GrlMediaJuan A. Suarez Romero10-908/+619
Get rid of GrlMediaAudio and use instead GrlMedia. https://bugzilla.gnome.org/show_bug.cgi?id=755551
2015-12-16core: add GrlMedia media-type propertyJuan A. Suarez Romero8-38/+140
This property will store the type of media (audio, video, image or container). The type for supported media in source has been renamed to GrlSupportedMedia. https://bugzilla.gnome.org/show_bug.cgi?id=755551
2015-12-16core: merge key and relation functionsJuan A. Suarez Romero5-134/+124
Merge register_relation function into register_key, so when creating a new key make explicitly if the key is related with other. https://bugzilla.gnome.org/show_bug.cgi?id=755551
2015-12-15update tests for grl_registry_load_all_plugins API changeOlav Vitters1-1/+1
2015-12-15core: split plugin loading from plugin activationJuan A. Suarez Romero13-271/+111
Explicitly separate the loading plugin process from activation process. Thus we can load several plugins from different places, and activate all of them together. Loading the plugin will run the plugin's registering function, while activating will run the plugin's activation function. https://bugzilla.gnome.org/show_bug.cgi?id=759295
2015-12-15core: remove optional info in pluginsJuan A. Suarez Romero6-154/+105
Set only a restricted set of information in plugins. https://bugzilla.gnome.org/show_bug.cgi?id=759295
2015-12-15core: Add GrlPluginDescriptor in GrlPluginPrivateJuan A. Suarez Romero3-33/+39
Integrate the plugin descriptor inside private class. https://bugzilla.gnome.org/show_bug.cgi?id=759295
2015-12-15core: add GRL_PLUGIN_DEFINE()Juan A. Suarez Romero3-63/+96
Defines a new plugin that can be loaded later. It adds all the fields that usually go in the XML file. https://bugzilla.gnome.org/show_bug.cgi?id=759295
2015-12-14core: Remove trailing '/' from GrlMedia IDsBastien Nocera1-0/+4
grl-launch-0.3 -S browse -k title grlbox://grl-tracker-source/videos/ should have the same output as: grl-launch-0.3 -S browse -k title grlbox://grl-tracker-source/videos The first would get its ID parsed to "videos/" whereas the second would be parsed to "videos". Chomp the trailing '/'. https://bugzilla.gnome.org/show_bug.cgi?id=758654
2015-12-14grl-launch: Add examples to man pageBastien Nocera1-0/+27
https://bugzilla.gnome.org/show_bug.cgi?id=758655
2015-12-14grl-launch: Clarify "-T" optionBastien Nocera2-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=758655
2015-12-14source: Warn against broken media boxesBastien Nocera1-0/+17
All media boxes should have IDs for us to be able to serialise, or deserialise it, and, for example, browse the sub-boxes in some sources with grl-launch. https://bugzilla.gnome.org/show_bug.cgi?id=758654
2015-12-13Updated Slovenian translationMatej Urbančič1-3/+4
2015-12-10build: Show better configuration infoJuan A. Suarez Romero1-1/+24
Pretty-print configuration setup. https://bugzilla.gnome.org/show_bug.cgi?id=755702
2015-11-19Updated Hebrew translationYosef Or Boczko1-41/+46
2015-11-10Updated Occitan translationCédric Valmary1-71/+76
2015-10-21Revert "Revert "Revert "Updated Basque language"""Emmanuele Bassi1-47/+42
This reverts commit 6680b876475b158a6410c91c4af572fb7475f08a. Sorry, wrong repository.
2015-10-21Revert "Revert "Updated Basque language""Emmanuele Bassi1-42/+47
This reverts commit db6c817568d8b9c01d8be06fd71dab5005d7de7a.
2015-10-21Revert "Updated Basque language"Emmanuele Bassi1-47/+42
This reverts commit 499045f6397fa925f3c42be166a33808f74f7f9a. Only G-C-C has been ported.
2015-10-14Updated Basque languageInaki Larranaga Murgoitio1-42/+47
2015-10-02grl-inspect: print related keysJuan A. Suarez Romero1-1/+12
2015-10-02Updated German translationGNOME Translation Robot1-20/+20
2015-09-30build: surround GRL_MAJORMINOR with bracesJuan A. Suarez Romero1-3/+3
It fixes distcheck.