From c3422e72c44eb2999de994b8151ec2db2e591631 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 6 Oct 2005 18:28:55 +0000 Subject: Add style properties for 'secure-[bg|fg]-color', and apply them when the 2005-10-06 Christian Persch * lib/widgets/ephy-location-entry.c: (ephy_location_entry_style_set), (ephy_location_entry_class_init), (ephy_location_entry_set_favicon), (ephy_location_entry_set_secure): * lib/widgets/ephy-location-entry.h: Add style properties for 'secure-[bg|fg]-color', and apply them when the entry is in 'secure' mode. Reset the IM context before emitting the 'activate' signal. * src/ephy-location-action.c: (sync_secure), (connect_proxy), (ephy_location_action_set_property), (ephy_location_action_get_property), (ephy_location_action_class_init): * src/ephy-toolbar.c: (ephy_toolbar_set_security_state), (ephy_toolbar_init): * src/ephy-toolbar.h: * src/ephy-window.c: (sync_chromes_visibility), (sync_tab_security): Set the location entry's 'secure' property on secure sites, and also always show the lock for secure sites. --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b1f20a3eb..3e9125158 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2005-10-06 Christian Persch + + * lib/widgets/ephy-location-entry.c: + (ephy_location_entry_style_set), (ephy_location_entry_class_init), + (ephy_location_entry_set_favicon), + (ephy_location_entry_set_secure): + * lib/widgets/ephy-location-entry.h: + + Add style properties for 'secure-[bg|fg]-color', and apply them when + the entry is in 'secure' mode. Reset the IM context before emitting + the 'activate' signal. + + * src/ephy-location-action.c: (sync_secure), (connect_proxy), + (ephy_location_action_set_property), + (ephy_location_action_get_property), + (ephy_location_action_class_init): + * src/ephy-toolbar.c: (ephy_toolbar_set_security_state), + (ephy_toolbar_init): + * src/ephy-toolbar.h: + * src/ephy-window.c: (sync_chromes_visibility), + (sync_tab_security): + + Set the location entry's 'secure' property on secure sites, + and also always show the lock for secure sites. + 2005-10-06 Christian Persch * configure.ac: -- cgit v1.2.3