Commit Graph

11 Commits

Author SHA1 Message Date
codestation
60a3049391 Added a bunch of warning flags and fixed most of the shadowed
variables.
2015-02-27 22:59:22 -04:30
codestation
69c26bd29a Add copyright header. 2014-04-26 20:31:18 -04:30
codestation
00f1c0eee2 Readd QImage includes.
Do not remove gui lib for headless binary as it needs it to use Qimage.
Rename headless package to qcma-cli.
2014-04-04 11:45:53 -04:30
codestation
6ed8dd749e Added functions to create virtual entries on the database.
Disabled sqlite setting in config dialog.
2014-03-22 13:58:39 -04:30
codestation
99d216d474 Enable SQLiteDB backend.
Multiple fixed and finished the implementation of the SQLite backend.
Try to load the database before trying to attempt a rescan.
Delete the metadala list for backends that allocate them on demand.
Moved some generic functions to the databse class.
Renamed utils header to avoid rare QtCreator bug.
2014-02-05 23:30:12 -04:30
codestation
f722c4579b Pass database object to others using their constructors.
Prepare SQLiteDB class functions so it can be instantiated.
2014-01-29 01:06:19 -04:30
codestation
b7ad2b13f4 Create a unified base class to access the database.
Moved the default database class to QListDB and disallow leaking CMAObjects outside this class.
Rewrote QListDB and CMAEvent to use the new internal API.
Moved the file format constants to the base database class.
Moved the metadata loading methods to the base database class.
2014-01-28 14:00:15 -04:30
codestation
e1aa32894d Renamed database class to qlistdb in preparation to create generic database class. 2014-01-24 13:08:35 -04:30
codestation
d4ad94bfdd Merge duplicated code from Database, CMAObject and SQListDB to utils.
Fix savedata metadata processing.
Insert metadata from games/apps into the database.
2014-01-20 23:23:57 -04:30
codestation
b67af3b9d2 Only index the database when a valid uuid is present.
Refresh the database when a PS Vita is connected.
2013-12-19 20:53:27 -04:30
Xian Nox
efced3781c Changed folder structure 2013-12-16 10:34:48 +01:00