2002-01-01  Rodrigo Moya <rodrigo@gnome-db.org>

	* main.c: use gnome_db_main_* functions instead of the GDA equivalents

2001-12-27  Rodrigo Moya <rodrigo@gnome-db.org>

	* Makefile.am:
	* GNOME_Database_UIComponents.server.in: added browser component

	* main.c (initialize_component_factory): register the new browser
	component in the component factory

2001-12-24  Rodrigo Moya <rodrigo@gnome-db.org>

	* GNOME_Database_UIComponents.server.in: added all repo_ids to all
	components, to make the monikers work better

2001-12-09  Rodrigo Moya <rodrigo@gnome-db.org>

	* components-connection.c (get_gda_client): connect to "error" signal
	on the GdaClient class

2001-12-07  Rodrigo Moya <rodrigo@gnome-db.org>

	* components-connection.c (components_connection_open_dialog):
	gtk_widget_show all widgets

2001-12-02  Rodrigo Moya <rodrigo@gnome-db.org>

	* components-connection.[ch] (components_connection_open): added
	2 new parameters for specifying whether we really want to create
	a new connection or not, and whether the existing connection should
	be ref'ed

2001-12-01  Rodrigo Moya <rodrigo@gnome-db.org>

	* main.c (initialize_component_factory): connect to
	"last_client_gone" and "last_component_unregistered" signals of the
	GdaServer object, so that we can terminate when we're not needed
	any more

2001-11-24  Rodrigo Moya <rodrigo@gnome-db.org>

	* GNOME_Database_UIComponents.server.in: added "name" attribute to
	all components

2001-11-23  Rodrigo Moya <rodrigo@gnome-db.org>

	* components-connection.c (components_connection_open_dialog):
	added a 'gchar **selected_name' parameter to get back the name
	of the selected data source

2001-11-22  Rodrigo Moya <rodrigo@gnome-db.org>

	* GNOME_Database_UIComponents.server.in: added a stock icon for
	each UIShellComponent

	* Makefile.am: added stuff for generating the .server files out
	of the server.in files

2001-11-21  Rodrigo Moya <rodrigo@gnome-db.org>

	* GNOME_Database_UIComponents.server.in: new file

2001-11-21  Carlos Perell Marn <carlos@gnome-db.org>

	* main.c, components-connection.c: Fixed i18n support.

2001-11-20  Rodrigo Moya <rodrigo@gnome-db.org>

	* Makefile.am: the binary is now called gnome-db-components, and
	removed LIBRARY_AGE info from the binary

	* components-connection.c (components_connection_open_dialog):
	s/gnome_db_login_get_gda_name/gnome_db_login_get_dsn

2001-11-19  Rodrigo Moya <rodrigo@gnome-db.org>

	* main.c: reworked to use GdaServer instead of BonoboGenericFactory

	* components-connection.[ch]: replaced use of GdaConnectionPool
	with the new GdaClient

2001-11-14  Rodrigo Moya <rodrigo@gnome-db.org>

	* components-connection.h: added libgda/ prefix to GDA header
	files

2001-10-29  Akira TAGOH <tagoh@gnome-db.org>

	* Makefile.am: Added library age.

2001-08-23  Rodrigo Moya <rodrigo@gnome-db.org>

	* started re-factoring of of the components binary. It will now just
	provide a SQL interface, a configuration components, and some small
	components, such as the export/import. The rest of the functionality
	(visual tools for end users) will be provided in gASQL or as more
	components in this binary (to be decided):

	* main.c: new file for the main program

	* components-connection.[ch]: new files to contain all stuff needed
	to manage connections

2001-08-20  Rodrigo Moya <rodrigo@gnome-db.org>

	* *.oaf.in: removed

2001-07-25  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-connection.c: call gda_recordset_free after
	gnome_db_grid_set_recordset

2001-07-21  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-connection.c (export_database_cb): close the dialog
	when the Close button is clicked

2001-07-19  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-connection.c: remove top frames from all dialogs

2001-07-06  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-connection.c: add status bar messages

