Andrzej Rybczak
|
ad74cfea2e
|
new feature: customizable startup screen
|
16 years ago |
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.
|
16 years ago |
Andrzej Rybczak
|
bd64052f11
|
center cursor directly in Menu class
centering in Screen::Scroll is hacky and works
only for scrolling, not e.g. selecting.
|
16 years ago |
Andrzej Rybczak
|
e40ced8daf
|
display selected item/now playing suffix in column view
|
16 years ago |
Andrzej Rybczak
|
71c81719b5
|
get rid of nested ternary operators
|
16 years ago |
Andrzej Rybczak
|
e59c5613d3
|
fix disabled fancy_scrolling with enabled centered_cursor
|
16 years ago |
Andrzej Rybczak
|
d1194757a0
|
fixes for db97a1a318
|
16 years ago |
Frank Blendinger
|
db97a1a318
|
add option media_library_disable_two_column_mode
|
16 years ago |
Frank Blendinger
|
c10a2a6db7
|
fix non refreshing columns (selection in medialib)
|
16 years ago |
Andrzej Rybczak
|
5701853d3a
|
fixes for 2b39e6ed42
|
16 years ago |
Frank Blendinger
|
a3a40b9ba8
|
fix adding after current track/album when stopped
|
16 years ago |
Andrzej Rybczak
|
2b39e6ed42
|
discard custom colors of selected items also in classic display mode
|
16 years ago |
Andrzej Rybczak
|
1b6acb3372
|
do not add //TRANSLIT to encoding defined in config file
|
16 years ago |
Andrzej Rybczak
|
4bb1fdb40d
|
simplify code responsible for deleting songs a bit
|
16 years ago |
Andrzej Rybczak
|
38830d64f0
|
update description of 'adding random items' action in help screen
|
16 years ago |
Andrzej Rybczak
|
08daa61907
|
update copyright notices
|
16 years ago |
Andrzej Rybczak
|
7f45d6ec8d
|
add support for adding tracks to playlist after highlighted item
|
16 years ago |
Andrzej Rybczak
|
dac2458e1f
|
rename misc.{cpp,h} to sel_items_adder.{cpp,h}
|
16 years ago |
Andrzej Rybczak
|
6b8a644291
|
use global timer in ServerInfo::Update()
|
16 years ago |
Andrzej Rybczak
|
9e5700cfd0
|
fix redrawing bottom line with alternate UI and mpd stopped
|
16 years ago |
Andrzej Rybczak
|
7fc9af69c4
|
fix escaping characters in MPD::Song::toString()
|
16 years ago |
Andrzej Rybczak
|
359ce4fa9c
|
discard column colors if item is selected (optional)
|
16 years ago |
Andrzej Rybczak
|
f991a41c1a
|
add support for switching between user-defined sequence of screens using Tab
|
16 years ago |
Andrzej Rybczak
|
af12b75b93
|
use key (F)4 to reset search engine state while being in this screen
|
16 years ago |
Andrzej Rybczak
|
0dfa5f77fa
|
tiny tag editor: deactivate artist album if no extended tags are supported
|
16 years ago |
Andrzej Rybczak
|
abc63f9d4c
|
use Info::Tags in tag editor
|
16 years ago |
Andrzej Rybczak
|
4ed9493abd
|
add support for album artist tag
|
16 years ago |
Andrzej Rybczak
|
df15fe2bf4
|
add support for adding random artists/albums to playlist
|
16 years ago |
Andrzej Rybczak
|
153081158d
|
add support for built-in mpd searching in search engine
|
16 years ago |
Andrzej Rybczak
|
45acbfe862
|
get rid of case sensivity switch in search engine
I don't think anybody was using it.
|
16 years ago |
Andrzej Rybczak
|
794fbbab3d
|
use predefined contants in Search Engine instead of numbers
|
16 years ago |
Andrzej Rybczak
|
a27332a825
|
get rid of using directives
these in ncmpcpp.cpp stay since a lot of memebers are used.
|
16 years ago |
Andrzej Rybczak
|
e9cd9c89ec
|
throw away unused function (MediaLibrary::SortSongsByYear())
|
16 years ago |
Andrzej Rybczak
|
95a649482b
|
make displaying dates of albums in media library optional
|
16 years ago |
Andrzej Rybczak
|
748dade304
|
fix adding tracks after current album
|
16 years ago |
Andrzej Rybczak
|
ef6719f5bb
|
make media library show more songs (with incomplete tags etc.)
|
16 years ago |
Andrzej Rybczak
|
a0c5298372
|
fixes for locating song in media library in two columns mode
|
16 years ago |
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.
|
16 years ago |
Andrzej Rybczak
|
0d05a550c2
|
display 'U' in status flags while update is running if idle support is off
|
16 years ago |
Andrzej Rybczak
|
ca0a48b14c
|
convert selected_item_suffix to wide string before checking its length
|
16 years ago |
Andrzej Rybczak
|
895c9177d5
|
fix toggle command
|
16 years ago |
Andrzej Rybczak
|
e86e815787
|
bump version to 0.5.1_pre
|
16 years ago |
Andrzej Rybczak
|
f7d9f89b12
|
update NEWS / version bump
|
16 years ago |
Andrzej Rybczak
|
444354f860
|
fix drawing selected_item_{prefix,suffix}
|
16 years ago |
Andrzej Rybczak
|
455f729bef
|
reset scrollpad's start position while switching to lyrics/info screens
|
16 years ago |
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.
|
16 years ago |
Andrzej Rybczak
|
bdc65ead7a
|
merge char_non_ascii() into has_non_ascii_chars()
|
16 years ago |
Andrzej Rybczak
|
05fc53ba32
|
make MPD::Connection::Toggle() run playback if player is stopped
|
16 years ago |
Andrzej Rybczak
|
43dcc8bd54
|
fix refreshing player state with classic user interface
|
16 years ago |
Andrzej Rybczak
|
63178105c3
|
remove hack that concerns idle events mode.
fuck this. it's mpd problem, not mine (see bug 2612)
|
16 years ago |