Commit Graph

1038 Commits

Author SHA1 Message Date
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
fbc9b29032 media library: fix two columns view if library is empty 2010-02-23 01:27:55 +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
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
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
Andrzej Rybczak
abc63f9d4c use Info::Tags in tag editor 2010-01-23 20:57:54 +01:00
Andrzej Rybczak
4ed9493abd add support for album artist tag 2010-01-23 20:04:02 +01:00
Andrzej Rybczak
df15fe2bf4 add support for adding random artists/albums to playlist 2010-01-22 22:24:44 +01:00
Andrzej Rybczak
153081158d add support for built-in mpd searching in search engine 2010-01-22 21:35:34 +01:00
Andrzej Rybczak
45acbfe862 get rid of case sensivity switch in search engine
I don't think anybody was using it.
2010-01-22 20:56:02 +01:00
Andrzej Rybczak
794fbbab3d use predefined contants in Search Engine instead of numbers 2010-01-22 19:32:37 +01:00
Andrzej Rybczak
a27332a825 get rid of using directives
these in ncmpcpp.cpp stay since a lot of memebers are used.
2010-01-22 19:17:35 +01:00
Andrzej Rybczak
e9cd9c89ec throw away unused function (MediaLibrary::SortSongsByYear()) 2010-01-22 17:51:09 +01:00
Andrzej Rybczak
95a649482b make displaying dates of albums in media library optional 2010-01-22 17:50:26 +01:00