John Maguire
|
7750d5015e
|
Cope with empty biography responses.
|
2016-06-28 18:22:15 +01:00 |
John Maguire
|
55af2b1d3b
|
Add image fetching from wikipedia
#5416
|
2016-06-28 15:34:14 +01:00 |
John Maguire
|
b99b090adc
|
Refactor simple dialogs to use Lazy
|
2016-02-12 16:01:35 +00:00 |
John Maguire
|
f2daa772c1
|
Lazy initialise everything in Application.
|
2016-02-11 15:15:38 +00:00 |
John Maguire
|
a7ca007e24
|
Tidy up lazy implementation.
|
2016-02-11 14:09:36 +00:00 |
John Maguire
|
4c8b1d8143
|
Add lazy initialisation helper.
|
2016-02-11 13:46:23 +00:00 |
John Maguire
|
ac660dcf3d
|
Use a simpler arraysize() implementation.
|
2016-01-14 16:14:13 +00:00 |
John Maguire
|
f300946c81
|
Remove most usages of QFutureWatcher
|
2015-11-27 14:28:12 +00:00 |
John Maguire
|
2d61fe6c87
|
Changed my mind about automatically passing QFutures.
|
2015-11-27 12:04:14 +00:00 |
Arnaud Bienner
|
ec98a68c3d
|
Update SLOT signatures.
There weren't update as part of commit 33494dcddcb64f9fccae215f1100cfa885c72039: this prevented the slider to be updated, among other things.
|
2015-11-27 11:44:59 +01:00 |
John Maguire
|
3cc9c1e446
|
Remove ModelFutureWatcher
|
2015-11-26 19:02:08 +00:00 |
John Maguire
|
689858026e
|
Actually pass the finished QFuture back.
|
2015-11-26 18:42:12 +00:00 |
John Maguire
|
2cd15ff430
|
Add NewClosure overload for QFuture
|
2015-11-26 18:35:17 +00:00 |
John Maguire
|
b2a532be62
|
Experiment with typesafe time units
|
2015-07-20 14:35:13 +01:00 |
John Maguire
|
aa22a43f44
|
Add exponential back-off to Amazon requests.
|
2015-04-17 12:10:40 +01:00 |
John Maguire
|
705cdf11fc
|
Move ScopedNSAutoreleasePool to ext
|
2015-03-02 17:51:17 +01:00 |
John Maguire
|
41e9c15248
|
Add arraysize macro from Chromium
|
2014-04-29 14:11:52 +02:00 |
John Maguire
|
192b60d965
|
Use nullptr as parent parameter default everywhere
|
2014-02-10 16:03:54 +01:00 |
John Maguire
|
3323c2d094
|
Convert all instances of foreach() to a C++11 for
find ext src -name '*.cpp' -exec \
sed -i -e 's/foreach(\([^,]\+\),/for (\1 :/' {} \;
|
2014-02-10 14:43:32 +01:00 |
John Maguire
|
bebd781fdf
|
Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
|
2014-02-07 16:34:20 +01:00 |
John Maguire
|
71893e4847
|
Use nullptr instead of NULL everywhere.
|
2014-02-06 17:29:59 +01:00 |
John Maguire
|
d309d4ab27
|
Use c++11 instead of boost where possible.
|
2014-02-06 16:51:39 +01:00 |
John Maguire
|
cc43e339c1
|
Use boost function for compatibility
|
2013-11-22 11:53:47 +00:00 |
John Maguire
|
b17b075361
|
Compile fixes for 10.9
|
2013-11-21 17:59:31 +00:00 |
David Sansome
|
f0b9120c43
|
Create a Fatal logging level, and use it when sqlite symbols can't be resolved.
|
2013-09-18 00:15:46 +10:00 |
John Maguire
|
dd59aaada0
|
Delete closures if the receiver is deleted.
|
2013-02-26 16:27:44 +01:00 |
John Maguire
|
195e1cb2ad
|
Support arbitrary return type in closure for member function pointer.
|
2012-12-13 16:55:23 +01:00 |
John Maguire
|
020f08438f
|
Support member function pointers in Closure.
Bonus: type-safe slots
|
2012-12-13 16:27:55 +01:00 |
John Maguire
|
94f76a9d08
|
Support function pointers and std functions with arguments in Closure.
|
2012-12-13 16:13:38 +01:00 |
John Maguire
|
6c5e831a7d
|
Remove tag encoding detection as we don't really use it anymore.
|
2012-11-29 13:41:20 +01:00 |
John Maguire
|
db586ca00e
|
Read tags from Ubuntu One files and add to local database.
|
2012-11-28 14:43:03 +01:00 |
John Maguire
|
c294098aef
|
Use tr1 for mac compatibility
|
2012-11-26 10:10:20 +01:00 |
John Maguire
|
11f664083a
|
Add support for standard function callbacks in NewClosure (including C++11 lambdas).
|
2012-11-26 09:41:26 +01:00 |
John Maguire
|
4e9231976e
|
Unpack variadic arguments into QGenericArguments without boost::tuple.
|
2012-11-22 17:57:26 +01:00 |
John Maguire
|
8171192df5
|
Port Closure to variadic templates.
|
2012-11-22 17:19:04 +01:00 |
Arnaud Bienner
|
c848d311b8
|
Remove useless comment now we have variadic templates for ConcurrentRun
|
2012-11-22 02:08:59 +01:00 |
John Maguire
|
fddce90624
|
Use boost::bind & boost::function instead of std equivalents for better compatibility.
|
2012-11-21 17:17:37 +01:00 |
John Maguire
|
1fd0515168
|
Make variadic version of ConcurrentRun::Run()
|
2012-11-21 16:39:10 +01:00 |
David Sansome
|
95df1a4c25
|
Remove a useless message copy
|
2012-11-07 09:18:49 +11:00 |
Arnaud Bienner
|
09596e3732
|
Don't get stuck when exiting Clementine while library is being created/updated
|
2012-08-30 00:01:28 +02:00 |
Arnaud Bienner
|
eded1daca1
|
Correct typo in comments
|
2012-07-16 00:39:00 +02:00 |
Arnaud Bienner
|
0e3dc5a8be
|
Add new ConcurrentRun templates for void functions, and functions with 3 arguments + corresponding test cases.
+ SongLoader now has its own QThreadPool to load folders/playlist in background.
Update issue 2598
This should fix slowliness problems reported.
|
2012-07-16 00:06:55 +02:00 |
John Maguire
|
58a3a6831a
|
Move loading of devices from the database onto a different thread.
|
2012-06-29 16:56:17 +02:00 |
David Sansome
|
1c338455c3
|
Add missing copyright headers
|
2012-06-23 11:31:48 +01:00 |
John Maguire
|
b9d2d3326d
|
Only support override in Clang.
|
2012-06-21 16:13:41 +02:00 |
John Maguire
|
09d37aaa01
|
Add OVERRIDE macro like Java's @Override.
|
2012-06-20 16:49:41 +02:00 |
Arnaud Bienner
|
dcc26b01ff
|
Correct define guard's name
|
2012-04-25 01:22:30 +02:00 |
Arnaud Bienner
|
01daea7090
|
Commit missing modifications/change ConcurrentRun description a bit
|
2012-04-25 00:29:19 +02:00 |
Arnaud Bienner
|
76b98000fe
|
Add ConcurrentRun functions, and us one of them in gstenginepipeline with gstenginepipeline's own threadpool.
So now we can (finally!) play/pause/stop music while fingerprinting lot of songs or whatever else
|
2012-04-25 00:21:01 +02:00 |
John Maguire
|
66c8d6d360
|
Tidy up a bit.
|
2012-04-13 15:53:17 +02:00 |