Anton Romanov
|
1d750b25a9
|
First attempt at 0.9 js resolver API
|
2015-09-09 22:49:16 -07:00 |
|
Dominik Schmidt
|
24c8bd7a90
|
Go back to more complicated .. but qt5 handling findquazip
|
2015-09-07 01:54:37 +02:00 |
|
Dominik Schmidt
|
a7c9cea3e6
|
Add branding in TomahawkUtils
|
2015-09-07 01:51:09 +02:00 |
|
Dominik Schmidt
|
28722052bf
|
Branding and download manager updates
|
2015-09-07 01:50:57 +02:00 |
|
Dominik Schmidt
|
aafff617e5
|
Branding and download manager updates
|
2015-09-06 22:38:20 +02:00 |
|
Dominik Schmidt
|
37512055e1
|
Revert "Cleanup config setup to make sure defines are set before config.h is generated."
This reverts commit 16b4cb93d8 .
|
2015-09-06 21:55:50 +02:00 |
|
Leo Franchi
|
0233c85f66
|
Fix OS X build
|
2015-09-04 09:42:13 -07:00 |
|
Patrick von Reth
|
dab59cb205
|
Remove comment about implementing a test for wchar_t suport in ofstream
|
2015-09-04 15:32:28 +02:00 |
|
Patrick von Reth
|
d54fc628f7
|
Fix case for QTSPARKLE_FOUND define.
|
2015-09-04 15:30:04 +02:00 |
|
Patrick von Reth
|
e13f996382
|
FOO_FOUND is uppercase.
|
2015-09-04 15:28:58 +02:00 |
|
Patrick von Reth
|
c8c1affca2
|
Only try to build with QtSparkle if it has been found.
|
2015-09-04 14:57:36 +02:00 |
|
Patrick von Reth
|
16b4cb93d8
|
Cleanup config setup to make sure defines are set before config.h is generated.
|
2015-09-04 14:55:37 +02:00 |
|
Patrick von Reth
|
7caee33dcc
|
ofstream is in std::
|
2015-09-04 13:46:52 +02:00 |
|
Patrick von Reth
|
74b4e2ec16
|
Fix build of Logger.cpp with an unpatched version of gcc on Windows.
|
2015-09-04 13:02:46 +02:00 |
|
Anton Romanov
|
5776ff0828
|
Properly encode post data as UTF8 in nativeasyncrequest
|
2015-09-03 15:33:23 -07:00 |
|
Dominik Schmidt
|
ad1c9ff847
|
Merge pull request #316 from theli-ua/user_agent
Add ability for resolvers to specify user agent string
|
2015-09-01 22:44:47 +02:00 |
|
Anton Romanov
|
eaad1f28df
|
Allow setting User-Agent via nativeAsyncRequest
|
2015-08-19 15:40:07 -07:00 |
|
Anton Romanov
|
c830644ba1
|
Do not allocate zero-sized arrays to stop leaking them. Fix new[]/delete mismatch
|
2015-07-24 15:13:02 -07:00 |
|
Stefan Derkits
|
52c9ff6b13
|
change EchonestGenerator to the new Genre API of libechonest
needs libechonest 2.3
|
2015-07-09 17:56:08 +02:00 |
|
Christian Muehlhaeuser
|
f289d11566
|
Don't show an empty-warning while still loading album page.
|
2015-06-24 14:51:28 +02:00 |
|
Christian Muehlhaeuser
|
f94949fe4a
|
Add spacing before download button.
|
2015-06-23 14:57:34 +02:00 |
|
Takahiro Hashimoto
|
50e77ce0db
|
fix compilation error with Qt 5.5
|
2015-06-22 14:53:48 +09:00 |
|
Christian Muehlhaeuser
|
a8c413ee5a
|
Don't crash trying to access unknown header style.
|
2015-06-19 18:44:55 +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 |
|
Anton Romanov
|
5141ab6955
|
Include remixes albums when fetching releases from musicbrainz
|
2015-06-05 16:15:32 -07:00 |
|
Anton Romanov
|
a77877b546
|
Check (qid,r) for existence before processing removal
|
2015-05-29 03:30:54 +02:00 |
|
Anton Romanov
|
d276bff70e
|
Fix premature qidstate clearing, protect decqidstate
|
2015-05-28 17:30:28 -07: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 |
|
Anton Romanov
|
8b3b48541e
|
Fix condition to check number of active queries
|
2015-05-28 16:07:19 -07: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 |
|
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 |
|
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 |
|
Christian Muehlhaeuser
|
d5288783b0
|
Fixed quazip include dir.
|
2015-05-10 04:01:58 +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 |
|
Anton Romanov
|
55077edd6d
|
Support relative HTTP redirects
|
2015-05-08 08:11:11 -07:00 |
|
Jason Herskowitz
|
da40a4a2bd
|
Fix the background color of the bio text box
|
2015-05-01 16:06:37 -04:00 |
|
Jason Herskowitz
|
0522fdb66d
|
Clarifying text for the Download preference settings
|
2015-05-01 07:49:54 -04:00 |
|
Christian Muehlhaeuser
|
3d52622fda
|
Simpler Pipeline code.
|
2015-04-28 02:11:13 +02:00 |
|
Christian Muehlhaeuser
|
807961dffc
|
Fixed snore's inbox-notification title & type.
|
2015-04-24 20:34:24 +02:00 |
|
Christian Muehlhaeuser
|
e65830643b
|
Don't create a ResultUrlChecker if there are no results to be checked.
|
2015-04-23 20:53:54 +02:00 |
|