From: Braden M. <br...@us...> - 2007-02-08 05:53:40
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21277 Modified Files: ChangeLog Log Message: Don't bother with Glade XML for creating the GtkFileChooserDialog; doing this entirely in C++ is less code and easier to get right. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1444 retrieving revision 1.1445 diff -C2 -d -r1.1444 -r1.1445 *** ChangeLog 6 Feb 2007 08:22:58 -0000 1.1444 --- ChangeLog 8 Feb 2007 05:53:37 -0000 1.1445 *************** *** 1,2 **** --- 1,17 ---- + 2007-02-08 Braden McDaniel <br...@en...> + + Don't bother with Glade XML for creating the GtkFileChooserDialog; + doing this entirely in C++ is less code and easier to get right. + + * src/openvrml-player/openvrml-player.glade + (filechooserdialog): Removed. + * src/openvrml-player/player.cpp + (load_url(const gchar *)): Added helper function to send a + load-url command. + (openvrml_player_on_file_open_activated(GtkWindow *)): Added + callback to open a file chooser dialog. + (openvrml_player_on_locationentry_activated(GtkEntry *)): Delegate + to load_url. + 2007-02-06 Braden McDaniel <br...@en...> |