Andrzej Rybczak
|
29301aefd5
|
move all externs to global.h
|
2009-02-11 09:45:23 +01:00 |
|
Andrzej Rybczak
|
d82577e357
|
group various functions more logically
|
2009-02-10 15:51:55 +01:00 |
|
Andrzej Rybczak
|
f9f5149b76
|
includes cleaning
|
2009-02-10 12:19:59 +01:00 |
|
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.
|
2009-02-05 21:52:31 +01:00 |
|
Andrzej Rybczak
|
966fd634a4
|
add support for columns view in browser and search engine
|
2009-02-01 17:55:28 +01:00 |
|
Andrzej Rybczak
|
0c9e10091f
|
update fsf address and copyright info
|
2009-01-17 00:52:08 +01:00 |
|
Andrzej Rybczak
|
430052bead
|
check for type, not ptr's address while deleting old items from browser
|
2009-01-16 22:41:36 +01:00 |
|
Andrzej Rybczak
|
0d9aea79c2
|
convert id3 tags, directories and playlist names to current locale if needed
notice: this feature needs unicode disabled.
|
2009-01-11 15:36:14 +01:00 |
|
Andrzej Rybczak
|
77e8cd0145
|
variables cleaning
|
2008-12-13 12:23:20 +01:00 |
|
Andrzej Rybczak
|
284dd6a5be
|
update Menu class and related stuff
|
2008-12-10 17:34:55 +01:00 |
|
Andrzej Rybczak
|
5c0af01cca
|
put mpd connection related things into namespace
|
2008-12-09 10:16:38 +01:00 |
|
Andrzej Rybczak
|
f71c02fccc
|
make file extensions lowercase before comparing them
|
2008-11-21 19:37:08 +01:00 |
|
Andrzej Rybczak
|
c64e3a9b3b
|
use size_t instead of int where it's appropriate
|
2008-11-06 20:07:42 +01:00 |
|
unK
|
6b2356318f
|
do not delete invalid pointer
|
2008-10-28 12:43:02 +01:00 |
|
unK
|
beee0bc9d3
|
add support for browsing local filesystem
|
2008-10-27 20:35:02 +01:00 |
|