Andrzej Rybczak
01f429cca0
fix adding results from searching in current playlist
...
previously, pointers to items in playlist were added to list.
this is utterly wrong as playlist can change at any time, so
if song is from playlist, duplicate it.
17 years ago
Andrzej Rybczak
2df9b1ab3f
Search() should take value, not reference
17 years ago
Andrzej Rybczak
edeb2fa37d
add field 'Any' to search engine
17 years ago
Andrzej Rybczak
1a6e0be0c1
fix searching
17 years ago
Andrzej Rybczak
966fd634a4
add support for columns view in browser and search engine
17 years ago
Andrzej Rybczak
e3ffbc7027
align search fields in media library
17 years ago
Andrzej Rybczak
4ce83854a2
rearrange fields in search engine / +composer +performer -track
17 years ago
Andrzej Rybczak
8045899049
remove extern keyword from const char * declarations
17 years ago
Andrzej Rybczak
0c9e10091f
update fsf address and copyright info
17 years ago
Andrzej Rybczak
da8feb885f
handle colored empty tag marker
18 years ago
Andrzej Rybczak
284dd6a5be
update Menu class and related stuff
18 years ago
Andrzej Rybczak
5c0af01cca
put mpd connection related things into namespace
18 years ago
Andrzej Rybczak
ef7b8fd276
add config option for default place to search in (database/playlist)
18 years ago
unK
5775eaf039
allow searching in current playlist
18 years ago
unK
0a210a8896
use ToLower() instead of calling std::transform explicitly all the time
18 years ago
unK
4c7afc4fcd
fix displaying song in search engine if song_format uses right align
18 years ago
unK
65eec99073
perform case insensitive searching by default
18 years ago
unK
0d0e5e2912
rename Song::GetShortFilename() to Song::GetName()
18 years ago
unK
40abeaac2c
make use of std::make_pair
18 years ago
unK
fac14dface
change internal storing of Song info (much less memory consumption)
18 years ago
unK
c54de64176
new option for song format - right align (thx to Nathan Jones)
18 years ago
unK
e36bf0a3cc
use std::pair instead of two different containters
18 years ago
unK
0e1e3c6342
a lot of code clean-ups, remove song info screen
18 years ago