1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-24 16:51:59 +01:00
Commit Graph

4779 Commits

Author SHA1 Message Date
Arnaud Bienner
fb78321c16 Don't ignore Folder (so we don't ignore playlists they contain and we don't end up with dangling pointers in playlists_by_id_) 2013-10-02 22:58:47 +02:00
Clementine Buildbot
88bb606082 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-09-23 10:01:31 +02:00
Andreas
9237356e33 - Send songrating to client.
- Receive songrating as float (like saved in Song).
- On RemoteClient destructor check if socket is still connected before calling waitForDisconnect()
2013-09-22 12:06:19 +02:00
David Sansome
4e8dba16d4 Make the Spotify downloader optional again on Windows and Mac 2013-09-18 01:27:13 +10:00
David Sansome
b20c473ae0 Oops, typo. 2013-09-18 00:54:10 +10:00
David Sansome
2c55688601 Make the GPL spotify code non-optional 2013-09-18 00:49:29 +10:00
David Sansome
d7fa0b9708 Make distro packagers feel bad. 2013-09-18 00:30:01 +10:00
David Sansome
f0b9120c43 Create a Fatal logging level, and use it when sqlite symbols can't be resolved. 2013-09-18 00:15:46 +10:00
Clementine Buildbot
611731ed4a Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-09-16 11:41:24 +02:00
Arnaud Bienner
02e51dad2f Update Flickr API Key for Kittens 2013-09-11 23:54:41 +02:00
Arnaud Bienner
daee19e076 Hide the console for now as it's not useful for end users. Fixes issue 3853. 2013-09-11 23:17:00 +02:00
John Maguire
f8b9d6968a Update upload script for new distro versions. 2013-09-10 14:50:34 +02:00
Clementine Buildbot
954b897ebe Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-09-09 10:02:29 +02:00
David Sansome
4ec7c09522 Don't return a free'd pointer from Echonest::ParseError::what(). Might fix a crash on Windows when there are no echonest results. 2013-09-07 15:39:05 +10:00
Arnaud Bienner
d3295f083b Revert "Update issue 3682: deactivate moodbar generation for wma files on Windows until we find a proper way to fix this issue."
This is not needed anymore now issue 3682 is fixed.

This reverts commit c9be07f508.
2013-09-07 00:23:56 +02:00
Glad Olus
f8efbd81e4 Use short locale format in playlist view.
Fixes issue #1451
2013-08-29 16:31:29 +02:00
Arnaud Bienner
c9be07f508 Update issue 3682: deactivate moodbar generation for wma files on Windows until we find a proper way to fix this issue. 2013-08-28 22:55:59 +02:00
Arnaud Bienner
d8e2fa5b1c Increase GS album search limit from 5 to 10. Also, use a constant instead. 2013-08-28 22:20:58 +02:00
Mateusz Kowalczyk
aa347d0a57 Don't ask about closing the playlist if it's empty
Fixes issue 3827.
2013-08-28 21:38:17 +02:00
Clementine Buildbot
dc25bdd282 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-08-26 10:01:59 +02:00
Andreas
6a61f8598d Wait until socket is closed before destroying RemoteClient object. Otherwise the disconnect message is not sent. 2013-08-24 21:24:01 +02:00
Andreas
bd528a47cd Fix divide by zero error in MoodbarRenderer. Fixes issue 3823. 2013-08-24 21:07:44 +02:00
Andreas
5fc6804326 Use qBound() instead of multiple ifs. 2013-08-20 11:07:58 +02:00
Clementine Buildbot
e8b43eac1d Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-08-19 10:02:08 +02:00
Andreas
c1b8bc15ca Update the changelog. 2013-08-18 12:12:00 +02:00
David Sansome
0da8f673cd Update the changelog 2013-08-18 14:11:27 +10:00
David Sansome
4b0a7ae70b Oops, make that actually compile 2013-08-18 13:07:32 +10:00
David Sansome
534f216de2 Ensure we don't read past the end of the color vector when rendering a moodbar.
Fixes issue 3811.
2013-08-18 13:05:12 +10:00
David Sansome
1430cc4114 Patch a weird big endian swap thing in taglib 2013-08-18 12:55:18 +10:00
David Sansome
4411b25e86 Use a newer taglib (taglib master at 89fcab5669013bd46b0ef7b7f6efbb8a21cd1ceb)
Fixes issue 3446
2013-08-18 12:55:07 +10:00
Andreas
2c0b505b7b Append playlist id to new playlists. 2013-08-17 15:54:39 +02:00
Andreas
1254d025ab Include rate song feature in network remote. 2013-08-15 20:52:12 +02:00
Clementine Buildbot
9987b3f9a9 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-08-12 10:01:57 +02:00
Andreas
9e322adfd4 Track position timer was not started when a client connects and Clementine is playing a track. 2013-08-11 21:46:29 +02:00
Arnaud Bienner
379b8743f9 Force the position of the checkbox for the confirmation prompt (looked bad on Windows) + update an old, not up to date comment 2013-08-11 16:36:28 +02:00
Andreas
1c2f4be185 Windows installer: Open clementine with no parameters. Should fix issue 3812. 2013-08-11 13:00:35 +02:00
Arnaud Bienner
9f38f14fbf Don't really need the QObject:: here 2013-08-10 21:46:17 +02:00
Arnaud Bienner
e3c5f3398c Add a "don't prompt me again" checkbox to the "warn_close_playlist" message box 2013-08-10 20:18:29 +02:00
Clementine Buildbot
0ff0c30619 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-08-05 10:02:10 +02:00
David Sansome
99f55ffc14 Set LSMinimumSystemVersion to show a better error message when trying to run Clementine on OS X < 10.7. Fixes issue 3793 2013-08-04 14:06:22 +10:00
Arnaud Bienner
8ddba1dfb5 Make ConvertPOPMRating works with slightly different POPM rating scheme for 5 stars. Fix issue 3794. 2013-08-02 22:13:29 +02:00
Arnaud Bienner
c32408eded Fix ConvertToPOPMRating 2013-08-02 22:09:46 +02:00
Andreas
53b8f59e6f Try to fix Windows build. 2013-08-01 19:13:43 +02:00
Andreas
3a309e9b25 Added message to retrive the library (table songs). 2013-08-01 18:13:14 +02:00
Andreas
662b635d96 - Do not send cover arts on file download chunks.
- Set the version in the send function, not in each function that creates a protocol buffer message.
2013-08-01 10:52:01 +02:00
Andreas
4fe293b6d0 The insert and remove signal for a playlist was not correct. 2013-07-31 19:06:29 +02:00
Andreas
e8f9d856b6 Open the server socket without proxy. 2013-07-31 17:28:11 +02:00
Clementine Buildbot
7358a70170 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-07-29 10:02:02 +02:00
Arnaud Bienner
00a0e990fd Correct typo 2013-07-28 15:37:02 +02:00
Arnaud Bienner
f75c0a2b97 Add an option for not being asked before closing a playlist 2013-07-27 19:59:15 +02:00