Christian Muehlhaeuser
|
7b5ab89fef
|
* Final win fix.
|
2011-09-10 05:02:45 +02:00 |
|
Christian Muehlhaeuser
|
464170cca9
|
* Try fix win compiling some more.
|
2011-09-10 04:59:38 +02:00 |
|
Christian Muehlhaeuser
|
dcdb937cf3
|
* Fixed ws.cpp with Qt 4.8.
|
2011-09-10 04:50:54 +02:00 |
|
Christian Muehlhaeuser
|
2c180c6123
|
* Try fixing win compile some more.
|
2011-09-10 04:45:44 +02:00 |
|
Christian Muehlhaeuser
|
1540b7b5bf
|
* Fixed win32 compile.
|
2011-09-10 04:38:31 +02:00 |
|
Christian Muehlhaeuser
|
030b91ba9f
|
* Updated liblastfm2 to latest snapshot.
|
2011-09-10 04:34:34 +02:00 |
|
Christian Muehlhaeuser
|
76d4821295
|
* Moved OS X definitions to CMakeLists.txt, so we can easily re-merge upstream of miniupnp.
|
2011-09-10 03:43:35 +02:00 |
|
Christian Muehlhaeuser
|
e72cf5423c
|
* Updated README.
|
2011-09-09 13:07:59 +02:00 |
|
Christian Muehlhaeuser
|
ad7ac35422
|
* Fixed layout margins after adding QSplitters.
|
2011-09-09 13:04:06 +02:00 |
|
Christian Muehlhaeuser
|
ea21848811
|
* Greatly improved sidebar performance by pre-caching all QIcons.
|
2011-09-09 12:14:40 +02:00 |
|
Christian Muehlhaeuser
|
a65d037def
|
* Fixed crash bug in AudioEngine: timer-events can arrive after we called stop.
|
2011-09-09 11:29:22 +02:00 |
|
Christian Muehlhaeuser
|
a667fbd8b4
|
* Fixed ToggleButton not staying 'down' as it should.
|
2011-09-09 10:42:00 +02:00 |
|
Christian Muehlhaeuser
|
92240b6e0c
|
* Added InfoSystem support to TreeModel.
* Added 'Official Releases Only' toggle-button on Artist Page.
* Cleaned up a few sources.
|
2011-09-09 10:27:37 +02:00 |
|
Christian Muehlhaeuser
|
20eeaf73ac
|
* Added ToggleButton, a header-style PushButton with a toggle state.
|
2011-09-09 10:24:29 +02:00 |
|
Christian Muehlhaeuser
|
a1314347f9
|
* Try to fix OS X compile.
|
2011-09-09 02:31:38 +02:00 |
|
Christian Muehlhaeuser
|
fab69e3cae
|
* Updated miniupnp and added blocked devices support to libportfwd.
|
2011-09-09 02:26:22 +02:00 |
|
Christian Muehlhaeuser
|
cc2cc8397e
|
* Added debug output to DBSyncConnection.
|
2011-09-07 20:32:47 +02:00 |
|
Christian Muehlhaeuser
|
fe7d128056
|
* Fixed TWK-499: Update playlist either wether it's been a move or a copy.
|
2011-09-07 05:33:13 +02:00 |
|
Christian Muehlhaeuser
|
d3a8f57e1c
|
* Always use tr() when defining user visible text.
|
2011-09-07 05:23:29 +02:00 |
|
Christian Muehlhaeuser
|
96c279275e
|
* On non X11 set our default volume to 75%.
|
2011-09-07 05:11:00 +02:00 |
|
Christian Muehlhaeuser
|
d6a504c38b
|
* Fixed TWK-416: Show when a playlist was created.
|
2011-09-07 04:53:15 +02:00 |
|
Christian Muehlhaeuser
|
b1224c0a2b
|
* Fixed TWK-379: Properly parent 'Export Playlist' dialog and store/restore last used path.
|
2011-09-07 04:42:05 +02:00 |
|
Christian Muehlhaeuser
|
694787c8d6
|
* Update ChangeLog.
|
2011-09-07 04:41:26 +02:00 |
|
Christian Muehlhaeuser
|
8a6254c47e
|
* Fixed TWK-101: Don't cancel system logout / shutdown.
|
2011-09-07 04:17:11 +02:00 |
|
Dominik Schmidt
|
216d4511f7
|
Fix cmake for clang
|
2011-09-06 23:45:33 +02:00 |
|
Christian Muehlhaeuser
|
043aa8755d
|
* Use Q_WS_* instead of WIN32 / Q_OS_*.
|
2011-09-06 08:53:08 +02:00 |
|
Christian Muehlhaeuser
|
e772dcecad
|
* Fixed TWK-438: Get rid of splitter handles in the sidebar.
|
2011-09-06 08:16:43 +02:00 |
|
Christian Muehlhaeuser
|
ac99970bd4
|
* Get rid of compiler warning.
|
2011-09-06 08:13:47 +02:00 |
|
Christian Muehlhaeuser
|
7547250631
|
* Fixed TWK-464: Remove items from queue if you manually start them from there.
|
2011-09-06 07:45:42 +02:00 |
|
Christian Muehlhaeuser
|
06bd6edc8c
|
* Fixed TWK-380: Added & cleaned up splitters on a few pages.
|
2011-09-06 07:26:26 +02:00 |
|
Christian Muehlhaeuser
|
98aa2a447e
|
* Fixed TWK-436: Use search icon for search pages.
|
2011-09-06 06:52:39 +02:00 |
|
Christian Muehlhaeuser
|
00973e6365
|
* Use cached sortname instead of recalculating it over and over again.
|
2011-09-06 06:43:52 +02:00 |
|
Christian Muehlhaeuser
|
dc11760640
|
* Fixed TWK-281: Ignore leading the when sorting by artist name.
|
2011-09-06 06:35:14 +02:00 |
|
Christian Muehlhaeuser
|
1f955ae8d5
|
* Be prepared for avatar-less sources.
|
2011-09-06 05:59:47 +02:00 |
|
Christian Muehlhaeuser
|
8c6ef2f533
|
* Fixed TWK-378: Show source avatar when viewing a collection.
|
2011-09-06 05:49:33 +02:00 |
|
Christian Muehlhaeuser
|
d4f12d6d33
|
* Fixed TWK-481: New Playlist dialog is too small.
|
2011-09-06 05:35:01 +02:00 |
|
Christian Muehlhaeuser
|
00f2195dd2
|
* Cleaned up StyleHelper and use it in ContextWidget.
|
2011-09-06 05:14:45 +02:00 |
|
Christian Muehlhaeuser
|
23ecf1264f
|
* Renamed contextual view to 'Footnotes'.
|
2011-09-06 04:55:50 +02:00 |
|
Christian Muehlhaeuser
|
7fcdbe9c9e
|
* Improved score calculation and handling. Tomahawk now calculates all the scores internally and doesn't rely on resolvers providing it anymore.
|
2011-09-06 04:40:08 +02:00 |
|
Christian Muehlhaeuser
|
8fa8f9b733
|
* Fixed crashing when quickly resetting filter patterns in TreeProxyModel.
|
2011-09-06 03:45:13 +02:00 |
|
Christian Muehlhaeuser
|
7a731c0fa5
|
* Guard Connection pointers with a QWeakPointer.
|
2011-09-06 03:06:56 +02:00 |
|
Jason Herskowitz
|
700e53eb2c
|
Adding images for footnotes and queue headers. Open, close, expand and collapse.
|
2011-09-05 08:45:25 -04:00 |
|
Christian Muehlhaeuser
|
5968d6c903
|
* Installing a scene filter doesn't work. Not needed either.
|
2011-09-05 12:28:46 +02:00 |
|
Christian Muehlhaeuser
|
c7317dbe54
|
* Updated ChangeLog.
|
2011-09-05 12:26:00 +02:00 |
|
Christian Muehlhaeuser
|
031f52f6b7
|
* Only linux seems to behave wrong here... maybe it's Oxygen-style. Need to investigate.
|
2011-09-05 11:58:07 +02:00 |
|
Christian Muehlhaeuser
|
fa6579f8f0
|
* Static gradient for InfoBar speeds up window resizing.
|
2011-09-05 11:04:02 +02:00 |
|
Christian Muehlhaeuser
|
c9c99d58ab
|
* Fixed search-input layout on non-OSX.
|
2011-09-05 10:56:29 +02:00 |
|
Christian Muehlhaeuser
|
b9d6548243
|
* Moved infobar/ out of the playlist/ dir.
|
2011-09-05 10:40:12 +02:00 |
|
Christian Muehlhaeuser
|
914c02b7ab
|
* Moved widgets out of utils/ dir.
|
2011-09-05 10:37:14 +02:00 |
|
Christian Muehlhaeuser
|
b83a7bed00
|
* Properly elide artist's biography on artist-page.
|
2011-09-05 10:28:21 +02:00 |
|