Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
http is already filtered out with isStream() function
|
|
|
|
functions MPD::Song::toString() and Display::Songs were
almost identical. for now the latter uses MPD::Song::toString()
implementation, which also has been simplified.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
why the hell one of taglib headers has 'using namespace std;' in it?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this also removes a few code duplications.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
they should be called only within member funcions, because they
ignore stacked values, that are set by Window::operator<<(Format)
|
|
I though static variables are created for each class object,
but apparently they aren't, which makes the previous design
utterly broken. I'm suprised it somehow worked before.
|
|
|
|
|
|
|
|
This reverts commit 9faf3acf2f1bef0d10fdf85ce93468800916ae66
and applies correct patch (thx for Damien Leone for pointing this)
Conflicts:
src/ncmpcpp.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|