mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-27 14:29:42 +03:00
e894e38c37
svn://svn.netsurf-browser.org/branches/mikeL/netsurf ........ r4689 | mikeL | 2008-07-17 19:59:20 +0100 (Thu, 17 Jul 2008) | 1 line Changed the toolbar at the bottom of the downloads dialog to a horizontal button box and added a 'Close' button (Based on a suggestion from the dev list). Internationalized the rest of the strings. Fixed many style errors (thanks rjek). Set authentication fields in the options dialog to be insensitive when proxy type is simple. Namespace'd the rest of download.h ........ r4690 | mikeL | 2008-07-17 21:39:39 +0100 (Thu, 17 Jul 2008) | 1 line Removed close button. fixed text on resume button ........ r4691 | mikeL | 2008-07-17 22:13:13 +0100 (Thu, 17 Jul 2008) | 1 line Added gtk downloads section ........ r4715 | mikeL | 2008-07-20 19:41:39 +0100 (Sun, 20 Jul 2008) | 1 line Downloads are now automatically sorted (Downloading, Error'd, Completed, Canceled). New downloads appear at the beginning of the list. Removed leftover callback for close button. Downloads without a known total size are now handled correctly (bouncing progress block). Fixed bug where shift+click downloads would throw an error (encoding is now always set to binary). ........ r4716 | mikeL | 2008-07-20 19:45:24 +0100 (Sun, 20 Jul 2008) | 1 line Removed unnecessary wndDownloads section ........ r4717 | mikeL | 2008-07-20 19:53:44 +0100 (Sun, 20 Jul 2008) | 1 line Removed label on url in about dialog. Removed extra variable from the input callback. These changes should have already been committed a while back but for some reason they were skipped ........ r4718 | mikeL | 2008-07-21 04:56:28 +0100 (Mon, 21 Jul 2008) | 1 line Total progress bar is now working and acts correctly with downloads of unknown size. All downloads are now stored in a GList (this will later make it possible to implement things like clearing all inactive downloads). Individual downloads no longer update themselves every .5 seconds, the function nsgtk_download_update is called using a g_timeout and cycles through the GList updating the total progress bar and each download. Downloads of unknown size now report their total size upon completion. ........ r4719 | mikeL | 2008-07-21 05:06:17 +0100 (Mon, 21 Jul 2008) | 1 line Changed names of two functions that change sensitivity and status. ........ r4720 | mikeL | 2008-07-21 16:56:41 +0100 (Mon, 21 Jul 2008) | 1 line Updated messages file ........ r4722 | mikeL | 2008-07-21 21:44:23 +0100 (Mon, 21 Jul 2008) | 1 line Clear button now clears all inactive downloads when there is no selection. ........ r4723 | mikeL | 2008-07-21 22:11:00 +0100 (Mon, 21 Jul 2008) | 1 line Fixed the total progress bar lagging behind events such as cancelations. ........ r4727 | mikeL | 2008-07-23 19:33:53 +0100 (Wed, 23 Jul 2008) | 1 line Added an overwrite confirmation dialog for the 'save' button ........ r4728 | mikeL | 2008-07-23 19:43:44 +0100 (Wed, 23 Jul 2008) | 1 line Save as dialog now starts in the default download directory instead of the user's home folder ........ r4729 | mikeL | 2008-07-23 20:02:34 +0100 (Wed, 23 Jul 2008) | 1 line Updated Copyright information ........ r4734 | mikeL | 2008-07-24 19:30:12 +0100 (Thu, 24 Jul 2008) | 1 line Fixed Info column not being set to expand ........ svn path=/trunk/netsurf/; revision=4752
1666 lines
83 KiB
XML
1666 lines
83 KiB
XML
<?xml version="1.0"?>
|
|
<glade-interface>
|
|
<requires-version lib="gtk+" version="2.12"/>
|
|
<widget class="GtkWindow" id="wndBrowser">
|
|
<property name="title" translatable="yes">NetSurf</property>
|
|
<property name="window_position">GTK_WIN_POS_CENTER</property>
|
|
<child>
|
|
<widget class="GtkVBox" id="vbox14">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkMenuBar" id="menubar">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem_main">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_File</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menumain_file">
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="new_window">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Opens a new browser window.</property>
|
|
<property name="label" translatable="yes">_New Window</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image554">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-new</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="N" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="open_file">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Open a file on your computer into this browser window.</property>
|
|
<property name="label" translatable="yes">_Open File...</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image555">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-open</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="F" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="close_window">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Close this browser window.</property>
|
|
<property name="label" translatable="yes">_Close Window</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image556">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-close</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="W" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="save_page">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="tooltip" translatable="yes">Save this page to disc, optionally including images, etc.</property>
|
|
<property name="label" translatable="yes">Save page...</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image557">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-save-as</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="S" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="export">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">True</property>
|
|
<property name="tooltip" translatable="yes">Export the page to a different format.</property>
|
|
<property name="label" translatable="yes">Export</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="export_menu">
|
|
<child>
|
|
<widget class="GtkMenuItem" id="export_plain_text">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="tooltip" translatable="yes">Plain ASCII text, readable in text editors and views.</property>
|
|
<property name="label" translatable="yes">Plain text...</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="export_drawfile">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="tooltip" translatable="yes">RISC OS Drawfile vector graphic.</property>
|
|
<property name="label" translatable="yes">Drawfile...</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="export_postscript">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="tooltip" translatable="yes">PostScript for printing and converting to PDFs.</property>
|
|
<property name="label" translatable="yes">PostScript...</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="export_pdf">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">True</property>
|
|
<property name="tooltip" translatable="yes">Portable Document Format.</property>
|
|
<property name="label" translatable="yes">PDF...</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator2">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="print_preview">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">True</property>
|
|
<property name="tooltip" translatable="yes">Show how a print out might look like.</property>
|
|
<property name="label" translatable="yes">Print preview...</property>
|
|
<property name="use_underline">True</property>
|
|
<accelerator key="P" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK" signal="activate"/>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image558">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-print-preview</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="print">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">True</property>
|
|
<property name="tooltip" translatable="yes">Produce a hardcopy on your printer.</property>
|
|
<property name="label" translatable="yes">Print...</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image559">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-print</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="P" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator3">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="quit">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-quit</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem_edit">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Edit</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menumain_edit">
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="cut">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-cut</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="copy">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-copy</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="paste">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-paste</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="delete">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="label">gtk-delete</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator4">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="select_all">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Selects all text in the current browser window.</property>
|
|
<property name="label">gtk-select-all</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
<accelerator key="a" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator5">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="find">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="tooltip" translatable="yes">Find specific text in the current browser window.</property>
|
|
<property name="label" translatable="yes">_Find...</property>
|
|
<property name="use_underline">True</property>
|
|
<accelerator key="F" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator6">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="preferences">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Change how NetSurf functions.</property>
|
|
<property name="label" translatable="yes">P_references...</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image560">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-preferences</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem_view">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_View</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menumain_view">
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="stop">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Stop</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image561">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-stop</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="Escape" signal="activate"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="reload">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Reload</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image562">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-refresh</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="F5" signal="activate"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator10">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="scale_view">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Scale the page in the current browser window to be smaller or larger.</property>
|
|
<property name="label" translatable="yes">_Scale View...</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="scale_view_menu">
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="zoom_in">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Zoom _in</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image564">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-zoom-in</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="equal" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
<accelerator key="KP_Add" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
<accelerator key="plus" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="normal_size">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Normal size</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image565">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-zoom-100</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="KP_0" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
<accelerator key="0" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="zoom_out">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Zoom _out</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image566">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-zoom-out</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="KP_Subtract" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
<accelerator key="minus" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image563">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-zoom-in</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="F11" signal="activate"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="full_screen">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Fullscreen</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image567">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-fullscreen</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="F11" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator12">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="images">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="label" translatable="yes">_Images...</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="images_menu">
|
|
<child>
|
|
<widget class="GtkCheckMenuItem" id="foreground_images">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="tooltip" translatable="yes">Toggle the display of images in the foreground.</property>
|
|
<property name="label" translatable="yes">_Foreground Images</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkCheckMenuItem" id="background_images">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="tooltip" translatable="yes">Toggle the display of images in the background.</property>
|
|
<property name="label" translatable="yes">_Background Images</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="toolbars">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Toolbars...</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="toolbars_menu">
|
|
<child>
|
|
<widget class="GtkCheckMenuItem" id="menu_bar">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Menu Bar</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="active">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkCheckMenuItem" id="tool_bar">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Button Bar</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="active">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkCheckMenuItem" id="status_bar">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Status Bar</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="active">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator11">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="downloads">
|
|
<property name="visible">True</property>
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
<property name="tooltip" translatable="yes">Shows the downloads window</property>
|
|
<property name="label" translatable="yes">_Downloads...</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="save_window_size">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Save this window's size and position for use with new windows.</property>
|
|
<property name="label" translatable="yes">S_ave Window Size</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="debugging">
|
|
<property name="visible">True</property>
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
<property name="label" translatable="yes">De_bugging</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menu1">
|
|
<property name="visible">True</property>
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="toggle_debug_rendering">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">T_oggle debug rendering</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="save_box_tree">
|
|
<property name="visible">True</property>
|
|
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
|
<property name="label" translatable="yes">_Save box tree</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem_navigate">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Navigate</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menumain_navigate">
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="back">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Back</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image568">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-go-back</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="Left" signal="activate" modifiers="GDK_MOD1_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="forward">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Forward</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image569">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-go-forward</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="Right" signal="activate" modifiers="GDK_MOD1_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="home">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Home</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image570">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-home</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="Home" signal="activate" modifiers="GDK_MOD1_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator7">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="local_history">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Show the history tree for this browser window.</property>
|
|
<property name="label" translatable="yes">_Local history...</property>
|
|
<property name="use_underline">True</property>
|
|
<accelerator key="F7" signal="activate"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="global_history">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Show the history tree for all windows.</property>
|
|
<property name="label" translatable="yes">_Global history...</property>
|
|
<property name="use_underline">True</property>
|
|
<accelerator key="F7" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator8">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="nsgtk_add_to_bookmarks">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="tooltip" translatable="yes">Add the current page to your bookmarks.</property>
|
|
<property name="label" translatable="yes">_Add to Bookmarks</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="show_bookmarks">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="tooltip" translatable="yes">Open a window showing all your bookmarks.</property>
|
|
<property name="label" translatable="yes">_Show Bookmarks...</property>
|
|
<property name="use_underline">True</property>
|
|
<accelerator key="F6" signal="activate"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator13">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="open_location">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Open an address into this browser window.</property>
|
|
<property name="label" translatable="yes">_Open location...</property>
|
|
<property name="use_underline">True</property>
|
|
<accelerator key="L" signal="activate" modifiers="GDK_CONTROL_MASK"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem_help">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Help</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menumain_help">
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="contents">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="tooltip" translatable="yes">Shows the contents of the NetSurf manual.</property>
|
|
<property name="label" translatable="yes">_Contents...</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image571">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-help</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
<accelerator key="F1" signal="activate"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="guide">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="tooltip" translatable="yes">Shows a guide and tutorial.</property>
|
|
<property name="label" translatable="yes">User _guide...</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="user_information">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="label" translatable="yes">User _information...</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator9">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="about">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-about</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkToolbar" id="toolbar">
|
|
<property name="visible">True</property>
|
|
<property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
|
|
<child>
|
|
<widget class="GtkToolButton" id="toolBack">
|
|
<property name="visible">True</property>
|
|
<property name="stock_id">gtk-go-back</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkToolButton" id="toolForward">
|
|
<property name="visible">True</property>
|
|
<property name="stock_id">gtk-go-forward</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkToolButton" id="toolStop">
|
|
<property name="visible">True</property>
|
|
<property name="stock_id">gtk-stop</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkToolButton" id="toolReload">
|
|
<property name="visible">True</property>
|
|
<property name="stock_id">gtk-refresh</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkToolButton" id="toolHome">
|
|
<property name="visible">True</property>
|
|
<property name="stock_id">gtk-home</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkToolItem" id="toolURLBar">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkEntry" id="URLBar">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkToolItem" id="toolthrobber">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkImage" id="throbber">
|
|
<property name="visible">True</property>
|
|
<property name="xpad">2</property>
|
|
<property name="icon_name">gtk-yes</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">False</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkTable" id="centreTable">
|
|
<property name="visible">True</property>
|
|
<property name="n_rows">3</property>
|
|
<property name="n_columns">2</property>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkStatusbar" id="statusbar1">
|
|
<property name="height_request">1</property>
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="right_attach">2</property>
|
|
<property name="top_attach">2</property>
|
|
<property name="bottom_attach">3</property>
|
|
<property name="x_options">GTK_FILL</property>
|
|
<property name="y_options">GTK_SHRINK | GTK_FILL</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkHPaned" id="hpaned1">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkLabel" id="statusBar">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">0</property>
|
|
<property name="xpad">4</property>
|
|
<property name="label" translatable="yes">Status bar text goes here</property>
|
|
<property name="selectable">True</property>
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="resize">False</property>
|
|
<property name="shrink">True</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkHScrollbar" id="coreScrollHorizontal">
|
|
<property name="visible">True</property>
|
|
<property name="adjustment">0 0 100 1 10 0</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="resize">False</property>
|
|
<property name="shrink">True</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="top_attach">2</property>
|
|
<property name="bottom_attach">3</property>
|
|
<property name="y_options">GTK_SHRINK</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkVScrollbar" id="coreScrollVertical">
|
|
<property name="visible">True</property>
|
|
<property name="adjustment">0 0 100 1 10 0</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="right_attach">2</property>
|
|
<property name="bottom_attach">2</property>
|
|
<property name="x_options">GTK_FILL</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkHSeparator" id="hseparator3">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="top_attach">1</property>
|
|
<property name="bottom_attach">2</property>
|
|
<property name="y_options">GTK_FILL</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<widget class="GtkDialog" id="wndLogin">
|
|
<property name="title" translatable="yes">Site Authentication</property>
|
|
<property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property>
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
|
|
<child internal-child="vbox">
|
|
<widget class="GtkVBox" id="dialog-vbox2">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox12">
|
|
<property name="visible">True</property>
|
|
<property name="border_width">3</property>
|
|
<child>
|
|
<widget class="GtkImage" id="image3">
|
|
<property name="visible">True</property>
|
|
<property name="yalign">0.10000000149011612</property>
|
|
<property name="xpad">12</property>
|
|
<property name="icon_size">6</property>
|
|
<property name="icon_name">gtk-dialog-authentication</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkTable" id="table5">
|
|
<property name="visible">True</property>
|
|
<property name="border_width">1</property>
|
|
<property name="n_rows">4</property>
|
|
<property name="n_columns">2</property>
|
|
<property name="column_spacing">11</property>
|
|
<property name="row_spacing">10</property>
|
|
<child>
|
|
<widget class="GtkLabel" id="labelLoginHost">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">0</property>
|
|
<property name="label" translatable="yes">moo.yoo.com</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="right_attach">2</property>
|
|
<property name="x_options">GTK_FILL</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label57">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">0</property>
|
|
<property name="label" translatable="yes">Password</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="top_attach">3</property>
|
|
<property name="bottom_attach">4</property>
|
|
<property name="x_options">GTK_FILL</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label56">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">0</property>
|
|
<property name="label" translatable="yes">Username</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="top_attach">2</property>
|
|
<property name="bottom_attach">3</property>
|
|
<property name="x_options">GTK_FILL</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label54">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">0</property>
|
|
<property name="label" translatable="yes">Host</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="x_options">GTK_FILL</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label55">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">0</property>
|
|
<property name="label" translatable="yes">Realm</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="top_attach">1</property>
|
|
<property name="bottom_attach">2</property>
|
|
<property name="x_options">GTK_FILL</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="labelLoginRealm">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">0</property>
|
|
<property name="label" translatable="yes">my sekr3t area</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="right_attach">2</property>
|
|
<property name="top_attach">1</property>
|
|
<property name="bottom_attach">2</property>
|
|
<property name="x_options">GTK_FILL</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkEntry" id="entryLoginPass">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="visibility">False</property>
|
|
<property name="activates_default">True</property>
|
|
<property name="text" translatable="yes">opensesame</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="right_attach">2</property>
|
|
<property name="top_attach">3</property>
|
|
<property name="bottom_attach">4</property>
|
|
<property name="y_options"></property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkEntry" id="entryLoginUser">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="has_focus">True</property>
|
|
<property name="text" translatable="yes">sesame</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="right_attach">2</property>
|
|
<property name="top_attach">2</property>
|
|
<property name="bottom_attach">3</property>
|
|
<property name="y_options"></property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">1</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
<child internal-child="action_area">
|
|
<widget class="GtkHButtonBox" id="dialog-action_area2">
|
|
<property name="visible">True</property>
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
<child>
|
|
<widget class="GtkButton" id="buttonLoginCan">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="label">gtk-cancel</property>
|
|
<property name="use_stock">True</property>
|
|
<property name="response_id">-6</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkButton" id="buttonLoginOK">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="can_default">True</property>
|
|
<property name="has_default">True</property>
|
|
<property name="response_id">-5</property>
|
|
<child>
|
|
<widget class="GtkAlignment" id="alignment14">
|
|
<property name="visible">True</property>
|
|
<property name="can_default">True</property>
|
|
<property name="has_default">True</property>
|
|
<property name="xscale">0</property>
|
|
<property name="yscale">0</property>
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox11">
|
|
<property name="visible">True</property>
|
|
<property name="spacing">2</property>
|
|
<child>
|
|
<widget class="GtkImage" id="image2">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-ok</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label49">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Login</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="pack_type">GTK_PACK_END</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<widget class="GtkDialog" id="wndSSLProblem">
|
|
<property name="border_width">1</property>
|
|
<property name="title" translatable="yes">SSL certificate problem</property>
|
|
<property name="modal">True</property>
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
|
|
<child internal-child="vbox">
|
|
<widget class="GtkVBox" id="dialog-vbox3">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox15">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkImage" id="image6">
|
|
<property name="visible">True</property>
|
|
<property name="yalign">0</property>
|
|
<property name="icon_size">6</property>
|
|
<property name="icon_name">gtk-dialog-warning</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkVBox" id="vbox13">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkLabel" id="label62">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">NetSurf failed to verify the authenticity of an SSL certificate. Please verify the details presented below.</property>
|
|
<property name="justify">GTK_JUSTIFY_CENTER</property>
|
|
<property name="wrap">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkFrame" id="frame13">
|
|
<property name="visible">True</property>
|
|
<property name="border_width">5</property>
|
|
<property name="label_xalign">0</property>
|
|
<child>
|
|
<widget class="GtkAlignment" id="alignment17">
|
|
<property name="visible">True</property>
|
|
<property name="left_padding">12</property>
|
|
<child>
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
|
<child>
|
|
<widget class="GtkTextView" id="textview1">
|
|
<property name="height_request">200</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="editable">False</property>
|
|
<property name="text" translatable="yes">(not implemented)</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label63">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes"><b>Certificate chain</b></property>
|
|
<property name="use_markup">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="type">label_item</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
<child internal-child="action_area">
|
|
<widget class="GtkHButtonBox" id="dialog-action_area3">
|
|
<property name="visible">True</property>
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
<child>
|
|
<widget class="GtkButton" id="sslreject">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="can_default">True</property>
|
|
<property name="response_id">-6</property>
|
|
<child>
|
|
<widget class="GtkAlignment" id="alignment16">
|
|
<property name="visible">True</property>
|
|
<property name="xscale">0</property>
|
|
<property name="yscale">0</property>
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox14">
|
|
<property name="visible">True</property>
|
|
<property name="spacing">2</property>
|
|
<child>
|
|
<widget class="GtkImage" id="image5">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-cancel</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label61">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Reject</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkButton" id="sslaccept">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="can_default">True</property>
|
|
<property name="response_id">-5</property>
|
|
<child>
|
|
<widget class="GtkAlignment" id="alignment15">
|
|
<property name="visible">True</property>
|
|
<property name="xscale">0</property>
|
|
<property name="yscale">0</property>
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox13">
|
|
<property name="visible">True</property>
|
|
<property name="spacing">2</property>
|
|
<child>
|
|
<widget class="GtkImage" id="image4">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-apply</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label60">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Accept</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="pack_type">GTK_PACK_END</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<widget class="GtkWindow" id="wndHistory">
|
|
<property name="width_request">400</property>
|
|
<property name="height_request">500</property>
|
|
<property name="title" translatable="yes">NetSurf Global History</property>
|
|
<property name="window_position">GTK_WIN_POS_CENTER</property>
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_UTILITY</property>
|
|
<signal name="delete_event" handler="gtk_widget_hide"/>
|
|
<child>
|
|
<widget class="GtkVBox" id="vbox28">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow2">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
|
<child>
|
|
<widget class="GtkTreeView" id="treeHistory">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="headers_visible">False</property>
|
|
<property name="rules_hint">True</property>
|
|
<signal name="row_activated" handler="nsgtk_history_row_activated"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkExpander" id="expander1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="expanded">True</property>
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox25">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkImage" id="image400">
|
|
<property name="visible">True</property>
|
|
<property name="yalign">0</property>
|
|
<property name="xpad">5</property>
|
|
<property name="ypad">5</property>
|
|
<property name="stock">gtk-missing-image</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkTable" id="table11">
|
|
<property name="visible">True</property>
|
|
<property name="border_width">2</property>
|
|
<property name="n_rows">3</property>
|
|
<property name="n_columns">2</property>
|
|
<property name="column_spacing">4</property>
|
|
<child>
|
|
<widget class="GtkLabel" id="labelHistoryAddress">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">0</property>
|
|
<property name="label" translatable="yes">http://netsurf.sf.net/</property>
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="right_attach">2</property>
|
|
<property name="y_options"></property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="labelHistoryLastVisit">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">0</property>
|
|
<property name="label" translatable="yes">Fri Aug 09 00:00:00 2006</property>
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_END</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="right_attach">2</property>
|
|
<property name="top_attach">1</property>
|
|
<property name="bottom_attach">2</property>
|
|
<property name="y_options"></property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="labelHistoryVisits">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">0</property>
|
|
<property name="label" translatable="yes">2</property>
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_END</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="right_attach">2</property>
|
|
<property name="top_attach">2</property>
|
|
<property name="bottom_attach">3</property>
|
|
<property name="y_options"></property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label119">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">1</property>
|
|
<property name="label" translatable="yes">Number of visits</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="top_attach">2</property>
|
|
<property name="bottom_attach">3</property>
|
|
<property name="x_options">GTK_FILL</property>
|
|
<property name="y_options"></property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label118">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">1</property>
|
|
<property name="label" translatable="yes">Last visited</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="top_attach">1</property>
|
|
<property name="bottom_attach">2</property>
|
|
<property name="x_options">GTK_FILL</property>
|
|
<property name="y_options"></property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label117">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">1</property>
|
|
<property name="label" translatable="yes">Address</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="x_options">GTK_FILL</property>
|
|
<property name="y_options"></property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label116">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Details</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="type">label_item</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<widget class="GtkWindow" id="wndWarning">
|
|
<property name="title" translatable="yes">Warning from NetSurf</property>
|
|
<property name="window_position">GTK_WIN_POS_CENTER</property>
|
|
<property name="icon_name">gtk-dialog-warning</property>
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
|
|
<property name="urgency_hint">True</property>
|
|
<child>
|
|
<widget class="GtkVBox" id="vbox32">
|
|
<property name="visible">True</property>
|
|
<property name="border_width">2</property>
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox30">
|
|
<property name="visible">True</property>
|
|
<property name="border_width">3</property>
|
|
<child>
|
|
<widget class="GtkImage" id="image519">
|
|
<property name="visible">True</property>
|
|
<property name="xpad">12</property>
|
|
<property name="icon_size">6</property>
|
|
<property name="icon_name">gtk-dialog-warning</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="labelWarning">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Help help help! I'm being held prisoner by a bunch of RISC OS zealots!</property>
|
|
<property name="wrap">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">1</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkHSeparator" id="hseparator2">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="padding">3</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkHButtonBox" id="hbuttonbox2">
|
|
<property name="visible">True</property>
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
<child>
|
|
<widget class="GtkButton" id="button14">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="can_default">True</property>
|
|
<property name="label">gtk-ok</property>
|
|
<property name="use_stock">True</property>
|
|
<property name="response_id">0</property>
|
|
<signal name="clicked" handler="gtk_widget_hide" object="wndWarning"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<widget class="GtkMenu" id="menuPopup">
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="popupBack">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Back</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="menu-item-image31">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-go-back</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="popupForward">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Forward</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="menu-item-image32">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-go-forward</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="popupReload">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Reload</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="menu-item-image33">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-refresh</property>
|
|
<property name="icon_size">1</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="cut_popup">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Cu_t</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="menu-item-image22">
|
|
<property name="stock">gtk-cut</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="copy_popup">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Copy</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="menu-item-image23">
|
|
<property name="stock">gtk-copy</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="paste_popup">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Paste</property>
|
|
<property name="use_underline">True</property>
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="menu-item-image24">
|
|
<property name="stock">gtk-paste</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menupopup_file">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">File</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menupopup_edit">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Edit</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menupopup_view">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">View</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menupopup_navigate">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Navigate</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menupopup_object">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="label" translatable="yes">Object</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menupopup_help">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Help</property>
|
|
<property name="use_underline">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</glade-interface>
|