Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | command: make argc unsigned | Max Kellermann | 2014-06-16 | 1 | -2/+2 |
| | |||||
* | DatabasePlugin: split header | Max Kellermann | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | StickerCommands: include cleanup | Max Kellermann | 2014-02-19 | 1 | -1/+0 |
| | |||||
* | Instance: add Database attribute | Max Kellermann | 2014-02-04 | 1 | -1/+4 |
| | | | | Move from db/DatabaseGlue.cxx, eliminating global variable. | ||||
* | db/Simple: remove unused function db_get_directory() | Max Kellermann | 2014-02-04 | 1 | -1/+0 |
| | |||||
* | SongSticker: add Database reference parameter | Max Kellermann | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | sticker: don't use classes Directory and Song | Max Kellermann | 2014-01-29 | 1 | -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 Kellermann | 2014-01-24 | 1 | -4/+4 |
| | |||||
* | Sticker*: move to sticker/ | Max Kellermann | 2014-01-24 | 1 | -3/+3 |
| | |||||
* | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 2014-01-19 | 1 | -5/+5 |
| | | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | SongSticker: use Song references | Max Kellermann | 2014-01-08 | 1 | -5/+5 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -2/+0 |
| | |||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | *Commands: move to src/command/ | Max Kellermann | 2013-10-20 | 1 | -0/+178 |