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

	* components-sql.c (verb_DatabaseOpenCommand): implemented

	* components-sql-view.c (components_sql_view_open_command): new
	function for opening a command for a given SQL view

	* command-dialog.[ch]: new widget, for managing the "Open command"
	and "Save command" dialogs

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

	* components-sql.c (verb_DatabaseDisconnect): first close the
	connection before removing the SQL view from the notebook

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

	* components-sql-view.c (components_sql_view_init): connect to
	"changed" signal on the GtkTextBuffer
	(text_changed_cb): fontify the GtkTextView

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

	* components-sql.c (verb_DatabaseProperties): implemented

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

	* components-sql.c (components_sql_init): set the notebook properties
	so that it does not look so ugly

	* components-sql-view.c (components_sql_view_new): added a GtkFrame
	as the main container

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

	* components-sql (verb_EditCopy): implemented
	(verb_EditCut): implemented
	(verb_EditPaste): implemented

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

	* components-sql.c (verb_DatabaseRun): implemented
	(verb_DatabaseDisconnect): remove the notebook page before closing
	the connection, or we'll get some invalid pointer accesses in
	the "finalize" methods

	* components-sql-view.[ch] (components_sql_view_run_current): new
	function

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

	* components-sql (verb_DatabaseDisconnect): implemented

	* components-sql-view.c (components_sql_view_init): set the border
	width of the scroll bar a bit wider; added a frame below both pane
	widgets, to give them a nicer look

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

	* components-sql.c (components_sql_init): adapted to changes in
	GnomeDbShellComponent API

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

	* components-sql.c (components_sql_select_connection): implemented

	* components-sql-view.c (components_sql_view_new_from): adapted to
	recent changes in components_connection_open parameters

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

	* components-sql-view.c (components_sql_view_new): added a
	GdaConnection parameter, so that the view is always open for
	a valid connection

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

	* components-sql.h: moved the definition of GNOME_DB_ID_SQL to
	gnome-db-defs.h

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

	* components-sql-view.c: adapted to GObject conventions

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

	* Makefile.am: -DGNOMEDB_DATADIR, for UI XML files

	* components-sql.h: #define GNOME_DB_ID_SQL

	* compilation fixes everywhere

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

	* components-sql.[ch]: reworked to be a GnomeDbShellComponent
	derived class

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

	* components-sql-view.h: fixed #include's

	* components-sql-view.c (components_sql_view_finalize):
	s/gda_connection_free/gda_connection_close

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

	* components-sql-view.[ch]: base it on GObject
	
2001-08-24  Rodrigo Moya <rodrigo@gnome-db.org>

	* components-sql-view.[ch] (components_sql_view_cut_clipboard,
	components_sql_view_copy_clipboard,
	components_sql_view_paste_clipboard): new functions

	* components-sql.c (components_sql_new): connect to component's
	signals

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

	* sql-shell-component.c: renamed to components-sql.c

	* components-sql.h: new file with all public declarations for
	components-sql.c

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

	* sql-shell-component.c: new file

	* new location for the SQL component
