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

6585 Commits

Author SHA1 Message Date
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
Christian Muehlhaeuser
a4e9c7451d * Remove debug. 2012-12-09 03:00:28 +01:00
Christian Muehlhaeuser
c390aac860 * Fixed GlobalActionManager's encoding/decoding issues. 2012-12-09 02:53:38 +01:00
Christian Muehlhaeuser
ab52e93992 * Style fix for StyleHelper. Lol. 2012-12-09 02:17:00 +01:00
Christian Muehlhaeuser
4ca4439255 * Support tomahawk://view/track in GlobalActionManager. 2012-12-09 02:16:25 +01:00
Christian Muehlhaeuser
4fdacf80a5 * Use background gradients for HeaderWidgets. 2012-12-08 22:57:12 +01:00
Christian Muehlhaeuser
4b6e4d836d * Use BasicHeader's colors for the HeaderWidget. 2012-12-08 22:47:42 +01:00
Jason Herskowitz
25c7b3927a ... and again 2012-12-08 16:39:22 -05:00
Jason Herskowitz
11f65fac47 Increase size of jump link a bit 2012-12-08 16:36:33 -05:00
Christian Muehlhaeuser
1842c2b77b * Make sure we always set our custom foreground color on now-playing items. 2012-12-08 22:20:45 +01:00
Christian Muehlhaeuser
52a30ea0bd * Experiment with now playing item's colors. 2012-12-08 22:14:43 +01:00
Jason Herskowitz
bee3f18fbe More subtle Jump Link icon 2012-12-08 16:12:04 -05:00
Christian Muehlhaeuser
f54c4adae2 * Ditch italic and make artist/album font smaller instead. 2012-12-08 21:44:21 +01:00
Christian Muehlhaeuser
0102ab7e0a * Display Artist left of Album in AudioControls. 2012-12-08 21:40:02 +01:00
Christian Muehlhaeuser
f1ae9ce222 * Fixed ArtistAndAlbum hover states. 2012-12-08 21:39:43 +01:00
Christian Muehlhaeuser
19d91d7cba * Italic font for album name. 2012-12-08 21:20:38 +01:00
Christian Muehlhaeuser
16b5766125 * Normal font weight for time & time remaining. 2012-12-08 21:19:11 +01:00
Christian Muehlhaeuser
6854bffb8f * Disable drop-shadow effect. 2012-12-08 21:13:29 +01:00
Christian Muehlhaeuser
8d6b4d1cd3 Revert "* QueryLabel now draws a fancier text in the AudioControls."
This reverts commit 452c5b7ccedd686fd5d5d559c778fe9f1bf11231.
2012-12-08 21:08:40 +01:00
Christian Muehlhaeuser
c6c5007ab4 * Fixed margin and add drop-shadow effect to BasicHeader's caption. 2012-12-08 21:08:40 +01:00
Christian Muehlhaeuser
511cea9e7e * Use bold fonts in AudioControls. 2012-12-08 21:08:40 +01:00
Dominik Schmidt
10b7f70dc0 Merge pull request #131 from norrs/find_CLucene_libraries_multiarch
Fixes cmake file for finding CLucene libraries on systems supporting mul...
2012-12-08 02:58:50 -08:00
Tomahawk CI
09d646a3ff Automatic merge of Transifex translations 2012-12-08 01:17:22 +01:00
Jason Herskowitz
785e355dd5 Fix the collaborative playlist dot and the artist-icon 2012-12-07 15:37:20 -05:00
Jason Herskowitz
f45f49dc4d Clean up icons in Prefs and Account Dialog 2012-12-07 13:28:50 -05:00
Roy Sindre Norangshol
585fa8060f Fixes cmake file for finding CLucene libraries on systems supporting multiarch
Debian and Ubuntu switching to support multiarch, libraries gets installed
under /usr/lib/{multiarch-triplet}.
ie: /usr/lib/x86_64-linux-gnu .

See http://public.kitware.com/Bug/view.php?id=12037 for a like-wise bug
with good details.
2012-12-07 19:15:44 +01:00
Jason Herskowitz
70621353ca Change shuffle and repeat active states and more 2012-12-07 12:29:54 -05:00
Christian Muehlhaeuser
2fd4f47a4a * Set font weight on AudioControls. 2012-12-07 18:09:04 +01:00
Christian Muehlhaeuser
452c5b7cce * QueryLabel now draws a fancier text in the AudioControls. 2012-12-07 18:07:26 +01:00
Jason Herskowitz
035b815cfb Color tweaks all around. Now playing window to match controls. Thoughts? 2012-12-07 11:11:15 -05:00
Christian Muehlhaeuser
1d32eeffde * Paint linear gradient as header background. 2012-12-07 05:54:11 +01:00