Downgraded GPL license from v3 to v2 to be compatible with OSDaB-ZIP
[emufront] / src / db / dbcreator.cpp
2010-10-10 Mikko KeinänenDowngraded GPL license from v3 to v2 to be compatible...
2010-10-04 Mikko KeinänenImplementing class Executable based on EmuFrontObject...
2010-10-04 Mikko KeinänenAdded fileid to executable table and added a few trigge...
2010-10-03 Mikko KeinänenAdded new field to executable (type).
2010-10-03 Mikko KeinänenAdded executable table for emulators (etc).
2010-09-26 Mikko KeinänenFixed a syntax error in SQL.
2010-09-26 Mikko KeinänenAnother step in storing media image containers to database.
2010-06-18 Mikko KeinänenEmuFront ... NOT Foobar :D
2010-06-13 Mikko KeinänenChanges in the data model: this is not tested yet at...
2010-06-13 Mikko KeinänenDatabase updates, code is not completely in sync yet.
2010-06-12 Mikko KeinänenAFTER DELETE ON setup trigger
2010-06-12 Mikko KeinänenMostly cleaning up.
2010-06-12 Mikko KeinänenAdded triggers (on delete platform / mediatype)
2010-06-06 Mikko KeinänenAdded new data class Setup to contain the setup informa...
2010-06-02 Mikko KeinänenNew tables
2010-06-01 Mikko KeinänenAdded directory path selection. TODO: a "last scanned...
2010-05-26 Mikko KeinänenAdded foreign keys to filepath table. Database reset...
2010-05-24 Mikko KeinänenAdded new data object class FilePathObject and updated
2010-05-22 Mikko KeinänenAdded some database creation logic.
2010-05-22 Mikko KeinänenException handling
2010-05-22 Mikko KeinänenReorganizing database creation to a new class: DbCreator