Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gcompris/gcompris_db.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes to compile on ubuntu 8.10Bruno Coudoin2008-11-071-1/+1
* Fixed database creation bug when the "Unaffected" or "Users without a class" ...Bruno Coudoin2007-08-291-1/+1
* Switched to GPL V3Bruno Coudoin2007-08-291-3/+2
* - Fixed compilation issue when compiled without SQLITEBruno Coudoin2007-06-221-3/+3
* A patch from Miguel.Bruno Coudoin2007-03-261-0/+1
* added documentation added auto upgrade of the base to include the logBruno Coudoin2007-03-061-2/+28
* realigned title background added missing log module better text color andBruno Coudoin2007-03-051-1/+35
* - Reworked the log API. Now the logs are saved within our sqliteBruno Coudoin2007-02-211-6/+37
* Rework of the way we manage the config and user data directory.Bruno Coudoin2007-02-041-1/+1
* Landing of GCOMPRIS_8_2_CROSSCOMPIL branch.Yves Combe2006-11-091-4/+9
* === WARNING THIS PATCH SET HAS BEEN REVERTED ===Bruno Coudoin2006-10-241-8/+3
* autotools croos compilation with mingw32Yves Combe2006-10-231-3/+8
* - Aplied patch from Hans de GoedeBruno Coudoin2006-10-161-2/+2
* - Improved the activation system for windowsBruno Coudoin2006-10-011-4/+2
* - fixed missing config.h.mingw.in (that replaces config.h.mingw)Bruno Coudoin2006-09-251-386/+387
* - Memory leak review by miguel2i (on free.fr)Bruno Coudoin2006-09-191-1/+5
* - Last iteration over API cleanup. Some fine tune will be needed laterBruno Coudoin2006-08-291-13/+13
* Continued the rework of the API.Bruno Coudoin2006-08-281-24/+24
* - completed the wordlist API which look like this now:Bruno Coudoin2006-08-221-13/+3
* - Major review of the API. now all the API follows the naming convention:Bruno Coudoin2006-08-211-1/+1
* *** RELEASE 8.0BETA4 ***Bruno Coudoin2006-08-191-4/+4
* Removed extra debug tracesBruno Coudoin2006-08-101-4/+0
* - added support for the --display-resource option (uncomplete yet)Bruno Coudoin2006-07-101-0/+46
* - removed many warningsBruno Coudoin2006-03-021-2/+2
* *** RELEASE 7.3RC1 ***Bruno Coudoin2006-02-111-0/+16
* - Review of English strings by Clytie SiddallBruno Coudoin2006-01-221-1/+1
* Many bugfixes.Bruno Coudoin2005-10-301-23/+5
* new version was not written in the db when reread boards because of version c...Yves Combe2005-09-131-0/+33
* sqlite quote string in conf too.Yves Combe2005-09-131-24/+26
* refuse --reread-menu if db is read-only.Yves Combe2005-09-111-11/+28
* fixes a crash when no profiles (no sqlite).Bruno Coudoin2005-09-111-8/+10
* Fixed comilation option --disable-sqlite.Bruno Coudoin2005-09-111-2/+8
* Fixed english text. Bug #315177Bruno Coudoin2005-09-041-4/+5
* - added continent voices for french by Julien GillesBruno Coudoin2005-08-291-14/+14
* finally fix this *$%@# bug in get_conf.Yves Combe2005-08-281-13/+7
* make all boards in reading configurable for locale, and use this and the glob...Yves Combe2005-08-281-11/+7
* - a trigger was bad and caused wholegroup to be notBruno Coudoin2005-08-271-3/+1
* refix compilation error with create_rootdir. Hope is ok !Yves Combe2005-08-271-7/+7
* fix segfaultYves Combe2005-08-241-7/+10
* trace a bit moreYves Combe2005-08-241-1/+5
* add gcompris_textview text editor tool with validation callback function (Bru...Yves Combe2005-08-231-8/+13
* Fixed maintenance of the wholegroup by using sqlite triggersBruno Coudoin2005-08-231-1/+72
* add trace in get_conf and it's binding to control the key, value inversion br...Yves Combe2005-08-221-1/+5
* key is no more passed in combo_locales nor combo_locales_asset (for geneYves Combe2005-08-211-5/+7
* fix stripping trailing space in profile names (bruno).Yves Combe2005-08-201-43/+28
* fix login launch. test locales in click_on_letter add get global (profileYves Combe2005-08-201-2/+32
* Implemented two new options from the command line:Bruno Coudoin2005-07-241-1/+60
* gcompris_configuration_window and gcompris_boolean_box: two usefull functions...Yves Combe2005-07-241-20/+14
* Improved contextuality in user moduleBruno Coudoin2005-07-221-0/+22
* add gcompris_get_conf(profile, board) to get confs in conguration mode.Yves Combe2005-07-221-43/+24