Modified the license text comment type.
[emufront] / src / db / dbcreator.cpp
2010-12-12 Mikko KeinänenModified the license text comment type.
2010-12-04 Mikko KeinänenRefactoring the project, new folders for view and model...
2010-11-19 Mikko KeinänenThrows EmuFrontException.
2010-11-16 Mikko KeinänenA Notice
2010-11-16 Mikko KeinänenAdded database version field to config db table. Added db
2010-11-11 Mikko Keinänenconfig table was not dropped
2010-11-11 Mikko KeinänenAdded new column to file table.
2010-11-07 Mikko KeinänenAdded configuration of temporary directory.
2010-10-23 Mikko KeinänenRemoved most of the previous database changes.
2010-10-22 Mikko KeinänenRe-enabled triggers for removing media images and media...
2010-10-22 Mikko KeinänenRemoved two triggers that couldn't be used after enabli...
2010-10-22 Mikko KeinänenLots of changes in the database model. Warning: only...
2010-10-21 Mikko KeinänenSome notes.
2010-10-20 Mikko KeinänenClean up.
2010-10-13 Mikko Keinänen_seems_ to work now :)
2010-10-13 Mikko KeinänenFixing triggers ... still not completely functional!
2010-10-10 Mikko KeinänenMedia image container scanning has now a buffer. Scanne...
2010-10-10 Mikko KeinänenData object removal implemented in the db layer. UI...
2010-10-10 Mikko KeinänenAdded counting of reference dependencies. Added also...
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