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
|
606bf71208
|
Disable automatic conversions to QUrl from strings.
|
2012-09-26 17:09:13 +02:00 |
Martin Björklund
|
00545a4059
|
Get better discogs results by using the master image before general releases, and also make fewer requests to the server to fetch images.
|
2012-02-07 13:05:26 +00:00 |
Martin Björklund
|
8d63ddd3eb
|
Add a Discogs cover provider
Fixes issue 1794
|
2012-01-29 14:27:07 +00:00 |