From 7213f20cbdc596daa9485446f4650eb1d294736d Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 20 Oct 2003 21:22:48 +0000 Subject: Encoding menu improvements, Episode V: MPT strikes back. 2003-10-20 Christian Persch Encoding menu improvements, Episode V: MPT strikes back. * data/glade/epiphany.glade: * embed/ephy-encodings.c: (ephy_encodings_finalize), (ephy_encodings_init): * embed/ephy-encodings.h: * src/ephy-encoding-dialog.c: (encoding_is_automatic), (sync_embed_cb), (activate_choice), (ephy_encoding_dialog_response_cb), (view_node_selected_cb), (view_node_activated_cb), (ephy_encoding_dialog_init): Replace the 2-pane view with a single list, and restore the automatic and manual radio buttons. --- data/glade/epiphany.glade | 192 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 157 insertions(+), 35 deletions(-) (limited to 'data/glade') diff --git a/data/glade/epiphany.glade b/data/glade/epiphany.glade index a443fc3a2..ec66aef85 100644 --- a/data/glade/epiphany.glade +++ b/data/glade/epiphany.glade @@ -919,8 +919,8 @@ It's not possible to view this file type directly in the browser: GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False - 400 - 380 + 300 + 420 True False False @@ -960,18 +960,6 @@ It's not possible to view this file type directly in the browser: -5 - - - - True - True - True - _Automatic - True - GTK_RELIEF_NORMAL - -11 - - 0 @@ -982,53 +970,187 @@ It's not possible to view this file type directly in the browser: - + 5 True False - 0 + 18 - + True - True - 128 + False + 0 - + True True - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - GTK_CORNER_TOP_LEFT + <b>_Automatic</b> + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + False + 0 + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + - + + True + Use the encoding specified by the document + False + False + GTK_JUSTIFY_LEFT + True + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + - True - False + 0 + False + True + + + 0 + False + False + + + + + + True + False + 6 - + True True - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - GTK_CORNER_TOP_LEFT + <b>Use a different _encoding:</b> + True + GTK_RELIEF_NORMAL + False + False + True + automatic_button + + + 0 + False + False + + + + + + True + False + 0 + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + - + + True + False + 6 + + + + True + True + GTK_POLICY_NEVER + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + + + + 0 + True + True + + + + + 0 + True + True + - True - True + 0 + True + True -- cgit