|
bd0a370aee
|
Welcome to year 2013 ;-)
|
2013-02-08 23:57:50 +01:00 |
|
|
9b687fff9a
|
Happy New Year 2012!
|
2012-01-02 00:52:27 +01:00 |
|
|
388f98e90a
|
Added UTF-16 (LE and BE) support to Playlist and Cue Sheet import.
|
2011-12-13 23:33:21 +01:00 |
|
|
6770f1ec90
|
QString::fromLocal8Bit() doesn't work as expected, as we explicitly set the CodecForLocale to UTF-8 in the initialization code. Therefore we can't use QString::fromLocal8Bit() at places where the system's default Codec is needed. Instead we will now get the actual system Codec via QTextCodec::codecForName("System") at those places. That's not nice, but solves the problem.
|
2011-12-10 01:59:45 +01:00 |
|
|
545b9b4967
|
Improved handling of different character encodings for M3U(8) and PLS playlist import.
|
2011-12-09 00:34:07 +01:00 |
|
|
297c9e4796
|
Added support for Speex input.
|
2011-02-01 22:15:57 +01:00 |
|
|
b210b0e826
|
Refactor playlist importer into a separate class.
|
2011-01-31 21:02:47 +01:00 |
|