~trebelnik-stefina/cinnamon-test/+git/clementine:amazon

Last commit made on 2015-03-27
Get this branch:
git clone -b amazon https://git.launchpad.net/~trebelnik-stefina/cinnamon-test/+git/clementine

Branch merges

Branch information

Recent commits

23645f9... by John Maguire

How did you get there

8153388... by John Maguire

Update copyright headers.

fa9e279... by John Maguire

Remove logging

47a4055... by John Maguire

Show login state correctly for Amazon.

748d88d... by John Maguire

Ensure Amazon is connected before serving URLs.

25ec9c6... by John Maguire

Refresh Amazon authorisation & follow changes.

27c1a37... by John Maguire

Revert unneeded OAuthenticator change.

3594af5... by John Maguire

Initial support for Amazon Cloud Drive.

f3426c0... by Arno

Don't call gst_deinit when exiting Clementine.
It sometimes cause a deadlock since we migrated to GStreamer 1.0.
And it seems we shouldn't need to call it as we are "a normal application":
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-Gst.html#gst-deinit

7ae9e0d... by Arno

Set starting_up_ to false in playlist container when manager is done adding playlists.
Otherwise, it was never set to false at startup if no "current_playlist" was saved in the settings, then there was no new value saved for "current_playlist".
Fixes #4011.