summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-20simplify definition and usage of mgKeyTypeswr61
2005-06-20cosmetic: clarify codewr61
2005-06-12Package name correctedLarsAC
2005-05-26now that the key definitions are identical for all DB backends move them out ...wr61
2005-05-26a few README fixeswr61
2005-05-26ordering fixes, move more code out ouf SQL backendswr61
2005-05-23mgQuery and mgSQLString, unify the DB backendswr61
2005-05-23fix sorting in C++wr61
2005-05-23degenerate m_current in vdr_player to a pointerwr61
2005-05-23put all argument stuff into mg_setupwr61
2005-05-23edit README, split off README.mysql, README.postgresql, README.sqlitewr61
2005-05-13rename orderby to groupby, we dont let SQL order anymorewr61
2005-05-13simplified SQL for collections for SQLite and Postgresqlwr61
2005-05-13do not start playing if we delete from play collectionwr61
2005-05-13do not start playing if we delete from play collectionwr61
2005-05-12fix initialization of mgSelectionwr61
2005-05-12fix bugs resulting from previous changeswr61
2005-05-12first part of postgresql interfacewr61
2005-05-11make it compile again with 2.95wr61
2005-05-11make it compile with gcc-4.0wr61
2005-05-11bump version from 0.1.7 to 0.1.8wr61
2005-05-11SQLite: remove unused tableswr61
2005-05-11HAVE_SQLITE in Makefile. Disable parameters unsupported by SQLITEwr61
2005-05-11reimplement option -z (DeleteStaleReference)wr61
2005-05-11fix order by decade for sqlitewr61
2005-05-11fix bug when listitems.size()==0wr61
2005-05-11we always have folder fields, do not check for existencewr61
2005-05-11better handling for items without genre or languagewr61
2005-05-11list position is now saved/restored as key valuewr61
2005-05-11position in list is now saved/restored as key valuewr61
2005-05-09more fixeswr61
2005-05-09several bug fixeswr61
2005-05-09fix bug when switching orderwr61
2005-05-09do not support genre2 with sqlite, would be too slowwr61
2005-05-09fix init when muggle.state is emptywr61
2005-05-09speed up import: 2 more Indices and put import into a transactionwr61
2005-05-09more feedbackwr61
2005-05-09add missing fileswr61
2005-05-09add sqlite support, mostly untestedwr61
2005-05-08rename a few thingswr61
2005-05-08always accept option -d so we don't need lots of ifdef for different databaseswr61
2005-05-08remove unneeded DISTINCT in sql_countwr61
2005-05-07split fields into idfields and valuefieldswr61
2005-05-07a little fixwr61
2005-05-07optimization for SQLite, neutral for mysqlwr61
2005-05-07mugglei reports how much he importedwr61
2005-05-06move comma to mg_toolswr61
2005-05-06introduce virtual bool mgDb::Threadsafe()wr61
2005-05-06remove all references to mysql outside of mg_db_gd.[ch]wr61
2005-05-06make mysql_thread_init/end conditionalwr61