Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-19 | DatabasePlugin: split header | Max Kellermann | 1 | -1/+1 | |
2014-02-04 | SongSticker: add Database reference parameter | Max Kellermann | 1 | -5/+2 | |
2014-01-29 | sticker: don't use classes Directory and Song | Max Kellermann | 1 | -9/+15 | |
Don't depend on the "simple" database plugin. This fixes an assertion failure / crash and allows using stickers with other plugins. | |||||
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -3/+3 | |
2014-01-24 | Sticker*: move to sticker/ | Max Kellermann | 1 | -0/+0 | |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -8/+9 | |
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -10/+0 | |
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | |||||
2014-01-08 | SongSticker: use Song references | Max Kellermann | 1 | -20/+15 | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -6/+6 | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -8/+8 | |
2013-10-17 | StickerDatabase: return std::string | Max Kellermann | 1 | -1/+1 | |
2013-10-17 | Song: GetURI() returns std::string | Max Kellermann | 1 | -25/+10 | |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -38/+24 | |
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | 1 | -5/+5 | |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | 1 | -2/+2 | |
2013-01-02 | Directory: turn functions to methods | Max Kellermann | 1 | -4/+2 | |
2013-01-02 | Directory: make the header C++ only | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | sticker: convert to C++ | Max Kellermann | 1 | -13/+12 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-04-28 | sticker: added sticker_delete_value() | Max Kellermann | 1 | -0/+16 | |
sticker_delete_value() deletes only one value in a sticker, while the old function sticker_delete() deletes all values. | |||||
2009-04-01 | song_sticker: added song_sticker_find() | Max Kellermann | 1 | -0/+60 | |
This is a wrapper for sticker_find(), which looks up the song object. | |||||
2009-03-14 | sticker: don't export sticker_list_values() | Max Kellermann | 1 | -16/+0 | |
sticker_list_values() is only used internally in sticker.c. Remove sticker_song_list_values() completely, it is superseded by sticker_song_get(). | |||||
2009-03-14 | sticker: added "struct sticker" | Max Kellermann | 1 | -0/+16 | |
The sticker struct can be used for enumerating values. This will replace the sticker_list_values() function. | |||||
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 | |
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy. | |||||
2009-03-11 | Move from the opaque GPtrArray to GHashTable for sticker lists. | Eric Wollesen | 1 | -4/+4 | |
2009-03-03 | Add sticker list command. | Eric Wollesen | 1 | -0/+16 | |
[mk: merged memory leak patch; fixed indentation (tabs); fixed documentation typo] | |||||
2009-01-19 | sticker: added song sticker library | Max Kellermann | 1 | -0/+73 | |
This is a wrapper for the backend sticker library. It provides several glue functions which take a song object instead of type/uri. |