1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 09:19:41 +01:00

3221 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
77400f543c * Temporary fix for wrong sampleRate detection by libmad. 2010-12-01 07:17:27 +01:00
Christian Muehlhaeuser
89da3f6f85 * Activate item when pressing return / enter. 2010-12-01 06:31:47 +01:00
Christian Muehlhaeuser
fa1252716e * Sped up collection removal from Super Collection. 2010-12-01 06:18:03 +01:00
Christian Muehlhaeuser
245ed98b88 * Don't try to add an empty track-list to the playlist. 2010-12-01 01:20:26 +01:00
Christian Muehlhaeuser
9c379647aa * Clear audio buffers when manually starting a new track. 2010-11-30 12:17:16 +01:00
Christian Muehlhaeuser
70993450d9 * Polished AlbumView / Model. 2010-11-30 11:44:44 +01:00
Christian Muehlhaeuser
2f13a017cd * Fixed deleteing multiple playlist items via context menu. 2010-11-30 04:58:33 +01:00
Christian Muehlhaeuser
0862dc83f6 * Increased PING timeout. 2010-11-30 02:58:50 +01:00
Christian Muehlhaeuser
8fdf5b5422 * Hotfix for Domme. 2010-11-30 00:32:34 +01:00
Christian Muehlhaeuser
238ff28e61 * Fixed issue with obsolete TransferView items. 2010-11-29 11:42:50 +01:00
Christian Muehlhaeuser
7ebfe1c7c7 * Fixed trying to access invalid results in FileTransferConnection. 2010-11-29 11:27:55 +01:00
Christian Muehlhaeuser
82cf51f058 * Should fix FileTransferConnections not cleaning up properly. 2010-11-29 11:02:30 +01:00
Christian Muehlhaeuser
e55233da64 * Fix ElidedLabel in AudioControls. 2010-11-29 10:24:17 +01:00
Christian Muehlhaeuser
052a36a161 * Increased PING msg timeout to 60 seconds. 2010-11-29 09:31:36 +01:00
Christian Muehlhaeuser
7a21354f57 * Fixed dupe connections (hopefully). 2010-11-29 09:17:56 +01:00
Christian Muehlhaeuser
40fc9d5c57 * Fixed another TransferView issue. 2010-11-29 08:27:51 +01:00
Christian Muehlhaeuser
fa01d21267 * Fix issue with blind FileTransferConnections. 2010-11-29 08:22:58 +01:00
Christian Muehlhaeuser
eb62b0d4c6 * Use nodeID instead of Connection ID. 2010-11-29 08:06:59 +01:00
Christian Muehlhaeuser
d4a57eb833 * Fix TransferView jumping around. 2010-11-29 07:51:18 +01:00
Christian Muehlhaeuser
2f14240b9e * Comment out unsafe actualShutdown() call. 2010-11-29 06:12:09 +01:00
Christian Muehlhaeuser
1019a7adb8 * Updated windows installer to include FLAC support. 2010-11-29 05:42:49 +01:00
Christian Muehlhaeuser
8e6da585d2 * Remove lame debug output. 2010-11-29 05:38:13 +01:00
Christian Muehlhaeuser
b04e7c0c21 * Added AnimatedWidget class for convenience.
* Optimizations in AnimatedSplitter (cancelling running animations).
* Auto show / hide TransferView.
* Remove completed items from TransferView.
2010-11-29 05:34:25 +01:00
Christian Muehlhaeuser
17e2261e91 * Show RX transfers in TransferView, too. 2010-11-29 02:30:25 +01:00
Christian Muehlhaeuser
2f9bf21cc2 * Fixed TranserView crash. 2010-11-28 17:06:13 +01:00
Christian Muehlhaeuser
0d42e71777 * Fixed missing stats for really short songs. 2010-11-28 12:36:07 +01:00
Christian Muehlhaeuser
7364162de3 * Fix crash bug. 2010-11-28 12:30:12 +01:00
Christian Muehlhaeuser
527f0a43fb * Added TransferView to monitor current streaming activity. 2010-11-28 12:26:01 +01:00
Leo Franchi
0718be3848 Find libechonest wherever it may be, or at least smarter than before 2010-11-27 09:38:38 -05:00
Christian Muehlhaeuser
1c074f52b9 * Fixed auto-advancing to next song on OSX / Win32. 2010-11-27 10:41:09 +01:00
Christian Muehlhaeuser
7b81f55079 * Fixed some more playlist issues. 2010-11-27 09:55:25 +01:00
Christian Muehlhaeuser
079ac3ef2f * Fix some Drag n Drop bugs in Playlist- / TrackModel code. 2010-11-27 09:26:24 +01:00
Christian Muehlhaeuser
1ee05566b4 * Proper minimum sizeHints for OSX. 2010-11-27 07:40:08 +01:00
Christian Muehlhaeuser
db38346029 * Made the queue show/hide button stuck to the bottom of PlaylistManager. 2010-11-27 07:32:05 +01:00
Christian Muehlhaeuser
813fbb655d * Getting rid of some debug output. 2010-11-27 05:54:33 +01:00
Christian Muehlhaeuser
9b59e296f0 Now using a QEasingCurve::OutBack for the queue animation. 2010-11-27 05:50:56 +01:00
Christian Muehlhaeuser
cef7883fd6 * Fix a few animation issues. 2010-11-27 05:35:52 +01:00
Christian Muehlhaeuser
af4898331a * Don't animate initial hide. 2010-11-27 05:24:35 +01:00
Christian Muehlhaeuser
90bba51411 * Initially hide the queue. 2010-11-27 05:22:15 +01:00
Christian Muehlhaeuser
caa12cfdd2 * Now we have a proper AnimatedSplitter class. 2010-11-27 05:18:32 +01:00
Christian Muehlhaeuser
a4da10daa4 * Even smoother animation. 2010-11-27 03:42:42 +01:00
Christian Muehlhaeuser
94efcb9f8e * Should make animation a little smoother. 2010-11-27 02:25:21 +01:00
Christian Muehlhaeuser
597c52f96d * Added queue feature.
* Fixed a few playlist related bugs.
2010-11-27 02:00:42 +01:00
Christian Muehlhaeuser
a42c317209 * Try to buffer FLACs till we got transcoding running. 2010-11-26 14:22:09 +01:00
Christian Muehlhaeuser
02f114de86 * Updated README: Headless mode now also depends on audio engine stuff. 2010-11-25 11:30:21 +01:00
Christian Muehlhaeuser
99b1a121b3 * Updated README to include FLAC dependency. 2010-11-25 11:19:44 +01:00
Christian Muehlhaeuser
ebca511e43 * Now supports FLAC playback. 2010-11-25 11:12:12 +01:00
Christian Muehlhaeuser
484cab1553 * Move message processing & BufferIODevice stuff into network/ subdir. 2010-11-25 10:29:41 +01:00
Christian Muehlhaeuser
097857cc72 * No MainWindow hiding on OSX whatsoever. 2010-11-25 08:05:41 +01:00
Christian Muehlhaeuser
e68e776bdf * React to single- & double-clicks on the TrayIcon. 2010-11-25 08:02:28 +01:00