John Maguire
|
ce3ba02749
|
Fix songkick concert fetching
|
2016-02-11 16:59:40 +00:00 |
narunlifescience
|
dd953fd86c
|
check custom icon location, then system theme & then fallback theme
icons added & replaced
|
2015-10-13 22:35:49 -05: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
|
59cb17c08d
|
Change some API URLs to use https.
|
2014-01-28 12:57:27 +01:00 |
John Maguire
|
8171192df5
|
Port Closure to variadic templates.
|
2012-11-22 17:19:04 +01:00 |
David Sansome
|
5940b0ead1
|
Make SongKick results a bit prettier
|
2012-08-27 12:25:33 +01:00 |
David Sansome
|
a7ba3ab927
|
Don't show the SongKick results pane if there aren't any concerts.
|
2012-08-27 12:25:33 +01:00 |
John Maguire
|
0d5d1dbad1
|
Filter out songkick concerts that are too far away.
|
2012-06-20 14:13:15 +02:00 |
John Maguire
|
2aafdf06e0
|
Fix QNetworkReply leak.
|
2012-06-04 15:00:10 +02:00 |
John Maguire
|
8452c5428e
|
Load images from Google Maps API for Songkick concerts.
|
2012-06-04 14:40:08 +02:00 |
John Maguire
|
0bacedf465
|
Parse SongKick results and generate some simple HTML.
|
2012-06-04 14:06:43 +02:00 |
John Maguire
|
1453086a80
|
Add API key for Songkick and make artist calendar request.
|
2012-05-30 13:30:02 -07:00 |
John Maguire
|
32a2cbe6df
|
Add copyright headers
|
2012-05-29 16:32:34 -07:00 |
John Maguire
|
21419765d3
|
Add beginnings of support for requesting events calendar for an artist
from songkick (waiting on API key).
|
2012-05-29 16:31:27 -07:00 |