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

8507 Commits

Author SHA1 Message Date
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
Christian Muehlhaeuser
df66559137 * Style fixes. 2013-09-05 11:02:00 +02:00
Christian Muehlhaeuser
a32d674b09 * Be a little less verbose. 2013-09-05 11:02:00 +02:00
Christian Muehlhaeuser
439ca29f99 * No need to manually call finishLoading in QueueView. 2013-09-05 11:02:00 +02:00
Christian Muehlhaeuser
1d3770eccf * Call startLoading() before dispatching to the resolver. 2013-09-05 11:02:00 +02:00
Christian Muehlhaeuser
354805b7b4 * Don't restore settings if the TrackView's guid didn't actually change. 2013-09-05 11:02:00 +02:00
Christian Muehlhaeuser
09fb1724b5 * Implement standard removeRows() method in PlayableModel. 2013-09-05 11:02:00 +02:00
Tomahawk CI
47d70b3592 Automatic merge of Transifex translations 2013-09-05 02:17:16 +02:00
Jason Herskowitz
12c2d6a7c0 Add splash screen 2013-09-04 16:29:17 -04:00
Christian Muehlhaeuser
2ae76ba33f * Added helpful comment. 2013-09-04 18:56:12 +02:00
Christian Muehlhaeuser
1e0eff1977 * Don't create manual drops when an InternalMove has been denied. 2013-09-04 18:53:44 +02:00
Christian Muehlhaeuser
53cfb08980 * This looks like a typo. 2013-09-04 18:11:15 +02:00
Jason Herskowitz
c756aa7667 If this doesn't fix the Windows installer image, then I'm stumped 2013-09-04 07:41:45 -04:00
Tomahawk CI
2d0a43b578 Automatic merge of Transifex translations 2013-09-04 02:17:25 +02:00
Jason Herskowitz
6cdc6825fd Update Windows installer sidebar image... did it work? 2013-09-03 18:35:51 -04:00
Christian Muehlhaeuser
516b8c946f * Style fixes. 2013-09-03 23:46:00 +02:00
Christian Muehlhaeuser
380368380e * Don't blindly accept all HTTP result-hints in an XSPF. 2013-09-03 23:41:47 +02:00
Christian Muehlhaeuser
a546268c7a * Don't whitelist youtube urls. They won't work. 2013-09-03 23:40:10 +02:00
Christian Muehlhaeuser
b9671f70a6 * Re-init SettingsDialog each time we show it (and delete it afterwards). 2013-09-03 22:38:25 +02:00
Christian Muehlhaeuser
e88252880f * Emit finished() when SettingsDialog closes. 2013-09-03 22:37:52 +02:00
Christian Muehlhaeuser
a5ff52ca91 * Style fixes. 2013-09-03 22:30:30 +02:00
Christian Muehlhaeuser
1e545dcc6c * Use the new SipPlugin::addContact() api. 2013-09-03 22:01:36 +02:00
Christian Muehlhaeuser
8b09d19341 * New SipPlugin::addContact() api. You can specify whether this is an invitation or a simple contact addition. 2013-09-03 22:00:51 +02:00
Christian Muehlhaeuser
f4aa6291c8 * MetadataEditor can change tags on Track again. 2013-09-03 20:51:35 +02:00
Christian Muehlhaeuser
8d6b02a9a7 * Let Track detach from TrackData when changing metadata. 2013-09-03 20:51:35 +02:00
Jason Herskowitz
6fb25fc68b Update changelog 2013-09-03 11:33:54 -04:00
Christian Muehlhaeuser
1d354cbba5 * Properly print out msg's payload. 2013-09-03 15:59:26 +02:00
Christian Muehlhaeuser
1b7af636a8 * There hasn't be a 0.7.1 release. 2013-09-03 15:59:08 +02:00