summaryrefslogtreecommitdiff
path: root/src/actions.cpp
AgeCommit message (Expand)Author
2017-01-06Make 'update_environment' action also update local mpd statusAndrzej Rybczak
2016-12-25Make lyrics and last_fm screens lockable and startup screensAndrzej Rybczak
2016-12-25Add 'statusbar_time_color' and 'player_state_color' configuration variablesAndrzej Rybczak
2016-12-22Move screens to subdirectoryAndrzej Rybczak
2016-12-22Move ncurses related files to curses directoryAndrzej Rybczak
2016-12-14Prevent ncurses input queue from breaking by cleaning KEY_RESIZE asapAndrzej Rybczak
2016-12-14song list: get rid of boost::zip_iterator and improve {Const,}SongIteratorAndrzej Rybczak
2016-12-08settings: deprecate visualizer_sample_multiplierAndrzej Rybczak
2016-12-07actions: use shared_ptr to store actionsAndrzej Rybczak
2016-11-23actions: use unique_ptr for storing actionsAndrzej Rybczak
2016-11-21Add support for fetching lyrics in background for selected songsAndrzej Rybczak
2016-11-21lyrics: add support for showing notifications about fetching lyrics in backgr...Andrzej Rybczak
2016-11-20Show detailed error message if writing tags failsAndrzej Rybczak
2016-11-20Make libcurl a hard dependencyAndrzej Rybczak
2016-11-20Modernize lyrics screenAndrzej Rybczak
2016-11-13Update headersAndrzej Rybczak
2016-11-13Move filtering methods to separate interfaceAndrzej Rybczak
2016-11-13Implement filtering in playlist editorAndrzej Rybczak
2016-11-13Implement filtering in media libraryAndrzej Rybczak
2016-11-13Implement filtering in browser and search engineAndrzej Rybczak
2016-11-13Resurrect filtering of lists (playlist only for now)Andrzej Rybczak
2016-11-11searchable: retrieve currently applied search constraintAndrzej Rybczak
2016-11-11Prepare for the ressurection of filteringAndrzej Rybczak
2016-10-30Merge branch '0.7.x'Andrzej Rybczak
2016-10-30Use mt19937 random number generator instad of the default oneHamuko
2016-10-30Include state line in the header windowAndrzej Rybczak
2016-06-10actions: allow action chains to be used for seekingAndrzej Rybczak
2015-12-25settings: add config option to not confirm shuffling playlistAsa Sourdiffe
2015-11-11configure: check for readline properlyAndrzej Rybczak
2015-11-04add ifdefs to fix conditional compilation0.7_beta1Andrzej Rybczak
2015-11-04actions: require confirmation before shuffling rangeAndrzej Rybczak
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-09-27outputs: replace enterPressed with toggleOutputAndrzej Rybczak
2015-07-23actions: explicitly include boost posix_time.hppAndrzej Rybczak
2015-05-24actions: add support for selecting found itemsAndrzej Rybczak
2015-05-23actions: add support for range selection and make a few actions work on rangesAndrzej Rybczak
2015-05-23action: select item: don't go down after selectionAndrzej Rybczak
2015-05-23lastfm: use sink argument and fix possible usage of m_service after deleteAndrzej Rybczak
2015-05-19stop using literal 500 as a window timeoutAndrzej Rybczak
2015-05-17split PressSpace action into modular piecesAndrzej Rybczak
2015-05-17actions: respect regular expression config when searching in text fieldsAndrzej Rybczak
2015-05-17actions: add action for environment updateAndrzej Rybczak
2015-05-14bindinds: add support for alt/ctrl/shift modifiers and escape keyAndrzej Rybczak
2015-05-11replace ProxySongList with NC::List and SongListAndrzej Rybczak
2015-05-11replace boost::bind with std::bindAndrzej Rybczak
2015-05-09actions: move item selection to its own action and bind it to insertAndrzej Rybczak
2015-05-09remove support for ncurses terminal sequence escapingAndrzej Rybczak
2015-05-08window: support extended urxvt mouse support if applicableAndrzej Rybczak