Arnaud Bienner
2f5e03e921
Use a more appropriate log level
2014-04-10 00:49:31 +02:00
Arnaud Bienner
532720ea79
Merge branch 'master' of https://github.com/clementine-player/Clementine
2014-04-09 23:08:14 +02:00
Arnaud Bienner
e557c56d96
We ask for 'non-expiring' tokens, so it seems normal that we don't have refresh_tokens actually
2014-04-09 23:07:58 +02:00
Arnaud Bienner
beb5f9fa30
Handle error in SoundCloud replies
2014-04-09 23:03:09 +02:00
John Maguire
712d8ecd8a
Remove Growl support.
2014-04-07 14:54:10 +02:00
Clementine Buildbot
57e4217ccc
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2014-04-07 10:01:42 +02:00
Clementine Buildbot
db32b67f89
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2014-04-06 12:17:25 +02:00
David Sansome
5066dcf696
Merge pull request #4212 from paperbagcorner/searchtooltip
...
Don't translate field names in the library search filter tool tip
2014-04-06 18:18:07 +10:00
Gavin Howard
b41b9232ce
Use relative filenames when saving XSPF playlists
2014-04-06 17:40:50 +10:00
David Sansome
24404b4357
Make the "buffer low fill" string a bit more understandable
2014-04-05 22:03:36 +11:00
John Maguire
51385cc801
Add a different label for the mavericks shortcut settings.
...
Fixes issue #4002
2014-04-02 16:27:07 +02:00
John Maguire
4ed6f94211
Open the right part of the system preferences for global shortcuts on Mavericks.
2014-04-02 16:27:07 +02:00
John Maguire
bc3a80e1b7
Disable developer build for builtin vreen.
2014-04-02 16:27:07 +02:00
John Maguire
30d1c2f8db
Remove Ubuntu One support.
...
http://blog.canonical.com/2014/04/02/shutting-down-ubuntu-one-file-services/
2014-04-02 16:02:00 +02:00
David Sansome
a471789a59
Merge pull request #4262 from fritschy/fix-buffer-low-percent
...
gstenginepipeline: make buffer min fill configurable
2014-04-02 22:33:13 +11:00
Marcus Fritzsch
22c0a79924
gstenginepipeline: Do not use QString::sprintf()
2014-04-02 12:39:19 +02:00
Marcus Fritzsch
e3bea84bea
gstenginepipeline: make buffer min fill configurable
2014-04-02 11:54:14 +02:00
Arnaud Bienner
4c70f17444
Fix a small issue in oauthenticator
2014-03-31 22:04:03 +02:00
David Sansome
7c5be02030
Oops, wrong package name for fedora
2014-03-30 17:29:26 +11:00
David Sansome
7fc3596575
Depend on libpulse-dev
2014-03-30 17:27:03 +11:00
David Sansome
2134e13b53
Make CloudFileServices show logged in state and settings dialog properly in
...
global search.
2014-03-30 17:11:31 +11:00
David Sansome
25544cb672
Sort the list of Internet Providers in the settings dialog and internet tab
2014-03-30 17:11:19 +11:00
David Sansome
93a0f160df
Add Configure items to the context menus for cloud file services.
2014-03-30 16:46:16 +11:00
David Sansome
adff4864d4
Recurse into folders when indexing music on OneDrive
2014-03-30 16:36:07 +11:00
David Sansome
6ecc534bf9
Construct oauth URLs properly when using REMOTE or REMOTE_WITH_STATE
2014-03-30 16:35:38 +11:00
David Sansome
9c66528c0f
Add a settings page for OneDrive
2014-03-30 16:35:27 +11:00
David Sansome
345e58ce6b
Only save the Drive cursor after all songs have been indexed.
2014-03-30 16:01:58 +11:00
David Sansome
ca7937112d
Show only one status bar entry while indexing files on Drive.
2014-03-30 15:47:25 +11:00
David Sansome
d662d23e53
Maybe fix the make install step in the mac build
2014-03-30 01:21:12 +11:00
David Sansome
1719b1599c
Get audio device names on Windows too.
2014-03-29 23:48:26 +11:00
David Sansome
2d7be1502f
Get audio device names on OS X too.
2014-03-29 22:44:08 +11:00
David Sansome
6d1dc56a7c
Get a list of available audio devices from pulseaudio, and let the user choose
...
from those in the settings dialog instead of just giving him a text box.
2014-03-29 19:31:38 +11:00
John Maguire
e9a6ae87be
Change make format to ignore deleted files.
2014-03-28 14:55:04 +01:00
John Maguire
4ab4bbc23f
Remove Last.fm radio support.
...
Fixes #4259
2014-03-28 14:55:04 +01:00
Arnaud Bienner
1b7f99127d
Add login to SoundCloud + get user tracks and activties (stream)
...
Still need to handle playlists and to clean up things (e.g. to check why refresh_token doesn't work and if we can do something about this)
2014-03-26 21:33:27 +01:00
Arnaud Bienner
4520a1c115
Grooveshark: don't crash when receiving the reply for a canceled request.
...
Mark all tasks as finished when removing all items, to prevent never ending task in case we disconnect or refresh before all replies have been received.
2014-03-21 12:48:45 +01:00
Arnaud Bienner
fddb87ba63
Add an option to sort Grooveshark playlist alphabetically. Fixes issue #3480 .
...
Did it the lazy way for now, but it would have better to refactor Grooveshark code, to add a proper sort model, etc.
2014-03-21 00:52:12 +01:00
John Maguire
d03c1aa241
Merge pull request #4248 from abika/master
...
Fix for saving the playlist multiple times when adding files to it
2014-03-18 17:14:56 +01:00
Alexander Bikadorov
27e1c16e8a
Debug logging when saving a playlist.
2014-03-18 16:14:12 +01:00
Alexander Bikadorov
d023b56cea
Avoid saving the playlist multiple times.
2014-03-18 16:13:38 +01:00
John Maguire
9b01c03f71
Remove libimobiledevice from RPM dependencies.
2014-03-14 11:50:59 +01:00
John Maguire
508fa54575
Remove obsolete plasma runner resource file.
2014-03-14 11:49:34 +01:00
John Maguire
8eceed070d
Remove *all* the things.
2014-03-13 14:23:21 +01:00
John Maguire
96dcf93a2c
Remove unused Twitter CSS.
2014-03-13 13:17:02 +01:00
John Maguire
0a67a00ec0
Initialise logging earlier.
2014-03-12 19:06:00 +01:00
John Maguire
213fb2cfb6
Merge pull request #4239 from sjm1835/patch-1
...
Moodbar-Trackslider uses the full available height
2014-03-11 16:41:24 +01:00
Sebastian J. Mielke
e73450cf43
Moodbar-Trackslider uses the full available height
...
When determining the next state (for rendering the change), the slider widgets vertical SizePolicy is changed from Fixed to MinimumExpanding (same thing works the other way around).
2014-03-11 16:08:24 +01:00
David Sansome
e944abfe45
Merge pull request #4236 from Shedward/master
...
Fix "(%0 songs)" translation issue.
2014-03-10 20:25:39 +11:00
Maltsev Vlad
2659a8364c
Fix group title string.
2014-03-10 16:05:45 +07:00
John Maguire
42a5f4cf73
Merge pull request #4233 from dz0ny/patch-1
...
Add: Slovenian translation
2014-03-09 16:37:28 +01:00