Andrzej Rybczak
5a2853b36a
new feature: outputs screen
17 years ago
Andrzej Rybczak
049d0d9b35
play song in playlist by clicking on it with RMB, not LMB
17 years ago
Andrzej Rybczak
d965f4e517
new feature: mouse support
17 years ago
Andrzej Rybczak
dd266b0103
new feature: add random songs to playlist
17 years ago
Andrzej Rybczak
5f5d6bf03f
do not display message about disabled function if current item is parent dir
17 years ago
Andrzej Rybczak
658d213905
fix compilation --without-taglib
17 years ago
Andrzej Rybczak
e08fdcf4cb
update browser.delete keybinding description in help screen
17 years ago
Andrzej Rybczak
b16e3d0817
put playlist/file/directory in quotation marks while asking for deleting it
17 years ago
Andrzej Rybczak
8f5df28e62
new feature: allow for files and directories deletion in browser
17 years ago
Andrzej Rybczak
ecd4c8cc17
get rid of C style casts
17 years ago
Andrzej Rybczak
7eb74a6da2
new feature: custom command execution on song change
17 years ago
Andrzej Rybczak
3d9c242f4d
allow quotation marks inside config options
17 years ago
Andrzej Rybczak
eb3b08b45e
clear window title at exit
17 years ago
Andrzej Rybczak
2701eed2ca
update NEWS / version bump
17 years ago
Andrzej Rybczak
2c3c44994e
redraw statusbar after resize if player is stopped
17 years ago
Andrzej Rybczak
c22653fc38
pretend there is no history if input string is encrypted
17 years ago
Andrzej Rybczak
0c34b37328
do not clear statusbar if it's locked
17 years ago
Andrzej Rybczak
da13e93df0
fix bug with removing format from artist's info screen
17 years ago
Andrzej Rybczak
ec5a4bb3c2
do not clear last used filter in Menu::Clear()
17 years ago
Andrzej Rybczak
53cd4114e8
start with empty input box while searching
17 years ago
Andrzej Rybczak
a0cbd8fc32
new feature: input text history
17 years ago
Andrzej Rybczak
5682734840
make displaying hidden files in local browser optional
17 years ago
Andrzej Rybczak
f92b0101aa
use ctrl+u to clear text from input
17 years ago
Andrzej Rybczak
4429d50401
correct notifications about fetching albums
17 years ago
Andrzej Rybczak
6177d49f9f
new feature: two columns view in media library (albums and songs)
17 years ago
Andrzej Rybczak
84a9af2ee9
make use of gcc's __attribute__ extension
17 years ago
Andrzej Rybczak
72acc09b26
fix compilation if there were no curl dev files installed
17 years ago
Andrzej Rybczak
b0317b695a
rewrite GetLineValue() function
17 years ago
Andrzej Rybczak
4c8a70aef5
do not allow empty search constraints with mpd < 0.14*
17 years ago
Andrzej Rybczak
ab7dbe9cbe
redraw statusbar after terminal resize
...
previous changes broke this, so here is the fix.
17 years ago
Andrzej Rybczak
7e479de3e0
use C++ style casts in Playlist::Init()
17 years ago
Andrzej Rybczak
e3d731d269
handle height of sorting window properly
...
before, if terminal was less than 18 lines high, ncmpcpp
would exit at start throwing NCurses::Window::BadSize,
because sort dialog's height was hardcoded. now its size
changes dynamically, depending on actual screen size.
17 years ago
Andrzej Rybczak
b5b5d64c80
try polling mpd once per second once again
...
I reverted this becaause elapsed time counter was not
synchronized with mpd and it sometimes stalled and then
increased by 2 seconds. for now I count elapsed time locally,
so I can apply it again (until something else pops out, lol)
17 years ago
Andrzej Rybczak
c78d2f296c
fix drawing statusbar if player was stopped at start
...
this also adds "by accident" scrolling of currently
playing song in statusbar if player is paused.
17 years ago
Andrzej Rybczak
12fa8a9bf6
count number of applied formatting flags
17 years ago
Andrzej Rybczak
c7251ebb98
improve formatting removal
17 years ago
Andrzej Rybczak
88fa887776
new feature: allow searching in help, lyrics and info screens
17 years ago
Andrzej Rybczak
0978f2c228
prepare for physical song/dir deletion implementation
17 years ago
Andrzej Rybczak
cc78632c03
align functions descriptions in source code to improve readability
17 years ago
Andrzej Rybczak
7a59593814
add info about all 'e' key functions to help screen
17 years ago
Andrzej Rybczak
5455977914
fix compilation with -std=c++0x
17 years ago
Andrzej Rybczak
33b2b829ab
fix moving single file within playlist
17 years ago
Andrzej Rybczak
ce73ecae2e
real fix for bug 2252
17 years ago
Andrzej Rybczak
97b9f15898
Revert "fix bug 2252"
...
This reverts commit 206c2570d0 .
17 years ago
Andrzej Rybczak
bf3e2546d8
fix displaying window title is mpd is not playing
17 years ago
Andrzej Rybczak
206c2570d0
fix bug 2252
17 years ago
Andrzej Rybczak
104cd0a6e8
count elapsed time locally (experimental)
...
this eliminates really annoying stalling of counter
but let's see if there are some side effects of it.
17 years ago
Andrzej Rybczak
c8f99be7d0
do not limit year tag to 4 digits
17 years ago
Andrzej Rybczak
57cab87a36
fetch now playing song and set window title if it's empty
17 years ago
Andrzej Rybczak
a1376e8a4e
pass small structs and POD types to Window::operator<<() by value
17 years ago