Uwe L. Korn
b62a930962
Remove .data() calls for readability
2014-10-12 19:43:05 +01:00
Christian Muehlhaeuser
552f82a5ca
Drop existing results when re-resolving a Query.
2014-10-12 19:53:55 +02:00
Christian Muehlhaeuser
2bbe2334d7
Updated copyright in TomahawkWindow.
2014-10-12 19:53:03 +02:00
Christian Muehlhaeuser
80f57af369
Fixed c&p mistake.
2014-10-12 19:52:43 +02:00
Uwe L. Korn
4e845d3813
Directly return when we know the final value
2014-10-12 15:38:43 +01:00
Uwe L. Korn
decd00318f
Fix c&p mistake
2014-10-12 15:36:01 +01:00
Uwe L. Korn
575411008f
Add small comment
2014-10-12 15:04:21 +01:00
Christian Muehlhaeuser
cf902b487d
Don't DLLEXPORT NewReleasesWidget.
2014-10-12 16:03:11 +02:00
Uwe L. Korn
1fe1695d0e
Merge pull request #265 from tomahawk-player/playableproxyfilter-performance
...
Playableproxyfilter performance
2014-10-12 15:50:54 +02:00
Uwe L. Korn
f6503aba08
Various small performance improvements
2014-10-12 14:49:58 +01:00
Uwe L. Korn
f85e34a3e9
Memoize visibility filter
2014-10-12 14:49:58 +01:00
Uwe L. Korn
b970cf1433
First do visibilty check to reduce branching
2014-10-12 14:49:57 +01:00
Uwe L. Korn
44ae9f7608
Less calls to itemFromIndex
2014-10-12 14:49:56 +01:00
Christian Muehlhaeuser
aa6ebf7746
Forgot to add CMakeLists.txt in newreleases viewpage plugin folder.
2014-10-12 15:08:29 +02:00
Christian Muehlhaeuser
0cb2fd9a5b
Removed obsolete FadingPixmap.
2014-10-12 15:02:27 +02:00
Christian Muehlhaeuser
5fd592ca5e
Style fixes.
2014-10-12 14:51:07 +02:00
Christian Muehlhaeuser
ed2b007238
No more splitter in ViewManager.
2014-10-12 14:46:32 +02:00
Christian Muehlhaeuser
d2793a0205
Removed obsolete AnimatedCounterLabel.
2014-10-12 14:44:23 +02:00
Christian Muehlhaeuser
d2d7f349bb
Remove unwanted includes.
2014-10-12 14:30:45 +02:00
Christian Muehlhaeuser
cda6d67d45
Deploy newrelease viewpage plugin on OS X.
2014-10-12 14:16:23 +02:00
Christian Muehlhaeuser
2f521623c6
Style fixes in NewReleasesWidget.
2014-10-12 14:14:26 +02:00
Christian Muehlhaeuser
cec759051a
ChartsPlaylistInterface is no more.
2014-10-12 14:13:52 +02:00
Christian Muehlhaeuser
34dc326560
Moved NewReleasesWidget into a separate viewpage plugin.
2014-10-12 14:11:55 +02:00
Christian Muehlhaeuser
bba643a63d
Removed unused SocialPlaylistWidget.
2014-10-12 13:24:00 +02:00
Christian Muehlhaeuser
041b878233
Moved PlaylistViewPage to viewpages/
2014-10-12 13:18:53 +02:00
Christian Muehlhaeuser
eca416586b
Removed executable flag from images.
2014-10-12 13:04:38 +02:00
Christian Muehlhaeuser
7fe9f1fae7
Removed executable flag from fonts.
2014-10-12 13:03:44 +02:00
Christian Muehlhaeuser
f2e3efcbd6
* Removed Titillium Web and Pathway Gothic One fonts.
2014-10-12 13:03:44 +02:00
Christian Muehlhaeuser
0af3478a41
Use https where possible.
2014-10-12 12:42:16 +02:00
Christian Muehlhaeuser
ad01cdb7cd
This writing should always be up-to-date.
2014-10-12 12:41:11 +02:00
Uwe L. Korn
8eab0442f2
Only run the loop until the condition changes
2014-10-12 11:31:41 +01:00
Uwe L. Korn
5da1736529
Add lazyness to filterAcceptsRow
2014-10-12 11:31:41 +01:00
Uwe L. Korn
1f5a3d8d25
Remove virtual keyword from some functions.
...
These functions are not overloaded at the moment in any child class but
some of them are called very often which adds a significant overhead. If
really needed they should be reverted to virtual when we actually
overload them.
2014-10-12 11:31:41 +01:00
Christian Muehlhaeuser
bd09c7733e
Removed obsolete PlaylistTypeSelectorDialog and NewPlaylistWidget.
2014-10-12 12:27:24 +02:00
Christian Muehlhaeuser
ceeb7ff7c5
Style fixes in TomahawkWindow.
2014-10-12 12:21:46 +02:00
Christian Muehlhaeuser
694ed75802
Moved & renamed infowidgets/ to viewpages/
2014-10-12 12:20:10 +02:00
Christian Muehlhaeuser
59de1e8180
* Removed obsolete CheckDirTree.
2014-10-12 12:01:01 +02:00
Christian Muehlhaeuser
f4336b4d35
Removed obsolete TreeView, TreeWidget and TreeItemDelegate.
2014-10-12 10:52:45 +02:00
Christian Muehlhaeuser
927af167ed
Removed InfoBar entirely. Yes, this currently leaves Station-mode a bit, uhm, headless.
2014-10-12 10:39:03 +02:00
Christian Muehlhaeuser
b7d9f2c719
* Removed obsolete filtering via ViewManager / InfoBar.
2014-10-12 10:37:52 +02:00
Christian Muehlhaeuser
778462b490
Use ContextView's wrapped modelChanged() signal in PlaylistViewPage.
2014-10-12 10:11:57 +02:00
Christian Muehlhaeuser
8237dcf001
Inbox needs to set its own TrackView on ContextView.
2014-10-12 10:11:21 +02:00
Christian Muehlhaeuser
188dea4991
Added ContextView::setTrackView, allowing you to replace the TrackView with your own implementation of it.
2014-10-12 10:10:52 +02:00
Christian Muehlhaeuser
f8fd06a2db
* Renamed FlexibleView to PlaylistViewPage.
2014-10-12 09:12:22 +02:00
Christian Muehlhaeuser
e52b55943d
Emit 'modelChanged' when underlying model changes in TrackView.
2014-10-12 09:02:46 +02:00
Christian Muehlhaeuser
cc9f7b37fe
* Use existing 'changed' signal in PlaylistView.
2014-10-12 09:02:46 +02:00
Christian Muehlhaeuser
7862138230
Don't replicate so much of TrackView's API in ContextView.
2014-10-12 09:02:46 +02:00
Christian Muehlhaeuser
5525853a84
Adapt to new FlexibleView API.
2014-10-12 09:02:46 +02:00
Christian Muehlhaeuser
a17c7a2e8d
* FlexibleView is becoming a ViewPage wrapper for ContextView.
2014-10-12 09:02:46 +02:00
Christian Muehlhaeuser
b470c95115
Added TomahawkUtils::Queue enum.
2014-10-12 09:02:46 +02:00