Christian Muehlhaeuser
4b6064873f
* Empty album names are valid, but not indexable.
2013-05-15 14:57:56 +02:00
Christian Muehlhaeuser
1c48491f41
* Probably fixes Teo's indexing assert.
2013-05-15 14:57:56 +02:00
Tomahawk CI
624b369153
Automatic merge of Transifex translations
2013-05-15 02:17:18 +02:00
Christian Muehlhaeuser
d3841baf40
* Clean up SourceDelegate::paint methods.
2013-05-14 13:30:25 +02:00
Christian Muehlhaeuser
5ddd730c4c
* Hopefully improved sidebar delegate.
2013-05-14 11:50:09 +02:00
Teo Mrnjavac
85236c5c62
Avoid crash in SuperCollection.
2013-05-10 10:02:35 +02:00
Christian Muehlhaeuser
b7abc9d0f0
* Disable asserts for unknown playlists until PlaylistUpdaters are only loaded on demand.
2013-05-09 13:31:10 +02:00
Dominik Schmidt
836bf17719
Don't install tomahawk_portfwd anymore
2013-05-08 17:31:49 +02:00
Dominik Schmidt
bd1caf276b
Don't try to package libportfwd on windows anymore
2013-05-08 16:52:49 +02:00
Dominik Schmidt
fd3a6ad0ef
Rename libtomahawklib.* files to libtomahawk.*
...
Needed lots of fixes for exporting on windows because otherwise a
libtomahawk.dll.a was created for tomahawk.exe which conflicted with the
libtomahawk.dll.a that is created for libtomahawk.dll
2013-05-08 16:31:22 +02:00
Tomahawk CI
32a03baaf3
Automatic merge of Transifex translations
2013-05-08 02:16:53 +02:00
Dominik Schmidt
f2d7e27033
warnings--
2013-05-07 09:59:54 +02:00
Dominik Schmidt
a1a257d352
warnings--
2013-05-07 08:56:05 +02:00
Christian Muehlhaeuser
2bb384db91
* Use QPixmapCache for scaled covers to reduce memory footprint.
2013-05-07 06:50:39 +02:00
Christian Muehlhaeuser
2ba9318faf
* Updated ChangeLog.
2013-05-07 04:32:32 +02:00
Christian Muehlhaeuser
a79eb6e560
* Use utf8 in TLog.
2013-05-07 04:24:36 +02:00
Christian Muehlhaeuser
64cf40ce8f
* Worked around Lucene memory leak and improved our own memory foot-print during indexing.
2013-05-07 04:24:36 +02:00
Tomahawk CI
c04fde0727
Automatic merge of Transifex translations
2013-05-07 02:16:44 +02:00
Christian Muehlhaeuser
25987e0ee8
Merge pull request #186 from agateau/tests-build-fix
...
Add qjson include dir
2013-05-06 01:06:58 -07:00
Aurélien Gâteau
6a909ef4c0
Add qjson include dir
2013-05-06 10:02:41 +02:00
Christian Muehlhaeuser
9bc8dbb792
* Show date in logfile and time in console output.
2013-05-06 06:00:31 +02:00
Christian Muehlhaeuser
039f87d8ef
* Updated README.md.
2013-05-05 04:59:39 +02:00
Tomahawk CI
edf670de41
Automatic merge of Transifex translations
2013-05-05 02:16:47 +02:00
Christian Muehlhaeuser
f9c88532bd
* Show message when shutting down a secondary instance.
2013-05-04 20:07:58 +02:00
Christian Muehlhaeuser
4a44a979d4
* Updated ChangeLog.
2013-05-04 13:12:21 +02:00
Christian Muehlhaeuser
79e6d9ec27
* Intercept and handle SSL errors for JS resolvers.
2013-05-04 13:01:16 +02:00
Christian Muehlhaeuser
7e0213bc38
* Added settings methods to handle / trust ssl certs.
2013-05-04 13:00:14 +02:00
Christian Muehlhaeuser
5c6b100de7
* Added (very) basic Query & Result unit tests.
2013-05-04 06:40:07 +02:00
Christian Muehlhaeuser
2558905891
* Style fixes.
2013-05-04 06:09:41 +02:00
Teo Mrnjavac
b1b4bbec97
Update ChangeLog.
2013-05-02 15:01:21 +02:00
Tomahawk CI
8525b6462b
Automatic merge of Transifex translations
2013-05-02 02:16:39 +02:00
Teo Mrnjavac
ca3b6411ec
There's no need for this connection to be Queued any more.
...
This fixes Listening along for some users.
2013-05-01 20:55:19 +02:00
Teo Mrnjavac
1098294b03
Fix gradient in InfoBar.
2013-04-30 14:10:34 +02:00
Tomahawk CI
e5fcd077eb
Automatic merge of Transifex translations
2013-04-30 02:16:39 +02:00
Christian Muehlhaeuser
6b27e2ad4e
* Unbreak SlideSwitchButton.
2013-04-29 19:24:04 +02:00
Christian Muehlhaeuser
f99cfb8e66
* Moved color consts into TomahawkStyle.
2013-04-29 19:22:00 +02:00
Christian Muehlhaeuser
e6c2498fc6
* No need to have const values being returned from methods.
2013-04-29 18:27:54 +02:00
Christian Muehlhaeuser
4a221a79a4
* StyleHelper doesn't exist anymore.
2013-04-29 18:15:12 +02:00
Christian Muehlhaeuser
55fd82bfd4
* Added FIXMEs.
2013-04-29 18:14:16 +02:00
Christian Muehlhaeuser
95e84be319
* Merged StyleHelper into TomahawkStyle.
2013-04-29 18:13:17 +02:00
Christian Muehlhaeuser
082cedda17
* Use new TomahawkStyle namespace throughout Tomahawk.
2013-04-29 17:48:37 +02:00
Christian Muehlhaeuser
7276b805d5
* Moved POPUP consts into TomahawkStyle namespace.
2013-04-29 17:48:20 +02:00
Christian Muehlhaeuser
98724c3457
* Renamed TomahawkColors to TomahawkStyle.
2013-04-29 17:44:55 +02:00
Christian Muehlhaeuser
2537daa0b6
* Moved TomahawkUtils::Colors into TomahawkColors and a separate file.
2013-04-29 17:39:25 +02:00
Christian Muehlhaeuser
d326290fd7
* Make Pipeline less verbose.
2013-04-29 16:17:31 +02:00
Christian Muehlhaeuser
e02229e232
* No need to store score as a variable.
2013-04-29 05:30:37 +02:00
Christian Muehlhaeuser
619a2df812
* Check for null results / tracks being created.
2013-04-29 05:30:37 +02:00
Christian Muehlhaeuser
9b53dc5c4e
* Return null result when trying to create one without a url.
2013-04-29 05:30:37 +02:00
Christian Muehlhaeuser
ee2a71a09f
* Assert when trying to create a track without artist or track name.
2013-04-29 05:30:37 +02:00
Tomahawk CI
8e3de08d87
Automatic merge of Transifex translations
2013-04-29 02:28:14 +02:00