Andrzej Rybczak
|
4446242bbc
|
actions: add action for environment update
|
2015-05-17 13:41:30 +02:00 |
|
Andrzej Rybczak
|
c53e98e2a5
|
configure: require readline/readline.h and pthread.h headers
|
2015-05-14 23:09:36 +02:00 |
|
Andrzej Rybczak
|
235001a5fc
|
main: do not show pressed key in statusbar
|
2015-05-14 00:48:00 +02:00 |
|
Andrzej Rybczak
|
d3f8069caf
|
bindings: recognize backspace_2 as backspace and add deprecation message
|
2015-05-14 00:42:17 +02:00 |
|
Andrzej Rybczak
|
dcac42748a
|
bindinds: add support for alt/ctrl/shift modifiers and escape key
|
2015-05-14 00:38:46 +02:00 |
|
Andrzej Rybczak
|
e7b152938b
|
window: redefine special key values
|
2015-05-12 20:40:26 +02:00 |
|
Andrzej Rybczak
|
0dc3752e3f
|
add missing song_list.h
|
2015-05-12 10:28:29 +02:00 |
|
Andrzej Rybczak
|
b0a2ed1203
|
tag editor: fix assertion failure when directory has no subdirectories
|
2015-05-11 23:53:30 +02:00 |
|
Andrzej Rybczak
|
a76cfeef8d
|
actions: rework syntax and method visibility
|
2015-05-11 22:55:48 +02:00 |
|
Andrzej Rybczak
|
a8e2ec5ed0
|
replace ProxySongList with NC::List and SongList
|
2015-05-11 22:35:06 +02:00 |
|
Andrzej Rybczak
|
a7dab01eff
|
replace boost::bind with std::bind
|
2015-05-11 22:24:55 +02:00 |
|
Andrzej Rybczak
|
cf6cf7d787
|
help: correct a typo
|
2015-05-09 21:42:03 +02:00 |
|
Andrzej Rybczak
|
38b1064f1f
|
actions: move item selection to its own action and bind it to insert
|
2015-05-09 21:40:09 +02:00 |
|
Andrzej Rybczak
|
ccb468592d
|
remove support for ncurses terminal sequence escaping
|
2015-05-09 21:39:50 +02:00 |
|
Andrzej Rybczak
|
2c5bac811a
|
window: compress Color inline function definitions
|
2015-05-09 19:49:47 +02:00 |
|
Andrzej Rybczak
|
078fc099f3
|
bindings: implement Key and Command in terms of std::tuple
|
2015-05-09 19:42:57 +02:00 |
|
Andrzej Rybczak
|
11735b42b3
|
bindings: move some code from .h to .cpp file
|
2015-05-09 19:32:48 +02:00 |
|
Andrzej Rybczak
|
043e309e24
|
settings: make initial slave screen focus optional
|
2015-05-09 16:23:04 +02:00 |
|
Andrzej Rybczak
|
7d5c5cb20e
|
main: assert that startup screen pointer is not null
|
2015-05-09 16:23:04 +02:00 |
|
Andrzej Rybczak
|
c540c5afba
|
menu: refresh: rename variables a bit
|
2015-05-08 22:01:53 +02:00 |
|
Andrzej Rybczak
|
4d552bef58
|
menu: reduce indirection
|
2015-05-08 21:42:09 +02:00 |
|
Andrzej Rybczak
|
173d23dde6
|
window: support extended urxvt mouse support if applicable
|
2015-05-08 18:49:40 +02:00 |
|
Andrzej Rybczak
|
9272a0034c
|
window: support mouse coordinates up to 255
|
2015-05-08 16:16:17 +02:00 |
|
Andrzej Rybczak
|
b8fdb323b8
|
window: disable mouse before passing control to readline
|
2015-05-08 12:04:03 +02:00 |
|
Andrzej Rybczak
|
670839b8f0
|
window: set timeout to 0 while fetching pieces of terminal sequence
|
2015-05-08 01:40:02 +02:00 |
|
Andrzej Rybczak
|
8bb1ebbb6c
|
window: do not redefine BUTTON5_PRESSED if NCURSES_MOUSE_VERSION > 1
|
2015-05-07 23:28:42 +02:00 |
|
Andrzej Rybczak
|
1348271098
|
do not use ncurses terminal sequence escaping by default
|
2015-05-07 23:17:25 +02:00 |
|
Andrzej Rybczak
|
6384c4bfd6
|
do not include error.h as it's not the desired file
|
2015-05-03 13:11:12 +02:00 |
|
Andrzej Rybczak
|
405480e158
|
Merge branch '0.6.x'
|
2015-05-02 21:31:26 +02:00 |
|
Andrzej Rybczak
|
a40508179a
|
configuration: add 'ignore-config-errors' switch
|
2015-05-02 21:16:11 +02:00 |
|
Andrzej Rybczak
|
77c702100f
|
change version to 0.6.4
|
2015-05-02 20:50:12 +02:00 |
|
Andrzej Rybczak
|
5a3a2fbbf1
|
set SIGWINCH handler before initializing ncurses to avoid races
|
2015-05-02 20:49:20 +02:00 |
|
jgr
|
bb4c0a9d4c
|
tag editor: fix leading separator issue (#32)
|
2015-05-02 16:14:01 +02:00 |
|
Andrzej Rybczak
|
3bd9c88f05
|
actions: only shuffle selected range of playlist if applicable
|
2015-05-02 16:04:30 +02:00 |
|
Andrzej Rybczak
|
7acff16535
|
configure: set BOOST_LIB_SUFFIX to empty string by default
|
2015-05-02 15:21:07 +02:00 |
|
Andrzej Rybczak
|
8f646e0f5c
|
settings: enable regexes by default and add support for perl syntax
|
2015-05-02 15:06:11 +02:00 |
|
Andrzej Rybczak
|
dafcadefaf
|
add support for unicode aware regular expressions if available
|
2015-05-02 15:01:01 +02:00 |
|
Andrzej Rybczak
|
39c331eed6
|
status: if current song is not yet in playlist, fetch it from the server - part 2
|
2015-04-21 22:10:38 +02:00 |
|
Andrzej Rybczak
|
9e85f38865
|
song: use boost::hash
|
2015-04-18 22:53:18 +02:00 |
|
Andrzej Rybczak
|
7f9f055082
|
helpers: modify getSelectedRange a little
|
2015-04-18 22:53:18 +02:00 |
|
Andrzej Rybczak
|
a26aa6c295
|
media library: locate song: clean up
|
2015-04-18 22:53:13 +02:00 |
|
Andrzej Rybczak
|
b8645d7647
|
media library: remove redundant FIXME
|
2015-04-18 21:04:10 +02:00 |
|
Andrzej Rybczak
|
37980c9af0
|
actions: edit directory name: use boost::filesystem
|
2015-04-18 21:03:06 +02:00 |
|
Andrzej Rybczak
|
79449dac3c
|
tags: write: use boost::filesystem
|
2015-04-18 20:59:17 +02:00 |
|
Andrzej Rybczak
|
7bcf79109f
|
actions: toggle screen lock: check if screen is lockable before asking for width
|
2015-04-18 20:51:03 +02:00 |
|
Andrzej Rybczak
|
ccad8fcf06
|
status: when updating playlist, deselect modified items
|
2015-04-18 20:27:17 +02:00 |
|
Andrzej Rybczak
|
f21ca2b6c6
|
menu: remove unused typedef
|
2015-04-18 20:07:13 +02:00 |
|
Andrzej Rybczak
|
076c37af05
|
status: if current song is not yet in playlist, fetch it from the server
|
2015-04-18 19:54:06 +02:00 |
|
Andrzej Rybczak
|
4ae9696a7e
|
get rid of name shadow warnings
|
2015-04-18 19:35:30 +02:00 |
|
Andrzej Rybczak
|
527b66ae95
|
fix linking when compiling with g++
|
2015-04-18 19:19:58 +02:00 |
|