GNOME CVS: glom murrayc

[email protected] (Murray Cumming) Thu, 28 Dec 2006 05:46:43 -0500 (EST)
Newsgroups gmane.comp.gnome.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs/gnome
Module name:	glom
Changes by:	murrayc	06/12/28 05:46:43

Modified files:
	.              : ChangeLog 
	glom           : application.cc application.h 
	glom/libglom   : Makefile.am 
	glom/python_embed/python_module: Makefile.am 
	glom/utility_widgets: Makefile.am 
Added files:
	glom/utility_widgets: filechooserdialog.cc filechooserdialog.h 

Log message:
2006-12-28  Murray Cumming  <[email protected]>

* glom/utility_widgets/filechooserdialog.cc:
* glom/utility_widgets/filechooserdialog.h: Add a derived Gtk::FileChooserDialog,
which can show our extra widgets. At the moment it can just show an extra text
message.
* glom/application.cc:
* glom/application.h: Override Bakery::App_WithDoc::ui_file_select_save(), so
we can use our custom file chooser dialog, using member variables to set the title
and extra message if necessary.
on_document_load(): Set the member variables so that we show the message about
saving an example file in the file chooser dialog, instead of in a separate dialog.
This removes one of the many dialogs.

2006-12-27  Murray Cumming  <[email protected]>

* glom/libglom/Makefile.am:
* glom/python_embed/python_module/Makefile.am: Fix the cygwin (win32) build.
Bug #338844 from Yselkowitz.

URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=glom&who=murrayc&date=explicit&mindate=2006-12-28%2005:45&maxdate=2006-12-28%2005:47