2006-03-24 Vivien Malerba Released 1.9.102. 2006-03-24 Vivien Malerba * examples/SampleApp/src/main.c: adapted to API changes * Other files: corrections to have a successfull "make distcheck" 2006-03-18 Vivien Malerba * libgnomedb/gnome-db-login.c: use the username and password provided by the DSN configuration if present. * other files: adaptations to Libgda's changes 2006-03-09 Chao-Hsiung Liao * configure.in: Added "zh_HK" to ALL_LINGUAS. 2006-03-03 Vivien Malerba * testing/TEST_sqlite.db: improved version with foreign key contraints. 2006-02-25 Vivien Malerba * libgnomedb/gnome-db-stock.h: icon filenames corrections * libgnomedb/data-entries/gnome-db-entry-time.c: bug fixed on NULL values handling * other files: adaptations to the new gda_client_new() signature 2006-02-05 Vivien Malerba * libgnomedb/gnome-db-data-store.c: small bug fixed * examples/SampleApp/src/main.c: SQL query corrected 2006-02-03 Vivien Malerba * extra/gnome-db-browser.c: make the gnome-db-browser work again * libgnomedb/gnome-db-sql-console.c: bug fixed * libgnomedb/utility.[ch]: reworked utility function * libgnomedb/gnome-db-raw-grid.c, libgnomedb/gnome-db-raw-form.c: bug fixes, and improved the "editable" attributes of data entry areas. * libgnomedb/gnome-db-basic-form.[ch]: added gnome_db_basic_form_new_custom() to use a Glade generated layout within the form. * examples/SampleApp/src/main.c: improved example * small bug fixes 2006-01-29 Vivien Malerba * examples/SALES.mysql.xml: update to the new DTD 2006-01-28 Vivien Malerba * control-center/*: bug fixes * libgnomedb/gnome-db-data-widget-info.c: bug fixed when a NULL model is used in the GnomeDbDataWidget * libgnomedb/gnome-db-decl.h: don't re-define the TO_IMPLEMENT macro if it's already defined * libgnomedb/gnome-db-raw-grid.c: bug fixes 2006-01-25 Vivien Malerba * examples/SampleApp/src: improved the example * libgnomedb/gnome-db-basic-form.c: improved entry label * libgnomedb/gnome-db-raw-grid.c: bug fixed on initial iter validity and small improvements * libgnomedb/gnome-db-raw-form.c: small improvement * libgnomedb/gnome-db-data-widget-info.c: now correctly display action buttons 2006-01-22 Vivien Malerba * extra/gnome-db-verify-file.c: removed that file since libgda does the same better * libgnomedb/libgnomedb.h: removed the '#include ' and header files not necessary * testing/test-dyn-widgets.c: code cleanups * examples/SampleApp/*: updated example (not quite yet working, though) * libgnomedb-2.0.pc.in: removed unexisting linking library * libgnomedb/data-entries/Makefile.am: corrected installation dir. * libgnomedb/*: bug fixes 2006-01-22 Thierry Moisan Fixes #327798 * libgnomedb/utility.c: * libgnomedb/data-entries/gnome-db-data-cell-renderer-textual.c: * libgnomedb/data-entries/gnome-db-entry-none.c: fixed grammar errors. 2006-01-18 Vivien Malerba * libgnomedb/*: added a '#include ' where required to compile * libgnomedb/gnome-db-raw-form.[ch]: new widget * libgnomedb/gnome-db-data-widget-info.[ch]: new widget * libgnomedb/gnome-db-grid.[ch]: re-write using GnomeDbRawGrid and GnomeDbDataWidgetInfo * libgnomedb/gnome-db-form.[ch]: re-write using GnomeDbRawForm and GnomeDbDataWidgetInfo * testing/test-dyn-widgets.c: added new tests * other files: bug fixes and small improvements 2006-01-15 Vivien Malerba * libgnomedb/gnome-db-data-widget.[ch]: renamed gnome_db_data_widget_get_data() to gnome_db_data_widget_get_current_data() * libgnomedb/gnome-db-raw-grid.[ch]: new widget * configure.in: corrected the version of libgda in HEAD had decreased (thanks to Murray Cumming) * other files: bug fixes 2006-01-13 Vivien Malerba * testing/TEST_sqlite.db, testing/TEST_DICT_sqlite.xml: improved testing database with some data of Dell's DVD Store Version 2 (DS2) licenced under the GPL * doc/C/libgnomedb-sections.txt: fixed a bug which prevented documentation generation * other files: various bug fixes 2006-01-11 Vivien Malerba * Moved all the objects not depending on GTK+ to Libgda API and ABI have been changed 2005-11-06 Rodrigo Moya Pointed out by D Binderman * libgnomedb/gnome-db-qf-agg.c (gnome_db_qf_agg_render_as_str): initialize pointers before using them. * libgnomedb/gnome-db-dict.c (xml_id_update_tree): removed useless g_assert. * libgnomedb/gnome-db-layout.c (init_super_layout): commented non working code. 2005-10-18 Vivien Malerba * libgnomedb/gnome-db-model-wrapper.c, libgnomedb/gnome-db-result-set.c: applied patch by Juan Manuel Mouriz to take into account the ranaming of GdaDataModelIface to GdaDataModelClass.