1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-22 16:59:58 +01:00

7785 Commits

Author SHA1 Message Date
Uwe L. Korn
aded202c8b Correctly handle/display the different states of PeerInfos 2013-06-14 16:46:07 +02:00
Uwe L. Korn
f842792331 Use deleteLater so that peerinfo_ptr can be used in different threads. 2013-06-14 16:36:38 +02:00
Christian Muehlhaeuser
c3c0208e55 * Fixed page fonts. 2013-06-14 16:04:44 +02:00
Jason Herskowitz
305fcba693 More Artist page design. 2013-06-14 09:52:52 -04:00
Christian Muehlhaeuser
f6ceac68b0 * Fixed ModeHeader's background color. 2013-06-14 14:24:48 +02:00
Christian Muehlhaeuser
d6479d0f5e * Fixed Track page. 2013-06-14 13:14:26 +02:00
Christian Muehlhaeuser
40035881b8 * Set the proper background color for the albums grid on the Artist page. 2013-06-14 12:49:34 +02:00
Christian Muehlhaeuser
db96d8e460 * Got rid of cover shadow / gradient. 2013-06-14 12:49:02 +02:00
Uwe L. Korn
e976774d52 Only invoke Closure if receiver still exists 2013-06-14 12:23:35 +02:00
Christian Muehlhaeuser
f3b028d020 * Moved highlight color roles into TomahawkStyle. 2013-06-14 11:57:26 +02:00
Christian Muehlhaeuser
d6344ea707 * Use QPalette::Foreground for drawing AlbumItemDelegate's position figure. 2013-06-14 11:52:26 +02:00
Christian Muehlhaeuser
ff641dfefc * Use new color roles on Artist page. 2013-06-14 11:52:26 +02:00
Christian Muehlhaeuser
1e5fa4d716 * StatsGauge retrieves color palette from TomahawkStyle. 2013-06-14 11:52:26 +02:00
Christian Muehlhaeuser
542b178ece * Fixed TomahawkUtils::prepareStyleOption(). 2013-06-14 11:52:26 +02:00
Christian Muehlhaeuser
9038992758 * Added new color roles to TomahawkStyle. 2013-06-14 11:52:26 +02:00
Uwe L. Korn
13db6a6b90 Keep a local strong reference to prevent deleting of the current object 2013-06-14 11:45:17 +02:00
Uwe L. Korn
a334c87e17 Do not rely on the object to be removed to be deleted after the callback 2013-06-14 10:35:22 +02:00
Christian Muehlhaeuser
e79935c1ca * A few more tweaks to artist page. 2013-06-14 02:19:56 +02:00
Tomahawk CI
5238105781 Automatic merge of Transifex translations 2013-06-14 02:16:47 +02:00
Christian Muehlhaeuser
5ac69fe411 * Fixed link color in header. 2013-06-14 02:00:54 +02:00
Christian Muehlhaeuser
b4d45ca555 * WIP: Artist page. 2013-06-14 01:57:40 +02:00
Christian Muehlhaeuser
8adcb0a111 * Got rid of obsolete TomahawkStyle colors. 2013-06-14 01:56:43 +02:00
Christian Muehlhaeuser
5d0cd075c3 * Cleaned up TomahawkStyle. 2013-06-14 01:56:05 +02:00
Christian Muehlhaeuser
7da87d238e * Added regular version of Titillium as resource. 2013-06-14 01:55:40 +02:00
Jason Herskowitz
baa1413041 Use a font that also has bold. WIP. 2013-06-13 19:35:11 -04:00
Jason Herskowitz
2dbd92c50f A bunch of styling to the Arist Page. WIP. 2013-06-13 19:11:27 -04:00
Christian Muehlhaeuser
e441577776 * Use TomahawkStyle::HEADER_TEXT for captions. 2013-06-13 16:29:56 +02:00
Christian Muehlhaeuser
3417a0d5e7 * Use Titillium Web for the labels on ArtistInfoWidget. 2013-06-13 14:40:07 +02:00
Christian Muehlhaeuser
98203a819e * Load fonts on startup. 2013-06-13 14:27:25 +02:00
Christian Muehlhaeuser
f3643eebba * TomahawkStyle::loadFonts() auto-loads all fonts in the data/fonts/ resource. 2013-06-13 14:27:04 +02:00
Christian Muehlhaeuser
25a5c4a0dc * Added example ttf font. 2013-06-13 14:26:31 +02:00
Christian Muehlhaeuser
112ef8bbd6 * Further tweaks to artist-page layout. 2013-06-13 11:41:19 +02:00
Christian Muehlhaeuser
745ad28ae2 * Style fixes. 2013-06-13 11:40:51 +02:00
Christian Muehlhaeuser
11d41419d9 * Make boxes entirely transparent. 2013-06-13 11:40:39 +02:00
Christian Muehlhaeuser
b25cc538f7 * When a track starts playing, check if we need to update the sidebar's speaker-icon. 2013-06-13 10:25:59 +02:00
Christian Muehlhaeuser
8f91f7d18f * Implemented LovedTracksItem's isBeingPlayed(). 2013-06-13 10:25:28 +02:00
Christian Muehlhaeuser
1fdd485207 * Style fixes in GenericPageItems. 2013-06-13 10:25:04 +02:00
Christian Muehlhaeuser
fc4ab3a262 * Style fixes in SourcesModel. 2013-06-13 10:24:31 +02:00
Christian Muehlhaeuser
e9eb1874e1 * Style fixes in SourceTreeView. 2013-06-13 10:23:40 +02:00
Christian Muehlhaeuser
6ea6628ff0 * Implemented Flexible(Tree)View's isBeingPlayed(). 2013-06-13 10:23:19 +02:00
Christian Muehlhaeuser
357d9b13d5 * Emit a signal when the currentTrackPlaylist changes in AudioEngine. 2013-06-13 10:18:36 +02:00
Christian Muehlhaeuser
e5bf528fa9 * Removed obsolete png. 2013-06-13 09:07:01 +02:00
Christian Muehlhaeuser
623f764ee4 * Use TomahawkStyle's methods to apply stylesheets. 2013-06-13 09:06:43 +02:00
Christian Muehlhaeuser
a11c90c66b * Moved stylesheet methods into TomahawkStyle. 2013-06-13 09:04:41 +02:00
Tomahawk CI
b93532dd64 Automatic merge of Transifex translations 2013-06-13 02:17:08 +02:00
Christian Muehlhaeuser
b0959b4b68 * Fixed RecentPlaylistsModel not respecting the set limit. 2013-06-12 13:35:33 +02:00
Christian Muehlhaeuser
86422655ef * Auto-resize PlaylistWidget. 2013-06-12 13:35:11 +02:00
Christian Muehlhaeuser
9d4280493e * Make hover-glow subtler. 2013-06-12 13:12:44 +02:00
Christian Muehlhaeuser
bcc17ded53 * Give Dashboard a header. 2013-06-12 13:00:02 +02:00
Christian Muehlhaeuser
74a027a936 * Tweak page and header colors. 2013-06-12 12:59:09 +02:00