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

151 Commits

Author SHA1 Message Date
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
Christian Muehlhaeuser
15e2db9372 * Dont hide in SysTray on OSX. 2010-11-25 07:58:14 +01:00
Christian Muehlhaeuser
86c87deb0e * You can now add jabber friends within Tomahawk (Menu Network -> Add Friend).
* If the mainwindow (not the app itself) gets closed, it will now hide in the SysTray.
* Cleaned up menus.
2010-11-25 07:48:04 +01:00
Christian Muehlhaeuser
b175bc5324 * We now have a trayicon. 2010-11-25 06:58:05 +01:00
Christian Muehlhaeuser
829e0a8a2f * Fix missing window title. 2010-11-25 06:11:31 +01:00
Christian Muehlhaeuser
520fdceda2 * Remove a debug output. 2010-11-25 06:09:10 +01:00
Christian Muehlhaeuser
245b3b6951 * Fixed refreshing covers upon retrieval in AlbumModel / -Item. 2010-11-25 06:05:25 +01:00
Christian Muehlhaeuser
2a8d288524 * Remove inet / tcp includes. 2010-11-25 05:50:02 +01:00
Christian Muehlhaeuser
9cf4fce84d * Actually, there's no need for a PONG command. 2010-11-25 05:35:45 +01:00
Christian Muehlhaeuser
b43baf1887 * Fixed PING/PONG timeout. 2010-11-25 05:20:25 +01:00
Christian Muehlhaeuser
9283c91580 * Don't try to process PING/PONG messages. 2010-11-25 05:08:32 +01:00
Christian Muehlhaeuser
ec7995dc42 * Move PING command to ControlConnection. 2010-11-25 05:04:26 +01:00
Christian Muehlhaeuser
28b543a5c5 * Use internal PING mechanism in Connection class instead of relying on TCP KEEPALIVE. 2010-11-25 04:39:07 +01:00
Christian Muehlhaeuser
b9ceda860a * Set TCP KEEPALIVE values to detect dead sources. 2010-11-25 03:27:35 +01:00
Christian Muehlhaeuser
8ff60cd2e3 * Updated NSI installer assets (new Tomahawk logo). 2010-11-24 10:55:34 +01:00
Christian Muehlhaeuser
8e974173bf * Update trackcount when a collection gets removed from CollectionFlatModel. 2010-11-24 10:11:28 +01:00
Christian Muehlhaeuser
69c1e54278 Merge branch 'master' of https://github.com/stever/tomahawk into stever-master 2010-11-24 09:35:31 +01:00
Christian Muehlhaeuser
fa9926d239 * Don't crash after removing a source from CollectionFlatModel. 2010-11-24 09:34:19 +01:00
Steven Robertson
fe0f7ee893 Fixed name of option defined but commented-out. 2010-11-24 08:30:47 +00:00
Christian Muehlhaeuser
8cdc23bd29 Merge branch 'master' of https://github.com/stever/tomahawk into stever-master 2010-11-24 08:35:18 +01:00