Andrzej Rybczak
|
d8a6993ec2
|
add support for external console editor
|
17 years ago |
Andrzej Rybczak
|
12e437c5af
|
really fix compilation --without-curl
|
17 years ago |
Andrzej Rybczak
|
b056fb0968
|
fix compilation --without-curl
|
17 years ago |
Andrzej Rybczak
|
3b32d84a76
|
make Playlist::NowPlayingSong() return pointer, not reference
|
17 years ago |
Andrzej Rybczak
|
072f611896
|
fix reloading lyrics after song's change
|
17 years ago |
Andrzej Rybczak
|
70f48dd454
|
support for opening lyrics in external editor
|
17 years ago |
Andrzej Rybczak
|
32f959d1ec
|
use streams instead of Window::WriteXY()
|
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
|
26365d9832
|
rename status_checker -> status / + some cleaning
|
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
|
17352e821c
|
change namespace Lyrics into class
|
17 years ago |
Andrzej Rybczak
|
d6a6bca3e6
|
change namespace TagEditor into class
|
17 years ago |
Andrzej Rybczak
|
7148762b0c
|
change namespace PlaylistEditor into class
|
17 years ago |
Andrzej Rybczak
|
5a06f2a4fc
|
change namespace MediaLibrary into class
|
17 years ago |
Andrzej Rybczak
|
111652e2d6
|
change namespace SearchEngine into class
|
17 years ago |
Andrzej Rybczak
|
11622b7ba5
|
remove extern int now_playing
|
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
|
08e162f6ac
|
fix compilation --without-curl
|
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
|
b1817a0bc9
|
support for switching between supported lyrics databases at runtime
|
17 years ago |
Andrzej Rybczak
|
baa1c9bf4f
|
escape unallowed chars before opening/saving file with lyrics
|
17 years ago |
Andrzej Rybczak
|
6217bf04c2
|
add support for lyricsplugin database
|
17 years ago |
Andrzej Rybczak
|
e59b14c56d
|
clean-up lyrics code a little
|
17 years ago |
Andrzej Rybczak
|
b8f73ae6a6
|
use curl_escape on artist and title tags
|
17 years ago |
Andrzej Rybczak
|
b2d3fef275
|
set CURLOPT_NOSIGNAL to 1
prevent segfaults if timeout was reached in curl connection
|
17 years ago |
Andrzej Rybczak
|
237e494b08
|
color artist's info loaded from a file
|
17 years ago |
Andrzej Rybczak
|
f080b3e1f1
|
improvements for pthread related stuff
|
17 years ago |
Andrzej Rybczak
|
0c9e10091f
|
update fsf address and copyright info
|
17 years ago |
Andrzej Rybczak
|
daca5964e8
|
convert lyrics and artist's info to current locale if needed
|
17 years ago |
Andrzej Rybczak
|
6596d25c26
|
update settings
|
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
|
c64e3a9b3b
|
use size_t instead of int where it's appropriate
|
18 years ago |
Andrzej Rybczak
|
2fcd43dd3b
|
update write_data function
|
18 years ago |
unK
|
48ba7cbcf2
|
another code clean-ups
|
18 years ago |
unK
|
f8727b0a10
|
fix various compiler warnings and a few minor bugs
|
18 years ago |
unK
|
8133830af9
|
split data_ready to lyrics_ready and artist_info_ready to avoid main loop lockup
|
18 years ago |
unK
|
4adcdf8e23
|
close files after reading them
|
18 years ago |
unK
|
0a210a8896
|
use ToLower() instead of calling std::transform explicitly all the time
|
18 years ago |
unK
|
dbe0480db5
|
store fetched artist's info in ~/.ncmpcpp/artists instead of ~/.lyrics
|
18 years ago |
unK
|
9b65b39126
|
put local functions into unnamed namespaces
|
18 years ago |
unK
|
d61cb54653
|
make fetching lyrics and artist's info work in background
|
18 years ago |