1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-03 02:42:52 +02:00
Commit Graph

6749 Commits

Author SHA1 Message Date
Hugo Lindström
f16680e2ff Twisted header fix, stylefix 2012-11-27 00:16:32 +01:00
Hugo Lindström
b467cdcd1e Prevent unnecessary request on startup. Infosystem takes care of it 2012-11-27 00:16:32 +01:00
Hugo Lindström
eb9691bf3e Cache validation. Needs a DataLoader (itunes is 1.5mb request) 2012-11-27 00:16:32 +01:00
Michael Zanetti
24358a1218 brainstorming++ 2012-11-26 21:43:14 +01:00
Leo Franchi
c557663c22 Retry if the /Volumes entry is still not found after our wait 2012-11-25 22:32:50 -05:00
Leo Franchi
3ed09d23f4 Hide /Volumes if we made it visible when closing the settings dialog 2012-11-25 22:32:50 -05:00
Michael Zanetti
5f6bccc44b loading? 2012-11-26 01:38:34 +01:00
Tomahawk CI
428036866a Automatic merge of Transifex translations 2012-11-26 01:16:43 +01:00
Michael Zanetti
1046b495b6 more brainstorming 2012-11-26 00:26:57 +01:00
Michael Zanetti
c5f1d38d96 more experimenting 2012-11-25 23:50:38 +01:00
Michael Zanetti
967631b30c pimped cover gradient 2012-11-25 23:17:48 +01:00
Dominik Schmidt
f129e5bd53 Hide song change notification setting on non-linux 2012-11-25 23:05:30 +01:00
Dominik Schmidt
23001f4e4a Allow disabling song change notifications
This is a hack actually, it would be better to allow disabling plugins
in a generic way
2012-11-25 22:47:58 +01:00
Dominik Schmidt
9b06cde3a6 Make --help work even if another instance is running 2012-11-25 22:04:15 +01:00
Dominik Schmidt
36a6a426a4 Remove last output when a second instance is started 2012-11-25 20:20:47 +01:00
Michael Zanetti
8899a38053 minor fixes/workarounds 2012-11-25 20:18:45 +01:00
Michael Zanetti
b20c81a071 hooked up the setuppage and smaller cleanups 2012-11-25 20:02:19 +01:00
Dominik Schmidt
cf7a01ca08 Remove another .. include path :P 2012-11-25 20:00:30 +01:00
Michael Zanetti
014f598dd2 setupscreen layouted properly 2012-11-25 19:43:47 +01:00
Christian Muehlhaeuser
897984f2a1 * Properly add radio type to genre requests. 2012-11-25 19:21:24 +01:00
Christian Muehlhaeuser
7f82cf6ea2 * Added interface for startFromGenre( QString ). 2012-11-25 19:02:12 +01:00
Michael Zanetti
166db57ec3 PathView should be quite good now 2012-11-25 18:14:48 +01:00
Michael Zanetti
2e2a566061 experiment 2012-11-25 04:50:09 +01:00
Michael Zanetti
ffa6f4ebaa fix pathview area and currentIndex 2012-11-25 04:08:21 +01:00
Michael Zanetti
e7ffb77cad more qml work 2012-11-25 02:03:02 +01:00
Tomahawk CI
3b9d1ed9e6 Automatic merge of Transifex translations 2012-11-25 01:16:57 +01:00
Christian Muehlhaeuser
d099bc0392 * Merged PlaylistInterface refactor. 2012-11-25 00:56:28 +01:00
Christian Muehlhaeuser
773c06aab7 * Added startFromTrack & startFromArtist to GeneratorInterface. 2012-11-24 23:39:41 +01:00
Michael Zanetti
8462a47985 some more work on stations 2012-11-24 23:39:29 +01:00
Christian Muehlhaeuser
4b23fe2fe0 * Make sure mode and type are set when loading a dynamic playlist. 2012-11-24 22:57:54 +01:00
Michael Zanetti
34d2215ef8 fix setting of first revision of playlist 2012-11-24 21:28:07 +01:00
Michael Zanetti
5d86bd2549 removed dynamic controls from whole generator stuff 2012-11-24 21:06:17 +01:00
Michael Zanetti
8c470c149c merged master 2012-11-24 15:43:55 +01:00
Michael Zanetti
18fbeffe02 add artist mode for stations 2012-11-24 15:29:12 +01:00
Michael Zanetti
39b9efd581 remove useless assert 2012-11-24 15:29:12 +01:00
Michael Zanetti
166d83539a some more testing work for stations 2012-11-24 15:29:12 +01:00
Michael Zanetti
7efd98e7a6 some more work on the stations 2012-11-24 15:29:12 +01:00
Michael Zanetti
f81630099a some more work on the station config 2012-11-24 15:29:12 +01:00
Christian Muehlhaeuser
667feee3cc * Mutex protect hash access. 2012-11-24 15:29:12 +01:00
Christian Muehlhaeuser
aaa0affad4 * Use largest album cover size last.fm offers. 2012-11-24 15:29:12 +01:00
Christian Muehlhaeuser
f1f577053b * Assert when trying to create an empty PlayableItem. 2012-11-24 15:29:12 +01:00
Christian Muehlhaeuser
5672debdce * Fixed getting artist covers from DeclarativeCoverArtProvider. 2012-11-24 15:29:12 +01:00
Christian Muehlhaeuser
fafa3eab15 * Add an assert for Jason. 2012-11-24 15:26:18 +01:00
Christian Muehlhaeuser
2de9880365 * Fixed cover retrieval via DeclarativeCoverArtProvider. 2012-11-24 15:26:18 +01:00
Michael Zanetti
56606f44bd dunno why, but QML seems to dislike jumps in enums... remove the Qt::UserRole + 100 2012-11-24 15:26:18 +01:00
Michael Zanetti
a95c765bb3 fix warning 2012-11-24 15:26:18 +01:00
Michael Zanetti
7d4c0f861f fix compilation without -fpermissive 2012-11-24 15:26:18 +01:00
Michael Zanetti
883bcc2670 - make the station stuff adapt to high DPIs
- more work on the config dialog
2012-11-24 15:26:18 +01:00
Christian Muehlhaeuser
fd75900e98 * Work on image provider & unique cover IDs. 2012-11-24 15:26:17 +01:00
Michael Zanetti
ca35446dfd make stations behave correctly (preload some tracks and switch to dynamic mode on play) 2012-11-24 15:24:38 +01:00