summaryrefslogtreecommitdiff
path: root/src/playlist_editor.h
AgeCommit message (Expand)Author
2013-04-07update copyright infoAndrzej Rybczak
2012-10-02fix header guardsAndrzej Rybczak
2012-10-01playlist editor: rename private membersAndrzej Rybczak
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-15abstract shared parts of switchTo methods awayAndrzej Rybczak
2012-09-14playlist editor: change columns to be non-pointersAndrzej 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-04move a few small functions to actionsAndrzej Rybczak
2012-09-04make use of override keyword if availableAndrzej Rybczak
2012-09-04generalize UpdateSongsList (-> markSongsInPlaylist)Andrzej Rybczak
2012-09-04make playlist and playlist editor share code responsible for moving itemsAndrzej 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: move a few methods to Item classAndrzej Rybczak
2012-08-14playlist editor: disallow cropping/clearing filtered playlistsAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-07-12make feature 'display separators between albums' work in all screensAndrzej Rybczak
2010-03-04jump from browser to playlist editor with GoToContainingDir keyFrank Blendinger
2010-01-30update copyright noticesAndrzej Rybczak
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-03-08add support for regular expressions (basic and extended)Andrzej Rybczak
2009-03-03use private where appropriateAndrzej Rybczak
2009-02-17new feature: apply filter to screen (Ctrl-F)Andrzej 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 PlaylistEditor into classAndrzej Rybczak
2009-02-13separate some code from ncmpcpp.cppAndrzej Rybczak