summaryrefslogtreecommitdiff
path: root/src/media_library.cpp
AgeCommit message (Expand)Author
2012-08-29split majority of helpers and rewrite a few heinous functionsAndrzej Rybczak
2012-08-28mpd: use lambda closures instead of passing vectors to functionsAndrzej Rybczak
2012-08-28reduce usage of pointers / replace std::pair in SearchEngineAndrzej Rybczak
2012-08-28rewrite MPD::Song objectAndrzej Rybczak
2012-08-27require MPD >= 0.14Andrzej Rybczak
2012-08-27some general source code tweaksAndrzej Rybczak
2012-08-14make displayed messages more consistentAndrzej 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
2011-08-01clear filters before jumping to media libraryAndrzej Rybczak
2010-09-09settings: make displaying 'empty tag' entry optionalAndrzej Rybczak
2010-08-25titles_visibility configuration optionAlexey Semenko
2010-08-24media library: search constraints: rename Artist to PrimaryTagAndrzej Rybczak
2010-08-24media library: show songs with primary tag unspecifiedAndrzej Rybczak
2010-08-24media library: sort artists' songs in GetSelectedSongs()Andrzej Rybczak
2010-08-16fix 'media library: fix filter issues'Andrzej Rybczak
2010-08-16media library: fix filter issuesAndrzej Rybczak
2010-07-12make feature 'display separators between albums' work in all screensAndrzej Rybczak
2010-06-17media library/tag editor: block idle while doing hierarchical searchesAndrzej Rybczak
2010-05-29media library: fix compatibility with mpd < 0.14Andrzej Rybczak
2010-05-18make a few exceptions for "all tracks" option since it's not real albumAndrzej Rybczak
2010-05-18media library: support for "All tracks" option in middle columnAndrzej Rybczak
2010-05-14MediaLibrary::LocateSong: compare hashes, not stringsAndrzej Rybczak
2010-04-07disable 'locate song in media library' function for mpd < 0.14.*Andrzej Rybczak
2010-02-23media library: fix two columns view if library is emptyAndrzej Rybczak
2010-02-05center cursor directly in Menu classAndrzej Rybczak
2010-01-31fixes for db97a1a3186b2bbd9d36770e83aa5325db5ce77aAndrzej Rybczak
2010-01-31add option media_library_disable_two_column_modeFrank Blendinger
2010-01-31fix non refreshing columns (selection in medialib)Frank Blendinger
2010-01-30update copyright noticesAndrzej Rybczak
2010-01-22get rid of using directivesAndrzej Rybczak
2010-01-22throw away unused function (MediaLibrary::SortSongsByYear())Andrzej Rybczak
2010-01-22make displaying dates of albums in media library optionalAndrzej Rybczak
2010-01-05make media library show more songs (with incomplete tags etc.)Andrzej Rybczak
2010-01-05fixes for locating song in media library in two columns modeAndrzej 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-11-26if there is no selected items, treat the current one as selectedAndrzej Rybczak
2009-11-13improve handling columns in media library a bitAndrzej Rybczak
2009-11-13simplify Clear() in Window and its derivativesAndrzej Rybczak
2009-10-25poll both stdin and mpd using one select()Andrzej Rybczak
2009-10-04fix broken compilation due to lack of setters for mpd_songAndrzej Rybczak
2009-09-22make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv)Andrzej Rybczak
2009-09-19rename Menu::BoldOption() to Menu::Bold()Andrzej Rybczak
2009-09-19clean NCurse::List class a bit and remove a few redundant functionsAndrzej Rybczak
2009-08-30make sorting window use main ncmpcpp loopAndrzej Rybczak