4821 Commits

Author SHA1 Message Date
John Maguire
2649a452de Update changelog for 1.2.2 2014-02-06 12:07:58 +01:00
John Maguire
cfe6b268bb Fix rendering of source icons in playlist view on retina OS X 10.9
(cherry picked from commit 1a972e0f3639df3cb1a6a64b65d7a9d3e972f912)
2014-02-05 16:41:49 +01:00
John Maguire
69809d356b Update DLL list for new version of protobuf
(cherry picked from commit 054686226e0e8cbcc1603f4b10f12c6669fc36e4)
2014-02-04 14:39:00 +01:00
John Maguire
f246eda5a8 u_int8_t is missing on mingw
(cherry picked from commit ddda13ceb7db10c170a8993f7f7ee965d8520e34)
2014-02-04 14:11:42 +01:00
John Maguire
46565bdf8c Remove TIFF plugin support from Mac at least for now.
(cherry picked from commit 03e2fc428282bfb02e541f197ffe72921a9819d5)
2014-02-04 13:41:53 +01:00
John Maguire
d36f0536e8 Fix tautological comparison.
(cherry picked from commit 09eeeaab4e5b80628d19ede0586be9ad00be2328)
2014-02-04 13:37:50 +01:00
John Maguire
b87cd1641b Compile fixes for 10.9
(cherry picked from commit b17b075361ceb9cf31da36db32731881f9fb186e)
2014-02-04 13:26:17 +01:00
John Maguire
bf88730510 Try building on OS X with libc++
(cherry picked from commit 327181ef18fee22e2c05f2e8303efeffdc63cae0)
(cherry picked from commit 3e46b6134eb9788b9431f4bb5e4cff570bb79a6c)
2014-02-04 12:31:50 +01:00
David Sansome
6a7a3a7f5b Update the changelog for 1.2.2 2014-02-04 22:14:13 +11:00
John Maguire
73ac5bc1ee Print out the Clementine display version in the cmake summary.
(cherry picked from commit 9858a9d5068216bc8a42f4f69a92cb44c3bd0c15)
2014-02-04 12:01:46 +01:00
John Maguire
9acd2e59c2 Do not log IP address from network remote settings.
(cherry picked from commit 0a778e2901f933836dbf9b9d3ea75879de9826fa)
2014-02-04 12:01:31 +01:00
Andreas
d88d0d420e Androids like kittens, too
(cherry picked from commit 00fd9b4724c0a35937a89b4c14d8c1fbeb549615)
2014-02-04 12:00:16 +01:00
John Maguire
7983343e50 Update Skydrive client id & secret for redirect url change.
Fixes #4013

(cherry picked from commit f583c40ffa3498dc36bf750012b6ae2aa310d6f4)
2014-02-04 11:59:53 +01:00
John Maguire
ce0eb1b50f D'oh
(cherry picked from commit 981bbdce72debfe986587f6bf1044a764ac43e1d)
2014-02-04 11:58:11 +01:00
John Maguire
b40d834c8c Rename SkyDrive to OneDrive.
http://blog.onedrive.com/onedrive-for-everything-your-life/
(cherry picked from commit 977a6769b27895d4b296aa79151624fa7b863c80)
2014-02-04 11:53:26 +01:00
John Maguire
29da035139 Set version number for 1.2.2 2014-02-04 11:48:07 +01:00
David Sansome
bdced17a57 Namespace clementine's 3rdparty implementation of sha2 to prevent its symbols
conflicting with the system's openssl symbols with the same names.

This was causing SSL connections to fail in weird ways on Debian.

Fixes #4130.

(cherry picked from commit 96075faf88bf65ed7b94985f98228a2d0974a437)
2014-02-03 18:48:05 +01:00
Andreas
ebcfd7e5d5 Check if track position is valid before sending. Bump protocol version.
(cherry picked from commit 03a41450823bf91365339dcf79f6749ea093f98a)
2013-12-08 20:23:19 +01:00
Andreas
3a8a88972f Calculate chunkcount with the real file size, not the size saved in the database (might be wrong and results in corrupted download).
(cherry picked from commit 42d9a86ff09a42d0a70615e1fd7abe32d645c237)
2013-12-05 16:28:04 +01:00
Andreas
313ecbc783 Read urls correctly when inserting into playlist.
Fixes issue 4003.
(cherry picked from commit 3122593ab496de11979392e79852d40f298d09ac)
2013-12-05 16:28:04 +01:00
Andreas
a45296d414 Send only songs from library which are available.
(cherry picked from commit b5ba1164afe46ef783ef184b54149d982ecf921c)
2013-12-05 16:28:04 +01:00
Arnaud Bienner
44a154ef56 Update issue 3962: don't try to activate a playlist which doesn't exist/isn't opened anymore (otherwise we crash on Q_ASSERT)
(cherry picked from commit 51d9080a81ef4113c7d3c411efd1e7cf591a23f3)
1.2.1
2013-11-17 16:28:59 +01:00
David Sansome
fe34d4d028 Set the version to 1.2.1 2013-11-16 13:57:32 +11:00
David Sansome
f103d159e4 Update the changelog for 1.2.1
(cherry picked from commit 36a263975e3860e5e5a44df60ab095e1618999d6)
2013-11-16 13:49:44 +11:00
David Sansome
d25f4b4ae7 Fix a stupid typo. Fixes issue 3710
(cherry picked from commit 0497e941c7cc95fc74c35393dd0bbb55aba02da3)
2013-11-16 13:45:51 +11:00
John Maguire
d426da99b0 Redirect box login via SSL appengine page.
Apparently that's more secure than just redirecting to localhost :-S
Fixes issue #3936

(cherry picked from commit a872fa3828567bb696848d0d9ae8f3432cb72624)
2013-11-01 12:52:43 +01:00
John Maguire
d8e01157b0 Add workaround for weird font issue in 10.9.
(cherry picked from commit b08898bf2d28aebdebdfe7c0f675e909b5e55bdd)
2013-11-01 12:47:44 +01:00
John Maguire
92eb4fe74a Remove generated file again.
(cherry picked from commit d7aed8b260f58b9ec768c9c9863913f1a9f8f916)
2013-11-01 12:47:26 +01:00
John Maguire
7218130cfd Revert "Remove file..."
This reverts commit 7f0d437d717b2352e24c1d5708e02f3457abed96.
2013-11-01 12:47:15 +01:00
Andreas
7f0d437d71 Remove file... 2013-10-31 19:55:13 +01:00
Andreas
a979b22237 - Fix remove songs from playlist in network remote.
- Update protocol buffer version.
(cherry picked from commit 7470f67acf3d3d8d437da7c3734a28125cc74c59)
2013-10-31 19:53:26 +01:00
Andreas
6b80ec08d5 Fix library download in network remote.
(cherry picked from commit f6ab3a90440deeb62b4fdfbb94a047790d4963f6)
2013-10-31 19:53:09 +01: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
312e05088e Remove this old line that was used for testing
(cherry picked from commit 1399493a5cae4d249e4f5d48c71e6eee45cac80d)
2013-10-13 11:35:15 +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
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
David Sansome
06e8160fd2 Set the version to 1.2 final 2013-09-26 21:08:30 +10: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
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
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
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