Chocobozzz
|
ff7026c9fe
|
Merge remote-tracking branch 'upstream/master' into qt5
|
2015-12-13 20:05:12 +01:00 |
Eduard Braun
|
2e35e09c96
|
Songinfo/lyrics: Fix index error in "UltimateLyricsProvider::Extract"
(second argument to "QString,mid()" is number of characters, not end index)
|
2015-10-10 22:35:11 +02:00 |
Chocobozzz
|
8b226c2171
|
Update non optionnals sources to qt5
|
2015-04-11 23:24:07 +02: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
|
d309d4ab27
|
Use c++11 instead of boost where possible.
|
2014-02-06 16:51:39 +01:00 |
Andreas
|
ed3365bc0d
|
Lyrics: Fix "Apply exclude rules"
|
2014-01-18 18:22:00 +01:00 |
Hugo Dueñas
|
29ce846a68
|
Simplification of the previous commit
|
2014-01-03 01:45:22 -06:00 |
Hugo Dueñas
|
db07c2a5cb
|
Improvement on the detection of empty lyrics
|
2014-01-02 16:52:35 -06:00 |
Paweł Szymański
|
6e8cfc7762
|
Add an Encyclopaedia Metallum lyrics provider. Fixes issue 3568
|
2013-12-03 20:21:52 +11:00 |
Andreas
|
90c8929f96
|
Fix crash when fetching lyrics with the network remote.
|
2013-10-09 19:33:59 +02:00 |
Paweł Szymański
|
051c543373
|
Add darklyrics support and do {field} replacement on extract rules as well as URLs.
Fixes issue 1889
|
2012-02-12 16:08:41 +00:00 |
David Sansome
|
5488b37447
|
Fix vagalume lyrics. Thanks ikojba
|
2011-06-09 16:32:45 +00:00 |
David Sansome
|
3eedc916ad
|
Add a new logging system
|
2011-04-22 16:50:29 +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
|
b5f366c40a
|
Add a thread safe network disk cache, and remove the need to pass a NetworkAccessManager around everywhere. Fixes issue #852
|
2010-10-16 17:20:54 +00:00 |
David Sansome
|
c35ba55e75
|
Try to intelligently convert \n to <p> in song/artist info views
|
2010-10-16 16:16:22 +00:00 |
David Sansome
|
efb84a25ce
|
Rename AutoSizedTextEdit to SongInfoTextView
|
2010-10-16 14:11:23 +00:00 |
David Sansome
|
548430853c
|
Remove a couple more broken lyric providers and sort the list of lyrics properly. Fixes issue #881
|
2010-10-16 12:56:58 +00:00 |
David Sansome
|
abbc908aaa
|
Collapse all info sections by default except the first one of each type but add support for using user preferences (they don't get saved yet), add a fade in/out animation to collapsed section headers.
|
2010-10-11 19:49:12 +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 |