summaryrefslogtreecommitdiff
path: root/src/search_engine.cpp
AgeCommit message (Expand)Author
2008-12-10update Menu class and related stuffAndrzej Rybczak
2008-12-09put mpd connection related things into namespaceAndrzej Rybczak
2008-11-22add config option for default place to search in (database/playlist)Andrzej Rybczak
2008-10-19allow searching in current playlistunK
2008-09-29use ToLower() instead of calling std::transform explicitly all the timeunK
2008-09-26fix displaying song in search engine if song_format uses right alignunK
2008-09-25perform case insensitive searching by defaultunK
2008-09-25rename Song::GetShortFilename() to Song::GetName()unK
2008-09-21make use of std::make_pairunK
2008-09-17change internal storing of Song info (much less memory consumption)unK
2008-09-13new option for song format - right align (thx to Nathan Jones)unK
2008-09-10use std::pair instead of two different containtersunK
2008-09-09a lot of code clean-ups, remove song info screenunK