summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tracker: rewrite notification codebaserock/grilo-plugins-0.2.16-17-ge23b0faXavier Claessens2015-11-033-470/+273
| | | | | | | | | The GrlMedia object passed to "content-changed" signal was useless because it didn't even contain an URL. To have at least that bare minimum information we have to query tracker for all subjects when we receive GraphUpdated. https://bugzilla.gnome.org/show_bug.cgi?id=746974
* Updated Basque languageInaki Larranaga Murgoitio2015-10-141-70/+70
|
* lua-factory: double check optional argument in fetchVictor Toso2015-10-131-1/+4
| | | | | | | | | | | Strange error on xml-parser tests when fetching mocked content. The third argument was recognized as _G which is lua's table for its environment. Best thing to do is check number of arguments with lua_gettop instead of relying on lua_istable. https://bugzilla.gnome.org/show_bug.cgi?id=755447
* Updated Danish translation by scootergrisenAsk Hjorth Larsen2015-10-121-79/+54
|
* Updated German translationWolfgang Stöggl2015-10-021-124/+101
|
* Updated Galician translationFran Dieguez2015-09-281-67/+70
|
* Updated Serbian Latin translationМилош Поповић2015-09-271-69/+70
|
* Updated Serbian translationМарко Костић2015-09-271-68/+69
|
* Updated Brazilian Portuguese translationRafael Fontenelle2015-09-251-79/+97
|
* Updated Greek translationTom Tryfonidis2015-09-241-68/+67
|
* Updated Swedish translationAnders Jonsson2015-09-241-85/+82
|
* filesystem: avoid duplicate change notificationsXavier Claessens2015-09-241-50/+88
| | | | | | | | | | | | | - Make sure to have only one GFileMonitor per directory - When deleting a directory avoid having both monitors (deleted dir's and its parent's) notifying it. - Fix typo causing notification when a monitor emits G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT which happens after each set of changes. https://bugzilla.gnome.org/show_bug.cgi?id=755181
* tracker: fix inefficient usage of GHashTableXavier Claessens2015-09-241-10/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746974
* tracker: fix wrong usage of g_assert()Xavier Claessens2015-09-241-4/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746974
* Updated Czech translationMarek Černocký2015-09-241-64/+51
|
* Updated Spanish translationDaniel Mustieles2015-09-241-65/+66
|
* Post-release version bump to 0.2.17Juan A. Suarez Romero2015-09-231-1/+1
|
* Release 0.2.16grilo-plugins-0.2.16Juan A. Suarez Romero2015-09-231-0/+29
|
* thetvdb: fix testsJuan A. Suarez Romero2015-09-231-1/+2
| | | | Fix tests in distcheck.
* lastfm-albumart: Update testsJuan A. Suarez Romero2015-09-238-110/+219
| | | | As we have moved to use API 2.0, we need to update the tests.
* Updated Korean translationSeong-ho Cho2015-09-231-73/+74
|
* Updated Hungarian translationBalázs Úr2015-09-231-75/+76
|
* Updated Slovak translationDušan Kazik2015-09-231-74/+75
|
* Updated Slovenian translationMatej Urbančič2015-09-231-74/+78
|
* Updated Italian translationClaudio Arseni2015-09-231-78/+79
|
* Updated French translationAlexandre Franke2015-09-231-73/+74
|
* Updated Lithuanian translationAurimas Černius2015-09-231-76/+77
|
* Updated Portuguese translationPedro Albuquerque2015-09-231-78/+79
|
* Updated Polish translationPiotr Drąg2015-09-231-18/+22
|
* Updated POTFILES.inPiotr Drąg2015-09-231-0/+3
|
* lua-factory: Fix compilation with g-o-a disabledBastien Nocera2015-09-142-4/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=754895
* lastfm-albumart: Update to Last.fm API 2.0Georges Basile Stavracas Neto2015-09-141-12/+22
| | | | | | | | | | Last.FM API 1.0 stopped working, forcing us to use the new Scrobbling API. This patch updates the lastfm-albumart plugin to use the new Scrobbling API. https://bugzilla.gnome.org/show_bug.cgi?id=700276
* build: Fix typo in commit f2f81ba4Bastien Nocera2015-09-101-1/+1
|
* build: Bump gnome-online-accounts requirementBastien Nocera2015-09-101-1/+1
| | | | Music support was added in that version.
* Post-release version bump to 0.2.16Juan A. Suarez Romero2015-09-071-1/+1
|
* Release 0.2.15grilo-plugins-0.2.15Juan A. Suarez Romero2015-09-071-0/+134
|
* Revert "lua-factory: Stricter integer typization for Lua"Juan A. Suarez Romero2015-09-073-24/+24
| | | | | | This reverts commit 495dad41cd8ac32a1ec2d17e89f2f6c0bd30d386. Only keeps bump Lua 5.3
* tests: Fix search path for Lua sourcesBastien Nocera2015-09-061-1/+1
| | | | | They're not compiled, so they live in the source directory, not the build directory.
* po: Update POTFILES.in for DAAP/DPAP plugin changesBastien Nocera2015-09-061-2/+1
|
* dmap: Standardize use of strcmpW. Michael Petullo2015-09-061-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746722
* dmap: Add DPAP pluginW. Michael Petullo2015-09-0611-2/+1471
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746722
* dmap: Add assertions to ensure proper db and record typesW. Michael Petullo2015-09-061-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746722
* dmap: Rename hash_table to hash_tablesW. Michael Petullo2015-09-061-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746722
* dmap: Use G_N_ELEMENTSW. Michael Petullo2015-09-061-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746722
* dmap: Move some code to grl-common.{c,h} to prepare for DPAP pluginW. Michael Petullo2015-09-065-86/+157
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746722
* dmap: Rename plugin to daapW. Michael Petullo2015-09-0612-315/+315
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746722
* youtube: Fix an unpaired unref of a GCancellable when searchingPhilip Withnall2015-09-061-2/+2
| | | | | | | | | The GCancellable stored in grl_operation_set_data() is unconditionally unreffed by release_operation_data(); but is also unconditionally unreffed elsewhere if it’s set as os->cancellable, so needs a second ref in the grl_operation_set_data() call to avoid a double-unref and crash. https://bugzilla.gnome.org/show_bug.cgi?id=754244
* vimeo: Fix distcheckBastien Nocera2015-09-061-1/+2
| | | | An extraneous backslash in there.
* thetvdb: Use HTTPS rather than insecure HTTPElad Alfassa2015-09-065-80/+80
| | | | | | | | To avoid leaking (potentially uniquely identifiable) user data over plain text (be it search phrases, hashes of contact emails, etc etc), use HTTPS whenever possible. https://bugzilla.gnome.org/show_bug.cgi?id=754489
* opensubtitles: Fix warnings running gnome-musicBastien Nocera2015-09-061-2/+2
| | | | | | | | When running gnome-music, grl_source_query() will call expand_operation_keys() to try and find which sources could help add metadata. https://bugzilla.gnome.org/show_bug.cgi?id=754451