summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Basque languagebaserock/grilo-0.2.14-17-ge470c0cInaki Larranaga Murgoitio2015-10-141-43/+48
|
* Updated German translationWolfgang Stöggl2015-10-021-20/+20
|
* vala: Don't remove .deps file on cleanBastien Nocera2015-09-241-1/+2
| | | | | | Instead, they should only be removed when maintainer-clean is done. https://bugzilla.gnome.org/show_bug.cgi?id=755368
* pls: annotate that filter_func can be NULLXavier Claessens2015-09-231-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=755433
* Updated Serbian Latin translationМилош Поповић2015-09-231-51/+49
|
* Updated Serbian translationМарко Костић2015-09-231-51/+50
|
* Updated Danish translationAsk Hjorth Larsen2015-09-201-43/+48
|
* Updated Brazilian Portuguese translationRafael Fontenelle2015-09-201-43/+49
|
* Updated Swedish translationAnders Jonsson2015-09-191-47/+53
|
* Updated Turkish translationMuhammet Kara2015-09-171-34/+46
|
* Updated Russian translationStas Solovey2015-09-171-46/+53
|
* Updated German translationBernd Homuth2015-09-141-46/+55
|
* Updated Galician translationsFran Dieguez2015-09-141-43/+48
|
* Updated Czech translationMarek Černocký2015-09-131-44/+49
|
* Updated French translationAlexandre Franke2015-09-121-42/+47
|
* Updated Korean translationSeong-ho Cho2015-09-121-47/+52
|
* Post-release version bump to 0.2.15Juan A. Suarez Romero2015-09-091-1/+1
|
* Release 0.2.14grilo-0.2.14Juan A. Suarez Romero2015-09-091-0/+9
|
* build: fix libgrilo soname bump versionJuan A. Suarez Romero2015-09-091-1/+1
| | | | | | | In previous release we did a soname bump that forces clients to be rebuild, when actually we don't break any ABI. This commit sets the correct soname version
* Post-release version bump to 0.2.14Juan A. Suarez Romero2015-09-071-1/+1
|
* Release 0.2.13grilo-0.2.13Juan A. Suarez Romero2015-09-062-3/+48
|
* Updated Greek translationTom Tryfonidis2015-09-061-43/+48
|
* Updated Italian translationClaudio Arseni2015-09-061-47/+54
|
* Updated Indonesian translationAndika Triwidada2015-09-061-44/+50
|
* Updated Lithuanian translationAurimas Černius2015-09-061-46/+50
|
* Updated Spanish translationDaniel Mustieles2015-09-061-44/+50
|
* build: Fix tests enablementsBastien Nocera2015-09-061-1/+1
| | | | | | Spotted by Michael Terry <michael.terry@canonical.com> https://bugzilla.gnome.org/show_bug.cgi?id=693450
* grilo-test-ui: Remove GtkStock usageBastien Nocera2015-09-061-10/+10
|
* Updated Portuguese translationPedro Albuquerque2015-09-061-44/+50
|
* Updated Hungarian translationBalázs Úr2015-09-061-45/+53
|
* Updated Slovak translationDušan Kazik2015-09-061-43/+48
|
* grilo-test-ui: Fix warning about deprecated gtk-menu-imagesBastien Nocera2015-09-061-5/+5
| | | | | | | | | Menus don't use images in recent versions of GTK+: The property GtkSettings:gtk-menu-images is deprecated and shouldn't be used anymore. It will be removed in a future version. Remove the icons from the menu items. https://bugzilla.gnome.org/show_bug.cgi?id=754401
* Updated Polish translationPiotr Drąg2015-09-061-15/+20
|
* grl-registry: allow register same metadata keyVictor Toso2015-09-061-0/+113
| | | | | | | | In case the plugin wants to reregister a metadata-key we don't throw an error. Common situation for this is when application unload() and load() again a plugin with custom metadata keys. https://bugzilla.gnome.org/show_bug.cgi?id=748550
* grilo-test-ui: Renew Youtube KeyJuan A. Suarez Romero2015-09-061-1/+1
| | | | | The old key used for the Test UI application has expired, and a new one is required.
* registry: Use g_strv_contains()Xavier Claessens2015-09-061-26/+7
| | | | | | | GNetworkConnectivity was added in glib 2.44, so was g_strv_contains(). No need of a custom implementation here. https://bugzilla.gnome.org/show_bug.cgi?id=754093
* registry: Fix plugin tests running with mocked networkXavier Claessens2015-09-061-14/+26
| | | | | | | | | Unit tests from grilo-plugins sets GRL_NET_MOCKED env variable to mock network, so we shouldn't hide those plugins if the host has no internet connectivity. This can happen on build bots for example. https://bugzilla.gnome.org/show_bug.cgi?id=754093
* Updated Chinese (Taiwan) translationChao-Hsiung Liao2015-09-061-17/+17
|
* Updated Polish translationPiotr Drąg2015-09-061-54/+54
|
* source: Only replace source ID in notify if unsetBastien Nocera2015-08-251-1/+10
| | | | | | | | | | | | In other cases where grl_media_set_source() is used, it only sets the source of a media if it is the special root container media, or if the source was previously unset. This avoids sources being overwritten when sending change notifications when sending changes from an aggregating source (such as the one embedded in Totem). https://bugzilla.gnome.org/show_bug.cgi?id=747029
* core: Remove remaining references to GrlMetadataSourceMathieu Duponchelle2015-07-176-329/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=748455
* core: Generate .gitgnore in libs/pls tooMathieu Duponchelle2015-07-171-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=748455
* core: Add a Makefile.am in src/dataMathieu Duponchelle2015-07-173-0/+4
| | | | | | To have a gitignore generated there as well. https://bugzilla.gnome.org/show_bug.cgi?id=748455
* tests: Disable python testsMathieu Duponchelle2015-07-171-0/+3
| | | | | | | They fail for various reasons for now and we want make check to pass. https://bugzilla.gnome.org/show_bug.cgi?id=748455
* tests: Fix loading pluginsMathieu Duponchelle2015-07-174-4/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=748455
* tests: Use GLib though introspectionMathieu Duponchelle2015-07-172-8/+5
| | | | | | + And remove useless pygtk import. https://bugzilla.gnome.org/show_bug.cgi?id=748455
* tests: Make C tests run againMathieu Duponchelle2015-07-171-1/+1
| | | | | | GrlMediaPlugin is now GrlSource. https://bugzilla.gnome.org/show_bug.cgi?id=748455
* introspection: Install to the correct placesMathieu Duponchelle2015-07-173-6/+6
| | | | | | | | | | make distcheck was failing on my end, because it sets a prefix which has to be taken into account, this fixes that issue as shown in the example in: /usr/share/gobject-introspection-1.0/Makefile.introspection https://bugzilla.gnome.org/show_bug.cgi?id=749587
* source: Add "net:plaintext" source tag docBastien Nocera2015-07-171-0/+6
| | | | | | | | | | This will make it easier for applications to avoid using plaintext channels, such as HTTP-only connections, when doing requests. Adding a tag allows applications to avoid hard-coding sources which might leak private information. https://bugzilla.gnome.org/show_bug.cgi?id=747953
* grilo-test-ui: Fix possible uninitialised useBastien Nocera2015-07-101-1/+3
| | | | | | | From coverity: grilo-0.2.12/tools/grilo-test-ui/main.c:776:20: warning: 'next_op_id' may be used uninitialized in this function [-Wmaybe-uninitialized] https://bugzilla.gnome.org/show_bug.cgi?id=749887