Andrzej Rybczak
|
583e79dc54
|
action: select item: don't go down after selection
|
11 years ago |
Andrzej Rybczak
|
52ff94d9c8
|
lastfm: use sink argument and fix possible usage of m_service after delete
|
11 years ago |
Andrzej Rybczak
|
7c15dd954e
|
stop using literal 500 as a window timeout
|
11 years ago |
Andrzej Rybczak
|
2caf08aaa7
|
split PressSpace action into modular pieces
|
11 years ago |
Andrzej Rybczak
|
c68631b2f0
|
actions: respect regular expression config when searching in text fields
|
11 years ago |
Andrzej Rybczak
|
4446242bbc
|
actions: add action for environment update
|
11 years ago |
Andrzej Rybczak
|
dcac42748a
|
bindinds: add support for alt/ctrl/shift modifiers and escape key
|
11 years ago |
Andrzej Rybczak
|
a8e2ec5ed0
|
replace ProxySongList with NC::List and SongList
|
11 years ago |
Andrzej Rybczak
|
a7dab01eff
|
replace boost::bind with std::bind
|
11 years ago |
Andrzej Rybczak
|
38b1064f1f
|
actions: move item selection to its own action and bind it to insert
|
11 years ago |
Andrzej Rybczak
|
ccb468592d
|
remove support for ncurses terminal sequence escaping
|
11 years ago |
Andrzej Rybczak
|
173d23dde6
|
window: support extended urxvt mouse support if applicable
|
11 years ago |
Andrzej Rybczak
|
1348271098
|
do not use ncurses terminal sequence escaping by default
|
11 years ago |
Andrzej Rybczak
|
3bd9c88f05
|
actions: only shuffle selected range of playlist if applicable
|
11 years ago |
Andrzej Rybczak
|
37980c9af0
|
actions: edit directory name: use boost::filesystem
|
11 years ago |
Andrzej Rybczak
|
7bcf79109f
|
actions: toggle screen lock: check if screen is lockable before asking for width
|
11 years ago |
Andrzej Rybczak
|
4ae9696a7e
|
get rid of name shadow warnings
|
11 years ago |
Andrzej Rybczak
|
2082a4a9a3
|
actions: add: be smarter about adding the item
|
11 years ago |
Andrzej Rybczak
|
081ad033d4
|
actions: add: confirm when the whole database is about to be added
|
11 years ago |
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
|
11 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 |