Christian Muehlhaeuser
533431be02
Updated copyright header.
2014-10-13 03:37:34 +02:00
Christian Muehlhaeuser
d6d923d728
Defensive.
2014-10-13 03:37:10 +02:00
Tomahawk CI
b2d20b66b7
Automatic merge of Transifex translations
2014-10-13 02:17:43 +02:00
Uwe L. Korn
7493b09bd4
Set weakref via reference
2014-10-12 19:43:05 +01:00
Uwe L. Korn
f147ab8ba7
Replace virtual with appropriate Q_DECL_OVERRIDE qualifiers
2014-10-12 19:43:05 +01:00
Uwe L. Korn
803db06398
Be cautious about logging in Artist::(~)Artist
2014-10-12 19:43:05 +01:00
Uwe L. Korn
9c243db83e
Add macro for special fine-grained logging
2014-10-12 19:43:05 +01:00
Uwe L. Korn
7b816db9ff
[tool] Add helper to list all artists in the database
2014-10-12 19:43:05 +01:00
Uwe L. Korn
a821767665
Less log spam on the console
2014-10-12 19:43:05 +01:00
Uwe L. Korn
a95e6aa4e1
Wait for the first DatabaseWorker to be ready to declare Database as ready
2014-10-12 19:43:05 +01:00
Uwe L. Korn
cb373ca65c
Readability++, Comments++
2014-10-12 19:43:05 +01:00
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