summaryrefslogtreecommitdiff
path: root/src/media_library.h
AgeCommit message (Collapse)Author
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-06-26initialize screens only if necessaryAndrzej Rybczak
2009-05-25new feature: mouse supportAndrzej Rybczak
2009-05-03new feature: two columns view in media library (albums and songs)Andrzej Rybczak
2009-03-08add support for regular expressions (basic and extended)Andrzej Rybczak
it intruduces regex support in search engine and filtering/searching in all screens
2009-03-07speed up browsing media libraryAndrzej Rybczak
the way media library was searching for albums was wrong and by the way totally inefficient.
2009-03-05fix duplicating albums in media libraryAndrzej Rybczak
2009-03-03use private where appropriateAndrzej Rybczak
2009-02-24while searching for songs in media library, consider year of the albumAndrzej Rybczak
2009-02-17new feature: apply filter to screen (Ctrl-F)Andrzej Rybczak
if one applies a filter, only items that contain this filter will be displayed. works on all screens.
2009-02-17cleaningAndrzej Rybczak
2009-02-17get rid of this awful casting to List *Andrzej Rybczak
2009-02-16provide generic interface for dealing with selected itemsAndrzej Rybczak
2009-02-15general code cleaningAndrzej Rybczak
2009-02-14change namespace MediaLibrary into classAndrzej Rybczak
2009-02-13separate some code from ncmpcpp.cppAndrzej Rybczak