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

5416 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
f014b5a3f2 * Removed obsolete right frame on artist page. 2012-12-18 14:00:35 +01:00
Christian Muehlhaeuser
7d61881c10 * Set maximum amount of temp pages to 15. 2012-12-18 14:00:02 +01:00
Christian Muehlhaeuser
5a52586945 * Make sure we paint white text on covers. 2012-12-18 09:36:12 +01:00
Christian Muehlhaeuser
9a1558f1e9 * Show text on PlayableCover. 2012-12-18 09:35:50 +01:00
Christian Muehlhaeuser
3674016c81 * Slight improvements for artist page. 2012-12-18 09:35:28 +01:00
Christian Muehlhaeuser
bb2502817a * Fixed Artist-page margins. 2012-12-18 06:34:31 +01:00
Christian Muehlhaeuser
a8ae8fb70a * Disable auto-closing of pages. 2012-12-18 06:01:42 +01:00
Jason Herskowitz
dad3c7d719 Standardize colors used in header gradients, although stylehelper and basicheader paint gradients differently so they looks slightly different. 2012-12-17 10:11:23 -05:00
Jason Herskowitz
77a5c5f84e Standardize page background colors 2012-12-16 08:50:54 -05:00
Jason Herskowitz
616652da12 Footnotes background color to match 2012-12-16 08:42:19 -05:00
Jason Herskowitz
ffa8e342a4 Bring better Search box text to Master 2012-12-16 08:04:28 -05:00
Jason Herskowitz
eda6ab9df5 Bring nicer widget header gradient to Master 2012-12-16 08:00:56 -05:00
Jason Herskowitz
b62f73bab8 New toggle buttons. Not sure the colors work with the header, but give it a shot. 2012-12-15 16:43:39 -05:00
Christian Muehlhaeuser
bab844a698 Merge pull request #134 from crabmanX/master
some minor fixes to the musicbrainz infoplugin
2012-12-14 01:46:22 -08:00
Kilian Lackhove
e7b84283f7 MusicBrainzPlugin: use normalized artist names.
This fixes releases retrieval for artists names containing weird characters, such as the ellipsis in "... And you will know us by the trail of dead"
2012-12-14 10:36:43 +01:00
Kilian Lackhove
b02d33340b MusicBrainzPlugin: avoid duplicate tracks 2012-12-14 10:36:31 +01:00
Patrick von Reth
946ac0f597 make sure all values are availible to avaid the next bug 2012-12-12 12:27:04 +01:00
Patrick von Reth
ddafbdafee fixed invalid icons for windows thumbbottons crashing explorer.exe 2012-12-12 12:10:32 +01:00
Jason Herskowitz
86d4d1341b Merge branch 'master' of github.com:tomahawk-player/tomahawk 2012-12-10 11:13:52 -05:00
Teo Mrnjavac
fc83845361 Make AccountsToolButton icons smaller on Mac. 2012-12-10 17:12:04 +01:00
Jason Herskowitz
206840fd2c Updated some icons & played with Album page 2012-12-10 10:52:38 -05:00
Teo Mrnjavac
7a0bc07978 Add AccountsToolButton border on Mac. 2012-12-10 16:50:16 +01:00
Dominik Schmidt
2e6a6b77ef Show JavaScript-error-popups for Tomahawk debug builds instead of Qt debug builds 2012-12-09 14:55:38 +01:00
Christian Muehlhaeuser
68c2ea239f * Use MetaPlaylistInterface in various ViewPages. 2012-12-09 11:09:40 +01:00
Christian Muehlhaeuser
1fb507e92d * Style fix in LastFmInfoPlugin. 2012-12-09 11:09:14 +01:00
Christian Muehlhaeuser
5c33a5e902 * Style fixes in PlaylistInterface. 2012-12-09 11:08:55 +01:00
Christian Muehlhaeuser
a6accd5cf8 * Added missing includes. 2012-12-09 11:08:05 +01:00
Christian Muehlhaeuser
0d0b6fb244 * Added MetaPlaylistInterface, an interface that manages child interfaces. 2012-12-09 11:07:11 +01:00
Christian Muehlhaeuser
b827b9fb91 * Removed obsolete pseudo-PlaylistInterfaces. 2012-12-09 11:06:29 +01:00
Christian Muehlhaeuser
f95f40f73b * Prepared QueryLabel for queries without an album name. 2012-12-09 09:36:04 +01:00
Christian Muehlhaeuser
1fd8221181 * Update GridItemDelegate's buttons when current index has changed. 2012-12-09 09:11:13 +01:00
Christian Muehlhaeuser
5e5a95716c * FlexibleView now overwrites GridView's PlaylistInterface. 2012-12-09 09:10:09 +01:00
Christian Muehlhaeuser
9e31e03498 * GridView now allows (like Track- & TreeView) to have its PlaylistInterface overwritten. 2012-12-09 09:09:42 +01:00
Christian Muehlhaeuser
5376435094 * Emit a signal when PlaylistInterface's currentIndex has changed. 2012-12-09 09:08:59 +01:00
Christian Muehlhaeuser
926c8ad16b * Call parent's base-method after changing the current index. 2012-12-09 09:08:33 +01:00
Christian Muehlhaeuser
73ef7e2a4b * Generate square album covers, too. 2012-12-09 07:54:31 +01:00
Christian Muehlhaeuser
51c184d62f * Fixed PlaylistInterface ignoring offline results. 2012-12-09 07:22:24 +01:00
Christian Muehlhaeuser
a21c73712a * Fetch album covers via Last.fm's Album.getInfo API call. Use ExtraLarge instead of Mega per default. 2012-12-09 07:15:14 +01:00
Christian Muehlhaeuser
1f570298df * Compile fix for older liblastfms. 2012-12-09 06:51:53 +01:00
Christian Muehlhaeuser
473ec61eda * WIP: New artist page. 2012-12-09 06:44:13 +01:00
Christian Muehlhaeuser
14676071b9 * Use new biography API call in Artist class. 2012-12-09 06:44:13 +01:00
Christian Muehlhaeuser
455e525b11 * Added squareCenterPixmap( QPixmap ) to TomahawkUtils. 2012-12-09 06:44:12 +01:00
Christian Muehlhaeuser
a01233124b * Echonest supporting new API call for biographies. 2012-12-09 06:44:12 +01:00
Christian Muehlhaeuser
9266fdb9a4 * Support getting biographies from Last.fm. 2012-12-09 06:44:12 +01:00
Leo Franchi
f20b3360e1 On second thought, remove this whole conditional
KDSingleAppGuard has changed, we now get an instanceStarted() signal
that we handle in TomahawkApp, which contains the arguments passed
to the second instance. There's never any work we need to do in
the secondary process.
2012-12-08 23:45:07 -05:00
Leo Franchi
3752d3a721 Remove no longer needed hack, we're way past 0.1 now :) 2012-12-08 23:44:58 -05:00
Leo Franchi
d72aa3366c Fix conditional 2012-12-08 23:35:28 -05:00
Leo Franchi
feef983ef1 Don't crash when calling existing tomahawk instance w/ some tomahawk:// commands 2012-12-08 23:34:24 -05:00
Leo Franchi
de48618b15 Do not double-escape &, and manually decode '+' to " " as QUrl won't 2012-12-08 23:21:29 -05:00
Leo Franchi
f359e60b2a Revert "* Fixed GlobalActionManager's encoding/decoding issues."
This reverts commit c390aac860799c61b9cbb8754b3f1f65e5916509.
2012-12-08 23:05:06 -05:00