1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 01:00:13 +02:00
Commit Graph

10963 Commits

Author SHA1 Message Date
Stefan Derkits
b343f11e9b fix Genres only showing up until the letter R 2015-06-19 00:41:41 +02:00
Stefan Derkits
99e07c1462 add missing include 2015-06-19 00:41:41 +02:00
Stefan Derkits
288badeef3 remove dead code 2015-06-19 00:41:41 +02:00
Stefan Derkits
0cbf686fd6 remove non-needed include 2015-06-19 00:41:22 +02:00
Stefan Derkits
2164c1ce51 revert to storing QStringList in cache 2015-06-19 00:41:22 +02:00
Stefan Derkits
06f14b3012 add streaming operators for genre 2015-06-19 00:41:22 +02:00
Stefan Derkits
d65aab9702 add GenrePreset, try to register Genre & Genres as Qt MetaTypes to allow storing in cache 2015-06-19 00:41:22 +02:00
Stefan Derkits
9101dc5a7a add Distribution parameter to Echonest playlists 2015-06-19 00:41:22 +02:00
Stefan Derkits
6095ce32fa bump version to libechonest 2.3.0 2015-06-19 00:39:12 +02:00
Stefan Derkits
6bf379dd39 Port Genre parsing & datatypes to new API 2015-06-19 00:39:12 +02:00
Stefan Derkits
020c6f5bc1 change EchonestGenerator to the new Genre API of libechonest 2015-06-19 00:39:12 +02:00
Tomahawk CI
5c2e384d44 Automatic merge of Transifex translations 2015-06-17 02:18:00 +02:00
Leo Franchi
e964bf8efd Don't crash in headless mode if there's an account error 2015-06-16 09:24:28 -07:00
Christian Muehlhaeuser
d9445378b9 Merge pull request #310 from theli-ua/remixes
Include remixes albums when fetching releases from musicbrainz
2015-06-15 05:45:33 +02:00
Tomahawk CI
b9ec33d7fe Automatic merge of Transifex translations 2015-06-13 02:17:35 +02:00
Tomahawk CI
2a3ca62286 Automatic merge of Transifex translations 2015-06-08 02:17:38 +02:00
Anton Romanov
5141ab6955 Include remixes albums when fetching releases from musicbrainz 2015-06-05 16:15:32 -07:00
Dominik Schmidt
6724d06eac Merge pull request #308 from TheOneRing/use_snoretoast_to_install_lnk
use snoretoast to install the shortcut instead of the winshell plugin
2015-06-03 14:54:21 +02:00
Patrick von Reth
106591d3ab use snoretoast to install the shortcut instead of the winshell plugin 2015-06-03 14:48:46 +02:00
Anton Romanov
a77877b546 Check (qid,r) for existence before processing removal 2015-05-29 03:30:54 +02:00
Christian Muehlhaeuser
e418811edc Merge pull request #307 from theli-ua/pipeline
Fix premature qidstate clearing, protect decqidstate
2015-05-29 02:36:06 +02:00
Anton Romanov
d276bff70e Fix premature qidstate clearing, protect decqidstate 2015-05-28 17:30:28 -07:00
Christian Muehlhaeuser
fd0dab5ae9 Merge pull request #306 from theli-ua/pipeline
Increase qid state for (qid,resolver) only when we actually kick off resolution for given qid by given resolver
2015-05-29 02:10:04 +02:00
Anton Romanov
e83b476db4 fix style 2015-05-28 17:08:38 -07:00
Anton Romanov
ada8594732 Increase qid state for (qid,resolver) only when we actually kick off resolution for given qid by given resolver 2015-05-28 16:36:39 -07:00
Christian Muehlhaeuser
be017f12c0 Merge pull request #305 from theli-ua/pipeline
Fix condition to check number of active queries
2015-05-29 01:08:07 +02:00
Anton Romanov
8b3b48541e Fix condition to check number of active queries 2015-05-28 16:07:19 -07:00
Christian Muehlhaeuser
bc86cdbe08 Merge pull request #304 from theli-ua/resize
Set vertical size policy to 'preferred' for result list
2015-05-27 06:49:24 +02:00
Anton Romanov
ebae39d467 Set vertical size policy to 'preferred' for result list 2015-05-26 12:07:19 -07:00
Christian Muehlhaeuser
37436089a9 Merge pull request #301 from theli-ua/pipeline
Tie timeouts to resolvers, makes pipeline more predictable, stable and deterministic
2015-05-26 08:35:37 +02:00
Christian Muehlhaeuser
dd9609e8fc Merge pull request #303 from theli-ua/casesense
Use QString.compare method for case insensitive comparison
2015-05-26 08:33:48 +02:00
Anton Romanov
1106fd7892 Fix return type in userData() in ResultUrlChecker 2015-05-21 11:03:07 -07:00
Anton Romanov
e405ed34ba Use QString.compare method for case insensitive comparison 2015-05-21 10:56:28 -07:00
Christian Muehlhaeuser
23e61a7c88 Merge pull request #302 from theli-ua/casesense
Ignore case when comparing artists in musicbrainz album results
2015-05-21 05:59:45 +02:00
Anton Romanov
ba91dba15e Ignore case when comparing artists in musicbrainz album results 2015-05-19 14:25:52 -07:00
Anton Romanov
9a4f1e045f Change resultchecker to have userData field to specify arbitrary user data associated with checks 2015-05-15 14:38:35 -07:00
Anton Romanov
6250a19a1f Tie timeouts to resolvers, makes pipeline more predictable, stable and deterministic 2015-05-14 17:29:03 -07:00
Christian Muehlhaeuser
7628273d45 Merge pull request #299 from theli-ua/pipeline
Mark query as resolved only if got results from all resolvers or all timers expired
2015-05-14 04:25:14 +02:00
Anton Romanov
e1336c48f3 Mark query as resolved only if got results from all resolvers or all timers
expired
2015-05-12 17:24:45 -07:00
Dominik Schmidt
bb56a1a2cd Don't require info plugins to return album for AlbumSongs 2015-05-12 20:13:26 +02:00
Christian Muehlhaeuser
d40dedfeb2 When sorting results, check for local collection first. 2015-05-11 12:00:31 +02:00
Tomahawk CI
a2b2eca222 Automatic merge of Transifex translations 2015-05-11 02:17:30 +02:00
Christian Muehlhaeuser
d5288783b0 Fixed quazip include dir. 2015-05-10 04:01:58 +02:00
Christian Muehlhaeuser
0a2abbd689 Updated ChangeLog. 2015-05-10 03:09:09 +02:00
Christian Muehlhaeuser
1777609b18 Fixed typo in JSResolverHelper. 2015-05-10 03:08:59 +02:00
Christian Muehlhaeuser
15445be8df Fixed collection sorting. 2015-05-10 03:03:34 +02:00
Christian Muehlhaeuser
36caa8751c Merge pull request #297 from theli-ua/relative
Support relative HTTP redirects
2015-05-08 17:20:55 +02:00
Anton Romanov
55077edd6d Support relative HTTP redirects 2015-05-08 08:11:11 -07:00
Tomahawk CI
827e816aab Automatic merge of Transifex translations 2015-05-08 02:17:46 +02:00
Tomahawk CI
712e9666a7 Automatic merge of Transifex translations 2015-05-04 02:17:32 +02:00