summaryrefslogtreecommitdiff
path: root/src/media_library.h
AgeCommit message (Expand)Author
2012-09-15abstract shared parts of switchTo methods awayAndrzej Rybczak
2012-09-14media library: make screens non-pointerAndrzej Rybczak
2012-09-14make defining screens with main window type as non-pointer possibleAndrzej Rybczak
2012-09-14do not initialize screens lazily as it doesn't make much senseAndrzej Rybczak
2012-09-13adjust indentation of remaining classes in headersAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-13add interface HasColumns and its appropriate implementationsAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-04make use of override keyword if availableAndrzej Rybczak
2012-09-04generalize UpdateSongsList (-> markSongsInPlaylist)Andrzej Rybczak
2012-09-03add allowsFiltering / allowsSearching checksAndrzej Rybczak
2012-09-02finally kill NC::ListAndrzej Rybczak
2012-09-02implement ProxySongList for handling general operations on listsAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-09-02implement HasSongs interfaceAndrzej Rybczak
2012-09-01implement Searchable interface / make use of unnamed namespacesAndrzej Rybczak
2012-08-31menu: generalize filtering, introduce interfacesAndrzej Rybczak
2012-08-31menu: simplify ItemDisplayer furtherAndrzej Rybczak
2012-08-31menu: move a few methods to Item classAndrzej Rybczak
2012-08-30use std::bind instead of passing void pointers aroundAndrzej Rybczak
2012-08-28reduce usage of pointers / replace std::pair in SearchEngineAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-07-16rename YEAR tag to DATE tag (as it should've been from the beginning)Andrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-08-24media library: search constraints: rename Artist to PrimaryTagAndrzej Rybczak
2010-08-24media library: show songs with primary tag unspecifiedAndrzej Rybczak
2010-07-12make feature 'display separators between albums' work in all screensAndrzej Rybczak
2010-05-18media library: support for "All tracks" option in middle columnAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2010-01-22throw away unused function (MediaLibrary::SortSongsByYear())Andrzej Rybczak
2010-01-05make media library show more songs (with incomplete tags etc.)Andrzej Rybczak
2010-01-05added a key to jump to a song in the media libraryFrank Blendinger
2009-12-11enable selecting and add sel. menu in media libFrank Blendinger
2009-12-09screen_switcher between current and last screenFrank Blendinger
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
2009-03-07speed up browsing media libraryAndrzej Rybczak
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
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