summaryrefslogtreecommitdiff
path: root/src/actions.cpp
AgeCommit message (Expand)Author
2015-04-18actions: edit directory name: use boost::filesystemAndrzej Rybczak
2015-04-18actions: toggle screen lock: check if screen is lockable before asking for widthAndrzej Rybczak
2015-04-18get rid of name shadow warningsAndrzej Rybczak
2015-04-18actions: add: be smarter about adding the itemAndrzej Rybczak
2015-04-18actions: add: confirm when the whole database is about to be addedAndrzej Rybczak
2015-04-18menu: split into two headersAndrzej Rybczak
2015-04-12browser: refresh browser on database update properlyAndrzej Rybczak
2015-02-12actions: don't ask for confirmation to clear playlist if it's already emptyMarc Jessome
2015-01-17Revert "proxy song list: remove highlight"Andrzej Rybczak
2015-01-17Merge branch '0.6.x'Andrzej Rybczak
2014-12-13actions: seek: fix incremental seeking so it doesn't reset aftet 30 secondsAndrzej Rybczak
2014-12-13actions: support adding random album_artistsWojciech Siewierski
2014-11-15remove support for PDCursesAndrzej Rybczak
2014-11-11actions: toggle interface: unlock progressbarAndrzej Rybczak
2014-11-11remove silly comment after namespacesAndrzej Rybczak
2014-11-11format: implement generic format parser and printerAndrzej Rybczak
2014-11-07actions: make find forward/backward incrementalAndrzej Rybczak
2014-11-06Merge branch '0.6.x'Andrzej Rybczak
2014-11-06window: fix wheel scrolling if NCURSES_MOUSE_VERSION > 1Andrzej Rybczak
2014-11-05remove filteringAndrzej Rybczak
2014-11-04menu: make current() return an iteratorAndrzej Rybczak
2014-11-04menu: remove search related methodsAndrzej Rybczak
2014-11-03fix shadow warningsAndrzej Rybczak
2014-11-02mpd: redesign Item and adjust browserAndrzej Rybczak
2014-11-01playlist editor: hold MPD::PlaylistS instead of std::stringSAndrzej Rybczak
2014-11-01mpd: make ItemType enum classAndrzej Rybczak
2014-11-01mpd: Item: do not wrap Song in shared_ptrAndrzej Rybczak
2014-11-01use SongIteratorAndrzej Rybczak
2014-11-01proxy song list: remove highlightAndrzej Rybczak
2014-10-31actions: replace bare readKey with prompt everywhereAndrzej Rybczak
2014-10-31actions: rename askYesNoQuestion to confirmAction and make it throw on 'n'Andrzej Rybczak
2014-10-31actions: make askYesNoQuestion use NC::Window::promptAndrzej Rybczak
2014-10-31window: rename getString to promptAndrzej Rybczak
2014-10-31window: add ScopedStringHelper and use it where appropriateAndrzej Rybczak
2014-10-31statusbar: use scoped locks instead of lock/unlock functionsAndrzej Rybczak
2014-10-20actions: delete stored playlists: fix infinite loop after deletion of empty p...Andrzej Rybczak
2014-10-20actions: jump to playing song: enter run() even if there is no playing songAndrzej Rybczak
2014-10-18actions: locate song: fix crash (hopefully for the last time)Andrzej Rybczak
2014-10-04playlist editor: make playlist deletion workAndrzej Rybczak
2014-10-04actions: fix actions that crash the program if invoked with empty playlistAndrzej Rybczak
2014-09-16actions: JumpingToPlayingSong: check if current song position is in correct r...Andrzej Rybczak
2014-09-12actions: make JumpToPlayingSong work also if player is stoppedAndrzej Rybczak
2014-09-12status: store status fields seperatelyAndrzej Rybczak
2014-09-09settings: relax bounds check for visualizer_sample_multiplierAndrzej Rybczak
2014-09-06actions: toggle browser sort mode: sorty with disabled filteringAndrzej Rybczak
2014-09-06actions: attempt to crop playlists only if their length is > 1Andrzej Rybczak
2014-09-06status: keep track of elapsed time separately from statusAndrzej Rybczak
2014-09-04status: make idle events handling independent of the order of their arrivalAndrzej Rybczak
2014-09-03actions: fix playlist cropping when no item is selectedAndrzej Rybczak
2014-09-03status: fix toggling flagsAndrzej Rybczak