2002-01-24 Rodrigo Moya * gda-connection.c (gda_connection_real_error): (gda_connection_real_warning): removed useless signal handlers (gda_connection_add_single_error): re-added the call to free the error list. This really fixes freezing problems with error lists. 2002-01-16 Waldemar Zurowski * gda-connection.c (gda_connection_add_single_error): removed freeing of error_list, as it is already connected with connection object. This leaded to serious problem in gnome_db_error_show. 2001-12-06 Rodrigo Moya * gda-field.h: gda_field_get_actual_size renamed to gda_field_actual_size, as this is the name of the function in the .c file, pointed out by Kuba 2001-11-22 Rodrigo Moya * gda-connection.c: don't include bonobo.h, but only the needed bonobo-*.h files 2001-10-28 Akira TAGOH * Makefile.am: Added library age. 2001-10-07 Rodrigo Moya * gda-field.c (gda_stringify_value): treat GDA_TypeChar as a string * Makefile.am: install headers in version-based directory 2001-09-13 Rodrigo Moya * gda-field.c: * gda-export.c: adapted to changes in GdaField class 2001-09-06 Rodrigo Moya * gda-field.[ch]: cleaned up API and make it match with the new GdaField API in the GNOME 2 branch 2001-09-05 Rodrigo Moya * gda-connection.c (gda_connection_open): don't pass NULL strings to the CORBA-generated functions 2001-09-02 Liam Girdwood * gda-recordset.[ch] (gda_recordset_get_row): (gda_recordset_get_row_as_string): new functions 2001-08-14 Diego Gonzalez * gda-recordset.c (gda_recordset_to_array): new function to convert a whole recordset into a GPtrArray 2001-07-29 Rodrigo Moya * gda-export.c (gda_export_run): add a GdaExportFlags parameter for clients to be able to specify several flags for the export process, such as export table data or not (run_export_cb): increment num_found to know how many objects were treated in one pass, and if 0, finish the export process 2001-07-29 Rodrigo Moya * gda-export.c (gda_export_run, gda_export_stop): implemented the functions to run (asynchronously) the export process. When finished, the GdaExport will emit its "finished" signal 2001-07-25 Rodrigo Moya * gda-export.c (gda_export_select_table_list): new function 2001-07-24 Rodrigo Moya * gda-recordset.c (gda_recordset_move_prev): implemented * gda-export.c (gda_export_init): create the internal hash table here 2001-07-21 Rodrigo Moya * *.h: s/#if defined(__cplusplus).../G_BEGIN_END_DECLS 2001-07-16 Rodrigo Moya * gda-connection-pool.c: add a new parameter to the "error" signal to receive the list of errors from the connection 2001-07-14 Rodrigo Moya * gda-connection.c (gda_connection_add_listener): new function (gda_connection_remove_listener): new function * gda-connection.c (gda_connection_new_from_dsn): use the user configured in the DSN if no user name is given in the call to this function (gda_connection_open): CORBA_Object_release the connection if the call is not successful 2001-07-05 Rodrigo Moya * gda-error.[ch]: moved to libgda-common * gda-command.c (gda_command_destroy): properly destroy GtkObject's 2001-07-04 Rodrigo Moya * gda-connection-pool.c (gda_connection_pool_open_connection): call gda_config_save_last_connection on every succesful connection 2001-07-03 Rodrigo Moya * gda-connection.c (gda_connection_new_from_dsn): new self-contained function for creating a new connection from the information stored in the configuration for a given data source (gda_connection_open): changed input-only parameters to 'const gchar *' 2001-06-20 Ernst Molitor * gda-export.[ch]: rename variable 'export' to 'exp' to make GCC 3.0 and C++ compilers happy 2001-06-15 Rodrigo Moya * gda-connection.c (get_corba_connection): use g_str_hash and g_str_equal for the GHashTable 2001-06-14 Rodrigo Moya * gda-export.c (gda_export_free): added missing function 2001-06-08 Rodrigo Moya * gda-export.[ch]: new class for managing database exports 2001-05-17 Rodrigo Moya * gda-connection.c (gda_recordset_destroy): add function to properly destroy GtkObject-derived class 2001-05-05 Rodrigo Moya * gda-connection-pool.c (gda_connection_pool_foreach): add a GdaConnection parameter to the GdaConnectionPoolForeachFunc 2001-04-25 Rodrigo Moya * gda-connection-pool.c: connected to GdaConnection's "error", so that we can emit GdaConnectionPool's own "error" signal 2001-04-16 Rodrigo Moya * gda-connection-pool.[ch] (gda_connection_pool_foreach): new function 2001-04-14 Michael Meeks * Makefile.am (dist-hook): remove built files from dist. 2001-04-01 Rodrigo Moya * gda-connection-pool.[ch]: renamed "new_connection" signal to "open" Added _unref/_ref stuff to control the life cycle of connections 2001-01-05 Carlos Perelló Marín * Makefile.am: updated the rule to erase the idl generated files to erase also GDA-skels.c 2001-01-03 Rodrigo Moya * gda-recordset.*: added "row_changed" signal to Gda_Recordset object, because it will be needed by the new data-bound widgets 2000-11-24 Rodrigo Moya * added correct license notices (LGPL) to source files 2000-11-06 Rodrigo Moya * replaced GtkAdjustment with plain GtkObject in Gda_Recordset * added correct license notice to some source files 2000-11-05 Rodrigo Moya * adapted to new IDL file names (gda -> GDA) 2000-11-02 Reinhard Müller * compile with GObject instead of GtkObject if GObject is available 2000-10-26 Rodrigo Moya * applied Michael's patch to help in build problems: clean and start again 2000-10-21 Rodrigo Moya * added missing _() and N_() declarations which were missing after removing the gnome.h #includes. This has been the first GNOME-independent successful compilation 2000-10-20 Rodrigo Moya * removed all gnome.h to leave things at 99.99999% GNOME-independent. The only remaining thing is to use the OAF ObjectFactory