summaryrefslogtreecommitdiff
path: root/src/playlist.h
AgeCommit message (Expand)Author
2015-11-04remove enterPressed from remaining screensAndrzej Rybczak
2015-09-27playlist: remove enterPressedAndrzej Rybczak
2015-09-27playlist: convert several function names to camelCaseAndrzej Rybczak
2015-05-23actions: add support for range selection and make a few actions work on rangesAndrzej 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
2015-04-12playlist: add OVERRIDE to allowsSearchingAndrzej 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-09-03status: fix toggling flagsAndrzej Rybczak
2014-08-30playlist: make kept song count collision resistantAndrzej Rybczak
2014-08-29playlist: rename remaining old private membersAndrzej Rybczak
2014-08-29fix compilation --without-curlAndrzej Rybczak
2014-08-27replace timeval and time_t with boost::posix_time::ptimeAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2013-05-17get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media LibraryAndrzej Rybczak
2013-04-10fix problem with status update (#3740)Andrzej Rybczak
2013-04-07get rid of global mpd status objectAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
2012-10-02fix header guardsAndrzej Rybczak
2012-09-24playlist: store song hashes in hash map, not a treeAndrzej Rybczak
2012-09-18fix handling playlist highlightAndrzej 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-15rewrite selected items added so it uses sane actions dispatch systemAndrzej Rybczak
2012-09-14playlist: define main screen as 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-13playlist: move sorting dialog related functions to separate fileAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-13add interface HasColumns and its appropriate implementationsAndrzej Rybczak
2012-09-11playist: do not duplicate now playing informationAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-07reduce number of calls to gettimeofdayAndrzej Rybczak
2012-09-04move a few small functions to actionsAndrzej Rybczak
2012-09-04make use of override keyword if availableAndrzej Rybczak
2012-09-04check if song is in playlist in O(nlogn) instead of O(n^2)Andrzej Rybczak
2012-09-03add allowsFiltering / allowsSearching checksAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej 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