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 |
David Sansome
|
63fdf11cd8
|
Keep the playlist column alignment setting in PlaylistView instead of in each individual Playlist, ensuring all playlists share the same column alignments and there's only one place to save/restore them.
Fixes issue 1795
|
2011-11-12 16:12:51 +00:00 |
Clementine Buildbot
|
aba3aa4bbd
|
Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine)
|
2011-11-12 10:07:08 +01:00 |
David Sansome
|
691cb9a392
|
Treat URLs specially in the global search widget
|
2011-11-11 22:11:25 +00:00 |
David Sansome
|
d74d4d65f0
|
Clicking an artist or tag in the song info tabs now does a global search instead of searching just last.fm
|
2011-11-11 21:35:25 +00:00 |
Clementine Buildbot
|
ccb1a745f6
|
Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine)
|
2011-11-11 10:07:20 +01:00 |
Arnaud Bienner
|
48db13b353
|
Make Playlist's InformOfCurrentSongChange public and use it when updating item instead of using UpdateItems (which will create a new item)
|
2011-11-11 02:42:48 +01:00 |
John Maguire
|
85ab8e260a
|
Restore Qt 4.7 behaviour by adding a content type to POST requests that don't have one.
|
2011-11-10 23:42:34 +01:00 |