aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/StickerCommands.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* command: make argc unsignedMax Kellermann2014-06-161-2/+2
|
* DatabasePlugin: split headerMax Kellermann2014-02-191-1/+1
|
* StickerCommands: include cleanupMax Kellermann2014-02-191-1/+0
|
* Instance: add Database attributeMax Kellermann2014-02-041-1/+4
| | | | Move from db/DatabaseGlue.cxx, eliminating global variable.
* db/Simple: remove unused function db_get_directory()Max Kellermann2014-02-041-1/+0
|
* SongSticker: add Database reference parameterMax Kellermann2014-02-041-1/+1
|
* sticker: don't use classes Directory and SongMax Kellermann2014-01-291-11/+4
| | | | | Don't depend on the "simple" database plugin. This fixes an assertion failure / crash and allows using stickers with other plugins.
* Database*: move to db/Max Kellermann2014-01-241-4/+4
|
* Sticker*: move to sticker/Max Kellermann2014-01-241-3/+3
|
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-5/+5
| | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* SongSticker: use Song referencesMax Kellermann2014-01-081-5/+5
|
* include cleanup using iwyuMax Kellermann2013-11-281-2/+0
|
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* *Commands: move to src/command/Max Kellermann2013-10-201-0/+178