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 |
|
Christian Muehlhaeuser
|
811cd200d0
|
* Support item-sizes & adding various item_ptr's with templating in PlayableModel.
|
2012-05-31 23:08:58 +02:00 |
|
Christian Muehlhaeuser
|
c6ba3bcc15
|
* CollectionFlatModel is obsolete now.
|
2012-05-31 21:41:25 +02:00 |
|
Christian Muehlhaeuser
|
16736a2afd
|
* RelatedArtistsContext uses new TreeModel API.
|
2012-05-31 21:35:51 +02:00 |
|
Christian Muehlhaeuser
|
713b076929
|
* WhatsHotWidget uses new TreeModel API.
|
2012-05-31 21:35:29 +02:00 |
|
Christian Muehlhaeuser
|
172a4a8d77
|
* TrackView now uses LoadingSpinner and new OverlayWidget.
|
2012-05-31 21:34:19 +02:00 |
|
Christian Muehlhaeuser
|
2860bfc704
|
* ArtistView now uses LoadingSpinner and new OverlayWidget.
|
2012-05-31 21:33:52 +02:00 |
|
Christian Muehlhaeuser
|
3e8d131c16
|
* AlbumView now uses LoadingSpinner and new OverlayWidget.
|
2012-05-31 21:33:05 +02:00 |
|
Christian Muehlhaeuser
|
72528ab089
|
* LoadingSpinner inherits AnimatedSpinner and automatically connects to a QAbstractItemView.
|
2012-05-31 21:31:43 +02:00 |
|
Christian Muehlhaeuser
|
7bdc5ea4f2
|
* OverlayWidget now expects a QAbstractItemView which it automatically connects all signals to.
|
2012-05-31 21:31:01 +02:00 |
|
Christian Muehlhaeuser
|
7a8818ae94
|
* Style fix in DbCmd_SetPlaylistRevision.
|
2012-05-31 21:29:38 +02:00 |
|
Christian Muehlhaeuser
|
ca3b01362c
|
* TreeModel inherits PlayableModel now. Will be renamed to CollectionModel soon.
|
2012-05-31 21:29:12 +02:00 |
|
Christian Muehlhaeuser
|
bff7f01e22
|
* Fixed warnings and added itemCountChanged( uint ) signal to PlayableModel.
|
2012-05-31 21:28:37 +02:00 |
|
Christian Muehlhaeuser
|
751f029564
|
* PlayableModel is now capable of dealing with trees.
|
2012-05-31 21:22:18 +02:00 |
|
Christian Muehlhaeuser
|
623850a281
|
* Catch any exceptions when opening the lucene FSDirectory.
|
2012-05-31 16:54:44 +02:00 |
|
Christian Muehlhaeuser
|
5c1763e847
|
* Let's try that with Utf8 again.
|
2012-05-31 16:45:14 +02:00 |
|
Christian Muehlhaeuser
|
602cf294d0
|
* Store path as a temporary QByteArray so the data doesn't get free'd again immediately.
|
2012-05-31 16:37:40 +02:00 |
|
Christian Muehlhaeuser
|
ac9064dcbc
|
* Trying toLocal8Bit().data() for fixing Windows with non-latin usernames.
|
2012-05-31 16:35:45 +02:00 |
|
Christian Muehlhaeuser
|
f9e7ddfb86
|
* Trying toLocal8Bit() for fixing Windows with non-latin usernames.
|
2012-05-31 13:54:48 +02:00 |
|
Michael Coffey
|
9be74e001c
|
Change the bundle script to find VLC 2.0 plugins, which are no longer in subfolders. A few have been commented out as they don't exist anymore (at least not with the same name).
|
2012-05-31 12:17:08 +01:00 |
|
Tomahawk CI
|
d655d66e96
|
Automatic merge of Transifex translations
|
2012-05-30 22:18:29 +00:00 |
|
Christian Muehlhaeuser
|
2ac0be98d3
|
* Does this potentially fix our Windows non-latin username issues?
|
2012-05-30 21:59:10 +02:00 |
|
Christian Muehlhaeuser
|
2820774220
|
* No need to pass DatabaseImpl into FuzzyIndex.
|
2012-05-30 21:58:16 +02:00 |
|
Christian Muehlhaeuser
|
62f041cc2a
|
Merge pull request #96 from x8lucas8x/amarokfork
Some changes to make libtomahawk more usable by third-parties
|
2012-05-30 01:09:40 -07:00 |
|
Lucas Lira Gomes
|
9fe91d6af1
|
* Moved some files to libtomahawk.
|
2012-05-29 20:40:24 -03:00 |
|
Lucas Lira Gomes
|
2a5d061dee
|
* Made ZeroConfAccount less bug prone.
|
2012-05-29 20:40:14 -03:00 |
|
Lucas Lira Gomes
|
5f385753c3
|
* Fixed FindJreen.cmake.
|
2012-05-29 19:49:28 -03:00 |
|
Tomahawk CI
|
c5138bfd76
|
Automatic merge of Transifex translations
|
2012-05-29 22:16:42 +00:00 |
|
Jason Herskowitz
|
a3cfdae7e8
|
Tweak SVG some more to see if it's better or worse
|
2012-05-29 15:08:41 -04:00 |
|
Jason Herskowitz
|
7cebabf7f2
|
Bigger SVG icon. See if this helps the Linux Mint implementation of Gnome3/icon
|
2012-05-29 14:31:46 -04:00 |
|
Jason Herskowitz
|
4082395d4b
|
Change track temp page icon in sidebar to same style as others
|
2012-05-29 10:18:40 -04:00 |
|
Tomahawk CI
|
4113389cb5
|
Automatic merge of Transifex translations
|
2012-05-28 22:16:57 +00:00 |
|
Christian Muehlhaeuser
|
96132ef9c6
|
* Added love track action to the tray menu.
|
2012-05-28 19:38:57 +02:00 |
|
Christian Muehlhaeuser
|
1528095de2
|
* No need to call loadSocialActions manually.
|
2012-05-28 19:38:40 +02:00 |
|
Christian Muehlhaeuser
|
7cf307080b
|
* Split audioStopped / audioPaused into separate slots.
|
2012-05-28 19:00:53 +02:00 |
|
Christian Muehlhaeuser
|
e06f58eb29
|
* Properly init StopAfterPlayback action.
|
2012-05-28 19:00:29 +02:00 |
|