Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4677
Modified Files:
ChangeLog
Log Message:
Load worlds from the location bar.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1443
retrieving revision 1.1444
diff -C2 -d -r1.1443 -r1.1444
*** ChangeLog 6 Feb 2007 04:47:47 -0000 1.1443
--- ChangeLog 6 Feb 2007 08:22:58 -0000 1.1444
***************
*** 1,2 ****
--- 1,14 ----
+ 2007-02-06 Braden McDaniel <br...@en...>
+
+ Load worlds from the location bar.
+
+ * src/openvrml-player/openvrml-player.glade
+ (locationentry): Added "activate" signal handler
+ openvrml_player_on_locationentry_activate.
+ (socket): Set "can-focus" and "has-focus" properties to "True".
+ * src/openvrml-player/player.cpp
+ (openvrml_player_on_locationentry_activated(GtkEntry *)): Added
+ function; send "load-url" with the given text.
+
2007-02-05 Braden McDaniel <br...@en...>
|