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 |
|
Christian Muehlhaeuser
|
22d65b7364
|
* Make QueueView's header draggable for resizing.
|
2012-05-28 17:46:30 +02:00 |
|
Christian Muehlhaeuser
|
84c40dc590
|
* Support manual resizing in AnimatedSplitter.
|
2012-05-28 17:46:11 +02:00 |
|
Christian Muehlhaeuser
|
fac2e2fc5b
|
* Make HeaderLabel an alternative drag-for-resize method.
|
2012-05-28 17:45:40 +02:00 |
|
Christian Muehlhaeuser
|
ab86a48ef7
|
* Style fixes for WidgetDragFilter.
|
2012-05-28 17:45:00 +02:00 |
|
Christian Muehlhaeuser
|
3b04498661
|
* Make sure we always have a working uuid in Artist / Album.
|
2012-05-28 16:32:29 +02:00 |
|
Christian Muehlhaeuser
|
c8afb7a7c6
|
* DropJob now uses the new API.
|
2012-05-28 16:12:51 +02:00 |
|
Christian Muehlhaeuser
|
0980044ef6
|
* Style fix for JobStatusModel.
|
2012-05-28 16:12:28 +02:00 |
|
Christian Muehlhaeuser
|
7cacc42737
|
* Cleaned up DropJobNotifier.
|
2012-05-28 16:11:57 +02:00 |
|
Christian Muehlhaeuser
|
9d26f342d3
|
* Always select the current view-page in the SourceTreeView.
|
2012-05-28 14:19:33 +02:00 |
|
Christian Muehlhaeuser
|
bea23d7dbe
|
* Don't emit selection requests if we didn't activate a ViewPage.
|
2012-05-28 14:18:51 +02:00 |
|
Christian Muehlhaeuser
|
684f33a99f
|
* Removed obsolete signal connections in RelatedArtistsContext.
|
2012-05-28 14:17:53 +02:00 |
|
Christian Muehlhaeuser
|
be52d81248
|
* Fixed TWK-842: Use sheet dialog when asking for new station's name.
|
2012-05-28 13:22:25 +02:00 |
|
Christian Muehlhaeuser
|
e9aaf56b3d
|
* Fixed accidental typo.
|
2012-05-28 13:16:25 +02:00 |
|
Christian Muehlhaeuser
|
40051b82cb
|
* Style cleanup for XmppSip.
|
2012-05-28 13:05:55 +02:00 |
|
Christian Muehlhaeuser
|
c258f1897f
|
* Style cleanup for AvatarManager.
|
2012-05-28 13:05:55 +02:00 |
|