From 6876ede98282c7db318089bfefb292aa59e55d48 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 30 Dec 2002 19:29:24 +0000 Subject: Initial revision --- data/.cvsignore | 5 + data/GNOME_Epiphany_Automation.server.in | 20 + data/GNOME_Epiphany_NautilusView.server.in | 30 + data/Makefile.am | 29 + data/art/.cvsignore | 2 + data/art/Makefile.am | 7 + data/art/epiphany-secure.png | Bin 0 -> 332 bytes data/art/epiphany-unsecure.png | Bin 0 -> 332 bytes data/epiphany.schemas.in | 627 ++++++ data/glade/.cvsignore | 3 + data/glade/Makefile.am | 10 + data/glade/epiphany.glade | 1582 ++++++++++++++ data/glade/prefs-dialog.glade | 3083 ++++++++++++++++++++++++++++ data/glade/print.glade | 1573 ++++++++++++++ data/glade/prompts.glade | 722 +++++++ data/glade/toolbar-editor.glade | 418 ++++ data/start_here.html | 23 + data/ui/.cvsignore | 4 + data/ui/Makefile.am | 11 + data/ui/epiphany-ui.xml.in | 454 ++++ data/ui/nautilus-epiphany-view.xml.in | 130 ++ 21 files changed, 8733 insertions(+) create mode 100644 data/.cvsignore create mode 100644 data/GNOME_Epiphany_Automation.server.in create mode 100644 data/GNOME_Epiphany_NautilusView.server.in create mode 100644 data/Makefile.am create mode 100644 data/art/.cvsignore create mode 100644 data/art/Makefile.am create mode 100644 data/art/epiphany-secure.png create mode 100644 data/art/epiphany-unsecure.png create mode 100644 data/epiphany.schemas.in create mode 100644 data/glade/.cvsignore create mode 100644 data/glade/Makefile.am create mode 100644 data/glade/epiphany.glade create mode 100644 data/glade/prefs-dialog.glade create mode 100644 data/glade/print.glade create mode 100644 data/glade/prompts.glade create mode 100644 data/glade/toolbar-editor.glade create mode 100644 data/start_here.html create mode 100644 data/ui/.cvsignore create mode 100644 data/ui/Makefile.am create mode 100644 data/ui/epiphany-ui.xml.in create mode 100644 data/ui/nautilus-epiphany-view.xml.in (limited to 'data') diff --git a/data/.cvsignore b/data/.cvsignore new file mode 100644 index 000000000..1f6558686 --- /dev/null +++ b/data/.cvsignore @@ -0,0 +1,5 @@ +GNOME_Epiphany_Automation.server +GNOME_Epiphany_NautilusView.server +Makefile +Makefile.in +epiphany.schemas diff --git a/data/GNOME_Epiphany_Automation.server.in b/data/GNOME_Epiphany_Automation.server.in new file mode 100644 index 000000000..05b831039 --- /dev/null +++ b/data/GNOME_Epiphany_Automation.server.in @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/data/GNOME_Epiphany_NautilusView.server.in b/data/GNOME_Epiphany_NautilusView.server.in new file mode 100644 index 000000000..8af14019b --- /dev/null +++ b/data/GNOME_Epiphany_NautilusView.server.in @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 000000000..60b11c546 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,29 @@ +SUBDIRS = ui art glade + +@INTLTOOL_SERVER_RULE@ +@INTLTOOL_DESKTOP_RULE@ + +server_in_files = GNOME_Epiphany_Automation.server.in GNOME_Epiphany_NautilusView.server.in +server_DATA = GNOME_Epiphany_Automation.server GNOME_Epiphany_NautilusView.server +serverdir = $(libdir)/bonobo/servers + +schemadir = $(sysconfdir)/gconf/schemas +schema_DATA = epiphany.schemas + +startheredir = $(pkgdatadir) +starthere_DATA = start_here.html + +EXTRA_DIST = $(glade_DATA) + +install-data-local: + if test -z "$(DESTDIR)" ; then \ + for p in $(schema_DATA) ; do \ + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p; \ + done \ + fi + +CLEANFILES = GNOME_Epiphany_Automation.server + +EXTRA_DIST = $(server_in_files) \ + $(schema_DATA) \ + $(starthere_DATA) diff --git a/data/art/.cvsignore b/data/art/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/data/art/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/data/art/Makefile.am b/data/art/Makefile.am new file mode 100644 index 000000000..f4f5c3b5f --- /dev/null +++ b/data/art/Makefile.am @@ -0,0 +1,7 @@ +art_DATA = \ + epiphany-secure.png \ + epiphany-unsecure.png + +artdir = $(pkgdatadir)/art + +EXTRA_DIST = $(art_DATA) diff --git a/data/art/epiphany-secure.png b/data/art/epiphany-secure.png new file mode 100644 index 000000000..cbfc2d2b1 Binary files /dev/null and b/data/art/epiphany-secure.png differ diff --git a/data/art/epiphany-unsecure.png b/data/art/epiphany-unsecure.png new file mode 100644 index 000000000..5ee7106d9 Binary files /dev/null and b/data/art/epiphany-unsecure.png differ diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in new file mode 100644 index 000000000..7450fefc7 --- /dev/null +++ b/data/epiphany.schemas.in @@ -0,0 +1,627 @@ + + + + /schemas/apps/epiphany/general/start_page + /apps/epiphany/general/start_page + epiphany + string + start-here: + + Home page + URL for the user's home page. Displayed on start up + and when a new window or tab is created + + + + /schemas/apps/epiphany/general/newpage_type + /apps/epiphany/general/newpage_type + epiphany + int + 0 + + New page type + Type of page to show when opening a new window or tab. Possible + values are: 0 (home page), 1 (last page), 2 (blank) + + + + /schemas/apps/epiphany/find/match_case + /apps/epiphany/find/match_case + epiphany + bool + 0 + + Match case for find in page + Match case for find in page. + + + + /schemas/apps/epiphany/find/autowrap + /apps/epiphany/find/autowrap + epiphany + bool + 1 + + Autowrap for find in page + For find in page, whether to start again at the beginning after + reaching the end of the page + + + + /schemas/apps/epiphany/filtering/allow_popups + /apps/epiphany/filtering/allow_popups + epiphany + bool + true + + Allow popups + Allow sites to open new windows using JavaScript (if JavaScript + is enabled). + + + + /schemas/apps/epiphany/rendering/use_own_colors + /apps/epiphany/rendering/use_own_colors + epiphany + bool + false + + Use own colors + Use your own colors instead of the colors the page + requests. + + + + /schemas/apps/epiphany/rendering/use_own_fonts + /apps/epiphany/rendering/use_own_fonts + epiphany + bool + false + + Use own fonts + Use your own fonts instead of the fonts the page + requests. + + + + /schemas/apps/epiphany/rendering/background_color + /apps/epiphany/rendering/background_color + epiphany + string + #FFFFFF + + Default page background color + Default page background color in #RRGGBB hex format. + + + + /schemas/apps/epiphany/rendering/text_color + /apps/epiphany/rendering/text_color + epiphany + string + #000000 + + Default page text color + Default page text color in #RRGGBB hex format. + + + + /schemas/apps/epiphany/rendering/visited_link_color + /apps/epiphany/rendering/visited_link_color + epiphany + string + #FF0000 + + Default visited link color + Default color for visited links in #RRGGBB hex format. + + + + /schemas/apps/epiphany/rendering/unvisited_link_color + /apps/epiphany/rendering/unvisited_link_color + epiphany + string + #0000FF + + Default unvisited link color + Default color for unvisited links in #RRGGBB hex format. + + + + /schemas/apps/epiphany/rendering/underline_links + /apps/epiphany/rendering/underline_links + epiphany + bool + true + + Underline links + Underline links. + + + + /schemas/apps/epiphany/interface/open_in_tab + /apps/epiphany/interface/open_in_tab + epiphany + bool + false + + Use tabs + Open in tabs by default. + + + + /schemas/apps/epiphany/interface/popups_in_tab + /apps/epiphany/interface/popups_in_tab + epiphany + bool + false + + Open popups in tabs + Open popups in tabs instead of new windows. + + + + /schemas/apps/epiphany/interface/jumpto_tab + /apps/epiphany/interface/jumpto_tab + epiphany + bool + false + + Jump to new tabs + Jump to new tabs. + + + + /schemas/apps/epiphany/interface/show_toolbars_in_fullscreen + /apps/epiphany/interface/show_toolbars_in_fullscreen + epiphany + bool + 1 + + Show toolbars in full screen mode + Show toolbars in full screen mode. + + + + /schemas/apps/epiphany/interface/show_statusbar_in_fullscreen + /apps/epiphany/interface/show_statusbar_in_fullscreen + epiphany + bool + 0 + + Show statusbar in full screen mode + Show statusbar in full screen mode. + + + + /schemas/apps/epiphany/interface/show_sidebar_in_fullscreen + /apps/epiphany/interface/show_sidebar_in_fullscreen + epiphany + bool + 0 + + Show sidebar in full screen mode + Show sidebar in full screen mode. + + + + /schemas/apps/epiphany/interface/show_sidebar + /apps/epiphany/interface/show_sidebar + epiphany + bool + 0 + + Show sidebar by default + Show sidebar by default. + + + + /schemas/apps/epiphany/interface/sidebar_size + /apps/epiphany/interface/sidebar_size + epiphany + int + 100 + + Default sidebar size + Default sidebar size. + + + + /schemas/apps/epiphany/interface/sidebar_page + /apps/epiphany/interface/sidebar_page + epiphany + string + history + + Default sidebar page + Default sidebar page. + + + + /schemas/apps/epiphany/interface/show_toolbars + /apps/epiphany/interface/show_toolbars + epiphany + bool + 1 + + Show toolbars by default + Show toolbars by default. + + + + /schemas/apps/epiphany/interface/show_statusbar + /apps/epiphany/interface/show_statusbar + epiphany + bool + 1 + + Show statusbar by default + Show statusbar by default. + + + + /schemas/apps/epiphany/filtering/image_loading_type + /apps/epiphany/filtering/image_loading_type + epiphany + int + 0 + + When to load images + When to load images. Possible values are 0 (always), 1 (from + current server only), 2 (never) + + + + /schemas/apps/epiphany/filtering/animate_type + /apps/epiphany/filtering/animate_type + epiphany + int + 0 + + Image animation type + Image animation type. Possible values are 0 (continuously), 1 + (once through), 2 (never) + + + + /schemas/apps/epiphany/rendering/default_charset + /apps/epiphany/rendering/default_charset + epiphany + string + Western (ISO-8859-1) + + Default charset + Default charset. + + + + /schemas/apps/epiphany/rendering/default_font + /apps/epiphany/rendering/default_font + epiphany + int + 0 + + Default font type + Default font type. Possible values are 0 (serif), 1 + (sans-serif) + + + + /schemas/apps/epiphany/interface/spinner_theme + /apps/epiphany/interface/spinner_theme + epiphany + string + gnome + + Default spinner theme + Default spinner theme + + + + /schemas/apps/epiphany/interface/toolbar_setup + /apps/epiphany/interface/toolbar_setup + epiphany + string + back=std_toolitem(item=back);back_history=navigation_history(direction=back);forward=std_toolitem(item=forward);forward_history=navigation_history(direction=forward);stop=std_toolitem(item=stop);reload=std_toolitem(item=reload);home_separator=separator;home=std_toolitem(item=home);favicons_separator=separator;favicon=favicon;location=location;spinner=spinner; + + Toolbar setup + The list of controls that will be present in the toolbar. You should edit + this setting with the toolbar editor unless you know what you are doing. + + + + /schemas/apps/epiphany/downloader/keep_open + /apps/epiphany/downloader/keep_open + epiphany + bool + true + + Keep downloader open after download finished + Keep downloader open after all downloads have finished. + + + + /schemas/apps/epiphany/filtering/java_enabled + /apps/epiphany/filtering/java_enabled + epiphany + bool + 1 + + Allow Java + Allow Java. + + + + /schemas/apps/epiphany/filtering/javascript_enabled + /apps/epiphany/filtering/javascript_enabled + epiphany + bool + 1 + + Allow JavaScript + Allow JavaScript. + + + + /schemas/apps/epiphany/network/no_proxies_for + /apps/epiphany/network/no_proxies_for + epiphany + string + + + No proxy for + List of domains for wherefore not to use the proxy, comma + delimited + + + + /schemas/apps/epiphany/network/disk_cache_size + /apps/epiphany/network/disk_cache_size + epiphany + int + 50000 + + Size of disk cache + Size of disk cache, in KB. + + + + /schemas/apps/epiphany/network/mem_cache_size + /apps/epiphany/network/mem_cache_size + epiphany + int + 4096 + + Size of memory cache + Size of memory cache, in KB. + + + + /schemas/apps/epiphany/network/cache_compare + /apps/epiphany/network/cache_compare + epiphany + int + 3 + + When to compare cached copy + When to compare cached copy to web copy. Possible values are 0 + (once per session), 1 (every time), 2 (never), 3 (automatic). + + + + /schemas/apps/epiphany/rendering/lang + /apps/epiphany/rendering/lang + epiphany + list + string + [en] + + Languages + Preferred languages, two letter codes. + + + + /schemas/apps/epiphany/filterin/passwords_save + /apps/epiphany/filtering/passwords_save + epiphany + bool + true + + Save passwords + Save passwords. + + + + /schemas/apps/epiphany/history/expire + /apps/epiphany/history/expire + epiphany + int + 30 + + Expire history + Expire history after how many days. + + + + /schemas/apps/epiphany/history/search_time + /apps/epiphany/history/search_time + epiphany + int + 1 + + History search time + Show only history entries from a particular time. Possible + values are 0 (all items), 1 (today), 2 (yesterday), 3 (two days ago), 4 + (this week), 5 (this month). + + + + /schemas/apps/epiphany/print/top_margin + /apps/epiphany/print/top_margin + epiphany + float + 0.5 + + Printing top margin + Printing top margin (in inches). + + + + /schemas/apps/epiphany/print/bottom_margin + /apps/epiphany/print/bottom_margin + epiphany + float + 0.5 + + Printing bottom margin + Printing bottom margin (in inches). + + + + /schemas/apps/epiphany/print/left_margin + /apps/epiphany/print/left_margin + epiphany + float + 0.5 + + Printing left margin + Printing left margin (in inches). + + + + /schemas/apps/epiphany/print/right_margin + /apps/epiphany/print/right_margin + epiphany + float + 0.5 + + Printing right margin + Printing right margin (in inches). + + + + /schemas/apps/epiphany/print/page_title_toggle + /apps/epiphany/print/page_title_toggle + epiphany + bool + true + + Whether to print the page title in the header. + Whether to print the page title in the header. + + + + /schemas/apps/epiphany/print/page_url_toggle + /apps/epiphany/print/page_url_toggle + epiphany + bool + true + + Whether to print the page URL in the header + Whether to print the page URL in the header + + + + /schemas/apps/epiphany/print/date_toggle + /apps/epiphany/print/date_toggle + epiphany + bool + true + + Whether to print the date in the footer. + Whether to print the date in the footer. + + + + /schemas/apps/epiphany/print/page_numbers_toggle + /apps/epiphany/print/page_numbers_toggle + epiphany + bool + true + + Whether to print the page numbers (x of total) in the footer. + Whether to print the page numbers (x of total) in the footer. + + + + /schemas/apps/epiphany/print/printer + /apps/epiphany/print/printer + epiphany + string + lpr + + Printer name + Printer name. + + + + /schemas/apps/epiphany/print/file + /apps/epiphany/print/file + epiphany + string + + Filename to print to + Filename to print to. + + + + /schemas/apps/epiphany/print/printon + /apps/epiphany/print/printon + epiphany + int + 0 + + Print range + Print range: 0 (all pages), 1 (specific range). + + + + /schemas/apps/epiphany/print/paper + /apps/epiphany/print/paper + epiphany + int + 0 + + Paper type + Paper type: 0 (Letter), 1 (Legal), 2 (Executive), 3 (A4). + + + + /schemas/apps/epiphany/directories/opendir + /apps/epiphany/directories/opendir + epiphany + string + ~ + + + + + /schemas/apps/epiphany/directories/savedir + /apps/epiphany/directories/savedir + epiphany + string + ~ + + + + + /schemas/apps/epiphany/directories/saveimagedir + /apps/epiphany/directories/saveimagedir + epiphany + string + ~ + + + + + /schemas/apps/epiphany/rendering/autodetect_charset + /apps/epiphany/rendering/autodetect_charset + epiphany + int + 0 + + + + + + diff --git a/data/glade/.cvsignore b/data/glade/.cvsignore new file mode 100644 index 000000000..06ac86832 --- /dev/null +++ b/data/glade/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +*.gladep diff --git a/data/glade/Makefile.am b/data/glade/Makefile.am new file mode 100644 index 000000000..1013895d5 --- /dev/null +++ b/data/glade/Makefile.am @@ -0,0 +1,10 @@ +glade_DATA = \ + epiphany.glade \ + prompts.glade \ + toolbar-editor.glade \ + prefs-dialog.glade \ + print.glade + +gladedir = $(pkgdatadir)/glade + +EXTRA_DIST = $(glade_DATA) diff --git a/data/glade/epiphany.glade b/data/glade/epiphany.glade new file mode 100644 index 000000000..520d9217e --- /dev/null +++ b/data/glade/epiphany.glade @@ -0,0 +1,1582 @@ + + + + + + + + 6 + 400 + History + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + False + + + + True + False + 0 + + + + True + GTK_BUTTONBOX_END + + + + True + True + True + GTK_RELIEF_NORMAL + 0 + + + + + True + 0.5 + 0.5 + 0 + 0 + + + + True + False + 2 + + + + True + gtk-clear + 4 + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + C_lear + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + + + + + + + True + True + True + True + gtk-close + True + GTK_RELIEF_NORMAL + -7 + + + + + + 0 + False + True + GTK_PACK_END + + + + + + 6 + True + False + 5 + + + + 6 + True + False + 6 + + + + True + _Find: + True + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + history_entry + + + 0 + False + False + + + + + + True + True + True + True + True + 0 + + True + * + False + + + + 0 + True + True + + + + + + True + _Time: + True + False + GTK_JUSTIFY_CENTER + False + False + 1 + 0.5 + 0 + 0 + history_time_optionmenu + + + 0 + False + False + + + + + + True + True + 0 + + + + + True + + + + True + Ever + True + + + + + + True + Today + True + + + + + + True + Last two days + True + + + + + + True + Last three days + True + + + + + + True + Week + True + + + + + + True + Month + True + + + + + + + 0 + False + False + + + + + 0 + False + False + + + + + + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + True + True + False + False + True + + + + + 0 + True + True + + + + + 0 + True + True + + + + + + + + 6 + Find text... + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + False + + + + True + False + 0 + + + + True + GTK_BUTTONBOX_END + + + + True + True + True + gtk-close + True + GTK_RELIEF_NORMAL + 0 + + + + + + + True + True + True + GTK_RELIEF_NORMAL + 0 + + + + + True + 0.5 + 0.5 + 0 + 0 + + + + True + False + 2 + + + + True + gtk-go-back + 4 + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + _Previous + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + + + + + + + True + True + True + True + GTK_RELIEF_NORMAL + 0 + + + + + True + 0.5 + 0.5 + 0 + 0 + + + + True + False + 2 + + + + True + gtk-go-forward + 4 + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + _Next + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + + + + + + 0 + False + True + GTK_PACK_END + + + + + + 6 + True + False + 0 + + + + True + False + 6 + + + + True + False + 6 + + + + True + <b>Find text in the document:</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 7.45058e-09 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + 0 + False + False + + + + + + True + FindEntry + 10 + + + + True + True + True + True + True + 0 + + True + * + False + + + + + + + 0 + False + False + + + + + + True + True + _Match upper/lower case + True + GTK_RELIEF_NORMAL + False + False + True + + + + 0 + False + False + + + + + + True + True + Automatically _wrap around + True + GTK_RELIEF_NORMAL + False + False + True + + + + 0 + False + False + + + + + 0 + True + True + + + + + 2 + False + False + + + + + + + + 12 + Downloading + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + + + + + True + False + 12 + + + + True + GTK_BUTTONBOX_END + 8 + + + + True + False + True + True + gtk-open + True + GTK_RELIEF_NORMAL + + + + + + + True + False + True + True + _Pause + True + GTK_RELIEF_NORMAL + + + + + + + True + True + True + _Resume + True + GTK_RELIEF_NORMAL + + + + + + + True + True + True + gtk-stop + True + GTK_RELIEF_NORMAL + + + + + + 0 + False + True + GTK_PACK_END + + + + + + True + False + 6 + + + + 100 + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + True + True + False + False + True + + + + + 0 + True + True + + + + + + True + False + 6 + + + + True + True + _Keep the dialog open + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + True + True + + + + + + True + True + GTK_RELIEF_NORMAL + False + False + + + + + True + 0.5 + 0.5 + 0 + 0 + + + + True + False + 2 + + + + True + gtk-dialog-info + 4 + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + Download _details... + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + + + + 0 + False + False + + + + + 0 + False + False + + + + + + + + 0 + False + False + + + + + + True + False + 0 + + + + True + 6 + 2 + False + 6 + 6 + + + + True + <b>Location:</b> + False + True + GTK_JUSTIFY_RIGHT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + 1 + 0 + 1 + fill + + + + + + + True + <b>File:</b> + False + True + GTK_JUSTIFY_RIGHT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + 1 + 1 + 2 + fill + + + + + + + True + <b>Status:</b> + False + True + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + + + 0 + 1 + 2 + 3 + fill + + + + + + + True + <b>Time Elapsed:</b> + False + True + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + + + 0 + 1 + 3 + 4 + fill + + + + + + + True + <b>Time Remaining:</b> + False + True + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + + + 0 + 1 + 4 + 5 + fill + + + + + + + True + + False + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + + + 1 + 2 + 3 + 4 + fill + + + + + + + True + + False + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + + + 1 + 2 + 4 + 5 + fill + + + + + + + True + + False + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + + + 1 + 2 + 2 + 3 + fill + + + + + + + True + GTK_PROGRESS_LEFT_TO_RIGHT + 0 + 0.1 + + + 0 + 2 + 5 + 6 + fill + + + + + 0 + True + True + + + + + 0 + False + True + + + + + 0 + True + True + + + + + + + + 7 + 400 + 300 + Personal data manager + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + False + + + + True + False + 0 + + + + True + GTK_BUTTONBOX_END + + + + True + True + True + gtk-close + True + GTK_RELIEF_NORMAL + -7 + + + + + + 0 + False + True + GTK_PACK_END + + + + + + 5 + True + True + True + True + GTK_POS_TOP + False + False + + + + 12 + True + False + 6 + + + + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + True + True + False + False + True + + + + + 0 + True + True + + + + + + True + GTK_BUTTONBOX_START + 6 + + + + True + False + True + True + gtk-remove + True + GTK_RELIEF_NORMAL + + + + + + True + False + True + True + gtk-properties + True + GTK_RELIEF_NORMAL + + + + + + 0 + False + False + + + + + False + True + + + + + + True + Cookies + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + tab + + + + + + 6 + True + False + 6 + + + + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + True + True + False + False + True + + + + + 0 + True + True + + + + + + True + GTK_BUTTONBOX_START + 6 + + + + True + False + True + True + gtk-remove + True + GTK_RELIEF_NORMAL + + + + + 0 + False + False + + + + + False + True + + + + + + True + Passwords + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + tab + + + + + 0 + True + True + + + + + + + + 6 + Choose the file type action + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + False + False + False + + + + True + False + 12 + + + + True + GTK_BUTTONBOX_END + + + + True + True + True + gtk-save + True + GTK_RELIEF_NORMAL + 0 + + + + + + + True + True + True + gtk-cancel + True + GTK_RELIEF_NORMAL + -6 + + + + + + + True + True + True + True + gtk-open + True + GTK_RELIEF_NORMAL + 0 + + + + + + 0 + False + True + GTK_PACK_END + + + + + + True + False + 6 + + + + True + False + 5 + + + + True + gtk-dialog-question + 6 + 0.5 + 0.5 + 0 + 0 + + + 0 + True + True + + + + + + True + False + 5 + + + + True + <span weight="bold" size="larger">What do you want to do with this file? +</span> +It's not possible to view this file type directly in the browser: + False + True + GTK_JUSTIFY_LEFT + True + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + False + 12 + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + gtk-justify-center + 4 + 0.5 + 0.5 + 0 + 0 + + + 0 + False + True + + + + + + True + DYNAMIC + False + True + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + 0 + True + True + + + + + + True + You can open it with another application or save it on disk. + False + True + GTK_JUSTIFY_LEFT + True + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + 0 + False + False + + + + + 0 + False + False + + + + + 0 + True + True + + + + + + + diff --git a/data/glade/prefs-dialog.glade b/data/glade/prefs-dialog.glade new file mode 100644 index 000000000..4042ddbcc --- /dev/null +++ b/data/glade/prefs-dialog.glade @@ -0,0 +1,3083 @@ + + + + + + + + True + window1 + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + + + + 12 + True + False + 18 + + + + True + False + 6 + + + + True + <b>Home page</b> + True + True + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + homepage_entry + + + 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 + False + 12 + + + + True + _Location: + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + homepage_entry + + + 0 + False + False + + + + + + True + True + True + True + 0 + + True + * + False + + + 0 + True + True + + + + + 0 + False + False + + + + + + True + GTK_BUTTONBOX_END + 6 + + + + True + True + True + Set to _Current Page + True + GTK_RELIEF_NORMAL + + + + + + + True + True + True + Set to _Blank Page + True + GTK_RELIEF_NORMAL + + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + False + False + + + + + + True + False + 6 + + + + True + <b>On New Page</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 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 + Show hom_e page + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + True + Show la_st page + True + GTK_RELIEF_NORMAL + False + False + True + new_page_show_homepage + + + 0 + False + False + + + + + + True + True + Show blan_k page + True + GTK_RELIEF_NORMAL + False + False + True + new_page_show_homepage + + + 0 + False + False + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + False + False + + + + + + True + False + 0 + + + + True + <b>Language</b> + True + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + 12 + True + 3 + 3 + False + 6 + 12 + + + + True + Autodetec_t encoding: + True + False + GTK_JUSTIFY_CENTER + False + False + 1 + 0.5 + 0 + 0 + autocharset_optionmenu + + + 0 + 1 + 0 + 1 + fill + + + + + + + True + _Default encoding: + True + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + default_charset_optionmenu + + + 0 + 1 + 1 + 2 + fill + + + + + + + True + Lan_guage: + True + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + language_optionmenu + + + 0 + 1 + 2 + 3 + fill + + + + + + + True + True + -1 + + + 1 + 2 + 2 + 3 + fill + + + + + + + True + True + -1 + + + 1 + 2 + 1 + 2 + fill + + + + + + + True + True + 0 + + + + True + + + + True + Off + True + + + + + + True + Chinese + True + + + + + + True + East asian + True + + + + + + True + Japanese + True + + + + + + True + Korean + True + + + + + + True + Russian + True + + + + + + True + Simplified Chinese + True + + + + + + True + Traditional Chinese + True + + + + + + True + Ukrainian + True + + + + + + + 1 + 2 + 0 + 1 + + + + + + + True + gtk-select-font + 6 + 0.5 + 0.5 + 0 + 0 + + + 2 + 3 + 0 + 2 + fill + fill + + + + + + True + GTK_BUTTONBOX_DEFAULT_STYLE + 0 + + + + True + True + True + _More... + True + GTK_RELIEF_NORMAL + + + + + + 2 + 3 + 2 + 3 + fill + fill + + + + + 0 + True + True + + + + + 0 + False + False + + + + + + + + True + window2 + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + + + + 12 + True + False + 18 + + + + True + False + 6 + + + + True + <b>Fonts</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + False + 0 + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + 7 + 4 + False + 6 + 12 + + + + True + Siz_e: + True + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + fixed_size_spinbutton + + + 2 + 3 + 4 + 5 + fill + + + + + + + True + True + 1 + 0 + False + GTK_UPDATE_ALWAYS + False + False + 1 0 100 1 10 10 + + + 3 + 4 + 4 + 5 + + + + + + + + True + Si_ze: + True + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + variable_size_spinbutton + + + 2 + 3 + 1 + 2 + fill + + + + + + + True + True + 1 + 0 + False + GTK_UPDATE_ALWAYS + False + False + 0 0 100 1 10 10 + + + 3 + 4 + 1 + 2 + fill + + + + + + + True + _Proportional: + True + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + proportional_optionmenu + + + 0 + 1 + 1 + 2 + fill + + + + + + + True + _Serif: + True + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + combo-entry1 + + + 0 + 1 + 2 + 3 + fill + + + + + + + True + S_ans serif: + True + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + combo-entry2 + + + 0 + 1 + 3 + 4 + fill + + + + + + + True + _Monospace: + True + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + combo-entry5 + + + 0 + 1 + 4 + 5 + fill + + + + + + + True + _Language encoding: + True + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + optionmenu2 + + + 0 + 1 + 0 + 1 + fill + + + + + + + True + True + 0 + + + + + True + + + + True + Western + True + + + + + + True + Central European + True + + + + + + True + Japanese + True + + + + + + True + Traditional Chinese + True + + + + + + True + Simplified Chinese + True + + + + + + True + Korean + True + + + + + + True + Cyrillic + True + + + + + + True + Baltic + True + + + + + + True + Greek + True + + + + + + True + Turkish + True + + + + + + True + Unicode + True + + + + + + True + Thai + True + + + + + + True + Hebrew + True + + + + + + True + Arabic + True + + + + + + + 1 + 2 + 0 + 1 + fill + + + + + + + True + True + 0 + + + + + + + True + Serif + True + + + + + + True + Sans Serif + True + + + + + + + 1 + 2 + 1 + 2 + + + + + + + True + False + 5 + + + + True + True + Always us_e these fonts + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + True + True + + + + + + True + Min_imum font size: + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + min_size_spinbutton + + + 0 + False + False + + + + + + True + True + 1 + 0 + False + GTK_UPDATE_ALWAYS + False + False + 0 0 100 1 10 10 + + + 0 + False + True + + + + + 0 + 4 + 6 + 7 + fill + + + + + + True + False + True + False + True + False + + + + True + True + False + True + 0 + + True + * + False + + + + + + True + GTK_SELECTION_BROWSE + + + + + 1 + 2 + 2 + 3 + + + + + + + True + False + True + False + True + False + + + + True + True + False + True + 0 + + True + * + False + + + + + + True + GTK_SELECTION_BROWSE + + + + + 1 + 2 + 3 + 4 + + + + + + + True + False + True + False + True + False + + + + True + True + False + True + 0 + + True + * + False + + + + + + True + GTK_SELECTION_BROWSE + + + + + 1 + 2 + 4 + 5 + + + + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + 1 + 5 + 6 + fill + + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + False + False + + + + + + True + False + 0 + + + + True + False + 6 + + + + True + <b>Colors</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 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 + False + 6 + + + + True + True + True + False + Pick the background color + + + 0 + False + False + + + + + + True + _Background + True + False + GTK_JUSTIFY_CENTER + False + False + 1 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + 0 + True + True + + + + + + True + False + 6 + + + + True + True + True + False + Pick the text color + + + 0 + False + False + + + + + + True + _Text + True + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + 0 + True + True + + + + + + True + True + Use s_ystem colors + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + True + Al_ways use these colors + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + True + True + + + + + + True + False + 6 + + + + True + <b>Links</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 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 + False + 6 + + + + True + True + True + False + Pick the unvisited link color + + + 0 + False + False + + + + + + True + _Unvisited link + True + False + GTK_JUSTIFY_CENTER + False + False + 1 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + 0 + False + True + + + + + + True + False + 6 + + + + True + True + True + False + Pick the visited link color + + + 0 + False + False + + + + + + True + _Visited link + True + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + 0 + False + True + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + False + False + + + + + + + + True + window1 + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + + + + 12 + True + False + 18 + + + + True + False + 6 + + + + True + <b>Tabs</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 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 + _Open in tabs by default + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + True + _Jump to new tabs automatically + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + True + Open _popups in tabs + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + False + False + + + + + + True + False + 6 + + + + True + <b>Spinner</b> + True + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + False + 0 + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + 160 + True + True + GTK_SELECTION_SINGLE + 78 + 4 + 2 + 2 + False + False + + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + False + True + + + + + + + + True + window1 + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + + + + 12 + True + False + 18 + + + + True + False + 6 + + + + True + <b>Caches</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + False + 0 + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + True + + + + + + True + False + 12 + + + + True + False + 6 + + + + True + _Compare page: + True + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + True + Once per _session + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + True + E_very time + True + GTK_RELIEF_NORMAL + False + False + True + cache_compare_radiobutton + + + 0 + False + False + + + + + + True + True + _Never + True + GTK_RELIEF_NORMAL + False + False + True + cache_compare_radiobutton + + + 0 + False + False + + + + + + True + True + _Automatically + True + GTK_RELIEF_NORMAL + False + False + True + cache_compare_radiobutton + + + 0 + False + False + + + + + 0 + True + True + + + + + + True + 2 + 4 + False + 6 + 12 + + + + True + kB + False + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + + + 2 + 3 + 0 + 1 + + + + + + + + True + kB + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 2 + 3 + 1 + 2 + + + + + + + + True + Dis_k cache: + True + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + disk_cache_spin + + + 0 + 1 + 0 + 1 + fill + + + + + + + True + Memor_y cache: + True + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + memory_cache_spin + + + 0 + 1 + 1 + 2 + fill + + + + + + + True + True + 1 + 0 + False + GTK_UPDATE_ALWAYS + False + False + 1 0 1e+06 1000 10 10 + + + 1 + 2 + 1 + 2 + + + + + + + True + True + 1 + 0 + False + GTK_UPDATE_ALWAYS + False + False + 1 0 1e+06 1000 10 10 + + + 1 + 2 + 0 + 1 + + + + + + + True + True + Clear _Memory Cache + True + GTK_RELIEF_NORMAL + + + + 3 + 4 + 1 + 2 + + + + + + + + True + True + Clear _Disk Cache + True + GTK_RELIEF_NORMAL + + + + 3 + 4 + 0 + 1 + fill + + + + + + 0 + False + False + + + + + 0 + False + False + + + + + 0 + False + False + + + + + 0 + False + False + + + + + + + + True + window2 + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + + + + 12 + True + False + 18 + + + + True + False + 6 + + + + True + <b>Cookies</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 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 + _Always accept + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + True + Accept _from current server only + True + GTK_RELIEF_NORMAL + False + False + True + cookies_radiobutton + + + 0 + False + False + + + + + + True + True + _Never accept + True + GTK_RELIEF_NORMAL + False + False + True + cookies_radiobutton + + + 0 + False + False + + + + + + True + True + _Warn before accepting a cookie + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + True + Coo_kies expire at the end of the session + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + False + True + + + + + + True + False + 6 + + + + True + <b>Images</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 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 + _Always load + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + True + _Load from current server only + True + GTK_RELIEF_NORMAL + False + False + True + images_radiobutton + + + 0 + False + False + + + + + + True + True + _Never load + True + GTK_RELIEF_NORMAL + False + False + True + images_radiobutton + + + 0 + False + False + + + + + 0 + False + False + + + + + 0 + True + True + + + + + 0 + False + False + + + + + + True + False + 6 + + + + True + <b>Others</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + False + 0 + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + 3 + 2 + False + 6 + 6 + + + + True + True + Allow _Java (requires plugin) + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + 1 + 1 + 2 + fill + + + + + + + True + True + Allow Java_Script + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + 1 + 2 + 3 + fill + + + + + + + True + True + Allow _popups + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + 1 + 0 + 1 + fill + + + + + + + True + True + Allow statusbar _messages + True + GTK_RELIEF_NORMAL + False + False + True + + + 1 + 2 + 0 + 1 + fill + + + + + + + True + True + _Remember passwords + True + GTK_RELIEF_NORMAL + False + False + True + + + 1 + 2 + 1 + 2 + fill + + + + + + 0 + False + False + + + + + 0 + True + True + + + + + 0 + False + False + + + + + + + + 6 + 300 + Languages editor + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + False + + + + True + False + 0 + + + + True + GTK_BUTTONBOX_END + + + + True + True + True + gtk-add + True + GTK_RELIEF_NORMAL + 0 + + + + + + True + True + True + gtk-remove + True + GTK_RELIEF_NORMAL + 0 + + + + + + True + True + True + gtk-close + True + GTK_RELIEF_NORMAL + -7 + + + + + + 0 + False + True + GTK_PACK_END + + + + + + 6 + True + False + 6 + + + + True + False + 6 + + + + True + Language + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + True + -1 + + + 0 + True + True + + + + + 0 + False + True + + + + + + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + True + True + False + False + True + + + + + 0 + True + True + + + + + 0 + True + True + + + + + + + diff --git a/data/glade/print.glade b/data/glade/print.glade new file mode 100644 index 000000000..66a55bef0 --- /dev/null +++ b/data/glade/print.glade @@ -0,0 +1,1573 @@ + + + + + + + + 7 + True + Print + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + False + + + + True + False + 6 + + + + True + GTK_BUTTONBOX_END + + + + True + True + True + gtk-print-preview + True + GTK_RELIEF_NORMAL + 50 + + + + + + + True + True + True + gtk-cancel + True + GTK_RELIEF_NORMAL + -6 + + + + + + + True + True + True + True + gtk-print + True + GTK_RELIEF_NORMAL + -5 + + + + + + 0 + False + True + GTK_PACK_END + + + + + + 5 + True + True + True + True + GTK_POS_TOP + False + 2 + 2 + False + + + + 12 + True + False + 18 + + + + True + False + 6 + + + + True + <b>Printer</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + False + 0 + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + 2 + 2 + False + 6 + 12 + + + + True + True + _Printer + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + 1 + 0 + 1 + fill + + + + + + + True + True + _File + True + GTK_RELIEF_NORMAL + False + False + True + printer_radiobutton + + + 0 + 1 + 1 + 2 + fill + + + + + + + True + True + True + True + 0 + lpr + True + * + False + + + 1 + 2 + 0 + 1 + + + + + + + True + 10 + Choose a file to print to + False + False + + + + True + True + True + True + 0 + + True + * + False + + + + + 1 + 2 + 1 + 2 + + + + + + 0 + False + False + + + + + 0 + True + True + + + + + 0 + False + False + + + + + + True + False + 6 + + + + True + <b>Pages range</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + False + 0 + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + 3 + 2 + False + 6 + 6 + + + + True + True + _All pages + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + 1 + 0 + 1 + fill + + + + + + + True + True + Pa_ges + True + GTK_RELIEF_NORMAL + False + False + True + all_pages_radiobutton + + + 0 + 1 + 2 + 3 + fill + + + + + + + True + False + 5 + + + + True + from: + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + True + 1 + 0 + False + GTK_UPDATE_ALWAYS + False + False + 1 0 100 1 10 10 + + + 0 + False + True + + + + + + True + to: + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + True + 1 + 0 + False + GTK_UPDATE_ALWAYS + False + False + 1 0 100 1 10 10 + + + 0 + False + True + + + + + 1 + 2 + 2 + 3 + fill + + + + + + True + True + _Selection + True + GTK_RELIEF_NORMAL + False + False + True + all_pages_radiobutton + + + 0 + 1 + 1 + 2 + fill + + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + False + True + + + + + False + True + + + + + + True + General + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + tab + + + + + + 12 + True + False + 18 + + + + True + False + 6 + + + + True + <b>Size</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + False + 0 + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + True + 6 + + + + True + True + _Letter (8.5" x 11") + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + True + L_egal (8.5" x 14") + True + GTK_RELIEF_NORMAL + False + False + True + letter_radiobutton + + + 0 + False + False + + + + + + True + True + E_xecutive (7.25" x 10.5") + True + GTK_RELIEF_NORMAL + False + False + True + letter_radiobutton + + + 0 + False + False + + + + + + True + True + A_4 (8.27" x 11.69") + True + GTK_RELIEF_NORMAL + True + False + True + letter_radiobutton + + + 0 + False + False + + + + + 0 + True + True + + + + + + True + gtk-dnd + 6 + 0.5 + 0.5 + 0 + 0 + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + False + False + + + + + + True + False + 6 + + + + True + <b>Orientation</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 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 + 0 + + + + True + True + P_ortrait + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + True + Lan_dscape + True + GTK_RELIEF_NORMAL + False + False + True + orient_p_radiobutton + + + 0 + False + False + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + False + False + + + + + False + True + + + + + + True + Paper Details + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + tab + + + + + + 12 + True + False + 18 + + + + True + False + 18 + + + + True + False + 6 + + + + True + <b>Margins (inches)</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + False + 0 + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + 4 + 2 + False + 6 + 6 + + + + True + _Bottom + True + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + bottom_spinbutton + + + 0 + 1 + 1 + 2 + fill + + + + + + + True + Le_ft + True + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + left_spinbutton + + + 0 + 1 + 2 + 3 + fill + + + + + + + True + _Right + True + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + right_spinbutton + + + 0 + 1 + 3 + 4 + fill + + + + + + + True + _Top + True + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + top_spinbutton + + + 0 + 1 + 0 + 1 + fill + + + + + + + True + True + 0.1 + 1 + True + GTK_UPDATE_ALWAYS + False + False + 0.6 0 100 0.1 10 10 + + + 1 + 2 + 1 + 2 + + + + + + + True + True + 0.1 + 1 + True + GTK_UPDATE_ALWAYS + False + False + 0.5 0 100 0.1 10 10 + + + 1 + 2 + 2 + 3 + + + + + + + True + True + 0.1 + 1 + True + GTK_UPDATE_ALWAYS + False + False + 0.3 0 100 0.1 10 10 + + + 1 + 2 + 0 + 1 + + + + + + + True + True + 0.1 + 1 + True + GTK_UPDATE_ALWAYS + False + False + 0.5 0 100 0.1 10 10 + + + 1 + 2 + 3 + 4 + + + + + + 0 + False + False + + + + + 0 + True + True + + + + + 0 + False + False + + + + + + True + False + 6 + + + + True + <b>Colors</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 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 + _Color + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + True + G_rayscale + True + GTK_RELIEF_NORMAL + False + False + True + print_color_radiobutton + + + 0 + False + False + + + + + + True + gtk-select-color + 6 + 0.5 + 0.5 + 0 + 0 + + + 0 + True + True + + + + + 0 + False + False + + + + + 0 + True + True + + + + + 0 + True + False + + + + + 0 + False + True + + + + + + True + False + 0 + + + + True + False + 6 + + + + True + <b>Footers</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 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 + Page nu_mbers + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + True + _Date + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + 0 + True + True + + + + + 0 + False + False + + + + + 0 + True + True + + + + + + True + False + 6 + + + + True + <b>Headers</b> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 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 + P_age Title + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + + True + True + Page _URL + True + GTK_RELIEF_NORMAL + False + False + True + + + 0 + False + False + + + + + 0 + False + False + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + True + True + + + + + False + True + + + + + + True + Appearance + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + tab + + + + + 0 + True + True + + + + + + + diff --git a/data/glade/prompts.glade b/data/glade/prompts.glade new file mode 100644 index 000000000..e13a51e70 --- /dev/null +++ b/data/glade/prompts.glade @@ -0,0 +1,722 @@ + + + + + + + 6 + + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + 350 + True + False + False + + + + True + False + 8 + + + + True + GTK_BUTTONBOX_END + + + + True + True + True + gtk-cancel + True + GTK_RELIEF_NORMAL + -6 + + + + + + True + True + True + True + gtk-ok + True + GTK_RELIEF_NORMAL + -5 + + + + + 0 + False + True + GTK_PACK_END + + + + + + 6 + True + 4 + 3 + False + 6 + 12 + + + + True + True + DYNAMIC + True + GTK_RELIEF_NORMAL + False + False + True + + + 2 + 3 + 3 + 4 + fill + + + + + + + True + True + True + False + 0 + + True + * + True + + + 2 + 3 + 2 + 3 + + + + + + + True + True + True + True + True + 0 + + True + * + True + + + 2 + 3 + 1 + 2 + + + + + + + True + Password + False + False + GTK_JUSTIFY_CENTER + False + False + 1 + 0.5 + 0 + 0 + + + 1 + 2 + 2 + 3 + fill + + + + + + + True + Username + False + False + GTK_JUSTIFY_CENTER + False + False + 1 + 0.5 + 0 + 0 + + + 1 + 2 + 1 + 2 + fill + + + + + + + True + DYNAMIC + False + False + GTK_JUSTIFY_FILL + False + False + 0 + 0.5 + 0 + 0 + + + 1 + 3 + 0 + 1 + + + + + + True + gtk-dialog-question + 6 + 0.5 + 0.5 + 0 + 0 + + + 0 + 1 + 0 + 3 + fill + fill + + + + + 0 + True + True + + + + + + + + 6 + + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + 350 + True + False + False + + + + True + False + 8 + + + + True + GTK_BUTTONBOX_END + + + + True + True + True + gtk-cancel + True + GTK_RELIEF_NORMAL + -6 + + + + + + True + True + True + True + gtk-ok + True + GTK_RELIEF_NORMAL + -5 + + + + + 0 + False + True + GTK_PACK_END + + + + + + 6 + True + 2 + 3 + False + 6 + 12 + + + + True + True + True + True + True + True + 0 + + True + * + True + + + 2 + 3 + 0 + 1 + fill + + + + + + True + DYNAMIC + False + False + GTK_JUSTIFY_CENTER + False + False + 1 + 0.5 + 0 + 0 + + + 1 + 2 + 0 + 1 + fill + + + + + + True + True + DYNAMIC + True + GTK_RELIEF_NORMAL + False + False + True + + + 2 + 3 + 1 + 2 + expand + + + + + + True + gtk-dialog-question + 6 + 0.5 + 0.5 + 0 + 0 + + + 0 + 1 + 0 + 1 + fill + fill + + + + + 0 + True + True + + + + + + + + 6 + + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + 350 + True + False + False + + + + True + False + 8 + + + + True + GTK_BUTTONBOX_END + + + + True + True + True + gtk-cancel + True + GTK_RELIEF_NORMAL + -6 + + + + + + True + True + True + True + gtk-ok + True + GTK_RELIEF_NORMAL + -5 + + + + + 0 + False + True + GTK_PACK_END + + + + + + True + DYNAMIC + False + False + GTK_JUSTIFY_FILL + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + 6 + True + 2 + 3 + False + 6 + 12 + + + + True + Password + False + False + GTK_JUSTIFY_CENTER + False + False + 1 + 0.5 + 0 + 0 + + + 1 + 2 + 0 + 1 + fill + + + + + + True + True + DYNAMIC + True + GTK_RELIEF_NORMAL + False + False + True + + + 2 + 3 + 1 + 2 + expand + + + + + + True + gtk-dialog-question + 6 + 0.5 + 0.5 + 0 + 0 + + + 0 + 1 + 0 + 1 + fill + fill + + + + + + True + True + True + True + False + 0 + + True + * + True + + + 2 + 3 + 0 + 1 + fill + + + + + 0 + True + True + + + + + + + + 6 + + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + False + + + + True + False + 8 + + + + True + GTK_BUTTONBOX_END + + + + True + True + True + gtk-cancel + True + GTK_RELIEF_NORMAL + -6 + + + + + + True + True + True + True + gtk-ok + True + GTK_RELIEF_NORMAL + -5 + + + + + 0 + False + True + GTK_PACK_END + + + + + + 6 + True + 2 + 2 + False + 6 + 12 + + + + True + DYNAMIC + False + False + GTK_JUSTIFY_FILL + True + False + 7.45058e-09 + 0.5 + 0 + 0 + + + 1 + 2 + 0 + 1 + fill + + + + + + True + gtk-dialog-question + 6 + 0.5 + 0.5 + 0 + 0 + + + 0 + 1 + 0 + 2 + fill + shrink|fill + + + + + + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_NONE + GTK_CORNER_TOP_LEFT + + + + True + True + True + False + False + True + + + + + 1 + 2 + 1 + 2 + + + + + 0 + True + True + + + + + + + diff --git a/data/glade/toolbar-editor.glade b/data/glade/toolbar-editor.glade new file mode 100644 index 000000000..b5c4704d3 --- /dev/null +++ b/data/glade/toolbar-editor.glade @@ -0,0 +1,418 @@ + + + + + + + 6 + True + Toolbar Editor + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + False + False + + + + 450 + 350 + True + False + 0 + + + + True + GTK_BUTTONBOX_END + + + + True + True + GTK_RELIEF_NORMAL + 0 + + + + True + 0.5 + 0.5 + 0 + 0 + + + + True + False + 2 + + + + True + gtk-revert-to-saved + 4 + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + _Reset to defaults + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + + + + + + + True + True + gtk-undo + True + GTK_RELIEF_NORMAL + 0 + + + + + + True + True + True + gtk-close + True + GTK_RELIEF_NORMAL + 0 + + + + + 0 + False + True + GTK_PACK_END + + + + + + 6 + True + False + 6 + + + + True + False + 6 + + + + True + <b>_Available Controls</b> + True + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + True + False + False + False + True + + + + + 0 + True + True + + + + + 0 + True + True + + + + + + True + False + 0 + + + + + + + + True + 3 + 3 + False + 0 + 0 + + + + True + False + True + GTK_RELIEF_NONE + + + + True + GTK_ARROW_UP + GTK_SHADOW_OUT + 0.5 + 0.5 + 0 + 0 + + + + + 1 + 2 + 0 + 1 + + + + + + + + True + False + True + GTK_RELIEF_NONE + + + + True + GTK_ARROW_RIGHT + GTK_SHADOW_OUT + 0.5 + 0.5 + 0 + 0 + + + + + 2 + 3 + 1 + 2 + + + + + + + + True + False + True + GTK_RELIEF_NONE + + + + True + GTK_ARROW_DOWN + GTK_SHADOW_OUT + 0.5 + 0.5 + 0 + 0 + + + + + 1 + 2 + 2 + 3 + + + + + + + + True + False + True + GTK_RELIEF_NONE + + + + True + GTK_ARROW_LEFT + GTK_SHADOW_OUT + 0.5 + 0.5 + 0 + 0 + + + + + 0 + 1 + 1 + 2 + + + + + + + 0 + True + False + + + + + + + + + 4 + False + False + + + + + + True + False + 6 + + + + True + <b>Cu_rrent Controls</b> + True + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + True + False + False + False + True + + + + + 0 + True + True + + + + + 0 + True + True + + + + + 0 + True + True + + + + + + + diff --git a/data/start_here.html b/data/start_here.html new file mode 100644 index 000000000..73a0e908e --- /dev/null +++ b/data/start_here.html @@ -0,0 +1,23 @@ + + + + +

