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

8584 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
08b2bdc566 * Added skeleton for DbCmd_ForceResync. 2013-09-08 20:27:55 +02:00
Christian Muehlhaeuser
e007f1cd72 * Fixed statusbar shifting to the right when going into fullscreen mode on OSX. 2013-09-08 06:16:00 +02:00
Christian Muehlhaeuser
467dd177d2 * Remove SuperCollection. 2013-09-08 02:34:07 +02:00
Tomahawk CI
78e1341cae Automatic merge of Transifex translations 2013-09-08 02:17:16 +02:00
Christian Muehlhaeuser
baab038566 * Update internal loved state sooner to make the UI feel more responsive. 2013-09-08 01:35:44 +02:00
Christian Muehlhaeuser
4ed80067fa * Also use queryTrack() when painting the love-box. 2013-09-08 01:32:43 +02:00
Christian Muehlhaeuser
a05e7c2b18 * Revert to checking queryTrack()'s loved status. 2013-09-08 01:29:59 +02:00
Christian Muehlhaeuser
f402fb39a7 * Make TrackData (re)parse SocialActions after setting a new one. 2013-09-08 01:22:33 +02:00
Christian Muehlhaeuser
8f701746a1 * Use new Track api to get SocialActions in PlaylistItemDelegate. 2013-09-08 01:21:37 +02:00
Christian Muehlhaeuser
b30a75ba85 * Added Track and TrackData::sourcesWithSocialAction( action, value ). 2013-09-08 01:20:07 +02:00
Christian Muehlhaeuser
aee9754e95 * Fixed HistoryWidget's extra header. 2013-09-07 23:09:06 +02:00
Christian Muehlhaeuser
e5c66b2b96 * Alt/Cmd+Left & +Right to jump between pages and Ctrl+Up & Down to change the volume. 2013-09-07 21:46:23 +02:00
Christian Muehlhaeuser
fa33c14ccc * Arrow keys left/right to jump to previous/next track. 2013-09-07 21:45:40 +02:00
Christian Muehlhaeuser
3343062fcc * Remove TemporaryPageItem from sidebar when its ViewPage gets destroyed. 2013-09-07 21:29:04 +02:00
Christian Muehlhaeuser
41aeff750b * Added shortcut (Ctrl+W / Cmd+W) for closing the current (temporary) page. 2013-09-07 21:28:13 +02:00
Christian Muehlhaeuser
24f10f2391 * Added ViewManager::destroyCurrentPage(). 2013-09-07 21:27:36 +02:00
Christian Muehlhaeuser
e2166a0a00 * Ensure sort is stable. 2013-09-07 20:53:48 +02:00
Christian Muehlhaeuser
b929ff7912 * Added comment about odd crash. 2013-09-07 20:52:58 +02:00
Christian Muehlhaeuser
56211adbf1 * Style fixes. 2013-09-07 20:52:24 +02:00
Christian Muehlhaeuser
669f27716e * Try using indexRowSizeHint for calculating view's height. 2013-09-07 19:30:16 +02:00
Christian Muehlhaeuser
3fb7b1ced0 * Using contentsMargins() to calculate the view height seems better. 2013-09-07 19:07:11 +02:00
Christian Muehlhaeuser
ccea2fdbed * Fixed Track- and Artist-page layout while loading items. 2013-09-07 18:19:59 +02:00
Christian Muehlhaeuser
5f157a4f78 * Fixed now playing indicator when playing from SearchWidgets. 2013-09-07 17:52:12 +02:00
Christian Muehlhaeuser
67f17102ee * Added new viewpage plugins to macdeploy. 2013-09-07 16:46:51 +02:00
Christian Muehlhaeuser
acced612d2 * Re-exported icons with gimp. 2013-09-07 16:20:40 +02:00
Christian Muehlhaeuser
5bb424414f * Renamed grayscale icon so it won't interfere with the app-icon macro. 2013-09-07 15:57:50 +02:00
Christian Muehlhaeuser
98de8bd9a4 * Updated ChangeLog. 2013-09-07 15:11:18 +02:00
Christian Muehlhaeuser
8b134d935f * Try to write BMPs without color space information. 2013-09-07 14:54:32 +02:00
Christian Muehlhaeuser
42a24a08b4 * Try old image to rule out installer weirdness. 2013-09-07 14:42:39 +02:00
Christian Muehlhaeuser
c2baee18ca * Try to fix installer bmps. 2013-09-07 14:24:49 +02:00
Tomahawk CI
9debfe6f81 Automatic merge of Transifex translations 2013-09-07 02:17:21 +02:00
Jeff Mitchell
a2e9ecfad1 Only deauth on 401 2013-09-06 16:22:39 -04:00
Jeff Mitchell
f3b7fc6cae Not all 401s are OTP needed 2013-09-06 16:06:16 -04:00
Christian Muehlhaeuser
11681c5b35 * Ensure similar tracks get resolved. 2013-09-06 19:38:26 +02:00
Jeff Mitchell
d1acd10b12 Update Hatchet account to use new API. 2013-09-06 13:31:08 -04:00
Christian Muehlhaeuser
b9133e57ba * Style fixes. 2013-09-06 19:22:27 +02:00
Christian Muehlhaeuser
c31f0ad9c7 * Remove creation of automatic playlists. 2013-09-06 16:20:30 +02:00
Christian Muehlhaeuser
7d16b5181d * Use native file-dialogs to pick library paths. 2013-09-06 15:02:53 +02:00
Christian Muehlhaeuser
4bc5b8cc98 * This should fix the CrashReporter crashing (*cough*) when not sending the report. 2013-09-06 13:36:16 +02:00
Christian Muehlhaeuser
dcc4ed6683 * Safer to use the DynamicPlaylist::removalHandler() method. 2013-09-06 11:10:27 +02:00
Christian Muehlhaeuser
945942b18a * DynamicPlaylist needs to store its own weak-ptr so we can access the dynplaylist_ptr (instead of only the playlist_ptr) internally. 2013-09-06 11:09:38 +02:00
Christian Muehlhaeuser
2244f23fde * Emit Playlist::aboutToBeDeleted from inside Playlist. 2013-09-06 11:07:29 +02:00
Tomahawk CI
0beac78da8 Automatic merge of Transifex translations 2013-09-06 02:17:16 +02:00
Christian Muehlhaeuser
5daf042976 * We shouldn't need to set an empty-tip in the ViewManager any longer. 2013-09-05 22:24:52 +02:00
Christian Muehlhaeuser
e414c00080 * Style fixes and debugging. 2013-09-05 22:24:23 +02:00
Christian Muehlhaeuser
585a7ad878 * Some of the ugliest, hackiest code I've written in recent times. Hack around broken QColumnView. 2013-09-05 22:19:46 +02:00
Christian Muehlhaeuser
73b023c96e * PlaylistView really must not control a model's loading state. 2013-09-05 17:14:40 +02:00
Christian Muehlhaeuser
15765f80b5 * PlaylistModel::startLoading() must be called earlier so we don't end up showing an empty-hint. 2013-09-05 17:14:19 +02:00
Christian Muehlhaeuser
215f9492f0 * Only disconnectAll / connectAll for sip-plugins. 2013-09-05 12:42:07 +02:00
Christian Muehlhaeuser
84a47cc251 * Don't access playlist data before it's loaded in ShortLinkHelper::shortLink(). 2013-09-05 12:06:29 +02:00