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

4514 Commits

Author SHA1 Message Date
David Sansome
c03f69daa7 Restore the blur amount setting when the settings dialog is loaded. Also remove some unusued variables. Fixes issue 3497 2013-02-17 13:55:54 +11:00
Andreas
578e143cf1 Fix: playlist name with non ASCII characters was not transfered correctly. 2013-02-15 15:57:45 +01:00
Mateusz Kowalczyk
f40b8ab892 Add adjustable transparency to album art background.
Fixes issue #3431
2013-02-15 14:39:14 +01:00
John Maguire
75394d0e8a Page through Box folders. 2013-02-13 14:19:50 +01:00
John Maguire
d21fa8cc67 Add support for Box. 2013-02-12 17:11:18 +01:00
John Maguire
91233dd8d1 Increase album search limit in spotify global search.
Fixes issue #3485
2013-02-12 12:33:22 +01:00
John Maguire
b3d5c3e6e2 Remove unused variables. 2013-02-12 12:23:29 +01:00
John Maguire
70995d6270 Merge branch 'master' of https://code.google.com/r/asfa194-clementineremote 2013-02-11 17:50:15 +01:00
Clementine Buildbot
b3481fcd88 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-02-11 17:49:05 +01:00
Clementine Buildbot
de8750a3f3 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-02-11 10:02:11 +01:00
Andreas
28632cdb37 Fix version set. 2013-02-08 19:42:46 +01:00
Andreas
0c7354dba6 Send the version when disconnecting because of an invalid auth code. 2013-02-08 19:27:56 +01:00
Andreas
8175e23f91 Always send default version. With the default tag the version is not sent automatically. 2013-02-08 18:52:14 +01:00
John Maguire
e21fe31404 Add .mka to file extensions.
Fixes issue #2569
2013-02-07 21:39:12 +01:00
John Maguire
65046503ca Add .oga to file extensions.
Fixes issue #3180
2013-02-07 21:39:12 +01:00
David Sansome
f92cbb24ba Detect last.fm login failures properly. Fixes issue 3426 2013-02-07 21:39:12 +01:00
David Sansome
a652e34506 Add a parser for WPL playlists. Fixes issue 3437 2013-02-07 21:39:11 +01:00
David Sansome
133bd19ebb Support podcast items that use x-audio/* mime-types, like x-audio/m4a. Fixes issue 3448 2013-02-07 21:39:11 +01:00
David Sansome
c2e25e7c74 Make the library sorting locale aware. Fixes issue 3456 2013-02-07 21:39:11 +01:00
Clementine Buildbot
06a72d6664 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-02-07 21:39:11 +01:00
Joel Bradshaw
bb7a1e65f4 Adding spot for a unique album ID and implementing on Spotify
To resolve albums with duplicate tracks

Fixes issue 3429
2013-02-07 21:39:10 +01:00
Alan Briolat
ed4e0248ed Improve experience of setting up a subsonic connection 2013-02-07 21:39:10 +01:00
Andreas
589816e82c - Added various playlist signals.
- Bump Proto version to 3, so that people update Clementine when using new Android App Version is released.
2013-02-07 21:34:04 +01:00
Andreas
3cb7a76656 Add Engine::TrackChangeFlags as MetaType, so the connect workings. 2013-02-07 19:27:54 +01:00
John Maguire
9e70fdf0c3 Add .mka to file extensions.
Fixes issue #2569
2013-02-06 17:27:13 +01:00
John Maguire
ba8d382101 Add .oga to file extensions.
Fixes issue #3180
2013-02-06 17:03:11 +01:00
John Maguire
591b455684 Merge branch 'master' of https://code.google.com/r/asfa194-clementineremote 2013-02-06 15:06:06 +01:00
David Sansome
65c077e34f Detect last.fm login failures properly. Fixes issue 3426 2013-02-06 00:12:39 +11:00
David Sansome
1208ba308f Add a parser for WPL playlists. Fixes issue 3437 2013-02-05 23:19:19 +11:00
David Sansome
4f4110c03a Support podcast items that use x-audio/* mime-types, like x-audio/m4a. Fixes issue 3448 2013-02-05 22:22:52 +11:00
David Sansome
6019afb097 Make the library sorting locale aware. Fixes issue 3456 2013-02-05 22:17:09 +11:00
Clementine Buildbot
ebafe52f19 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-02-04 10:03:37 +01:00
Andreas
f779e14df7 Fix connects for Repeat and Shuffle. They were never reached. 2013-02-03 21:09:48 +01:00
Andreas
8a97e317a6 Send Random and Repeat Mode on connection. 2013-02-03 20:24:36 +01:00
Andreas
617c575ef4 Send all playlist on connect. 2013-02-02 16:51:48 +01:00
Joel Bradshaw
9578c6c647 Adding spot for a unique album ID and implementing on Spotify
To resolve albums with duplicate tracks

Fixes issue 3429
2013-02-02 15:05:11 +01:00
Alan Briolat
970a615846 Improve experience of setting up a subsonic connection 2013-01-30 13:22:04 +01:00
John Maguire
90803fa0e0 Remove use of deprecated gstreamer functions. 2013-01-29 13:19:26 +01:00
John Maguire
d34e3b5404 Merge branch 'master' of https://code.google.com/r/asfa194-clementineremote 2013-01-29 11:36:37 +01:00
Andreas
a4d26bc249 - Actually fix the SIGPIPE (Broken Pipe) Error. It was caused by the QTcpSocket::flush().
- Revert previous SIGPIPE fixes.
- Rename method in RemoteClient to match its function.
2013-01-28 22:45:26 +01:00
John Maguire
53608665e4 Merge branch 'master' of https://code.google.com/r/asfa194-clementineremote 2013-01-28 15:41:51 +01:00
Andreas
a2c07527bf Included signal header file in main.cpp. 2013-01-28 15:40:00 +01:00
Andreas
cf47331cf8 Small code style fix. 2013-01-28 14:40:04 +01:00
Andreas
fcc0da554b Moved signal(SIGPIPE, SIG_IGN) to main. 2013-01-28 14:39:31 +01:00
Andreas
a40aa6fb8d Added security methods to prevent SIGPIPE termination. 2013-01-28 14:21:04 +01:00
Martin Brodbeck
d5139ac2b2 Add opus support to transcoder.
Fixes issue #3453
2013-01-28 14:09:31 +01:00
Clementine Buildbot
63ff2539b4 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-01-28 10:06:22 +01:00
David Sansome
a004d66f3d Make the playlist parser recognise URLs with schemes of only 2 characters (eg, di://). Fixes issue 3452 2013-01-27 14:53:20 +00:00
Martin Brodbeck
d05041dfa1 Add support for Opus tags. 2013-01-26 11:18:24 +00:00
Andreas
4ed516ad1f Send the current track position when a client connects 2013-01-26 11:52:53 +01:00