Andrzej Rybczak
a6f3fa0c0c
new feature: right aligned columns
17 years ago
Andrzej Rybczak
c30fec4ee6
redraw volume state after header update only if classic interface is active
17 years ago
Andrzej Rybczak
b51975e6bf
fix displaying screen numbers at start if alternative UI is enabled
17 years ago
Andrzej Rybczak
101f01941d
new feature: alternative user interface
17 years ago
Andrzej Rybczak
dbca4a80ee
make number of lines scrolled with mouse wheel configurable
17 years ago
Andrzej Rybczak
ea1edd4d4a
use common interface for adding item(s) to playlist
...
this also removes a few code duplications.
17 years ago
Andrzej Rybczak
f5fc2dbe8a
fix displaying messages in search engine
17 years ago
Andrzej Rybczak
c9e08df9a5
always show whole address when dealing with links
17 years ago
Andrzej Rybczak
853164575f
adjust mouse bindings a bit and document them in help screen
17 years ago
Andrzej Rybczak
27ede67685
remove lyricswiki support as it doesn't allow fetching lyrics anymore
17 years ago
Andrzej Rybczak
e5e8261c40
a few more "postfix to prefix" operator++ changes
17 years ago
Andrzej Rybczak
d9b844fce2
one more fix for 450bf1b6
17 years ago
Andrzej Rybczak
837560c536
do not show messages if statusbar unlock is not allowed
17 years ago
Andrzej Rybczak
a77bd03e53
update header window after going to now playing song in browser
17 years ago
Andrzej Rybczak
caec71134e
make Window::{Bold,Reverse,AltCharset} protected
...
they should be called only within member funcions, because they
ignore stacked values, that are set by Window::operator<<(Format)
17 years ago
Andrzej Rybczak
26326de2c8
fix setting format flags in Window::operator<<(Format)
...
I though static variables are created for each class object,
but apparently they aren't, which makes the previous design
utterly broken. I'm suprised it somehow worked before.
17 years ago
Andrzej Rybczak
c20d8694ae
new feature: allow for fixed size columns
17 years ago
Andrzej Rybczak
209f5337ee
make str_pool return const char * instead of char *
17 years ago
Andrzej Rybczak
d8b8d4aeda
allow for empty tag marker customization
17 years ago
Andrzej Rybczak
113e54c85c
Revert "cosider different size of size_t type on 32bits and 64bits arches"
...
This reverts commit 9faf3acf2f
and applies correct patch (thx for Damien Leone for pointing this)
Conflicts:
src/ncmpcpp.cpp
17 years ago
Andrzej Rybczak
1c3cd3b90b
fix compilation --without-taglib
17 years ago
Andrzej Rybczak
1510773176
more fixes for 450bf1b6
17 years ago
Andrzej Rybczak
ddaf141f2e
rename MPD::Song::{Get,Set}Year to {Get,Set}Date
17 years ago
Andrzej Rybczak
63169f7570
remove unused operators from MPD::Song class
17 years ago
Andrzej Rybczak
f60cc71b91
some MPD::Song improvements and syntax simplifications
17 years ago
Andrzej Rybczak
df051bf674
remove using declarations
17 years ago
Andrzej Rybczak
4e77530f31
if playlist is filtered, add to playlist only filtered items
17 years ago
Andrzej Rybczak
5838d02077
add shortcut keybinding for saving in tiny tag editor
17 years ago
Andrzej Rybczak
9dab25e02c
use prefix ++ instead of postfix where available
17 years ago
Andrzej Rybczak
2eb913fe22
define MPD::Connection handler as an object, not pointer
17 years ago
Andrzej Rybczak
979a9e7670
fix displaying '\' character in man page
17 years ago
Andrzej Rybczak
9faf3acf2f
cosider different size of size_t type on 32bits and 64bits arches
17 years ago
Andrzej Rybczak
966510249b
initialize 'color' value to red rid of the warning
17 years ago
Andrzej Rybczak
ff3e90d91d
fix database update
17 years ago
Andrzej Rybczak
c4d88133bd
do not attempt to change volume if requested value is <0 or >100
17 years ago
Andrzej Rybczak
72cddfe77d
another fix for 450bf1b6
17 years ago
Andrzej Rybczak
7116c11a8a
add missing 'for' word
17 years ago
Andrzej Rybczak
d5fb17aefb
fix Browser::LocateSong() function
17 years ago
Andrzej Rybczak
450bf1b636
initialize screens only if necessary
17 years ago
Andrzej Rybczak
1147795fc6
return value instead of const reference to long long
17 years ago
Andrzej Rybczak
14576bb1fb
update NEWS / version bump
17 years ago
Andrzej Rybczak
c6926be931
do not capitalize letter right after the apostrophe
17 years ago
Andrzej Rybczak
774dbaf859
clear statusbar immediately after unlock if player is stopped
17 years ago
Andrzej Rybczak
8ab805abd5
ask before clearing playlist in playlist editor
17 years ago
Andrzej Rybczak
a2a5398239
always unlock item list update after clearing the playlist
17 years ago
Andrzej Rybczak
1d37102947
fetch status from mpd immediately after clearing playlist
17 years ago
Andrzej Rybczak
f6d9be350c
new feature: add local directories recursively
17 years ago
Andrzej Rybczak
c497641908
do not load playlist with LMB
17 years ago
Andrzej Rybczak
25554ed100
be more verbose while deleting items in browser
17 years ago
Andrzej Rybczak
12a7d847c1
attempt to remove items physically only if mpd_music_dir is set
17 years ago