1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-17 12:02:48 +01:00
Commit Graph

3116 Commits

Author SHA1 Message Date
John Maguire
b0c880d444 Adds --search-popup command line option. 2011-09-16 16:19:52 +02:00
John Maguire
8e69104a6a Merge branch 'master' of https://code.google.com/p/clementine-player 2011-09-16 15:48:54 +02:00
John Maguire
55fc18fcc7 Improve the behaviour of the search popup on Mac. 2011-09-16 15:48:21 +02:00
John Maguire
309634bc18 Blacklist eLicenser copy protection dongle from Mac MTP probing.
Fixes issue #2232
2011-09-15 17:42:03 +02:00
Arnaud Bienner
bc3f56ae0e Add settings page + login method for GrooveShark 2011-09-13 22:32:10 +02:00
Arnaud Bienner
b8d5068624 Merge branch 'master' of https://code.google.com/p/clementine-player into grooveshark 2011-09-13 22:27:10 +02:00
John Maguire
58dae530f2 Add protobuf and libcdio dependencies to Fedora RPM spec. 2011-09-13 18:41:18 +02:00
John Maguire
e1f66960f8 Swap vendor id and product id for ilok2.
Update issue #2226
D'oh, fixed.
2011-09-13 16:39:40 +02:00
John Maguire
17adb2bd6d Blacklist ilok2 device from Mac MTP detection.
Update issue #2226
Hopefully this will fix it.
2011-09-13 15:57:13 +02:00
John Maguire
09c288a506 Fix compile error in grooveshark service. 2011-09-02 12:52:05 +01:00
Arnaud Bienner
99fdba877e Merge branch 'master' into grooveshark 2011-09-02 00:35:40 +02:00
Arnaud Bienner
646588da2c Start to work on Grooveshark: currently, we can only search for songs (and this has to be improve); lot of work remains to be done... 2011-09-02 00:28:11 +02:00
Arnaud Bienner
ee26e6f41d Add Grooveshark logo 2011-09-02 00:18:15 +02:00
Arnaud Bienner
839bb411f2 Make qjson not optional, as we will need it for Grooveshark 2011-09-01 23:48:32 +02:00
Arnaud Bienner
d65e32d53a Add test for Hmac functions 2011-09-01 23:46:56 +02:00
Arnaud Bienner
096680c576 Add Hmac for MD5 2011-09-01 23:45:47 +02:00
David Sansome
c11623002e Fix a test from a while ago 2011-09-01 22:11:13 +01:00
David Sansome
19e3aa365c Fix compilation on libspotify 9. Fixes issue 2203 2011-09-01 20:56:40 +01:00
John Maguire
cc522cab7b Clear the global search box after tracks have been selected. 2011-09-01 16:30:56 +01:00
John Maguire
395c487250 Only create one global search popup. 2011-09-01 16:30:42 +01:00
John Maguire
551a85cb9b Add missing copyright headers. 2011-09-01 16:07:07 +01:00
John Maguire
2dc7c3ea8e Hook up the popup's buttons to the Player. 2011-09-01 15:56:56 +01:00
John Maguire
ee9b9501ed Remove global search popup frame and show on top when triggered. 2011-09-01 15:41:47 +01:00
John Maguire
914eb59215 Make searching and adding work from global search popup. 2011-09-01 15:10:36 +01:00
John Maguire
c2d68fd697 Basic search popup triggered by a global shortcut. 2011-09-01 14:23:16 +01:00
John Maguire
85e101c8a7 Fix the global shortcut grabber on Mac. 2011-09-01 14:10:30 +01:00
John Maguire
3aa1d75163 Add attribution for ALL THE THINGS. 2011-08-30 15:44:42 +01:00
David Sansome
8d068f857f Oops, uncomment the protobuf option 2011-08-29 03:41:52 +01:00
David Sansome
5aca9b7984 Support for playing tracks from Spotify 2011-08-29 03:32:50 +01:00
David Sansome
c1041ed6d4 Support for playing tracks from local library 2011-08-29 03:32:41 +01:00
David Sansome
21be90a941 Change spotify protobuf namespace to something that isn't reserved, and do album loading in spotify 2011-08-29 03:32:37 +01:00
David Sansome
5dc053827a Fix spotify image loading 2011-08-29 03:32:35 +01:00
David Sansome
c96d402f26 Add a flag that search providers can set to indicate they want one art request at a time 2011-08-29 03:32:17 +01:00
David Sansome
1d2c142fdc Key delayed searches on timer id - more efficient for the common case 2011-08-29 03:31:49 +01:00
David Sansome
dbffe16d04 Add a flag that search providers can set to indicate they want some delay between user input and being asked to search 2011-08-29 03:31:19 +01:00
David Sansome
8dea8a2664 Add a spotify global search provider 2011-08-29 03:31:12 +01:00
David Sansome
dbe8ffd5de Try to sort by "quality", ie. matches at the start of the song metadata rate higher. 2011-08-29 03:30:32 +01:00
David Sansome
415c86ab90 Increase the border size 2011-08-29 03:30:22 +01:00
David Sansome
2c954a5d4a Cache pixmaps for album art 2011-08-29 03:30:14 +01:00
David Sansome
cd44c47f7b Sort the results in the popup list, prevent the user from searching for short strings 2011-08-29 03:29:51 +01:00
David Sansome
0f9d2d29bb Minor UI tweaks 2011-08-29 03:29:04 +01:00
David Sansome
9370657b50 Started work on a global search for library, with album art.
The idea is that there's a single place to search for music, and it doesn't matter where it is, Clementine will find something playable.
2011-08-29 03:27:47 +01:00
David Sansome
2cbe90c2e5 When playing a last.fm stream, don't scrobble the next item in the playlist in between each track of the last.fm stream. Fixes issue 1943 2011-08-28 02:59:19 +01:00
David Sansome
27e837a8bb Fix spotify audio stuttering on Linux 2011-08-28 01:30:32 +01:00
David Sansome
c4280c2cf4 Maybe fix git revision numbers in RPM packages. 2011-08-28 01:18:13 +01:00
David Sansome
7e1b6ef6c4 Use locale aware sorting for the lists of artists and albums in the album cover manager. Fixes issue 1952 2011-08-28 00:25:41 +01:00
David Sansome
195f618bf2 When organising files, make %albumartist behave as %artist if the song has no albumartist tag set. 2011-08-28 00:02:41 +01:00
David Sansome
1d098a40b8 Revert commit ddfb90a0a1, and always delete files from disk rather than sending them to trash. 2011-08-27 23:54:55 +01:00
David Sansome
a8d9f9104a Map playlist indices to the source model when passing them to the future watcher for background saves, fixing a bug where the wrong notification would be sent when editing track information for the currently playing song and the playlist was filtered. Fixes issue 2063 2011-08-27 23:16:57 +01:00
David Sansome
804cbbc14e Save the playlist after editing fields of files in it - affects files that are not in the library. 2011-08-27 23:09:42 +01:00