From: Braden M. <br...@us...> - 2007-02-09 08:24:42
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2912 Modified Files: ChangeLog Log Message: Use Glade XML to manage the OpenvrmlPlayerFileChooserDialog. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1446 retrieving revision 1.1447 diff -C2 -d -r1.1446 -r1.1447 *** ChangeLog 9 Feb 2007 05:20:28 -0000 1.1446 --- ChangeLog 9 Feb 2007 08:24:41 -0000 1.1447 *************** *** 1,4 **** --- 1,22 ---- 2007-02-09 Braden McDaniel <br...@en...> + Use Glade XML to manage the OpenvrmlPlayerFileChooserDialog. + + * src/openvrml-player/openvrml-player.glade + (imagemenuitemopen): openvrml_player_file_open_activated now takes + the dialog as its argument. + (filechooserdialog): Added OpenvrmlPlayerFileChooserDialog. + * src/openvrml-player/player.cpp + (main(int, char *[])): Register OpenvrmlPlayerFileChooserDialog + with libglade; set the file chooser dialog's parent window. + (openvrml_player_on_file_open_activated(OpenvrmlPlayerFileChooserDialog*)): + Now takes the dialog as its argument; just run the dialog (rather + than creating it). + (openvrml_player_build_file_chooser_dialog(GladeXML *, GType, + GladeWidgetInfo *)): Added function; function to create an + OpenvrmlPlayerFileChooserDialog for libglade. + + 2007-02-09 Braden McDaniel <br...@en...> + Moved file chooser dialog into its own widget implementation. |