summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-27Updated Spanish translationHEADmasterMiguel Rodriguez Núñez1-27/+57
2013-05-25Updated Slovenian translationMatej Urbančič1-85/+85
2013-05-24Post-release version bump to 0.2.9Juan A. Suarez Romero1-1/+1
2013-05-24Release 0.2.8Juan A. Suarez Romero2-0/+22
2013-05-23Updated Czech translationMarek Černocký1-27/+57
2013-05-23flickr: name sources created from goa by their idMarek Chalupa1-1/+86
When source is created from GOA config, dont use user name as a source-id but use goa id (account_somenumber) instead - https://bugzilla.gnome.org/show_bug.cgi?id=700517
2013-05-22Updated Polish translationPiotr Drąg1-27/+56
2013-05-22magnatune: add C file for translationJuan A. Suarez Romero1-0/+1
Include grl-magnatune.c in POTFILES.in
2013-05-22magnatune: Implementing browse operationVictor Toso1-0/+260
Application can browse throw Artists, Albums and Genres. https://bugzilla.gnome.org/show_bug.cgi?id=698523
2013-05-22magnatune: Adding support to download databaseVictor Toso2-6/+333
All database and crc checks are made when user interact with the plugin. If there is no database and no internet connection, plugin_init fails. When current database has 7 days old the plugin starts to check for a newer database. To avoid checking crc to *every* user request a time interval of 12 hours is used. https://bugzilla.gnome.org/show_bug.cgi?id=698523
2013-05-22magnatune: Adding Magnatune pluginVictor Toso7-1/+596
Search implemented for Track title, Albums and Artists names. The function looks into database provided by magnatune website. A subset of keys are returned and could be incresead when implementing other functions. https://bugzilla.gnome.org/show_bug.cgi?id=698523
2013-05-19build: Add travis config fileJuan A. Suarez Romero1-0/+8
Use the Continuous Integration service provided by Travis.
2013-05-16Post-release version bump to 0.2.8Juan A. Suarez Romero1-1/+1
2013-05-16Release 0.2.7Juan A. Suarez Romero2-1/+64
2013-05-15raitv: Fix crasher on 64-bit platformsBastien Nocera1-9/+9
gsize on 64-bit platforms is a 64-bit integer. Trying to fit a 64-bit integer in the 32-bit integer we were passed trashed the pointer of the previous return parameter, in this case the buffer's address. Pass a pointer to correctly sized integer to avoid this memory corruption and cast it later as needed. https://bugzilla.gnome.org/show_bug.cgi?id=700297
2013-05-15bliptv: Fix crash when browsing on 64-bit platformsBastien Nocera1-3/+3
gsize on 64-bit platforms is a 64-bit integer. Trying to fit a 64-bit integer in the 32-bit integer we were passed trashed the pointer of the previous return parameter, in this case the buffer's address. Pass a pointer to correctly sized integer to avoid this memory corruption and cast it later as needed. https://bugzilla.gnome.org/show_bug.cgi?id=700297
2013-05-13lastfm-albumart: Hardcode MEGA and EXTRA thumbnailsJuan A. Suarez Romero1-35/+44
Sometimes Lastfm doesn't return thumbnails for MEGA and EXTRA sizes, even when they are available. So hardcode them in the results.
2013-05-07plugins: Fix possible crash when registering sourcesBastien Nocera2-2/+9
Calls to grl_registry_register_source() can lead to the source being unref'ed (for example, a video player not interested in audio- only sources would do that in "source-added"), so we must be careful when using the source after registration. Both the dmap and podcasts plugins used the source after registration, so we must make sure they don't use freed memory.
2013-05-07flickr: Do not show a warning if GOA for Flickr is not availableJuan A. Suarez Romero1-1/+1
Rather, use an information message.
2013-05-06flickr: use GOA to get user's accountsMarek Chalupa2-9/+155
When compiled with --enable-goa, flickr will try to find additional configuration in GOA. When GOA is enabled the behavoiur is following: If no cofig is passed to the plugin -> create public source and personal sources from GOA (if at least one personal source is present) Otherwise use given config and then create personal sources from GOA too. https://bugzilla.gnome.org/show_bug.cgi?id=697565
2013-05-06build: add option --enable-goaMarek Chalupa1-0/+30
When this option is on, macro GOA_ENABLED is defined to 1 if GOA is present in the system. Otherwise error message is raised. Default: auto https://bugzilla.gnome.org/show_bug.cgi?id=697565
2013-04-26Czech translationMarek Černocký1-0/+554
2013-04-26Added Czech languageMarek Černocký1-0/+1
2013-04-23Added Brazilian Portuguese translationRafael Ferreira2-0/+555
2013-04-23flickr: use liboauthMarek Chalupa7-522/+382
In new files flickr-oauth.[ch] are functions providing signing and creating request to flickr api, either non-authorized or authorized via OAuth. In gflickr.c are new wrapper functions for abovementioned functions (just for simplicity, e.g.: flickroauth_create_api_url (6 args..) --> create_url (3 args) etc. ) and the API in this file is modified to use these function. Old authentication functions was deleted. GFlickr object was modified to use oauth token and token secret. In the same manner was modified grl-flicker.c Into configure.ac and Makefile.am was written appropriate changes. https://bugzilla.gnome.org/show_bug.cgi?id=697175
2013-04-21Updated Slovenian translationMartin Srebotnjak1-78/+106
2013-04-18Updated Greek translationDimitris Spingos1-12/+11
2013-04-18Updated Spanish translationMiguel Rodriguez Núñez1-39/+38
2013-04-16Updated Polish translationPiotr Drąg1-29/+24
2013-04-16Updated Spanish translationMiguel Rodriguez Núñez1-37/+39
2013-04-16Fixed typo in stringDaniel Mustieles1-1/+1
2013-04-12Updated Spanish translationMiguel Rodriguez Núñez1-28/+31
2013-04-11Updated Spanish translationMiguel Rodriguez Núñez2-0/+555
2013-04-10raitv: finalize method fixed.Marek Chalupa1-2/+2
In grl_raitv_source_finalize () on lines 282 and 287 were raitv_[search|browse]_mappings unrefered like they were GObject, but they are GLists. g_object_unref () was therfore replaced by g_list_free_full () with g_free (full free because list is made up of structs allocated by g_new ()). https://bugzilla.gnome.org/show_bug.cgi?id=697724
2013-04-10filesystem: Add support for non-file URIsBastien Nocera2-198/+215
Use URIs all across the plugin, instead of paths. This also fixes a number of memory leaks, and uses convenience functions such as g_file_equal() when available. This enhancement will be used in Totem to show recent videos (available through recent://) and remote filesystems where applicable. https://bugzilla.gnome.org/show_bug.cgi?id=696860
2013-04-05optical-media: Fix detection of loopback mounted ISOsBastien Nocera1-58/+14
https://bugzilla.gnome.org/show_bug.cgi?id=696864
2013-04-04optical-media: Don't show USB drives in the listBastien Nocera1-0/+14
https://bugzilla.gnome.org/show_bug.cgi?id=679624
2013-04-04optical-media: Don't recurse when looking for DVDsBastien Nocera1-0/+1
It shouldn't do it, but this ensures that we don't try if we get the wrong URI by mistake. https://bugzilla.gnome.org/show_bug.cgi?id=696863
2013-04-04Added Greek translationDimitris Spingos2-0/+563
2013-03-29Updated Slovenian translationMartin Srebotnjak1-160/+103
2013-03-26metadata-store: Add filtering by media typeJuan A. Suarez Romero1-0/+38
2013-03-24Added Galician translationsFran Diéguez2-0/+561
2013-03-24Added Serbian translationМирослав Николић3-1/+1118
2013-03-23tracker: Do not allow LIMIT and OFFSET in the queryJuan A. Suarez Romero1-8/+19
Rather, they should be specified in the skip and count parameters.
2013-03-23Tracker: Handle date-format keysJuan A. Suarez Romero1-32/+40
2013-03-23Added sl for Slovenian translationMatej Urbančič1-0/+2
2013-03-23Added Slovenian translationMatej Urbančič1-0/+617
2013-03-22Added Polish translationPiotr Drąg2-0/+568
2013-03-21all: Add support for internationalizationJuan A. Suarez Romero47-311/+498
Add i18n support. https://bugzilla.gnome.org/show_bug.cgi?id=673496
2013-03-19Post-release version bump to 0.2.7Juan A. Suarez Romero1-1/+1