Christian Muehlhaeuser
|
d97b83557b
|
* Got rid of TreeHeader. Handled by ViewHeader now.
|
2012-06-01 05:46:36 +02:00 |
|
Christian Muehlhaeuser
|
59fb1fefa0
|
* Got rid of TrackHeader. Handled by ViewHeader now.
|
2012-06-01 05:44:56 +02:00 |
|
Christian Muehlhaeuser
|
75991dca18
|
* Renamed AlbumItemDelegate to GridItemDelegate.
|
2012-06-01 05:29:02 +02:00 |
|
Christian Muehlhaeuser
|
a61f602855
|
* Renamed AlbumView to GridView.
|
2012-06-01 05:19:43 +02:00 |
|
Christian Muehlhaeuser
|
6d9b41dc02
|
* Soon to be used.
|
2012-06-01 05:18:51 +02:00 |
|
Christian Muehlhaeuser
|
35fd077d01
|
* Remove CollectionView which is replaced by TrackView.
|
2012-06-01 04:59:48 +02:00 |
|
Christian Muehlhaeuser
|
bdab8bc1c8
|
* Need to eventually hookup the link between SourceItem and ViewManager again.
|
2012-06-01 04:58:56 +02:00 |
|
Christian Muehlhaeuser
|
8c5fbcd7c7
|
* SourceInfoWidget now uses a bog standard TrackView.
|
2012-06-01 04:58:20 +02:00 |
|
Christian Muehlhaeuser
|
e197231fe6
|
* CollectionView is gone.
|
2012-06-01 04:57:42 +02:00 |
|
Christian Muehlhaeuser
|
872ccc5305
|
* A Source's latest-additions view is now a TrackView instead of a CollectionView.
|
2012-06-01 04:47:54 +02:00 |
|
Christian Muehlhaeuser
|
175b413584
|
* TrackView's default ViewPage implementation is good enough for PlaylistView.
|
2012-06-01 04:46:48 +02:00 |
|
Christian Muehlhaeuser
|
fad3c6d12a
|
* TrackView now has a default ViewPage implementation and inheritance.
|
2012-06-01 04:46:02 +02:00 |
|
Christian Muehlhaeuser
|
f5bdc3a30b
|
* Got rid of obsolete CollectionProxyModel*.
|
2012-06-01 04:23:03 +02:00 |
|
Christian Muehlhaeuser
|
faf8cf1539
|
* Fixed TWK-839: Creating name-less playlists results in a better default name.
|
2012-06-01 03:34:57 +02:00 |
|
Christian Muehlhaeuser
|
690c80db60
|
* DRY: Call main window and let it create a new playlist.
|
2012-06-01 03:34:17 +02:00 |
|
Christian Muehlhaeuser
|
062e7a5a3e
|
* Cleanup DiagnosticsDialog. Remove update button and fix copying to clipboard.
|
2012-06-01 03:05:20 +02:00 |
|
Ahmed
|
65710f9d51
|
Changes to the DiagnosticsDialog that updates when any changes happens
|
2012-06-01 02:46:53 +02:00 |
|
Christian Muehlhaeuser
|
b62b9c3531
|
* Style fix for DynamicView.
|
2012-06-01 02:17:08 +02:00 |
|
Christian Muehlhaeuser
|
497c0f01c2
|
* Call insert instead of insertInternal so it gets called correctly, in case it's overwritten.
|
2012-06-01 02:16:56 +02:00 |
|
Christian Muehlhaeuser
|
c3570e8e53
|
* Added comment to tr().
|
2012-06-01 02:01:53 +02:00 |
|
Christian Muehlhaeuser
|
8841fa48bf
|
* QueueModel is now created by the QueueView directly.
|
2012-06-01 01:58:41 +02:00 |
|
Christian Muehlhaeuser
|
f74e49b99b
|
* Show how many items are currently in the queue.
|
2012-06-01 01:58:21 +02:00 |
|
Christian Muehlhaeuser
|
bb1800d27f
|
* Remove items from queue when they're played.
|
2012-06-01 01:57:27 +02:00 |
|
Christian Muehlhaeuser
|
c829752b7e
|
* Switch to a pointing hand cursor when hovering an artist name in AlbumItemDelegate.
|
2012-06-01 01:05:36 +02:00 |
|
Christian Muehlhaeuser
|
7ab04deb12
|
* No more AlbumProxyModel.
|
2012-06-01 00:35:16 +02:00 |
|
Christian Muehlhaeuser
|
d5d969e058
|
* PlayableModel is set to be loading as default.
|
2012-06-01 00:34:48 +02:00 |
|
Christian Muehlhaeuser
|
3467a9e47d
|
* Don't hook up TreeModel to InfoSystem anymore.
|
2012-06-01 00:34:24 +02:00 |
|
Christian Muehlhaeuser
|
77b4e62918
|
* OverlayWidget uses PlayableProxyModel now.
|
2012-06-01 00:34:05 +02:00 |
|
Christian Muehlhaeuser
|
657b4b18f8
|
* ArtistViw uses PlayableProxyModel now.
|
2012-06-01 00:33:39 +02:00 |
|
Christian Muehlhaeuser
|
a42f19f07e
|
* AlbumView uses PlayableProxyModel now.
|
2012-06-01 00:33:17 +02:00 |
|
Christian Muehlhaeuser
|
7409f65874
|
* AlbumItemDelegate uses PlayableProxyModel now.
|
2012-06-01 00:32:50 +02:00 |
|
Christian Muehlhaeuser
|
644f6a714a
|
* TreeProxyModel now inherits from PlayableProxyModel.
|
2012-06-01 00:32:15 +02:00 |
|
Christian Muehlhaeuser
|
0f6f58373e
|
* QueueProxyModel now inherits from PlayableProxyModel.
|
2012-06-01 00:31:33 +02:00 |
|
Christian Muehlhaeuser
|
68bf96f924
|
* PlaylistView uses a standard PlayableProxyModel now.
|
2012-06-01 00:31:09 +02:00 |
|
Christian Muehlhaeuser
|
d17783ef6e
|
* PlayableProxyModel supports artist & album items.
|
2012-06-01 00:30:28 +02:00 |
|
Christian Muehlhaeuser
|
14f6647471
|
* Removed obsolete proxy models and their interfaces.
|
2012-06-01 00:29:40 +02:00 |
|
Christian Muehlhaeuser
|
a62a9d50fe
|
* ViewManager uses new AlbumView/AlbumModel API.
|
2012-05-31 23:14:28 +02:00 |
|
Christian Muehlhaeuser
|
54612b3512
|
* SearchWidget uses new AlbumView/AlbumModel API.
|
2012-05-31 23:14:12 +02:00 |
|
Christian Muehlhaeuser
|
a2f8a2ae11
|
* SocialPlaylistWidget uses new AlbumView/AlbumModel API.
|
2012-05-31 23:13:53 +02:00 |
|
Christian Muehlhaeuser
|
cd198db31d
|
* WhatsHotWidget uses new AlbumView/AlbumModel API.
|
2012-05-31 23:13:32 +02:00 |
|
Christian Muehlhaeuser
|
088ff60339
|
* AlbumInfoWidget uses new AlbumView/AlbumModel API.
|
2012-05-31 23:13:09 +02:00 |
|
Christian Muehlhaeuser
|
bf9052bb1b
|
* ArtistInfoWidget uses new AlbumView/AlbumModel API.
|
2012-05-31 23:12:50 +02:00 |
|
Christian Muehlhaeuser
|
2a4f2d3802
|
* SourceInfoWidget uses new AlbumView/AlbumModel API.
|
2012-05-31 23:12:23 +02:00 |
|
Christian Muehlhaeuser
|
98de149eec
|
* TrackInfoWidget uses new AlbumView/AlbumModel API.
|
2012-05-31 23:12:10 +02:00 |
|
Christian Muehlhaeuser
|
1c4fabed2b
|
* WelcomeWidget uses new AlbumView/AlbumModel API.
|
2012-05-31 23:11:48 +02:00 |
|
Christian Muehlhaeuser
|
790120836d
|
* NewReleasesWidget now uses PlayableModels.
|
2012-05-31 23:11:17 +02:00 |
|
Christian Muehlhaeuser
|
b14985bf81
|
* Style fix in CustomPlaylistView.
|
2012-05-31 23:10:52 +02:00 |
|
Christian Muehlhaeuser
|
fee2f3a01b
|
* AlbumView now uses a PlayableModel internally.
|
2012-05-31 23:10:27 +02:00 |
|
Christian Muehlhaeuser
|
6d057732b5
|
* Support new AlbumModel API.
|
2012-05-31 23:09:58 +02:00 |
|
Christian Muehlhaeuser
|
bc982f0ca5
|
* AlbumModel now inherits from PlayableModel.
|
2012-05-31 23:09:37 +02:00 |
|