Andrzej Rybczak
|
a76cfeef8d
|
actions: rework syntax and method visibility
|
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
|
cf6cf7d787
|
help: correct a typo
|
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
|
2c5bac811a
|
window: compress Color inline function definitions
|
11 years ago |
Andrzej Rybczak
|
078fc099f3
|
bindings: implement Key and Command in terms of std::tuple
|
11 years ago |
Andrzej Rybczak
|
11735b42b3
|
bindings: move some code from .h to .cpp file
|
11 years ago |
Andrzej Rybczak
|
043e309e24
|
settings: make initial slave screen focus optional
|
11 years ago |
Andrzej Rybczak
|
7d5c5cb20e
|
main: assert that startup screen pointer is not null
|
11 years ago |
Andrzej Rybczak
|
c540c5afba
|
menu: refresh: rename variables a bit
|
11 years ago |
Andrzej Rybczak
|
4d552bef58
|
menu: reduce indirection
|
11 years ago |
Andrzej Rybczak
|
173d23dde6
|
window: support extended urxvt mouse support if applicable
|
11 years ago |
Andrzej Rybczak
|
9272a0034c
|
window: support mouse coordinates up to 255
|
11 years ago |
Andrzej Rybczak
|
b8fdb323b8
|
window: disable mouse before passing control to readline
|
11 years ago |
Andrzej Rybczak
|
670839b8f0
|
window: set timeout to 0 while fetching pieces of terminal sequence
|
11 years ago |
Andrzej Rybczak
|
8bb1ebbb6c
|
window: do not redefine BUTTON5_PRESSED if NCURSES_MOUSE_VERSION > 1
|
11 years ago |
Andrzej Rybczak
|
1348271098
|
do not use ncurses terminal sequence escaping by default
|
11 years ago |
Andrzej Rybczak
|
6384c4bfd6
|
do not include error.h as it's not the desired file
|
11 years ago |
Andrzej Rybczak
|
405480e158
|
Merge branch '0.6.x'
|
11 years ago |
Andrzej Rybczak
|
a40508179a
|
configuration: add 'ignore-config-errors' switch
|
11 years ago |
Andrzej Rybczak
|
77c702100f
|
change version to 0.6.4
|
11 years ago |
Andrzej Rybczak
|
5a3a2fbbf1
|
set SIGWINCH handler before initializing ncurses to avoid races
|
11 years ago |
jgr
|
bb4c0a9d4c
|
tag editor: fix leading separator issue (#32)
|
11 years ago |
Andrzej Rybczak
|
3bd9c88f05
|
actions: only shuffle selected range of playlist if applicable
|
11 years ago |
Andrzej Rybczak
|
7acff16535
|
configure: set BOOST_LIB_SUFFIX to empty string by default
|
11 years ago |
Andrzej Rybczak
|
8f646e0f5c
|
settings: enable regexes by default and add support for perl syntax
|
11 years ago |
Andrzej Rybczak
|
dafcadefaf
|
add support for unicode aware regular expressions if available
|
11 years ago |
Andrzej Rybczak
|
39c331eed6
|
status: if current song is not yet in playlist, fetch it from the server - part 2
|
11 years ago |
Andrzej Rybczak
|
9e85f38865
|
song: use boost::hash
|
11 years ago |
Andrzej Rybczak
|
7f9f055082
|
helpers: modify getSelectedRange a little
|
11 years ago |
Andrzej Rybczak
|
a26aa6c295
|
media library: locate song: clean up
|
11 years ago |
Andrzej Rybczak
|
b8645d7647
|
media library: remove redundant FIXME
|
11 years ago |
Andrzej Rybczak
|
37980c9af0
|
actions: edit directory name: use boost::filesystem
|
11 years ago |
Andrzej Rybczak
|
79449dac3c
|
tags: write: 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
|
ccad8fcf06
|
status: when updating playlist, deselect modified items
|
11 years ago |
Andrzej Rybczak
|
f21ca2b6c6
|
menu: remove unused typedef
|
11 years ago |
Andrzej Rybczak
|
076c37af05
|
status: if current song is not yet in playlist, fetch it from the server
|
11 years ago |
Andrzej Rybczak
|
4ae9696a7e
|
get rid of name shadow warnings
|
11 years ago |
Andrzej Rybczak
|
527b66ae95
|
fix linking when compiling with g++
|
11 years ago |
Andrzej Rybczak
|
9e47a8ad61
|
settings: add support for displaying current mpd host in playlist
|
11 years ago |
Trygve Aaberge
|
bfbafc3312
|
media library: add support for locating unknown tags/albums
|
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
|
a21d9ca425
|
format: split into two headers
|
11 years ago |
Andrzej Rybczak
|
4a372c0fbb
|
search engine: stream songs from the database when using regexes
|
11 years ago |
Michaël Cadilhac
|
6c307cceb0
|
search engine: keep the regex compilation out of the loop
|
11 years ago |