Andrzej Rybczak
30df221cb4
menu: split into two headers
11 years ago
Andrzej Rybczak
e30149d04c
browser: refresh browser on database update properly
11 years ago
Marc Jessome
4d99dfe940
actions: don't ask for confirmation to clear playlist if it's already empty
11 years ago
Andrzej Rybczak
51136701bb
Revert "proxy song list: remove highlight"
...
Highlight is too good not to have.
This reverts commit 9cbcf61fac .
11 years ago
Andrzej Rybczak
fcd670b657
actions: seek: fix incremental seeking so it doesn't reset aftet 30 seconds
11 years ago
Wojciech Siewierski
7e87650715
actions: support adding random album_artists
11 years ago
Andrzej Rybczak
1a1105793d
remove support for PDCurses
11 years ago
Andrzej Rybczak
011738f653
actions: toggle interface: unlock progressbar
12 years ago
Andrzej Rybczak
25ac152b0d
remove silly comment after namespaces
12 years ago
Andrzej Rybczak
8d24c42261
format: implement generic format parser and printer
12 years ago
Andrzej Rybczak
6a5f46a458
actions: make find forward/backward incremental
12 years ago
Andrzej Rybczak
60749ea4bd
window: fix wheel scrolling if NCURSES_MOUSE_VERSION > 1
12 years ago
Andrzej Rybczak
309a4989c9
remove filtering
12 years ago
Andrzej Rybczak
efdac2058e
menu: make current() return an iterator
12 years ago
Andrzej Rybczak
12772c47f9
menu: remove search related methods
12 years ago
Andrzej Rybczak
24de827f8b
fix shadow warnings
12 years ago
Andrzej Rybczak
0457af36fe
mpd: redesign Item and adjust browser
12 years ago
Andrzej Rybczak
30d57afcac
playlist editor: hold MPD::PlaylistS instead of std::stringS
12 years ago
Andrzej Rybczak
fabd24c6a5
mpd: make ItemType enum class
12 years ago
Andrzej Rybczak
9a1afece86
mpd: Item: do not wrap Song in shared_ptr
12 years ago
Andrzej Rybczak
4ad5c33f32
use SongIterator
12 years ago
Andrzej Rybczak
9cbcf61fac
proxy song list: remove highlight
12 years ago
Andrzej Rybczak
a71f3787d1
actions: replace bare readKey with prompt everywhere
12 years ago
Andrzej Rybczak
e6859c097b
actions: rename askYesNoQuestion to confirmAction and make it throw on 'n'
12 years ago
Andrzej Rybczak
a8b46a8e47
actions: make askYesNoQuestion use NC::Window::prompt
12 years ago
Andrzej Rybczak
f1aba45a99
window: rename getString to prompt
12 years ago
Andrzej Rybczak
b265d56cdf
window: add ScopedStringHelper and use it where appropriate
12 years ago
Andrzej Rybczak
fa1cd965fa
statusbar: use scoped locks instead of lock/unlock functions
12 years ago
Andrzej Rybczak
951e9f0f26
actions: delete stored playlists: fix infinite loop after deletion of empty playlist
12 years ago
Andrzej Rybczak
38b2bcc690
actions: jump to playing song: enter run() even if there is no playing song
12 years ago
Andrzej Rybczak
030d8ccd26
actions: locate song: fix crash (hopefully for the last time)
12 years ago
Andrzej Rybczak
af3a666915
playlist editor: make playlist deletion work
12 years ago
Andrzej Rybczak
9418451a31
actions: fix actions that crash the program if invoked with empty playlist
12 years ago
Andrzej Rybczak
c2013fa710
actions: JumpingToPlayingSong: check if current song position is in correct range
12 years ago
Andrzej Rybczak
4f95825fa8
actions: make JumpToPlayingSong work also if player is stopped
12 years ago
Andrzej Rybczak
68a316258c
status: store status fields seperately
12 years ago
Andrzej Rybczak
a5870c1ff2
settings: relax bounds check for visualizer_sample_multiplier
12 years ago
Andrzej Rybczak
21971da74c
actions: toggle browser sort mode: sorty with disabled filtering
12 years ago
Andrzej Rybczak
e575d2582c
actions: attempt to crop playlists only if their length is > 1
12 years ago
Andrzej Rybczak
166242210f
status: keep track of elapsed time separately from status
...
updating elapsed time on a separate rate causes too many problems.
this time it was current song position updating at the wrong time.
12 years ago
Andrzej Rybczak
0b4d7e203b
status: make idle events handling independent of the order of their arrival
12 years ago
Andrzej Rybczak
c1c47bdfc4
actions: fix playlist cropping when no item is selected
12 years ago
Andrzej Rybczak
06a07b0d33
status: fix toggling flags
12 years ago
Andrzej Rybczak
84c90868a1
add visualizer_sample_multiplier config option
12 years ago
Andrzej Rybczak
f7611e9fb0
playlist editor: add data fetch delay after position changes
12 years ago
Andrzej Rybczak
a9c1e3811b
media library: add data fetch delay after position changes
12 years ago
Andrzej Rybczak
597c656630
actions: apply filter: apply initial filter if non empty
12 years ago
Andrzej Rybczak
d20765c53a
normalize messages
12 years ago
Trygve Aaberge
9e8dc741e5
browser: make sorting optional
...
This adds a new option, "noop", to browser_sort_mode. If this mode
is selected, no sorting is done in the browser view, and the elements
are shown in the same order as received from the MPD server.
12 years ago
Andrzej Rybczak
98fc9324e2
playlist: rename remaining old private members
12 years ago