aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistFile.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* TextFile: convert to a classMax Kellermann2013-01-031-6/+3
|
* text_file: convert to C++Max Kellermann2013-01-031-1/+1
|
* database.h: eliminate db_*_song()Max Kellermann2013-01-031-8/+9
| | | | Use the C++ API.
* mapper: convert to C++Max Kellermann2013-01-021-1/+1
|
* PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()Max Kellermann2012-10-041-4/+3
| | | | | | | | | 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-281-1/+1
|
* PlaylistFile: use std::list instead of GPtrArrayMax Kellermann2012-09-281-100/+53
|
* stored_playlist, playlist_save: use C++ compilerMax Kellermann2012-09-281-0/+537