Christian Muehlhaeuser
|
3c3f2b12c6
|
Fixed compiling.
|
2014-12-01 15:34:50 +01:00 |
|
Christian Muehlhaeuser
|
0312ef7dab
|
Set default background for AudioControls.
|
2014-12-01 15:33:19 +01:00 |
|
Christian Muehlhaeuser
|
0d2fc7a96d
|
Removed obsolete TomahawkStyle color consts.
|
2014-12-01 15:06:15 +01:00 |
|
Christian Muehlhaeuser
|
7eaaa66fbf
|
Re-use TomahawkStyle::HEADER_BACKGROUND.
|
2014-12-01 14:49:15 +01:00 |
|
Christian Muehlhaeuser
|
ab9423d55b
|
Re-use TomahawkStyle::HEADER_LABEL.
|
2014-12-01 13:45:07 +01:00 |
|
Christian Muehlhaeuser
|
7ae2fe2952
|
Use PAGE_BACKGROUND color throughout Tomahawk.
|
2014-12-01 13:13:17 +01:00 |
|
Uwe L. Korn
|
583d684697
|
Expose VLC instance
|
2014-11-25 23:48:50 +01:00 |
|
Christian Muehlhaeuser
|
08db5cde69
|
Use 'albumArtist' (uppercase Artist) for resolvers.
|
2014-11-25 16:37:41 +01:00 |
|
Uwe L. Korn
|
e06c0cbdae
|
Check for AlbumArtist support in libvlc_meta
|
2014-11-24 22:17:11 +01:00 |
|
Christian Muehlhaeuser
|
525fcc650e
|
Use a closure to handle tracks async.
|
2014-11-24 18:52:21 +01:00 |
|
Christian Muehlhaeuser
|
63bc270f61
|
Support albumArtist whereever possible.
|
2014-11-24 18:52:20 +01:00 |
|
Christian Muehlhaeuser
|
cb6c901eb4
|
Added albumArtist property to Track.
|
2014-11-24 18:52:20 +01:00 |
|
Uwe L. Korn
|
195aa27b87
|
Access private variable directly instead of using getter
|
2014-11-22 23:35:31 +01:00 |
|
Uwe L. Korn
|
b7ed91c112
|
Private is only used for reading
|
2014-11-22 23:26:07 +01:00 |
|
Uwe L. Korn
|
1625e7a0ed
|
Remove unused references to Private
|
2014-11-22 23:25:53 +01:00 |
|
Christian Muehlhaeuser
|
f48d07c77f
|
Fixed include.
|
2014-11-22 19:08:25 +01:00 |
|
Christian Muehlhaeuser
|
87d2ddd8c6
|
Make more FdoNotifyPlugin strings translatable.
|
2014-11-22 18:41:37 +01:00 |
|
Christian Muehlhaeuser
|
235ecc66b4
|
Use album-artist if available.
|
2014-11-21 21:06:20 +01:00 |
|
Christian Muehlhaeuser
|
90437a7666
|
Merge pull request #273 from hansschmucker/master
Use albumartist in DatabaseCommand_AddFiles
|
2014-11-21 20:44:20 +01:00 |
|
Christian Muehlhaeuser
|
9c4b486a44
|
Make more FdoNotifyPlugin texts translatable.
|
2014-11-21 19:47:27 +01:00 |
|
Christian Muehlhaeuser
|
6b7a9e274b
|
Fixed --demo argument, stripping domains of usernames for demo purposes.
|
2014-11-21 16:15:11 +01:00 |
|
Christian Muehlhaeuser
|
8f28228061
|
Fixed scaling with width or height being 0.
|
2014-11-21 03:29:38 +01:00 |
|
Christian Muehlhaeuser
|
5052e39cbc
|
Keep aspect ratio for image requests with width or height being 0.
|
2014-11-21 03:29:29 +01:00 |
|
Dominik Schmidt
|
fcc772ecc5
|
Fix serialization of QVariantMap to javascript
|
2014-11-20 21:25:05 +01:00 |
|
Christian Muehlhaeuser
|
83861f32cf
|
Made tag reading safer and easier.
Show error message if we couldn't write tags to a file.
|
2014-11-19 16:13:01 +01:00 |
|
Dominik Schmidt
|
e1dbeb4cd6
|
Move all classes in libtomahawk/resolvers to Tomahawk namespace
|
2014-11-17 21:46:40 +01:00 |
|
Dominik Schmidt
|
91af16fc18
|
Style and debug spam cleanup
|
2014-11-17 21:46:40 +01:00 |
|
Dominik Schmidt
|
b3ace2f05a
|
Make JSResolver::escape public and use it from JSInfoPlugin
|
2014-11-17 21:46:40 +01:00 |
|
Dominik Schmidt
|
de0fcab5f9
|
Add escape helper method to JSResolver
|
2014-11-17 21:46:40 +01:00 |
|
Dominik Schmidt
|
f8ce2c9108
|
Add Tomahawk.assert to JS bindings
|
2014-11-17 21:46:39 +01:00 |
|
Dominik Schmidt
|
e8b8f95a25
|
Get rid of QVariantHash in EchonestPlugin completely
|
2014-11-17 21:46:39 +01:00 |
|
Dominik Schmidt
|
470cd7e0c5
|
Don't use QVariantHash instead of QVariantMap for artist biographies
|
2014-11-17 21:46:39 +01:00 |
|
Dominik Schmidt
|
2cd4b0442e
|
Remove spurious newline
|
2014-11-17 21:46:39 +01:00 |
|
Dominik Schmidt
|
84b30f0f5e
|
Move Q_D underneath any thread guards
|
2014-11-17 21:46:39 +01:00 |
|
Dominik Schmidt
|
0c26533261
|
Make sure JSInfo* methods are called in the right threads
|
2014-11-17 21:46:39 +01:00 |
|
Dominik Schmidt
|
b88faf3bdf
|
Remove unused include
|
2014-11-17 21:46:39 +01:00 |
|
Dominik Schmidt
|
0d51bfb786
|
Fix code style
|
2014-11-17 21:46:38 +01:00 |
|
Dominik Schmidt
|
b77d4dc73e
|
Call _adapter_$propertyName on resolver object if available to allow a nice promise based API without breaking legacy resolvers
|
2014-11-17 21:46:38 +01:00 |
|
Dominik Schmidt
|
5ae9275a5a
|
Add helper method to call properties/functions on resolver js object
|
2014-11-17 21:46:38 +01:00 |
|
Dominik Schmidt
|
f075259b8d
|
Make promises available to resolvers as well
|
2014-11-17 21:46:38 +01:00 |
|
Dominik Schmidt
|
d5fab40884
|
Add JavaScript InfoPlugins
|
2014-11-17 21:46:38 +01:00 |
|
Christian Muehlhaeuser
|
e0f0bcbe35
|
Album search-results needs delegate line wrapping.
|
2014-11-17 14:49:54 +01:00 |
|
Dominik Schmidt
|
9182364966
|
Fix qtsparkle usage
|
2014-11-17 12:18:09 +01:00 |
|
Uwe L. Korn
|
fa95a0d0b1
|
Look into the list of driver instead of probing.
This eliminates a Qt warning about a not available QSql backend.
|
2014-11-16 18:37:46 +01:00 |
|
Uwe L. Korn
|
cf9bc2b403
|
Proxy isBeingPlayed to the page
|
2014-11-16 16:37:01 +01:00 |
|
Uwe L. Korn
|
892b5e9050
|
Simplify isBeingPlayed
|
2014-11-16 16:37:01 +01:00 |
|
Uwe L. Korn
|
b14280b96c
|
Bundle all playlist interfaces and export the meta interface
|
2014-11-16 16:37:01 +01:00 |
|
Uwe L. Korn
|
087b35cc89
|
Track collection page
|
2014-11-16 16:37:01 +01:00 |
|
Uwe L. Korn
|
945740eb21
|
Show now playing icon also for collections
|
2014-11-16 16:37:00 +01:00 |
|
Uwe L. Korn
|
9487182438
|
Remove trailing ;
|
2014-11-16 16:37:00 +01:00 |
|