Andrzej Rybczak
|
1daa41bde6
|
allow for setting host and port with command line switches
|
17 years ago |
Andrzej Rybczak
|
31ab01cc1c
|
fix prototype of write_data() function used by curl
maybe this works, but I don't want it to suddenly stop working
some day just because curl guys made their library more strict.
|
17 years ago |
Andrzej Rybczak
|
d5a68a1a60
|
make Keypressed() funcion inline
|
17 years ago |
Andrzej Rybczak
|
93fd687ec1
|
consider "ignore leading 'the' word" function while sorting playlist
|
17 years ago |
Andrzej Rybczak
|
8f092d5490
|
move some functions to TagEditor class / outside
|
17 years ago |
Andrzej Rybczak
|
89b53ddfdb
|
while searching for songs in media library, consider year of the album
|
17 years ago |
Andrzej Rybczak
|
b056fb0968
|
fix compilation --without-curl
|
17 years ago |
Andrzej Rybczak
|
32bac776e7
|
cleaning
|
17 years ago |
Andrzej Rybczak
|
173b012d00
|
use vector<string_pair> instead of map<string, string>
|
17 years ago |
Andrzej Rybczak
|
2a6e0fd7e8
|
fix searching in browser
it was taking whole path, take only top dir.
|
17 years ago |
Andrzej Rybczak
|
32f959d1ec
|
use streams instead of Window::WriteXY()
|
17 years ago |
Andrzej Rybczak
|
26365d9832
|
rename status_checker -> status / + some cleaning
|
17 years ago |
Andrzej Rybczak
|
c547fbe03b
|
use generic Scroll method
|
17 years ago |
Andrzej Rybczak
|
8653232a2a
|
change namespace Browser into class
|
17 years ago |
Andrzej Rybczak
|
6e167d67e2
|
change namespace Playlist 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
|
cecb11c3d8
|
move WindowTitle() to local unnamed namespace
|
17 years ago |
Andrzej Rybczak
|
d82577e357
|
group various functions more logically
|
17 years ago |
Andrzej Rybczak
|
f9f5149b76
|
includes cleaning
|
17 years ago |
Andrzej Rybczak
|
d68824f0f2
|
replace all string::find_last_of() with string::rfind()
find_last_of was working properly only because it was searching
only for one character, string::rfind() is appropriate function
for this job.
|
17 years ago |
Andrzej Rybczak
|
e637d8f627
|
add optional 'ignore leading "The" word' function while sorting
|
17 years ago |
Andrzej Rybczak
|
ec38d57c9b
|
make `ncmpcpp toggle` start playing if mpd is stopped
|
17 years ago |
Andrzej Rybczak
|
0a6272c6db
|
check if current iterator position is smaller than end, not equal
there's possibility that position at start will be greater
than ending iterator, so the iteration must not be started
|
17 years ago |
Andrzej Rybczak
|
fd5a3e142c
|
do not exclude iconv support if unicode is enabled
|
17 years ago |
Andrzej Rybczak
|
0c9e10091f
|
update fsf address and copyright info
|
17 years ago |
Andrzej Rybczak
|
14befc5b56
|
fix scrolling if unicode is disabled
|
17 years ago |
Andrzej Rybczak
|
24c308dac8
|
convert filenames to current locale if needed / some implementation improvements
|
17 years ago |
Andrzej Rybczak
|
73c166a029
|
always save and read id3 tags in unicode
|
17 years ago |
Andrzej Rybczak
|
0d9aea79c2
|
convert id3 tags, directories and playlist names to current locale if needed
notice: this feature needs unicode disabled.
|
17 years ago |
Andrzej Rybczak
|
5b3357c54c
|
improve parsing argv
|
17 years ago |
Andrzej Rybczak
|
d92dde1fb1
|
move some functions from helpers to status_checker
|
17 years ago |
Andrzej Rybczak
|
a84067d1ab
|
put scrolling code into function and use it also in lyrics screen
|
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
|
d139320ac9
|
add missing 'else' action in DisplaySong()
|
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
|
c64e3a9b3b
|
use size_t instead of int where it's appropriate
|
18 years ago |
Andrzej Rybczak
|
d9c1cd4bd3
|
make check if file is from music db while getting song info
|
18 years ago |
Andrzej Rybczak
|
5b1dbf2aed
|
improve parsing argv a bit
|
18 years ago |