Leo Franchi
0cd86da686
Also comment out mac-specific code
2010-10-22 16:21:35 -04:00
Leo Franchi
245392a417
Don't need mouse tracking for trackview either.
2010-10-22 16:11:36 -04:00
Leo Franchi
170f1fb408
Don't start two drags.
...
Problem was that the SourceTreeView called setEnableMouseTracking( true ) which means that it will get more events than we want. We don't need mouse move events when no button is pressed anyway.
2010-10-22 16:05:30 -04:00
Christian Muehlhaeuser
3a2a6157ce
* Move columnCount, headerData and data methods to TrackModel base-class.
2010-10-22 06:33:05 +02:00
Christian Muehlhaeuser
43614040ab
* Fix sorting for CollectionModel.
2010-10-22 06:27:51 +02:00
Christian Muehlhaeuser
b1f716ce97
* Added TrackView, a base-class for Collection- and PlaylistView.
2010-10-22 05:48:20 +02:00
Leo Franchi
cfb4d8db1b
Merge branch 'master' of github.com:tomahawk-player/tomahawk
2010-10-21 22:37:37 -04:00
Leo Franchi
2fbd1b6bf1
Add prettier drag pixmap.
...
Still needs to be added to PlaylistModel---potentially refactored out into somewhere shared.
Also, only allow once column in the source model to be dragged, so we get the right amount of drag items.
2010-10-21 22:36:41 -04:00
Christian Muehlhaeuser
4c5e09a587
* Fix headless mode.
2010-10-22 02:38:00 +02:00
Christian Muehlhaeuser
2f14b4f753
* Updated README: libgloox 1.0 on Ubuntu 10.10, bumped Qt dep to 4.7.
2010-10-22 01:09:38 +02:00
Christian Muehlhaeuser
9730c60653
* Fix TomahawkSettings.
2010-10-22 00:22:23 +02:00
Dominik Schmidt
9c34047d80
Make headless mode compile again.
2010-10-22 02:09:58 +08:00
Christian Muehlhaeuser
7adce37c12
* Merge private branch with master: PlaylistModels et al. There are still a bunch of bugs I need to tackle and more stuff to merge, but alas, let's make this patch orgy public for what it's worth.
2010-10-21 09:44:37 +02:00
Christian Muehlhaeuser
38b907fe38
* Use native data-types instead of a QVariantMap to store Query / Result related information.
...
* Don't generate uuids for Queries before we actually need them.
2010-10-17 06:16:33 +02:00
Christian Muehlhaeuser
1f592fbbd9
Initial Tomahawk import.
2010-10-17 05:32:01 +02:00