6631 Commits

Author SHA1 Message Date
Clementine Buildbot
01a4387ac4 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer)
(cherry picked from commit b3d5cabdc142a894d635a57a321307b008ab2b69)
2016-02-17 13:32:05 +00:00
John Maguire
b0322e7e7d Cleanup ApplicationImpl 2016-02-15 17:41:39 +00:00
John Maguire
20bfade965 Hide Application classes behind pimpl.
This should also fix the build on windows where gcc gets confused as
libmygpo declares DELETE as part of an enum and mingw #defines DELETE in
winnt.h
2016-02-15 17:39:50 +00:00
Clementine Buildbot
b3d5cabdc1 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2016-02-15 10:00:41 +00:00
Santiago Gil
ad62c7476d Merge pull request #7 from clementine-player/master
Update
2016-02-14 02:01:41 -03:00
John Maguire
affb215a52 Move cover providers initialisation later in startup. 2016-02-12 16:25:01 +00:00
John Maguire
dcdd81d69f Moar Lazy migrations 2016-02-12 16:10:56 +00:00
John Maguire
b99b090adc Refactor simple dialogs to use Lazy 2016-02-12 16:01:35 +00:00
John Maguire
74e6a1744f Convert edit tag & settings dialog to Lazy. 2016-02-12 15:56:08 +00:00
John Maguire
589f2ff62e Lazy initialise organise dialog 2016-02-12 12:25:35 +00:00
John Maguire
0cf83b19ee Eagerly initialise TagReaderClient 2016-02-12 12:07:26 +00:00
John Maguire
86a6345995 Merge pull request #5251 from santigl/gainLabel
EqualizerSlider: move include from .h to .cpp
2016-02-11 18:03:18 +00:00
Santi
1fa4201926 EqualizerSlider move include from .h to .cpp 2016-02-11 14:59:39 -03:00
John Maguire
7d1abbda55 Don't connect action signals multiple times.
Fixes #5249
2016-02-11 17:07:00 +00:00
John Maguire
c7ca852433 Fix songkick concert fetching
(cherry picked from commit ce3ba02749632c08e0004b7de11970111d7ac501)
2016-02-11 17:00:21 +00:00
John Maguire
ce3ba02749 Fix songkick concert fetching 2016-02-11 16:59:40 +00:00
John Maguire
d06f337ade Remove special deletion of objects in threads.
Fixes #5250
2016-02-11 16:31:08 +00:00
John Maguire
729dc8e281 Merge pull request #5182 from abika/fix-fetch_edit_dialog
Fix bug in edit tag dialog when fetching (2)
2016-02-11 15:30:51 +00:00
John Maguire
f2daa772c1 Lazy initialise everything in Application. 2016-02-11 15:15:38 +00:00
Alexander Bikadorov
56e95839f0 Revert to iterator usage in edit tag dialog 2016-02-11 16:09:38 +01:00
John Maguire
6844dcc140 Remove unused variable 2016-02-11 14:19:01 +00:00
John Maguire
a7ca007e24 Tidy up lazy implementation. 2016-02-11 14:09:36 +00:00
John Maguire
4c8b1d8143 Add lazy initialisation helper. 2016-02-11 13:46:23 +00:00
John Maguire
ea12cfacac Merge pull request #5209 from narunlifescience/patch-1
move duplicated code to annonymous namespace static function
2016-02-11 11:58:06 +00:00
Arun Narayanankutty
b4fe7ac7e2 move duplicated code to annonymous namespace static function
update
2016-02-11 05:45:08 -06:00
John Maguire
0ea84e129e Merge pull request #5210 from narunlifescience/patch-2
Use icon loader for remaining icons
2016-02-11 11:24:09 +00:00
narunlifescience
b6bf54be6c remove magic numbers 2016-02-11 04:41:37 -06:00
John Maguire
100222477c Merge pull request #5218 from santigl/gainLabel
Add gain label to EqualizerSlider
2016-02-10 15:46:47 +00:00
Santi
ec89bd3ea2 Add gain label to equalizerSlider 2016-02-10 12:44:33 -03:00
Alexander Bikadorov
9d413ad01d Edit tag dialog: merged duplicate code 2016-02-09 21:56:22 +01:00
John Maguire
29668fcd6c Only set lastfm to https for liblastfm1
(cherry picked from commit 1cc889fbfc80ce6e3d2c4593f0efe9ef8f0a1b6c)
2016-02-09 15:17:55 +00:00
John Maguire
1cc889fbfc Only set lastfm to https for liblastfm1 2016-02-09 15:17:20 +00:00
John Maguire
be471e1792 Merge pull request #5181 from Korvox/master
OPML imports should prefer title to text attributes for podcast names
2016-02-09 14:05:10 +00:00
John Maguire
80bf644f8a Merge pull request #5214 from narunlifescience/patch-4
Remove unwanted lines from playlistcontainer
2016-02-09 13:59:15 +00:00
John Maguire
05c0d647f8 Merge pull request #5219 from narunlifescience/patch-5
use normal text color for volume
2016-02-09 13:56:15 +00:00
John Maguire
8dd933b265 Merge pull request #5233 from naokiiwakami/5151
Fix issue in checking existence of media files pointed by CUE files
2016-02-09 13:55:40 +00:00
John Maguire
be651acbca Merge branch 'master' of https://github.com/PanderMusubi/Clementine into PanderMusubi-master 2016-02-09 13:40:54 +00:00
John Maguire
3546bcf08d Don't leak AudioScrobbler.
(cherry picked from commit 20de7a1a811326aedf46648cd3382d383ad388cc)
2016-02-09 11:55:35 +00:00
John Maguire
270ff34d39 At least try to authenticate with last.fm over https
(cherry picked from commit ccedb0fdc6ca7fc2cf1a7d45a006635cd938b0f0)
2016-02-09 11:55:29 +00:00
John Maguire
3ef46f016f Revert "Don't use https since it's not supported on windows and ubuntu 12.04"
This reverts commit ab5e86fec9ec29b8fb4c114f74b3a4b9a95697d0.
2016-02-09 11:52:04 +00:00
Andreas
8b02ae592f Use desktopauth instead of mobileauth for last.fm
It now uses an oauth like authentication process so the user isn't required to enter the last.fm password in Clementine but rather authenticate through the last.fm website.

Updates #5028

(cherry picked from commit 6c726e3e382bdd28fd00a5e68725980ef0da91e1)
2016-02-09 11:50:39 +00:00
Clementine Buildbot
641b597447 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer)
(cherry picked from commit 9ba41411d3776da420b9c046c37b497fa7b8a677)
2016-02-09 11:48:57 +00:00
Clementine Buildbot
bfca46e224 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer)
(cherry picked from commit ac0aff5e813b264a2fe4a7d6c28ff142831fa58c)
2016-02-09 11:48:53 +00:00
Clementine Buildbot
9ba41411d3 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2016-02-08 10:00:52 +00:00
Pander
e361af3eed Support also highest quality playlist 2016-02-07 20:06:03 +01:00
Pander
646983d6a9 Added space in name 2016-02-07 18:47:04 +01:00
ArnaudBienner
50c1fcb112 Merge pull request #5213 from ivan-leontiev/fix-tree-view
Resolve some issues related to "AutoExpandingTreeView"
2016-02-07 00:32:24 +01:00
Pander
2d3af58873 Added header files for Intergalactic FM 2016-02-06 14:21:51 +01:00
Pander
dc534bbcef Added support for Intergalactic FM 2016-02-05 19:29:43 +01:00
John Maguire
20de7a1a81 Don't leak AudioScrobbler. 2016-02-04 17:13:42 +00:00