Commit Graph

1075 Commits

Author SHA1 Message Date
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
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
Andrzej Rybczak
748dade304 fix adding tracks after current album 2010-01-13 13:48:57 +01:00
Andrzej Rybczak
ef6719f5bb make media library show more songs (with incomplete tags etc.) 2010-01-05 20:08:30 +01:00
Andrzej Rybczak
a0c5298372 fixes for locating song in media library in two columns mode 2010-01-05 18:45:05 +01:00
Frank Blendinger
a5882ee27f added a key to jump to a song in the media library
This commit introduces a new key to bind, key_go_to_media_library. It
will switch to the media library and select the song under the cursor.
2010-01-05 10:20:53 +01:00
Andrzej Rybczak
0d05a550c2 display 'U' in status flags while update is running if idle support is off 2010-01-04 00:22:22 +01:00
Andrzej Rybczak
ca0a48b14c convert selected_item_suffix to wide string before checking its length 2010-01-03 16:28:34 +01:00
Andrzej Rybczak
895c9177d5 fix toggle command 2010-01-03 16:21:56 +01:00
Andrzej Rybczak
e86e815787 bump version to 0.5.1_pre 2010-01-03 16:20:29 +01:00
Andrzej Rybczak
f7d9f89b12 update NEWS / version bump 2009-12-31 12:05:21 +01:00
Andrzej Rybczak
444354f860 fix drawing selected_item_{prefix,suffix} 2009-12-31 11:30:12 +01:00
Andrzej Rybczak
455f729bef reset scrollpad's start position while switching to lyrics/info screens 2009-12-27 16:47:51 +01:00
Andrzej Rybczak
934efd5383 do not try to convert to utf8 strings that are already encoded in it
such case may happen if conversion from utf8 to current locale fails.
2009-12-24 00:53:53 +01:00
Andrzej Rybczak
bdc65ead7a merge char_non_ascii() into has_non_ascii_chars() 2009-12-23 23:46:41 +01:00
Andrzej Rybczak
05fc53ba32 make MPD::Connection::Toggle() run playback if player is stopped 2009-12-23 21:36:05 +01:00
Andrzej Rybczak
43dcc8bd54 fix refreshing player state with classic user interface 2009-12-23 16:37:56 +01:00