Welcome ...

+

Smart Bookmarks

+

+Right click the icon and choose "Add Bookmark" from the menu list. +

+
+
  • + +Search the web - Google + +
  • +
  • + +Search images - Google + +
  • + + + diff --git a/data/ui/.cvsignore b/data/ui/.cvsignore new file mode 100644 index 000000000..765506f45 --- /dev/null +++ b/data/ui/.cvsignore @@ -0,0 +1,4 @@ +Makefile +Makefile.in +epiphany-ui.xml +nautilus-epiphany-view.xml diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am new file mode 100644 index 000000000..658ebf3f1 --- /dev/null +++ b/data/ui/Makefile.am @@ -0,0 +1,11 @@ +uixmldir = $(datadir)/gnome-2.0/ui +uixml_in_files = epiphany-ui.xml.in \ + nautilus-epiphany-view.xml.in + +uixml_DATA = $(uixml_in_files:.xml.in=.xml) + +@INTLTOOL_XML_RULE@ + +EXTRA_DIST = $(uixml_in_files) + +CLEANFILES = $(uixml_DATA) diff --git a/data/ui/epiphany-ui.xml.in b/data/ui/epiphany-ui.xml.in new file mode 100644 index 000000000..cb966a4e4 --- /dev/null +++ b/data/ui/epiphany-ui.xml.in @@ -0,0 +1,454 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/ui/nautilus-epiphany-view.xml.in b/data/ui/nautilus-epiphany-view.xml.in new file mode 100644 index 000000000..d46e5f9f4 --- /dev/null +++ b/data/ui/nautilus-epiphany-view.xml.in @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3