aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistFile.cxx
Commit message (Collapse)AuthorAge
* PlaylistFile.cxx: use file system APIDenis Krjuchkov2013-02-02
|
* require GLib 2.24Max Kellermann2013-01-29
|
* ConfigFile, CommandLine: use the Path classMax Kellermann2013-01-29
|
* Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov2013-01-28
|
* Mapper: improve usage of Path classDenis Krjuchkov2013-01-26
|
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-22
|
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-18
|
* path: convert to C++Max Kellermann2013-01-17
|
* idle: convert to C++Max Kellermann2013-01-09
|
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-07
|
* PlaylistFile: reuse classes PlaylistInfo and PlaylistVectorMax Kellermann2013-01-04
| | | | .. instead of rolling own classes.
* PlaylistFile: fix memory leakMax Kellermann2013-01-03
|
* TextFile: convert to a classMax Kellermann2013-01-03
|
* text_file: convert to C++Max Kellermann2013-01-03
|
* database.h: eliminate db_*_song()Max Kellermann2013-01-03
| | | | Use the C++ API.
* mapper: convert to C++Max Kellermann2013-01-02
|
* PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()Max Kellermann2012-10-04
| | | | | | | | | g_file_error_quark() is meant to be used with the GFileError enum which does not correspond with errno, but must be converted with g_file_error_from_errno(). At the same time, this removes g_strerror() use for g_file_error_quark().
* main: use C++ compilerMax Kellermann2012-09-28
|
* PlaylistFile: use std::list instead of GPtrArrayMax Kellermann2012-09-28
|
* stored_playlist, playlist_save: use C++ compilerMax Kellermann2012-09-28