summaryrefslogtreecommitdiff
path: root/src/playlist_editor.h
AgeCommit message (Expand)Author
2016-12-22Move screens to subdirectoryAndrzej Rybczak
2016-11-13Update headersAndrzej Rybczak
2016-11-13configure: require c++14 compatible compilerAndrzej Rybczak
2016-11-13Move filtering methods to separate interfaceAndrzej Rybczak
2016-11-13Implement filtering in playlist editorAndrzej Rybczak
2016-11-11searchable: retrieve currently applied search constraintAndrzej Rybczak
2015-11-04remove enterPressed from remaining screensAndrzej Rybczak
2015-05-17split PressSpace action into modular piecesAndrzej Rybczak
2015-05-11replace ProxySongList with NC::List and SongListAndrzej Rybczak
2015-05-09actions: move item selection to its own action and bind it to insertAndrzej Rybczak
2015-05-02add support for unicode aware regular expressions if availableAndrzej Rybczak
2015-04-18actions: toggle screen lock: check if screen is lockable before asking for widthAndrzej Rybczak
2014-11-07actions: make find forward/backward incrementalAndrzej Rybczak
2014-11-05remove filteringAndrzej Rybczak
2014-11-04menu: remove search related methodsAndrzej Rybczak
2014-11-03mpd: get rid of *List typedefsAndrzej Rybczak
2014-11-02mpd: redesign Item and adjust browserAndrzej Rybczak
2014-11-01playlist editor: hold MPD::PlaylistS instead of std::stringSAndrzej Rybczak
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-31playlist editor: change data fetch delay to 250msAndrzej Rybczak
2014-08-30playlist editor: add data fetch delay after position changesAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
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