Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ConfigFile, CommandLine: use the Path class | Max Kellermann | 2013-01-29 | 1 | -2/+3 | |
| | ||||||
* | Path: convert fs_charset_to_utf8() to static method Path::ToUTF8() | Denis Krjuchkov | 2013-01-28 | 1 | -4/+3 | |
| | ||||||
* | Mapper: improve usage of Path class | Denis Krjuchkov | 2013-01-26 | 1 | -3/+3 | |
| | ||||||
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 | |
| | ||||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -42/+27 | |
| | ||||||
* | path: convert to C++ | Max Kellermann | 2013-01-17 | 1 | -1/+1 | |
| | ||||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -1/+1 | |
| | ||||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -1/+1 | |
| | ||||||
* | PlaylistFile: reuse classes PlaylistInfo and PlaylistVector | Max Kellermann | 2013-01-04 | 1 | -4/+6 | |
| | | | | .. instead of rolling own classes. | |||||
* | PlaylistFile: fix memory leak | Max Kellermann | 2013-01-03 | 1 | -0/+1 | |
| | ||||||
* | TextFile: convert to a class | Max Kellermann | 2013-01-03 | 1 | -6/+3 | |
| | ||||||
* | text_file: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 | |
| | ||||||
* | database.h: eliminate db_*_song() | Max Kellermann | 2013-01-03 | 1 | -8/+9 | |
| | | | | Use the C++ API. | |||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 | |
| | ||||||
* | PlaylistFile, client_file, tag_id3: don't use g_file_error_quark() | Max Kellermann | 2012-10-04 | 1 | -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++ compiler | Max Kellermann | 2012-09-28 | 1 | -1/+1 | |
| | ||||||
* | PlaylistFile: use std::list instead of GPtrArray | Max Kellermann | 2012-09-28 | 1 | -100/+53 | |
| | ||||||
* | stored_playlist, playlist_save: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -0/+537 | |