Krzysztof Sobiecki
|
0ff2e33d55
|
Fix formating in src/covers
|
2014-12-26 13:44:40 +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
|
e8f4496fea
|
Port last.fm cover provider to closures.
|
2012-10-12 13:49:09 +02:00 |
David Sansome
|
bac414a630
|
Allow the artist and album to be specified separately when searching for album covers
|
2011-06-22 19:07:15 +00:00 |
David Sansome
|
62bd3694ec
|
Remove cover provider factories and refactor everything else to use cover providers directly instead.
|
2011-06-19 23:15:51 +00:00 |
John Maguire
|
cb763213bf
|
Add missing Q_OBJECT macro.
|
2011-04-07 13:29:42 +00:00 |
Paweł Bara
|
032b5f7e48
|
initial commit of "multiple covers providers" feature:
- simple API for cover providers (both C++ and SIP)
- a new "package" for cover related code
|
2011-04-02 13:34:06 +00:00 |