2005-03-06 Vivien Malerba * libgnomedb.pc.in: corrected library version number * various files: cleanups 2005-03-03 Álvaro Peña * *: Changed GdaDataModelColumnAttributes to GdaColumn 2005-03-01 Vivien Malerba * Fixed bug #166529 2005-02-28 Rodrigo Moya * configure.in: changed translation domain. * libgnomedb/Makefile.am: * libgnomedb/graph/Makefile.am: * libgnomedb/handlers/Makefile.am: * libgnomedb/parser/Makefile.am: use libgnomedb*-3 for libraries. * control-center/Makefile.am: * doc/C/Makefile.am: * extra/Makefile.am: * testing/Makefile.am: * glade/Makefile.am: use new library names. 2005-02-27 Vivien Malerba * libgnomedb/handlers/gnome-db-handler-time.c: date handling bug fixed * libgnomedb/gnome-db-result-set.c: column ordering and naming bug fixed * libgnomedb/*: bug fixes * examples/SampleApp: example as a stand-alone application built around Glade-generated code * doc/C: added an example section with code explanations for the SampleApp example 2005-02-20 Vivien Malerba * libgnomedb/gnome-db-model-wrapper.c: fixes a bug where the columns order got reversed in a GnomeDbGrid. * libgnomedb/gnome-db-grid.c: fixed a bug which prevented the title to be correctly displayed * libgnomedb/gnome-db-condition.c: fixed a SQL rendering bug * libgnomedb/gnome-db-result-set.c: the GnomeDbResultSet data model always contains the columns of the SELECT query used when created as the first columns * various bug fixes and other small improvements 2005-02-11 Vivien Malerba * make sure all the functions expecting a pointer to a GnomeDbDict object can be safely called with NULL to use the default libgnomedb dictionary * added an "Info button" for each GnomeDbGrid entry to be able to restore a modified value, set it to NULL or set it to default if possible * utility.h: added a DataSetNodeInfo structure used in all libgnomedb when a parameter needs to be chosen among a list of pre-defined values * corrected gnome-database-properties * improved the GnomeDbDataWidget interface and simplified the GnomeDbGrid object * general bug fixes