Andrzej Rybczak
|
0c88287c03
|
Add virtual destructors to base classes
|
2017-05-21 15:24:27 +02:00 |
|
Andrzej Rybczak
|
86ec51624e
|
Update AUTHORS and copyright line
|
2017-03-12 15:05:48 +01:00 |
|
Andrzej Rybczak
|
a5827cf1de
|
Make jump_to_playing_song not runnable if there is no playing song
|
2017-01-11 04:45:47 +01:00 |
|
Andrzej Rybczak
|
0d8b2aee4b
|
Make 'update_environment' action also update local mpd status
|
2017-01-06 02:41:39 +01:00 |
|
Andrzej Rybczak
|
478f4454d8
|
Move ncurses related files to curses directory
|
2016-12-22 15:25:25 +01:00 |
|
Andrzej Rybczak
|
b7386c4fa6
|
song list: get rid of boost::zip_iterator and improve {Const,}SongIterator
|
2016-12-14 08:02:37 +01:00 |
|
Andrzej Rybczak
|
000de70634
|
settings: deprecate visualizer_sample_multiplier
|
2016-12-08 01:45:33 +01:00 |
|
Andrzej Rybczak
|
56cb940a12
|
actions: use shared_ptr to store actions
|
2016-12-07 19:02:47 +01:00 |
|
Andrzej Rybczak
|
59197f23d0
|
actions: use unique_ptr for storing actions
|
2016-11-23 20:58:00 +01:00 |
|
Andrzej Rybczak
|
00f70e23e6
|
Add support for fetching lyrics in background for selected songs
|
2016-11-21 11:55:28 +01:00 |
|
Andrzej Rybczak
|
5e2626ca0c
|
Make libcurl a hard dependency
|
2016-11-20 19:15:25 +01:00 |
|
Andrzej Rybczak
|
b018efceb6
|
Modernize lyrics screen
|
2016-11-20 19:14:35 +01:00 |
|
Andrzej Rybczak
|
516ee31109
|
Update headers
|
2016-11-13 11:07:13 +01:00 |
|
Andrzej Rybczak
|
41317d31c8
|
configure: require c++14 compatible compiler
|
2016-11-13 11:04:23 +01:00 |
|
Andrzej Rybczak
|
9b6a080a29
|
Move filtering methods to separate interface
|
2016-11-13 06:26:25 +01:00 |
|
Andrzej Rybczak
|
29b1813c6d
|
Resurrect filtering of lists (playlist only for now)
|
2016-11-13 01:15:07 +01:00 |
|
Andrzej Rybczak
|
cbba364685
|
Prepare for the ressurection of filtering
|
2016-11-11 16:44:36 +01:00 |
|
Andrzej Rybczak
|
90f9a66ba4
|
actions: put all enums in a separate line
|
2016-11-11 15:26:21 +01:00 |
|
Andrzej Rybczak
|
5ce704e31c
|
add ifdefs to fix conditional compilation
|
2015-11-04 21:01:29 +01:00 |
|
Andrzej Rybczak
|
9e9e521580
|
remove enterPressed from remaining screens
|
2015-11-04 19:21:31 +01:00 |
|
Andrzej Rybczak
|
3c1a888378
|
playlist: remove enterPressed
|
2015-09-27 15:25:24 +02:00 |
|
Andrzej Rybczak
|
0ee09fb109
|
outputs: replace enterPressed with toggleOutput
|
2015-09-27 14:24:59 +02:00 |
|
Andrzej Rybczak
|
6ad3de7366
|
help: show defined action chains
|
2015-09-27 03:55:12 +02:00 |
|
Andrzej Rybczak
|
a5867405d2
|
actions: add support for selecting found items
|
2015-05-24 17:04:21 +02:00 |
|
Andrzej Rybczak
|
1b6cb65f3a
|
actions: add support for range selection and make a few actions work on ranges
|
2015-05-23 22:57:40 +02:00 |
|
Andrzej Rybczak
|
2caf08aaa7
|
split PressSpace action into modular pieces
|
2015-05-17 21:51:15 +02:00 |
|
Andrzej Rybczak
|
4446242bbc
|
actions: add action for environment update
|
2015-05-17 13:41: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
|
38b1064f1f
|
actions: move item selection to its own action and bind it to insert
|
2015-05-09 21:40:09 +02:00 |
|
Andrzej Rybczak
|
6a5f46a458
|
actions: make find forward/backward incremental
|
2014-11-07 12:59:00 +01:00 |
|
Andrzej Rybczak
|
9cb3b21d4a
|
Merge branch '0.6.x'
Conflicts:
NEWS
configure.ac
src/media_library.cpp
src/playlist_editor.cpp
src/tags.cpp
|
2014-11-06 19:23:54 +01:00 |
|
Andrzej Rybczak
|
60749ea4bd
|
window: fix wheel scrolling if NCURSES_MOUSE_VERSION > 1
|
2014-11-06 16:57:08 +01:00 |
|
Andrzej Rybczak
|
309a4989c9
|
remove filtering
|
2014-11-05 21:37:27 +01:00 |
|
Andrzej Rybczak
|
e6859c097b
|
actions: rename askYesNoQuestion to confirmAction and make it throw on 'n'
|
2014-10-31 21:52:26 +01:00 |
|
Andrzej Rybczak
|
a8b46a8e47
|
actions: make askYesNoQuestion use NC::Window::prompt
|
2014-10-31 20:04:20 +01:00 |
|
Andrzej Rybczak
|
84c90868a1
|
add visualizer_sample_multiplier config option
|
2014-09-02 19:59:31 +02:00 |
|
Andrzej Rybczak
|
85a2802361
|
update copyright message
|
2014-08-27 05:43:51 +02:00 |
|
Andrzej Rybczak
|
962c351a27
|
actions: make askYesNoQuestion use boost::format
|
2014-08-27 05:42:01 +02:00 |
|
Andrzej Rybczak
|
5625e247a4
|
actions: keep actions in array instead of map
|
2013-09-23 14:03:13 +02:00 |
|
Andrzej Rybczak
|
7167d036d0
|
actions: require action to be non-null if we query by action type
|
2013-07-13 19:04:22 +02:00 |
|
Andrzej Rybczak
|
1710f892c5
|
lastfm: rework service architecture a bit and implement getting full artist info
|
2013-07-10 19:25:32 +02:00 |
|
Andrzej Rybczak
|
425836630e
|
ncmpcpp: fix custom startup screen
|
2013-04-07 18:41:34 +02:00 |
|
Andrzej Rybczak
|
1d4e006986
|
update copyright info
|
2013-04-07 13:31:58 +02:00 |
|
Andrzej Rybczak
|
ead12406e3
|
actions: new action: set_volume
|
2013-04-06 14:07:35 +02:00 |
|
Andrzej Rybczak
|
ab1476caa8
|
fix shadow warnings
|
2012-10-06 19:33:20 +02:00 |
|
Andrzej Rybczak
|
97555c4c3d
|
actions: make ActionType enum class
|
2012-10-06 18:35:45 +02:00 |
|
Andrzej Rybczak
|
3bd02f6abf
|
actions: use namespace
|
2012-10-06 18:28:31 +02:00 |
|
Andrzej Rybczak
|
6709219aac
|
actions: change naming convention to camelCase
|
2012-10-06 18:02:31 +02:00 |
|
Andrzej Rybczak
|
efe2a52382
|
fix header guards
|
2012-10-02 16:19:04 +02:00 |
|