1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01:00

8522 Commits

Author SHA1 Message Date
Leo Franchi
a64427da15 Style **cough** 2015-01-21 19:45:39 -08:00
Leo Franchi
835dd9e4eb Handle JSPF playlists in load/playlist command 2015-01-21 19:24:32 -08:00
Leo Franchi
8efd47a17e Handle JSPF playlists in Import Playlist dialog
Additionally, use the job status view to show errors
when loading XSPF playlists instead of modals
2015-01-21 19:24:29 -08:00
Christian Muehlhaeuser
e32f333093 Disable rounded image in ColumnView's preview widget. 2015-01-12 04:20:07 +01:00
Thierry Göckel
94c666b604 Fix typo. 2015-01-06 23:54:39 +01:00
Dominik Schmidt
cf10521b1e Add basic Windows runtime version support 2014-12-22 21:55:16 +01:00
Dominik Schmidt
19d617266e Add user agent to pong request 2014-12-22 21:55:04 +01:00
Uwe L. Korn
60ce34e206 Remove unnecessary variable crows 2014-12-21 11:46:34 +01:00
Uwe L. Korn
b8823401f8 Use C++11 pointers for memory management 2014-12-21 11:40:08 +01:00
Christian Muehlhaeuser
2f76f0c43e Print out unexpected non-JSON messages. 2014-12-17 00:12:57 +01:00
Jason Herskowitz
73d3f92883 Fix bio background color 2014-12-15 11:58:55 -05:00
Christian Muehlhaeuser
8601b0bd2d Setup closure after adding tracks to model, so we don't accidentally clear/append twice. 2014-12-10 04:39:25 +01:00
Paul Sajna
1ab463b235 Add paused to currenttrack response of json api 2014-12-09 16:09:19 -08:00
Dominik Schmidt
52e9aad61b Add position to currenttrack response of json api 2014-12-05 02:07:25 +01:00
Jason Herskowitz
4bc08c4d3c Make now playing indicator color in Collection match color of progress bar in Playlist view 2014-12-01 17:36:38 -05:00
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