Andrzej Rybczak
|
b0a8ec1525
|
news: fix typo
|
11 years ago |
Wieland Hoffmann
|
4dacd37946
|
ncmpcpp.1: Add album_artist to media_library_primary_tag
This is already mentioned in the example config file, but not in the
manpage. Add it there as well, because it's really useful.
|
11 years ago |
Andrzej Rybczak
|
4546d54777
|
actions: explicitly include boost posix_time.hpp
|
11 years ago |
Andrzej Rybczak
|
6da51b00b3
|
browser: scroll down after directory was added successfully
|
11 years ago |
Andrzej Rybczak
|
d5b4f1f8af
|
status: always check if current song is not empty
|
11 years ago |
Andrzej Rybczak
|
89d593799c
|
Merge branch '0.6.x'
|
11 years ago |
Andrzej Rybczak
|
310d280cef
|
status: fix assertion failure on window resize without active mpd connection
|
11 years ago |
Andrzej Rybczak
|
a3d536b422
|
song: show name if it's available
|
11 years ago |
Andrzej Rybczak
|
20a4e486cc
|
lastfm: use sink argument and fix possible usage of m_service after delete
|
11 years ago |
Andrzej Rybczak
|
d54de65990
|
tags: remove xiph tag DESCRIPTION as it's parsed as COMMENT by MPD
|
11 years ago |
Andrzej Rybczak
|
4d4b7c542f
|
tag editor: when numbering tracks, discard other track tags if present
|
11 years ago |
Andrzej Rybczak
|
aa8c47d578
|
actions: respect regular expression config when searching in text fields
|
11 years ago |
Andrzej Rybczak
|
c06d6ac4a2
|
configure: require readline/readline.h and pthread.h headers
|
11 years ago |
Andrzej Rybczak
|
8a5a0078e9
|
help: correct a typo
|
11 years ago |
Andrzej Rybczak
|
011b543f52
|
bump version to 0.6.5_pre
|
11 years ago |
Andrzej Rybczak
|
fac92e17aa
|
charset: provide overloads for rvalue references
|
11 years ago |
Andrzej Rybczak
|
2ea3679220
|
wide string: To{W,}String: provide overload for rvalue references
|
11 years ago |
Andrzej Rybczak
|
b3c0c0798e
|
helpers: restore old behavior when playing a song already in playlist
|
11 years ago |
Andrzej Rybczak
|
bca788153d
|
bindings: deprecate alt_/ctrl_/shift_ prefixes
|
11 years ago |
Andrzej Rybczak
|
a5867405d2
|
actions: add support for selecting found items
|
11 years ago |
Andrzej Rybczak
|
1b6cb65f3a
|
actions: add support for range selection and make a few actions work on ranges
|
11 years ago |
Andrzej Rybczak
|
274c075ffd
|
bindings: bind sorting actions to ctrl-s
|
11 years ago |
Andrzej Rybczak
|
583e79dc54
|
action: select item: don't go down after selection
|
11 years ago |
Andrzej Rybczak
|
e33c5cda8e
|
status: don't remove selection on playlist update
|
11 years ago |
Andrzej Rybczak
|
52ff94d9c8
|
lastfm: use sink argument and fix possible usage of m_service after delete
|
11 years ago |
Anton Simakov
|
746527f1ea
|
configure: add empty action-if-not-found to PKG_CHECK_MODULES(icu)
|
11 years ago |
Anton Simakov
|
6f466b7096
|
fix compilation with clang
|
11 years ago |
Andrzej Rybczak
|
7c15dd954e
|
stop using literal 500 as a window timeout
|
11 years ago |
Andrzej Rybczak
|
125ae9b505
|
tags: remove xiph tag DESCRIPTION as it's parsed as COMMENT by MPD
|
11 years ago |
Andrzej Rybczak
|
a800226cd4
|
status: always replace song, but deselect only when path changes
|
11 years ago |
Andrzej Rybczak
|
a6c120037f
|
tag editor: when numbering tracks, discard other track tags if present
|
11 years ago |
Andrzej Rybczak
|
c7fe74dd66
|
screen: provide const main() overload
|
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
|
12db40849c
|
settings: recognize default_space_mode and show deprecation warning
|
11 years ago |
Andrzej Rybczak
|
4446242bbc
|
actions: add action for environment update
|
11 years ago |
Andrzej Rybczak
|
c53e98e2a5
|
configure: require readline/readline.h and pthread.h headers
|
11 years ago |
Andrzej Rybczak
|
235001a5fc
|
main: do not show pressed key in statusbar
|
11 years ago |
Andrzej Rybczak
|
d3f8069caf
|
bindings: recognize backspace_2 as backspace and add deprecation message
|
11 years ago |
Andrzej Rybczak
|
dcac42748a
|
bindinds: add support for alt/ctrl/shift modifiers and escape key
|
11 years ago |
Andrzej Rybczak
|
e7b152938b
|
window: redefine special key values
|
11 years ago |
Andrzej Rybczak
|
0dc3752e3f
|
add missing song_list.h
|
11 years ago |
Andrzej Rybczak
|
b0a2ed1203
|
tag editor: fix assertion failure when directory has no subdirectories
|
11 years ago |
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 |