2001-07-04  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-connection.c: added 2 new menu entries ('Open
	command' and 'Save command'), with keybindings

	* gnomedb-com-config.c (components_config_save): new function
	to save all pending configuration changes at once

	* gnomedb-com-main.c (owner_unset_cb): call components_config_save
	when terminating
	
2001-06-15  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-main.c (owner_unset_cb): close all open connections
	when terminating

2001-06-14  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-main.c (component_factory_func): connect to
	set_owner and unset_owner signals on every component created,
	so that we can keep track of how many components we've got

2001-06-13  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-connection.c: removed all references to the export
	stuff, which is being redesigned

	* gnomedb-com-export.c (components_export_new): now, just create
	a BonoboControl with the widget returned by gnome_db_export_new

	* gnomedb-com-connection-pool.c (cnc_error_cb): create always a new
	GnomeDbErrorDlg widget, to avoid sharing it between different
	connections

2001-05-18  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-designer.c: added "Save file" menu option
	
2001-05-05  Rodrigo Moya <rodrigo@gnome-db.org>

	* GNOME_DB_HelpViewer.oaf.in, gnomedb-com-help-viewer.c:
	removed the Help viewer component
	* gnomedb-com-export.c: table export now working

2001-05-03  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-export.c: implemented basic export component, which will
	allow users to easily export their databases
	
2001-04-16  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-connection-pool.c (components_connection_get_pool):
	new function to retrieve the GdaConnectionPool being used
	* gnomedb-com-connection.c: adapt to the new GnomeDbLogin widget,
	which allows the use of GdaConnectionPool's
	* add tooltips all over the place

2001-04-09  Rodrigo Moya <rodrigo@gnome-db.org>

	* GNOME_DB_Log.oaf.in: fixed typo in OAFIID string
	
2001-03-30  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-connection.c (sql_select_cb): added support for saved
	SQL queries, to be retrieved/managed in the "Select SQL command" dialog
	(sql_open_cb): support for opening both from files and from saved queries
	(sql_save_cb): support for saving both to files and to saved queries
	(*_batch_*): added "Batch" tab to component, for executing batch jobs

2001-03-28  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-connection.c (fill_connection_list): removed
	the (useless) option menu in the top of the component

2001-03-17  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-main.c, gnomedb-com-connection.c,
	gnomedb-com-designer.c, gnomedb-com-export.c,
	gnomedb-com-help-viewer.c, gnomedb-com-import.c,
	gnomedb-com-log.c:
	adapted to GnomeDbControl/GnomeDbControlInstance change

2001-01-26	Rodrigo Moya <rodrigo@gnome-db.org>

	* converted monikers factory into a shlib factory

2000-12-20	Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-connection.c: implemented clipboard related
	CORBA methods
	* gnomedb-com-moniker.c: adapted to GnomeDbMoniker class
	changes (needs Bonobo >= 0.31)

2000-12-19	Rodrigo Moya <rodrigo@gnome-db.org>

	* fixed IDL:* strings to match the new namespace

2000-12-17	Rodrigo Moya <rodrigo@gnome-db.org>

	* oafinfo re-namespacing: (gnomedb-* -> GNOME_DB_*)

2000-12-12	Rodrigo Moya <rodrigo@gnome-db.org>

	* added menu entries for transaction-related commands
	* gnomedb-com-connection.c: make use of the new structure
	accessor functions added to the GnomeDbLogin widget

2000-12-03	Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-monikers-main.c, gnomedb-monikers-database.c,
	gnomedb-monikers.h: first attempt at database
	monikers

2000-12-02	Rodrigo Moya <rodrigo@gnome-db.org>

	* gnomedb-com-log.c: implement save_log_file_cb

2000-11-16	Rodrigo Moya <rodrigo@linuxave.net>

	* gomedb-com-designer.c: added a little more of options

2000-11-12	Rodrigo Moya <rodrigo@linuxave.net>

	* gnomedb-com-connection.c: finished connection properties
	dialog

2000-11-01	Rodrigo Moya <rodrigo@linuxave.net>

	* gnomedb-com-help-viewer.c: added more items to the toolbar/menubar

2000-10-31	Rodrigo Moya <rodrigo@linuxave.net>

	* added toolbars to all components for a much better UI
	merging

2000-10-24	Rodrigo Moya <rodrigo@linuxave.net>

	* gnomedb-com-connection.c: added menu options for switching
	between notebook tabs

2000-10-22	Rodrigo Moya <rodrigo@linuxave.net>

	* reworked Connection component to make it work with
	several open connections
	* made menu merging work

2000-10-21	Rodrigo Moya <rodrigo@linuxave.net>

	* adapted to new GnomeDbControl/GnomeDbControlInstance stuff

2000-10-18	Rodrigo Moya <rodrigo@linuxave.net>

	* started implementation of the menu callbacks, that take
	advantage of the new working menu/toolbar merging

2000-10-15	Rodrigo Moya <rodrigo@linuxave.net>

	* created ChangeLog
