1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-02 20:36:44 +01:00

4824 Commits

Author SHA1 Message Date
David Sansome
343414c52d Add saucy to the codesite upload script 2013-10-25 19:37:13 +11:00
David Sansome
b34da7cb00 Merge branch 'release-1.2'
Conflicts:
	src/translations/ca.po
	src/translations/fi.po
	src/translations/fr.po
	src/translations/pl.po
	src/translations/pt.po
	src/translations/ru.po
	src/translations/tr.po
2013-10-25 19:02:06 +11:00
Clementine Buildbot
5306c290aa Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-10-21 10:01:54 +02:00
Clementine Buildbot
e737e7467f Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-10-14 10:01:50 +02:00
David Sansome
61ee7468d9 Add Lucid back to the list of packages to upload. We can deprecate it later.
(cherry picked from commit b546dcba64a18cbfae9d2033ead0ff1526f287d8)
1.2
2013-10-13 12:30:11 +11:00
David Sansome
b546dcba64 Add Lucid back to the list of packages to upload. We can deprecate it later. 2013-10-13 12:28:29 +11:00
David Sansome
312e05088e Remove this old line that was used for testing
(cherry picked from commit 1399493a5cae4d249e4f5d48c71e6eee45cac80d)
2013-10-13 11:35:15 +11:00
David Sansome
1399493a5c Remove this old line that was used for testing 2013-10-13 11:33:58 +11:00
Andreas
72c10d42f4 Fix crash when fetching lyrics with the network remote.
(cherry picked from commit 90c8929f96805bc25020bd03ec9f19dd6fb1f13b)
2013-10-09 19:36:22 +02:00
Andreas
90c8929f96 Fix crash when fetching lyrics with the network remote. 2013-10-09 19:33:59 +02:00
Clementine Buildbot
8e39e70c39 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-10-07 10:01:28 +02:00
David Sansome
4b459b6d25 Add an empty bin directory 2013-10-04 15:47:22 +10:00
Arnaud Bienner
cdd5bf928c Check playlist exists in manager. Fixes issue 3878
(cherry picked from commit 2e18b7eb96bed6a824e3d23d5a287c587b5a324d)
2013-10-03 20:45:12 +02:00
Arnaud Bienner
ce117da026 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_)
(cherry picked from commit fb78321c161832a52c44c221068a14e6e9792747)
2013-10-03 20:45:01 +02:00
Arnaud Bienner
2e18b7eb96 Check playlist exists in manager. Fixes issue 3878 2013-10-03 20:36:46 +02:00
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
David Sansome
06e8160fd2 Set the version to 1.2 final 2013-09-26 21:08:30 +10: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
fc78a78afc - Send songrating to client.
- Receive songrating as float (like saved in Song).
- On RemoteClient destructor check if socket is still connected before calling waitForDisconnect()
(cherry picked from commit 9237356e3310080af350db55bdb74f7437766783)
2013-09-22 12:10:18 +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
Arnaud Bienner
d7d7df7646 Manually fix a bad pt translation. Fixes issue 3857 for 1.2 2013-09-18 21:28:00 +02:00
John Maguire
fba825bd92 Clementine 1.2 RC4 2013-09-18 01:25:21 +02:00
David Sansome
65b8e147ed Make the Spotify downloader optional again on Windows and Mac
(cherry picked from commit 4e8dba16d452c5ba7825fd32f0fa62351f4fe862)
2013-09-18 01:25:02 +02:00
David Sansome
36381fc470 Oops, typo.
(cherry picked from commit b20c473ae03e4d914cea166f957b843c9ae6c771)
2013-09-18 01:24:55 +02:00
David Sansome
96a8c5a9fe Make the GPL spotify code non-optional
(cherry picked from commit 2c55688601964861797d605a1230f51942e9c0e3)
2013-09-18 01:24:49 +02:00
David Sansome
d89fb97701 Make distro packagers feel bad.
(cherry picked from commit d7fa0b970892540abb418d64a772f6553a2e84a8)
2013-09-18 01:24:43 +02:00
David Sansome
1efd88cc2a Create a Fatal logging level, and use it when sqlite symbols can't be resolved.
(cherry picked from commit f0b9120c436a67ea8d977ec4861e4a7ef9de35a8)
2013-09-18 01:24:36 +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
8d8b1a70f2 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer)
(cherry picked from commit 611731ed4a734e6ce93c07a0df7ee903e9eea1ca)
2013-09-16 11:43:55 +02: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
John Maguire
46773cb465 Clementine 1.2 RC3 2013-09-12 11:34:50 +02:00
Arnaud Bienner
1780b8192d Update Flickr API Key for Kittens
(cherry picked from commit 02e51dad2ff19370729359807b95a9d24aa4cbd3)
2013-09-12 00:00:03 +02:00
Arnaud Bienner
696f6a81b9 Hide the console for now as it's not useful for end users. Fixes issue 3853.
(cherry picked from commit daee19e076c5e79509311bf1b6c26b5093ece10d)
2013-09-11 23:59:56 +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
7597d36802 Update upload script for new distro versions.
(cherry picked from commit f8b9d6968a9601e41f1fcadf3fb89bd4b0452087)
2013-09-10 15:03:31 +02:00
John Maguire
f8b9d6968a Update upload script for new distro versions. 2013-09-10 14:50:34 +02:00
John Maguire
3cd430af35 Clementine 1.2 RC2 2013-09-10 13:15:20 +02:00
Clementine Buildbot
3437cbf052 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer)
(cherry picked from commit 954b897ebe20000b2caa24671fa480183c327bef)
2013-09-10 13:07:27 +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
80867af823 Don't return a free'd pointer from Echonest::ParseError::what(). Might fix a crash on Windows when there are no echonest results.
(cherry picked from commit 4ec7c0952229df130136a589147a914b68d72abf)
2013-09-07 19:58:24 +02:00
Arnaud Bienner
1fc573a3eb 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 c9be07f508947043288a7631c9dcab7e4a88b09c.
(cherry picked from commit d3295f083bc0e06914b6be381b7006be9e1ca4f9)
2013-09-07 19:58:17 +02:00
Glad Olus
efc5f31d9b Use short locale format in playlist view.
Fixes issue #1451
(cherry picked from commit f8efbd81e489d07c33e1c79896350647b83ab137)
2013-09-07 19:58:10 +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 c9be07f508947043288a7631c9dcab7e4a88b09c.
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