Commit Graph

541 Commits

Author SHA1 Message Date
Andrzej Rybczak
72cbae8d14 add example bindings configuration file with comprehensive description 2012-09-06 02:12:27 +02:00
Andrzej Rybczak
1be7676187 rename keys.{cpp,h} to bindings.{cpp,h} 2012-09-05 23:19:34 +02:00
Andrzej Rybczak
7c6467a9e7 keys: implement parsing key configuration file 2012-09-05 18:02:37 +02:00
Andrzej Rybczak
95e2cfe6e1 move keys related functions/classes to separate file 2012-09-05 13:11:43 +02:00
Andrzej Rybczak
af2cdca3d0 change naming conventions in NC namespace 2012-09-03 15:34:07 +02:00
Andrzej Rybczak
6f918091d9 remove warnings clang generates 2012-09-02 23:24:46 +02:00
Andrzej Rybczak
d47cad1d50 get rid of 'using namespace NCurses' directive 2012-09-02 15:37:42 +02:00
Andrzej Rybczak
b1c301dc1c split majority of helpers and rewrite a few heinous functions 2012-08-29 11:46:17 +02:00
Andrzej Rybczak
e0e787716f require MPD >= 0.14 2012-08-27 19:11:03 +02:00
Andrzej Rybczak
bac6df8c6c some general source code tweaks 2012-08-27 19:06:19 +02:00
Andrzej Rybczak
55ae5b1816 initial support for binding keys to action chains 2012-08-25 05:00:04 +02:00
Andrzej Rybczak
3a023e40c0 fix screen refresh at startup 2012-08-25 02:12:57 +02:00
Andrzej Rybczak
6829a8e05c add support for binding actions to multibyte characters 2012-08-25 01:32:12 +02:00
Andrzej Rybczak
e729ab0a38 playlist: rewrite sorting so it's much less cryptic 2012-08-14 23:56:39 +02:00
Andrzej Rybczak
77a3c73d9c make displayed messages more consistent 2012-08-14 18:18:36 +02:00
Andrzej Rybczak
181224b837 keybinding system rewrite 2012-08-14 01:44:14 +02:00
Andrzej Rybczak
6126def6c5 settings: fix columns generation without configuration file (ticket #3490) 2012-07-16 00:20:25 +02:00
Andrzej Rybczak
4475902eb9 settings: make progressbar more customizable (elapsed time part color, boldness) 2012-07-16 00:01:38 +02:00
Andrzej Rybczak
27a0dc958f corrections for previous commit 2012-07-15 22:58:46 +02:00
Maarten de Vries
6c73c3cecf add custom sort format 2012-07-15 18:38:32 +02:00
Marc Jessome
10f5ec1e78 Add command to clear filter. 2012-07-13 23:54:46 +02:00
Andrzej Rybczak
a14b77338d jump to current song at startup even if it's not currently played 2012-07-13 23:25:25 +02:00
Andrzej Rybczak
8e369252f4 display ncmpcpp instead of ncmpc++ in window's title 2012-03-17 17:04:31 +01:00
Andrzej Rybczak
f8151904f5 update copyright dates 2012-03-17 16:46:55 +01:00
Andrzej Rybczak
955e23c270 narrow scope of MEVENTs and replace old_mouse_event properly
previously it wasn't replaced if we hit the first 'if' that uses 'continue'.
2011-11-27 13:43:04 +01:00
Andrzej Rybczak
f6bc65bbd1 fall back to Volume{Up,Down} if {Prev,Next}Column would do nothing 2011-11-27 13:42:13 +01:00
Andrzej Rybczak
4a8cfcb187 fixes for overwriting not mergable screen displayed on top of merged ones 2011-11-19 20:07:51 +01:00
Andrzej Rybczak
a98a1800a7 settings: provide a way to use alternative location for configuration file
..and whole data folder.
2011-11-13 21:01:49 +01:00
Andrzej Rybczak
00a7743a34 playlist editor: add support for columns display mode 2011-11-13 16:43:53 +01:00
Andrzej Rybczak
1415964f95 settings: provide a way to disable asking for locked screen's width 2011-11-12 20:40:55 +01:00
Andrzej Rybczak
56467eaac6 new feature: support for merging screens together 2011-11-12 19:47:47 +01:00
Andrzej Rybczak
ca956c3da3 update copyright dates 2011-11-01 13:43:47 +01:00
Andrzej Rybczak
d9bc1c0950 new feature: support for fetching lyrics for currently playing song in background 2011-10-18 23:15:32 +02:00
Andrzej Rybczak
89e00e447a add support for asx/cue/m3u/pls/xspf playlists 2011-10-01 16:47:05 +02:00
David Coppa
8a094db8ed Outputs screen not present in the header window 2011-08-27 18:59:47 +02:00
Andrzej Rybczak
0c4c27ac6c adjust indentation of code from previous patches and make shift-tab customizable 2011-07-07 21:35:33 +02:00
Marc Jessome
4084796a37 feature: Shift-Tab cycles through windows. 2011-07-07 21:11:48 +02:00
Marc Jessome
4338008a34 Fix song info resize. 2011-07-07 20:27:46 +02:00
Andrzej Rybczak
1ea4d55aab supress warning 'variable may be used uninitialized' 2011-05-31 15:24:45 +02:00
Andrzej Rybczak
d08b2e80fd workaround invalid mouse related ncurses behavior - part 2
bah, it also happens with right mouse button.
2011-05-31 15:22:09 +02:00
Andrzej Rybczak
45e5b1ef91 workaround invalid mouse related ncurses behavior 2011-05-26 18:06:19 +02:00
Andrzej Rybczak
f3e1ba1c26 ncmpcpp: convert input path to utf8 before calling 'add' command
this fixes the problem with adding files that contain non-ascii
characters while using different charset encoding than utf8.
2011-02-03 07:08:37 +01:00
Andrzej Rybczak
2002d4dfc6 allow loading .pls playlists from mpd music dir, not only playlists dir 2010-12-22 17:43:04 +01:00
Andrzej Rybczak
2b645cadda clear search result after moving items in playlist/playlist editor
search results are remembered as positions and may
point to wrong ones after moving items around.
2010-12-21 18:59:54 +01:00
Andrzej Rybczak
aee0361f35 add support for loading .pls playlists
only through "Add" prompt since listplaylists command doesn't
list .pls playlists present in mpd playlists directory.
2010-12-21 18:37:48 +01:00
Andrzej Rybczak
5a0317eaf3 check at startup if terminal window is big enough to display UI properly 2010-12-04 22:15:20 +01:00
Andrzej Rybczak
f90176ffee fix switching to artist info screen
if one switched from artist info screen while artist info was being
downloaded, {s,}he wouldn't be able to enter the screen again.
2010-08-29 02:13:09 +02:00
Andrzej Rybczak
fa027bbcc9 set color for stdscr if titles visibility is disabled
without it separators between columns have default color.
2010-08-26 21:02:23 +02:00
Alexey Semenko
18bc6368bf titles_visibility configuration option 2010-08-25 15:35:37 +02:00
Alexey Semenko
f310dbfd70 ask before cropping main playlist 2010-08-24 15:27:47 +02:00