Commit Graph

1099 Commits

Author SHA1 Message Date
Andrzej Rybczak
6b396bfbf2 fix error codes handling
MPD_ERROR_* and MPD_SERVER_ERROR_* flags can have the same
value, so we need to store it separately in error_code.
2010-03-23 22:56:14 +01:00
Andrzej Rybczak
08e9b0ee3d do not monitor mpdclient file descriptor with select() if idle is off
it doesn't do anything in such case.
2010-03-23 20:41:52 +01:00
Andrzej Rybczak
80290c183b reload lyrics with single mode active if track is changed with ncmpcpp 2010-03-09 00:47:58 +01:00
Andrzej Rybczak
a63e1fa27d improvements for 6b5ed187 2010-03-05 21:17:45 +01:00
Andrzej Rybczak
4562167b8e Merge branch 'integration' of git://github.com/yogan/ncmpcpp 2010-03-05 21:17:08 +01:00
Damien Leone
b113beed15 manpage, ncmpcpp: fix typos 2010-03-05 20:28:33 +01:00
Frank Blendinger
d139f2d8af jump from browser to playlist editor with GoToContainingDir key 2010-03-04 15:13:11 +01:00
Frank Blendinger
6b5ed187a1 add new movement keys: {Up,Down}{Album,Artist} 2010-03-04 15:10:58 +01:00
Damien Leone
331107387c charset: use free() instead of delete[] to release memory allocated by strdup() 2010-03-04 01:53:58 +01:00
Andrzej Rybczak
6df8ae1694 make displaying volume level in statusbar optional 2010-02-26 21:37:48 +01:00
Andrzej Rybczak
358d21addf bump version to 0.5.3_pre 2010-02-26 21:27:21 +01:00
Andrzej Rybczak
73d5082293 update NEWS / version bump 2010-02-26 16:34:21 +01:00
Andrzej Rybczak
ed4399c5e8 display info about required libmpdclient version if it's not there 2010-02-26 00:11:12 +01:00
Andrzej Rybczak
fbc9b29032 media library: fix two columns view if library is empty 2010-02-23 01:27:55 +01:00
Damien Leone
d6066a5989 manpage: fixed typos 2010-02-20 18:40:05 +01:00
Andrzej Rybczak
be732f2f9d support user-defined interval between syncing visualizer and audio outputs 2010-02-19 14:37:41 +01:00
Andrzej Rybczak
4bd9e9af79 fix a bug in Display::SongInColumns() that sometimes corrupted last column 2010-02-19 12:44:40 +01:00
Andrzej Rybczak
68fa910c78 handle invalid characters properly 2010-02-17 12:38:53 +01:00
Andrzej Rybczak
8c212bf235 add INSTALL file as it can be helpful for someone 2010-02-17 00:17:05 +01:00
Andrzej Rybczak
9ff1bf82c8 visualizer: refresh screen immediately after clearing it 2010-02-17 00:16:26 +01:00
Andrzej Rybczak
a24736475e put configuration related functions into appropriate structs 2010-02-17 00:15:15 +01:00
Andrzej Rybczak
d45e3b382f uninline CaseInsensitiveStringComparison::operator() 2010-02-17 00:04:59 +01:00
Andrzej Rybczak
d7505ef46f bump version to 0.5.2_pre 2010-02-17 00:01:45 +01:00
Andrzej Rybczak
011f4c5bf5 remove ChangeLog since it's empty and won't be updated 2010-02-17 00:01:03 +01:00
Andrzej Rybczak
a1586b9f46 update NEWS / version bump 2010-02-15 14:31:42 +01:00
Andrzej Rybczak
ad74cfea2e new feature: customizable startup screen 2010-02-13 11:55:59 +01:00
Andrzej Rybczak
b01801ea22 update playlist's timer while scrolling with fancy_scrolling disabled
not updating it caused highlight to be disabled
during scrolling if key was being held long enough.
2010-02-05 17:19:53 +01:00
Andrzej Rybczak
bd64052f11 center cursor directly in Menu class
centering in Screen::Scroll is hacky and works
only for scrolling, not e.g. selecting.
2010-02-05 15:49:20 +01:00
Andrzej Rybczak
e40ced8daf display selected item/now playing suffix in column view 2010-02-05 15:30:20 +01:00
Andrzej Rybczak
71c81719b5 get rid of nested ternary operators 2010-02-05 01:44:14 +01:00
Andrzej Rybczak
e59c5613d3 fix disabled fancy_scrolling with enabled centered_cursor 2010-01-31 16:55:33 +01:00
Andrzej Rybczak
d1194757a0 fixes for db97a1a318 2010-01-31 16:28:00 +01:00
Frank Blendinger
db97a1a318 add option media_library_disable_two_column_mode 2010-01-31 01:55:37 +01:00
Frank Blendinger
c10a2a6db7 fix non refreshing columns (selection in medialib) 2010-01-31 01:45:45 +01:00
Andrzej Rybczak
5701853d3a fixes for 2b39e6ed42 2010-01-31 00:50:43 +01:00
Frank Blendinger
a3a40b9ba8 fix adding after current track/album when stopped 2010-01-31 00:00:09 +01:00
Andrzej Rybczak
2b39e6ed42 discard custom colors of selected items also in classic display mode 2010-01-30 20:08:48 +01:00
Andrzej Rybczak
1b6acb3372 do not add //TRANSLIT to encoding defined in config file 2010-01-30 19:42:15 +01:00
Andrzej Rybczak
4bb1fdb40d simplify code responsible for deleting songs a bit 2010-01-30 18:09:03 +01:00
Andrzej Rybczak
38830d64f0 update description of 'adding random items' action in help screen 2010-01-30 17:13:59 +01:00
Andrzej Rybczak
08daa61907 update copyright notices 2010-01-30 16:24:24 +01:00
Andrzej Rybczak
7f45d6ec8d add support for adding tracks to playlist after highlighted item 2010-01-30 15:24:02 +01:00
Andrzej Rybczak
dac2458e1f rename misc.{cpp,h} to sel_items_adder.{cpp,h} 2010-01-30 15:02:41 +01:00
Andrzej Rybczak
6b8a644291 use global timer in ServerInfo::Update() 2010-01-30 14:46:24 +01:00
Andrzej Rybczak
9e5700cfd0 fix redrawing bottom line with alternate UI and mpd stopped 2010-01-26 03:48:01 +01:00
Andrzej Rybczak
7fc9af69c4 fix escaping characters in MPD::Song::toString() 2010-01-24 17:12:15 +01:00
Andrzej Rybczak
359ce4fa9c discard column colors if item is selected (optional) 2010-01-24 01:21:07 +01:00
Andrzej Rybczak
f991a41c1a add support for switching between user-defined sequence of screens using Tab 2010-01-24 00:05:03 +01:00
Andrzej Rybczak
af12b75b93 use key (F)4 to reset search engine state while being in this screen 2010-01-23 21:49:43 +01:00
Andrzej Rybczak
0dfa5f77fa tiny tag editor: deactivate artist album if no extended tags are supported 2010-01-23 21:03:13 +01:00