1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

7039 Commits

Author SHA1 Message Date
Patrick von Reth
2df438d498 removed broken test for THUMBBUTTON, as this would only be an issue on very old mingw versions 2014-01-09 10:01:28 +01:00
Teo Mrnjavac
53dd0848a6 Don't stretch the artist label too much. 2014-01-08 18:01:37 +01:00
Teo Mrnjavac
c86b5ab74e Added a ScrollingLabel that scrolls on hover when the text doesn't fit. 2014-01-08 18:01:37 +01:00
Teo Mrnjavac
3299dc14d6 Use DpiScaler for a fixed column width. 2014-01-08 18:01:37 +01:00
Teo Mrnjavac
903bd0ee4b Unnecessary inline is unnecessary. 2014-01-08 18:01:37 +01:00
Teo Mrnjavac
b4ad00fe2c Unnecessary hack is unnecessary. 2014-01-08 18:01:36 +01:00
Teo Mrnjavac
0e6cda9b83 Fix ColumnViewPreviewWidget minimum height on Mac. 2014-01-02 15:03:39 +01:00
Teo Mrnjavac
82605afb5e What happens if we never scroll the ColumnViewPreviewWidget? 2014-01-02 14:08:41 +01:00
Teo Mrnjavac
8bbc7ce607 Fix build on Mac. 2014-01-02 13:05:25 +01:00
Teo Mrnjavac
42a298f7e0 Show Artist page from ColumnViewPreviewWidget. 2014-01-02 12:47:11 +01:00
Teo Mrnjavac
a7947a7fcf Remake ColumnViewPreviewWidget without uic. 2014-01-02 12:35:03 +01:00
Teo Mrnjavac
a10401230d Fixed enqueuing of urls without metadata. 2013-12-20 09:27:19 +01:00
Teo Mrnjavac
6832d3c952 Fix XSPF loading breakage.
Incoming result hints are now passed through ResultUrlChecker.
2013-12-20 08:57:44 +01:00
Teo Mrnjavac
c18d8568c7 If a tomahawk link has a xspf, be sure to load it from GAM. 2013-12-19 17:39:57 +01:00
Teo Mrnjavac
60d6ec3789 Add support for tomahawk://love links. 2013-12-19 13:26:49 +01:00
Teo Mrnjavac
3bbcefe56e Correct emptyTip for collection views. 2013-12-17 16:59:12 +01:00
Teo Mrnjavac
9a6b74a749 Disable QtKeychain on OSX. 2013-12-12 17:51:10 +01:00
Jeff Mitchell
1adefb3e5d Fix some mandella API changes 2013-12-10 16:06:00 -05:00
Teo Mrnjavac
aff4e329c1 Make compile 2013-12-09 17:11:08 +01:00
Teo Mrnjavac
d393b68516 Good guy CI made me realize we probably don't want scaling on OSX anyway. 2013-12-06 20:11:50 +01:00
Teo Mrnjavac
7c13aeca6d Fix column view preview widget on high DPI and/or big system font sizes. 2013-12-06 19:31:05 +01:00
Christian Muehlhaeuser
da85993000 Merge pull request #218 from TheOneRing/fix-thumb-test
fix test for HAVE_THUMBBUTTON
2013-12-06 02:50:23 -08:00
Patrick von Reth
691676a2db fix test for HAVE_THUMBBUTTON 2013-12-05 20:28:38 +01:00
Teo Mrnjavac
8cc2c69e9c Fix include guard. 2013-12-04 15:01:11 +01:00
Teo Mrnjavac
c82dd55154 Always show QtKeychain error code. 2013-11-14 16:44:30 +01:00
Teo Mrnjavac
9476a06f3d Don't crash when getting an invalid dbcmd. 2013-10-23 16:29:44 +02:00
Christian Muehlhaeuser
99d2199736 * Get rid of fugly state-queue handling in AudioEngine. 2013-10-22 10:46:58 +02:00
Christian Muehlhaeuser
381f23013d * Whitelist more staticdata. 2013-10-21 17:13:50 +02:00
Christian Muehlhaeuser
f85c188298 *Api_v1 serves static files as requested when whitelisted. 2013-10-21 15:22:33 +02:00
Teo Mrnjavac
849917cb00 Play with small text shade in PlaylistLargeItemDelegate 2013-10-19 15:29:03 +02:00
Christian Muehlhaeuser
fd6f2940d3 * Use brighter color for artist names in PlaylistLargeItemDelegate. 2013-10-06 07:31:36 +02:00
Christian Muehlhaeuser
97e202a24e * Changed display order from 'Artist - Track' to 'Track - Artist' to be more consistent. 2013-10-06 07:09:38 +02:00
Christian Muehlhaeuser
327a9136fb * Fixed QueueView's context menu not working. 2013-10-06 05:31:19 +02:00
Teo Mrnjavac
a471c5c6e6 Added tooltips to avatars in delegate boxes 2013-09-30 13:00:11 +02:00
Jeff Mitchell
7aeda82761 sipPlugin() calls to most sips would automatically create if it did not already exist. But when shutting down and trying to disconnect a plugin, you don't want it constructing as you're shutting things down...it leads to crashes. Based on some of the code I looked at/touched, this will also fix a few places where sips were being connected when unexpected, like after changing some settings. 2013-09-28 15:49:46 -04:00
Teo Mrnjavac
ab676a18ff Show times in Latest Additions view, and make Recently Played safer 2013-09-27 14:33:18 +02:00
Teo Mrnjavac
a0edbf1858 Don't require text to be set for GenericBox 2013-09-27 14:22:36 +02:00
Teo Mrnjavac
40ff72d9e2 More code deduplication between LoveBox and GenericBox 2013-09-27 14:10:18 +02:00
Teo Mrnjavac
bc7d39c172 Return type gets its own line 2013-09-27 12:55:53 +02:00
Teo Mrnjavac
7e598a5aba Redundant code is redundant. 2013-09-27 12:55:21 +02:00
Teo Mrnjavac
6242b1633f Added RecentBox for recently played tracks view. TODO: DRY 2013-09-27 11:08:23 +02:00
Teo Mrnjavac
2ad402f3de Put text left of pixmaps in SentBox 2013-09-26 20:01:48 +02:00
Teo Mrnjavac
f539551068 Add SentBox (like LoveBox) to Inbox 2013-09-26 14:54:47 +02:00
Teo Mrnjavac
0bbbf624e8 More debug spam for Keychain. 2013-09-26 11:01:27 +02:00
Teo Mrnjavac
f1d9598e5e Obsolete include is obsolete. 2013-09-26 10:43:26 +02:00
Teo Mrnjavac
7b7850bcb5 -_-' 2013-09-23 17:52:11 +02:00
Teo Mrnjavac
97692a1a13 Unbreak build. 2013-09-23 17:46:45 +02:00
Jeff Mitchell
02386935ad Revert/fix hatchet/websocket logging 2013-09-23 11:45:20 -04:00
Teo Mrnjavac
bc1ebfa89b Debug spam for OSX keychain. 2013-09-23 17:32:48 +02:00
Uwe L. Korn
16ffb4f1eb Add newer annotation name 2013-09-21 13:48:21 +02:00