index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
actions.cpp
Age
Commit message (
Expand
)
Author
2015-04-18
actions: edit directory name: use boost::filesystem
Andrzej Rybczak
2015-04-18
actions: toggle screen lock: check if screen is lockable before asking for width
Andrzej Rybczak
2015-04-18
get rid of name shadow warnings
Andrzej Rybczak
2015-04-18
actions: add: be smarter about adding the item
Andrzej Rybczak
2015-04-18
actions: add: confirm when the whole database is about to be added
Andrzej Rybczak
2015-04-18
menu: split into two headers
Andrzej Rybczak
2015-04-12
browser: refresh browser on database update properly
Andrzej Rybczak
2015-02-12
actions: don't ask for confirmation to clear playlist if it's already empty
Marc Jessome
2015-01-17
Revert "proxy song list: remove highlight"
Andrzej Rybczak
2015-01-17
Merge branch '0.6.x'
Andrzej Rybczak
2014-12-13
actions: seek: fix incremental seeking so it doesn't reset aftet 30 seconds
Andrzej Rybczak
2014-12-13
actions: support adding random album_artists
Wojciech Siewierski
2014-11-15
remove support for PDCurses
Andrzej Rybczak
2014-11-11
actions: toggle interface: unlock progressbar
Andrzej Rybczak
2014-11-11
remove silly comment after namespaces
Andrzej Rybczak
2014-11-11
format: implement generic format parser and printer
Andrzej Rybczak
2014-11-07
actions: make find forward/backward incremental
Andrzej Rybczak
2014-11-06
Merge branch '0.6.x'
Andrzej Rybczak
2014-11-06
window: fix wheel scrolling if NCURSES_MOUSE_VERSION > 1
Andrzej Rybczak
2014-11-05
remove filtering
Andrzej Rybczak
2014-11-04
menu: make current() return an iterator
Andrzej Rybczak
2014-11-04
menu: remove search related methods
Andrzej Rybczak
2014-11-03
fix shadow warnings
Andrzej Rybczak
2014-11-02
mpd: redesign Item and adjust browser
Andrzej Rybczak
2014-11-01
playlist editor: hold MPD::PlaylistS instead of std::stringS
Andrzej Rybczak
2014-11-01
mpd: make ItemType enum class
Andrzej Rybczak
2014-11-01
mpd: Item: do not wrap Song in shared_ptr
Andrzej Rybczak
2014-11-01
use SongIterator
Andrzej Rybczak
2014-11-01
proxy song list: remove highlight
Andrzej Rybczak
2014-10-31
actions: replace bare readKey with prompt everywhere
Andrzej Rybczak
2014-10-31
actions: rename askYesNoQuestion to confirmAction and make it throw on 'n'
Andrzej Rybczak
2014-10-31
actions: make askYesNoQuestion use NC::Window::prompt
Andrzej Rybczak
2014-10-31
window: rename getString to prompt
Andrzej Rybczak
2014-10-31
window: add ScopedStringHelper and use it where appropriate
Andrzej Rybczak
2014-10-31
statusbar: use scoped locks instead of lock/unlock functions
Andrzej Rybczak
2014-10-20
actions: delete stored playlists: fix infinite loop after deletion of empty p...
Andrzej Rybczak
2014-10-20
actions: jump to playing song: enter run() even if there is no playing song
Andrzej Rybczak
2014-10-18
actions: locate song: fix crash (hopefully for the last time)
Andrzej Rybczak
2014-10-04
playlist editor: make playlist deletion work
Andrzej Rybczak
2014-10-04
actions: fix actions that crash the program if invoked with empty playlist
Andrzej Rybczak
2014-09-16
actions: JumpingToPlayingSong: check if current song position is in correct r...
Andrzej Rybczak
2014-09-12
actions: make JumpToPlayingSong work also if player is stopped
Andrzej Rybczak
2014-09-12
status: store status fields seperately
Andrzej Rybczak
2014-09-09
settings: relax bounds check for visualizer_sample_multiplier
Andrzej Rybczak
2014-09-06
actions: toggle browser sort mode: sorty with disabled filtering
Andrzej Rybczak
2014-09-06
actions: attempt to crop playlists only if their length is > 1
Andrzej Rybczak
2014-09-06
status: keep track of elapsed time separately from status
Andrzej Rybczak
2014-09-04
status: make idle events handling independent of the order of their arrival
Andrzej Rybczak
2014-09-03
actions: fix playlist cropping when no item is selected
Andrzej Rybczak
2014-09-03
status: fix toggling flags
Andrzej Rybczak
[next]