Andrzej Rybczak
|
f61b4716a2
|
add support for multiple tags
|
17 years ago |
Andrzej Rybczak
|
c019fc05d2
|
do some checks on data fetched from last.fm while parsing it
|
17 years ago |
Andrzej Rybczak
|
7c9363c174
|
refresh window after lyrics/artist info was (not) downloaded
|
17 years ago |
Andrzej Rybczak
|
6723808c4f
|
remove wrapper for Scrollpad::SetFormating() used with --enable-unicode
|
17 years ago |
Andrzej Rybczak
|
61a9d6a785
|
get rid of all mysterious numbers that meant length of string literals
|
17 years ago |
Andrzej Rybczak
|
27687fd2b1
|
pass Buffer/Window to ShowTag() by reference
returning new Buffer and passing it to Window by operator<<()
was rather bad idea since it required unnecessary copying.
|
17 years ago |
Andrzej Rybczak
|
7da142a4c7
|
display "artist info" instead of "artist's info"
|
17 years ago |
Andrzej Rybczak
|
6843b98627
|
throw away all NULLs and replace them by 0s
|
17 years ago |
Andrzej Rybczak
|
101f01941d
|
new feature: alternative user interface
|
17 years ago |
Andrzej Rybczak
|
ddaf141f2e
|
rename MPD::Song::{Get,Set}Year to {Get,Set}Date
|
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
|
9dab25e02c
|
use prefix ++ instead of postfix where available
|
17 years ago |
Andrzej Rybczak
|
450bf1b636
|
initialize screens only if necessary
|
17 years ago |
Andrzej Rybczak
|
cd3180d265
|
return values instead of playing around with static variables and references
|
17 years ago |
Andrzej Rybczak
|
da13e93df0
|
fix bug with removing format from artist's info screen
|
17 years ago |
Andrzej Rybczak
|
72acc09b26
|
fix compilation if there were no curl dev files installed
|
17 years ago |
Andrzej Rybczak
|
2d8b5f7abc
|
rename Screen::Cmp() to Screen::ActiveWindow() as it's more logical
|
17 years ago |
Andrzej Rybczak
|
e29e5576c7
|
do not start additional thread if artist's info is available locally
|
17 years ago |
Andrzej Rybczak
|
49a13222a3
|
get proper user home dir on WIN32 and adjust folders in this case a bit
|
17 years ago |
Andrzej Rybczak
|
344fc21d76
|
use pthread_t * handlers rather than pthread_t
pthread-win32 doesn't accept assigning zero to pthread_t type,
so we need to use pointers instead. this is more semantic anyway.
|
17 years ago |
Andrzej Rybczak
|
f04472641b
|
make it compile under mingw32 --with-curl
|
17 years ago |
Andrzej Rybczak
|
65f52da949
|
make it compile under mingw32 --without-curl --without-taglib
ncmpcpp can be built for windows \o/
pdcurses and regex libraries are needed for this though.
|
17 years ago |
Andrzej Rybczak
|
5f114abd2c
|
clear screen only after getting song info to avoid flickering
|
17 years ago |
Andrzej Rybczak
|
eed4fb03ff
|
use CamelCase for variables in Global namespace / some cleaning
|
17 years ago |
Andrzej Rybczak
|
32f959d1ec
|
use streams instead of Window::WriteXY()
|
17 years ago |
Andrzej Rybczak
|
af6467d8c1
|
fix colors in song info screen --without-taglib
|
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
|
49abc4d42c
|
change namespace Info 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
|
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 |