Commit Graph

3306 Commits

Author SHA1 Message Date
Arnaud Bienner 1e02bbe485 Add GS subscribed playlits 2011-11-25 01:00:58 +01:00
Arnaud Bienner 7a188787de Add dividers to Grooveshark tree, to visualise better each type of item 2011-11-24 23:42:22 +01:00
Arnaud Bienner 73a823d190 Explicity mark GS user's playlists as 'UserPlaylist', and display delete action only for this kind of playlist 2011-11-24 20:18:42 +01:00
John Maguire fafcef8918 Proper spotify settings path on Mac. 2011-11-24 17:31:18 +01:00
John Maguire 34111ce373 Consistently use lower case k for kbps. 2011-11-24 16:52:03 +01:00
John Maguire e71fa7d279 Bump spotify blob version. 2011-11-24 14:22:16 +01:00
John Maguire ec6d511b29 Add start & stop spotify callbacks for debugging. 2011-11-24 14:19:10 +01:00
John Maguire 0d82889225 Fix double free in SpotifyClient destructor. 2011-11-24 14:14:32 +01:00
John Maguire d14bbeb7a5 Use a proper directory for spotify settings and add a couple more
callbacks.
2011-11-24 13:40:05 +01:00
John Maguire e32bb5cc89 Don't store the spotify password and instead use sp_session_relogin(). 2011-11-24 12:17:19 +01:00
Clementine Buildbot 6cfecf9b6f Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2011-11-24 10:07:12 +01:00
Arnaud Bienner a7cbd28fb9 Don't do a search query if text query is empty: clear special playlist directly 2011-11-24 01:26:29 +01:00
Arnaud Bienner 47be001b8a Add GS homepage action before configure action, like in other internet services menus 2011-11-24 01:13:38 +01:00
Arnaud Bienner ceab3bd6f0 Add Grooveshark songs as internet items, when adding them from global search, so user can use all GS custom actions 2011-11-24 00:30:11 +01:00
Arnaud Bienner c234afb776 Add open in browser action to Grooveshark 2011-11-23 23:56:02 +01:00
Arnaud Bienner 4b8e9b2d82 Oups: missed one 2011-11-23 23:53:55 +01:00
Arnaud Bienner 4b1de1a055 Always use 'Open %1 in browser' string; so just one string to translate: less work, and avoid discrepancies across translations 2011-11-23 23:42:46 +01:00
John Maguire 1b4914ee87 Bump libechonest to 1.2.1 2011-11-23 16:10:33 +01:00
Clementine Buildbot 418d3fcc80 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine) 2011-11-23 10:07:05 +01:00
Arnaud Bienner cc20e6b6ae Use task manager on most GS actions 2011-11-23 01:07:40 +01:00
John Maguire a047a30265 Remove obsolete Python scripts and doc generator. 2011-11-22 16:59:08 +01:00
Clementine Buildbot fd9b03cbcf Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine) 2011-11-22 10:07:05 +01:00
John Maguire 177c658366 Fix CF handle leak. 2011-11-21 16:33:01 +01:00
John Maguire b74c735268 Don't probe USB hubs and HID devices on Mac as some of them don't like it.
Update issue #981
Hopefully this fixes it.
2011-11-21 15:16:24 +01:00
Clementine Buildbot 4fd33ab200 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine) 2011-11-21 10:07:07 +01:00
Clementine Buildbot 276989e09c Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine) 2011-11-20 10:06:46 +01:00
Arnaud Bienner 4dec500c21 Add GS popular playlists 2011-11-19 18:56:29 +01:00
Arnaud Bienner f8ff785932 Create GS's favorites item at beggining 2011-11-19 17:45:38 +01:00
Arnaud Bienner 867a072579 Improve UpdateItems complexity: still quadratic in wort-case, twice better in average, but linear in best case, which is very likely to happen in real usecases 2011-11-19 16:01:58 +01:00
Clementine Buildbot 6fbe897e82 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine) 2011-11-19 10:06:56 +01:00
Arnaud Bienner fdad2bd706 Make the async load of folders thread-safe 2011-11-18 21:55:54 +01:00
Clementine Buildbot 631924bdd1 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine) 2011-11-18 10:06:55 +01:00
Clementine Buildbot 72189866ef Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine) 2011-11-16 10:07:25 +01:00
Arnaud Bienner 74ddfaa3fc Always add session_id to GS queries, except when it is not set (in case of startSession) 2011-11-16 00:34:36 +01:00
Clementine Buildbot a90b5fc815 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine) 2011-11-15 10:06:57 +01:00
Clementine Buildbot 80b43c310b Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine) 2011-11-14 10:07:15 +01:00
Clementine Buildbot e0a3317faf Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine) 2011-11-13 10:06:58 +01:00
Scott Olson ac1ce4cca4 Show the artist and album name in the title of the "Show fullsize" window.
Fixes issue 2119
2011-11-13 01:00:45 +00:00
David Sansome f6750202b1 Don't forget which tab was selected in the edit tag dialog. QTabWidget takes care of enabled/disabled state
Fixes issue 2260
2011-11-13 00:53:39 +00:00
David Sansome 13ae806005 Only use the Unity hack on Ubuntu. Fixes issue 2198 2011-11-13 00:40:29 +00:00
David Sansome e9253af931 Load cover art for the library in a background thread. Fixes issue 2243 2011-11-13 00:31:27 +00:00
David Sansome 23bc7acaee Show filenames in the filename column if the URL has a "file" scheme. Also convert the path to native separators for windows 2011-11-12 19:57:21 +00:00
David Sansome 97cc6bb1b5 Print a warning if symlink() fails 2011-11-12 19:32:44 +00:00
David Sansome fc0e2c4ea6 Fix the spotify resolver to not crash when not connected to spotify, or after logging out.
Fixes issue 2399
2011-11-12 18:55:04 +00:00
David Sansome 5f0afa397c Create symlinks for libspotify .so files 2011-11-12 18:45:18 +00:00
David Sansome e3fbc0951c Make the linux packages depend on the openssl qca plugin - otherwise they can't load the PEM public key and verifying the spotify plugin doesn't work 2011-11-12 18:45:18 +00:00
Arnaud Bienner 2511a97077 Add an index on filename on songs table. Particullary, this heavily speed up the 'Add folder' usecase 2011-11-12 19:33:50 +01:00
David Sansome df8bafe161 Only update di.fm, sky.fm and somafm tree items if they've already been expanded by the user. Fixes duplicate radio streams appearing on first run if the user uses global search before looking in the Internet tab. 2011-11-12 18:18:40 +00:00
David Sansome 53f1f6509b Fix URLs in device tables as well when upgrading 2011-11-12 17:15:10 +00:00
David Sansome efce2498ca Indicate which column alignment action is currently set on each column in the menu. 2011-11-12 16:23:41 +00:00