John Maguire
|
341dc7326f
|
Reformat all C++
|
2020-09-22 14:56:06 +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 |
David Sansome
|
7fd29f160d
|
Add a configurable timeout to song and artist info network requests. Default to 2.5 seconds
|
2010-12-19 13:58:53 +00:00 |
David Sansome
|
ed1a25693c
|
Add missing licenses to debian/copyright, and add copyright information to each source file
|
2010-11-20 13:27:10 +00:00 |
David Sansome
|
2aa20d3dee
|
Make the lyric providers configurable again
|
2010-10-10 16:46:35 +00:00 |
David Sansome
|
2f3732e73e
|
Move lyrics into the song info pane, refactor out a load of the common code between artist and song info.
|
2010-10-10 16:09:20 +00:00 |