Andrzej Rybczak
|
497f2dd4ff
|
some improvements for handling mpd connection
|
17 years ago |
Andrzej Rybczak
|
a84067d1ab
|
put scrolling code into function and use it also in lyrics screen
|
17 years ago |
Andrzej Rybczak
|
c6a57511fe
|
make displaying screens numbers at start optional
|
17 years ago |
Andrzej Rybczak
|
f787895054
|
comment out usage of redraw_screen variable (it's not needed for now)
|
17 years ago |
Andrzej Rybczak
|
8c40f046b9
|
render state line on stdscr instead of header window
|
17 years ago |
Andrzej Rybczak
|
2cc5528014
|
improve code formatting
|
17 years ago |
Andrzej Rybczak
|
77e8cd0145
|
variables cleaning
|
18 years ago |
Andrzej Rybczak
|
c71f07df6d
|
eliminate remained compiler warnings
|
18 years ago |
Andrzej Rybczak
|
6f296e2419
|
update displaying playlist in column view
|
18 years ago |
Andrzej Rybczak
|
2e291885f9
|
fix searching with / and ? keys
|
18 years ago |
Andrzej Rybczak
|
6596d25c26
|
update settings
|
18 years ago |
Andrzej Rybczak
|
da8feb885f
|
handle colored empty tag marker
|
18 years ago |
Andrzej Rybczak
|
cfa8268f2d
|
improve handling playlist stats (btw several other improvements)
|
18 years ago |
Andrzej Rybczak
|
563c4530aa
|
update Window::WriteXY() and related stuff
|
18 years ago |
Andrzej Rybczak
|
c61ddd3383
|
improve handling statusbar messages (+ some minor various fixes)
|
18 years ago |
Andrzej Rybczak
|
284dd6a5be
|
update Menu class and related stuff
|
18 years ago |
Andrzej Rybczak
|
c03bcbe44b
|
remove color parser / update Window, Scrollpad class and related stuff
|
18 years ago |
Andrzej Rybczak
|
51e59b04b9
|
remove several redunant externs and use static variables
|
18 years ago |
Andrzej Rybczak
|
5c0af01cca
|
put mpd connection related things into namespace
|
18 years ago |
Andrzej Rybczak
|
1d27b8629d
|
improve ShowMessage()
|
18 years ago |
Andrzej Rybczak
|
07c9fd6926
|
remove mpd_password variable, it should be defined within mpd_host
|
18 years ago |
Andrzej Rybczak
|
0fef77da81
|
check if we are browsing local filesystem while renaming dirs
|
18 years ago |
Andrzej Rybczak
|
e05b249c73
|
do not print new line character at exit
|
18 years ago |
Andrzej Rybczak
|
ef7b8fd276
|
add config option for default place to search in (database/playlist)
|
18 years ago |
Andrzej Rybczak
|
e96c8d5f58
|
display songs from root directory in tag editor
|
18 years ago |
Andrzej Rybczak
|
55c7777515
|
don't set default value for mpd_music_dir
|
18 years ago |
Andrzej Rybczak
|
ab4159c1d6
|
block setting volume with primary keybinding in playlist editor
|
18 years ago |
Andrzej Rybczak
|
c64e3a9b3b
|
use size_t instead of int where it's appropriate
|
18 years ago |
Andrzej Rybczak
|
e5e4734b0e
|
use macro instead of calling clearing find history routines explicitly
|
18 years ago |
Andrzej Rybczak
|
e227d53296
|
improve refreshing macros
|
18 years ago |
Andrzej Rybczak
|
df430dc30e
|
disable switching screens when we are in tiny tag editor
|
18 years ago |
Andrzej Rybczak
|
5b1dbf2aed
|
improve parsing argv a bit
|
18 years ago |
Andrzej Rybczak
|
80aba9295a
|
redraw whole window after enumerating tracks
|
18 years ago |
unK
|
db6eb9bc38
|
add support for user defined mpd host, password and port in config file
|
18 years ago |
unK
|
beee0bc9d3
|
add support for browsing local filesystem
|
18 years ago |
unK
|
e1202f2dfe
|
check if wHeader is NULL or not (thx to Thomas Adam)
|
18 years ago |
unK
|
5775eaf039
|
allow searching in current playlist
|
18 years ago |
unK
|
f7e56300cf
|
check whether info entity returned by mpd is NULL or not
|
18 years ago |
unK
|
93b8a7dfff
|
support for editing tag of local files (outside mpd music dir)
|
18 years ago |
unK
|
58fcccc68b
|
ignore SIGPIPE
|
18 years ago |
unK
|
48ba7cbcf2
|
another code clean-ups
|
18 years ago |
unK
|
fc00baa300
|
include and ifdef clean-up
|
18 years ago |
unK
|
5b724f2a83
|
fix compilation issue without taglib support and replace printf by std::cout
|
18 years ago |
unK
|
4ab4e72c97
|
implement argv handler and basic mpc commands
|
18 years ago |
unK
|
9fd373625d
|
add to libmpdclient support for getting list of any tag type
|
18 years ago |
unK
|
f8727b0a10
|
fix various compiler warnings and a few minor bugs
|
18 years ago |
unK
|
5c7b7a04e1
|
add some checks to prevent ncmpcpp from segfaulting with mpd from git
|
18 years ago |
unK
|
109f49430e
|
add tag type list switcher to media library
|
18 years ago |
unK
|
d5bdec41f7
|
support for user defined tag type in left column of media library
|
18 years ago |
unK
|
8133830af9
|
split data_ready to lyrics_ready and artist_info_ready to avoid main loop lockup
|
18 years ago |