Andrzej Rybczak
7a59593814
add info about all 'e' key functions to help screen
17 years ago
Andrzej Rybczak
00dcadcc8a
add support for consume mode
...
info about this feature can be found in mpd docs.
17 years ago
Andrzej Rybczak
5f41640cd9
handle single command and remove hacks used as substitute for it
...
mpd-git has single command, which provides functionality
of both "repeat one" and "stop after current track" modes.
repeat one = single && repeat
stop after current track = single && !repeat
17 years ago
Andrzej Rybczak
e5b9d83a10
add keybinding for opening lyrics in external editor to help screen
17 years ago
Andrzej Rybczak
3d5e62aa65
change default behaviour of 'go to given position' function
...
before that number without any other signs was treated as time
in seconds to go, now it's threated as %. treating a number as
seconds needs you to type 's' after numeric value.
17 years ago
Andrzej Rybczak
d1d1011eeb
make function 'clear' in playlist editor clear selected playlist
17 years ago
Andrzej Rybczak
2c1647d57a
new feature: reverse playlist
17 years ago
Andrzej Rybczak
c0d227a0c8
move selected items to actual cursor position, not to given one
...
this is much better as no position couting is needed.
17 years ago
Andrzej Rybczak
fd7ac3b3f5
new feature: move item(s) in playlist to given position
17 years ago
Andrzej Rybczak
eed4fb03ff
use CamelCase for variables in Global namespace / some cleaning
17 years ago
Andrzej Rybczak
b9cbacebff
new function: stop playing after current song
17 years ago
Andrzej Rybczak
aed227ab5f
new feature: go to currently playing song in browser
17 years ago
Andrzej Rybczak
f162a7b880
new feature: playlist sorting (Ctrl-V by default)
17 years ago
Andrzej Rybczak
5d2daab416
new feature: apply filter to screen (Ctrl-F)
...
if one applies a filter, only items that contain this
filter will be displayed. works on all screens.
17 years ago
Andrzej Rybczak
ef9948cbe2
fix refreshing in clock screen while resizing / remove some unneded code
17 years ago
Andrzej Rybczak
ba6c2db0b1
improve resizing
17 years ago
Andrzej Rybczak
e6bd98e0a7
general code cleaning
17 years ago
Andrzej Rybczak
4cdafc5639
change wCurrent and wPrev to myScreen
17 years ago
Andrzej Rybczak
6f09d3b592
change namespace Help into class
17 years ago
Andrzej Rybczak
8ba72bc78a
separate some code from ncmpcpp.cpp
17 years ago
Andrzej Rybczak
29301aefd5
move all externs to global.h
17 years ago
Andrzej Rybczak
f9f5149b76
includes cleaning
17 years ago
Andrzej Rybczak
b1817a0bc9
support for switching between supported lyrics databases at runtime
17 years ago
Andrzej Rybczak
966fd634a4
add support for columns view in browser and search engine
17 years ago
Andrzej Rybczak
542c121e0a
add clock screen (ported from ncmpc)
17 years ago
Andrzej Rybczak
0c9e10091f
update fsf address and copyright info
17 years ago
Andrzej Rybczak
77e8cd0145
variables cleaning
18 years ago
Andrzej Rybczak
c03bcbe44b
remove color parser / update Window, Scrollpad class and related stuff
18 years ago
Andrzej Rybczak
5c0af01cca
put mpd connection related things into namespace
18 years ago
Andrzej Rybczak
e5fbf6bea8
do not display keybinding for tag editor if taglib support is disabled
18 years ago
unK
beee0bc9d3
add support for browsing local filesystem
18 years ago
unK
f8727b0a10
fix various compiler warnings and a few minor bugs
18 years ago
unK
109f49430e
add tag type list switcher to media library
18 years ago
unK
9b65b39126
put local functions into unnamed namespaces
18 years ago
unK
0d5032c452
support for adding items like in ncmpc (disabled by default)
18 years ago
unK
d992af15b0
update NEWS & version bump
18 years ago
unK
9795fc4488
support for fetching artist's info from last.fm
18 years ago
unK
2605b29dd9
filename parser for tag editor, renaming files support, minor fixes
18 years ago
unK
8fb83ac476
code clean-ups (help screen initialization splitted)
18 years ago