summaryrefslogtreecommitdiff
path: root/src/media_library.h
AgeCommit message (Expand)Author
2014-09-14settings: add option to disable data fetching delay in media library and play...Andrzej Rybczak
2014-09-03make sure to include boost posix_time where neededAndrzej Rybczak
2014-08-31media library: change data fetch delay to 250msAndrzej Rybczak
2014-08-30media library: add data fetch delay after position changesAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2012-10-03media library: preserve filters/selections on updateAndrzej Rybczak
2012-10-02fix header guardsAndrzej Rybczak
2012-10-02media library: optimize updateAndrzej Rybczak
2012-09-20media library: add support for sorting by mtimeMatthew Hague
2012-09-16pass ProxySongList around since it already has shared_ptr insideAndrzej Rybczak
2012-09-16add ScreenType for screen's type identificationAndrzej Rybczak
2012-09-15actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsModeAndrzej Rybczak
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