From 5df7af9e3041102a5f5601d60faa11c38b48de75 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Sun, 25 Jul 2010 01:59:55 +0200 Subject: gsettings: port epiphany to gsettings Adds our own schemas, a migration file and removes old gconf API and files. Bug #624485 --- data/Makefile.am | 37 +-- data/epiphany-lockdown.schemas.in | 119 ------- data/epiphany.convert | 56 ++++ data/epiphany.schemas.in | 536 -------------------------------- data/glade/prefs-dialog.ui | 17 +- data/org.gnome.epiphany.gschema.xml.in | 237 ++++++++++++++ data/ui/epiphany-bookmark-editor-ui.xml | 2 +- 7 files changed, 321 insertions(+), 683 deletions(-) delete mode 100644 data/epiphany-lockdown.schemas.in create mode 100644 data/epiphany.convert delete mode 100644 data/epiphany.schemas.in create mode 100644 data/org.gnome.epiphany.gschema.xml.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 87f8c1d8e..e6ab83e4a 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -2,16 +2,21 @@ SUBDIRS = art glade icons ui @INTLTOOL_SERVER_RULE@ @INTLTOOL_DESKTOP_RULE@ -@INTLTOOL_SCHEMAS_RULE@ -@INTLTOOL_XML_RULE@ desktop_in_files = epiphany.desktop.in.in bme.desktop.in.in desktopdir = $(datadir)/applications desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop) -schemadir = $(GCONF_SCHEMA_FILE_DIR) -schema_in_files = epiphany.schemas.in epiphany-lockdown.schemas.in -schema_DATA = $(schema_in_files:.schemas.in=.schemas) +convertdir = $(datarootdir)/GConf/gsettings +convert_DATA = epiphany.convert + +gsettings_ENUM_NAMESPACE = org.gnome.Epiphany +gsettings_ENUM_FILES = $(top_srcdir)/lib/ephy-prefs.h + +gsettings_files = org.gnome.epiphany.gschema.xml.in +gsettings_SCHEMAS = $(gsettings_files:.xml.in=.xml) +@INTLTOOL_XML_NOMERGE_RULE@ +@GSETTINGS_RULES@ aboutdir = $(pkgdatadir) about_DATA = epiphany.xhtml @@ -53,19 +58,9 @@ $(default_bookmarks_DATA): $(default_bookmarks_in_files) Makefile $(INTLTOOL_MER sed -e "s|\@pkgdatadir\@|$(pkgdatadir)|g" $@.tmp > $@ || rm -f $@.tmp rm -f $@.tmp -install-data-local: $(schema_DATA) -if GCONF_SCHEMAS_INSTALL - if test -z "$(DESTDIR)" ; then \ - for p in $^ ; do \ - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p 2>&1 > /dev/null; \ - done \ - fi -endif - EXTRA_DIST = \ $(aboutdialog_DATA) \ $(service_in_files) \ - $(schema_in_files) \ $(desktop_in_files) \ $(about_DATA) \ $(mimepermission_DATA) \ @@ -74,12 +69,14 @@ EXTRA_DIST = \ $(service_DATA) \ $(m4data_DATA) \ $(default_bookmarks_in_files) \ + $(gsettings_files) \ + $(convert_DATA) \ epiphany-service.xml \ check-mime.py DISTCLEANFILES = \ - $(service_DATA) \ - $(schema_in_files:.schemas.in=.schemas) \ - $(pkgconfig_DATA) \ - $(desktop_DATA) \ - $(default_bookmarks_DATA) + $(service_DATA) \ + $(pkgconfig_DATA) \ + $(desktop_DATA) \ + $(default_bookmarks_DATA) \ + $(gsettings_SCHEMAS) diff --git a/data/epiphany-lockdown.schemas.in b/data/epiphany-lockdown.schemas.in deleted file mode 100644 index f2959c293..000000000 --- a/data/epiphany-lockdown.schemas.in +++ /dev/null @@ -1,119 +0,0 @@ - - - - /schemas/apps/epiphany/lockdown/disable_javascript_chrome - /apps/epiphany/lockdown/disable_javascript_chrome - epiphany - bool - false - - Disable JavaScript chrome control - Disable JavaScript's control over window chrome. - - - - /schemas/apps/epiphany/lockdown/hide_menubar - /apps/epiphany/lockdown/hide_menubar - epiphany - bool - false - - Hide menubar by default - Hide the menubar by default. - - - - /schemas/apps/epiphany/lockdown/disable_unsafe_protocols - /apps/epiphany/lockdown/disable_unsafe_protocols - epiphany - bool - false - - Disable unsafe protocols - Disables loading of content from unsafe protocols. Safe protocols - are http and https. - - - - /schemas/apps/epiphany/lockdown/additional_safe_protocols - /apps/epiphany/lockdown/additional_safe_protocols - epiphany - list - string - [] - - Additional safe protocols - A list of protocols to be considered safe in addition to the - default, when disable_unsafe_protocols is enabled. - - - - /schemas/apps/epiphany/lockdown/disable_arbitrary_url - /apps/epiphany/lockdown/disable_arbitrary_url - epiphany - bool - 0 - - Disable arbitrary URLs - Disable the user's ability to type in a URL to Epiphany. - - - - /schemas/apps/epiphany/lockdown/disable_bookmark_editing - /apps/epiphany/lockdown/disable_bookmark_editing - epiphany - bool - 0 - - Disable bookmark editing - Disable the user's ability to add or edit bookmarks. - - - - /schemas/apps/epiphany/lockdown/disable_toolbar_editing - /apps/epiphany/lockdown/disable_toolbar_editing - epiphany - bool - 0 - - Disable toolbar editing - Disable the user's ability to edit toolbars. - - - - /schemas/apps/epiphany/lockdown/disable_history - /apps/epiphany/lockdown/disable_history - epiphany - bool - 0 - - Disable history - Disable all historical information by disabling back and - forward navigation, not allowing the history dialog and hiding the - most used bookmarks list. - - - - /schemas/apps/epiphany/lockdown/fullscreen - /apps/epiphany/lockdown/fullscreen - epiphany - bool - 0 - - Lock in fullscreen mode - Locks Epiphany in fullscreen mode. - - - - /schemas/apps/epiphany/lockdown/disable_quit - /apps/epiphany/lockdown/disable_quit - epiphany - bool - 0 - - Epiphany cannot quit - User is not allowed to close Epiphany - - - - diff --git a/data/epiphany.convert b/data/epiphany.convert new file mode 100644 index 000000000..c938c7639 --- /dev/null +++ b/data/epiphany.convert @@ -0,0 +1,56 @@ +[org.gnome.Epiphany] +homepage-url = /apps/epiphany/general/homepage +user-agent = /apps/epiphany/general/user_agent +cache-size = /apps/epiphany/web/cache_size +new-windows-in-tabs = /apps/epiphany/general/open_new_windows_in_tab +automatic-downloads = /apps/epiphany/general/automatic_downloads +warn-on-close-unsubmitted-data = /apps/epiphany/dialogs/warn_on_close_unsubmitted_data +middle-click-opens-url = /apps/epiphany/general/middle_click_open_url +remember-passwords = /apps/epiphany/general/remember_passwords +keyword-search-url = /apps/epiphany/general/url_search +managed-network = /apps/epiphany/general/managed_network +enable-smooth-scrolling = /apps/epiphany/web/smooth_scroll +enable-web-inspector = /apps/epiphany/web/inspector_enabled +enable-caret-browsing = /apps/epiphany/web/browse_with_caret +enabled-extensions = /apps/epiphany/general/active_extensions + +[org.gnome.Epiphany.ui] +always-show-tabs-bar = /apps/epiphany/general/always_show_tabs_bar +show-toolbars = /apps/epiphany/general/show_toolbars +show-bookmarks-bar = /apps/epiphany/general/show_bookmarks_bar +toolbar-style = /apps/epiphany/general/toolbar_style +downloads-hidden = /apps/epiphany/dialogs/downloads_hidden + +[org.gnome.Epiphany.web] +min-font-size = /apps/epiphany/web/minimum_font_size +language = /apps/epiphany/web/language +use-own-fonts = /apps/epiphany/web/use_own_fonts +use-own-colors = /apps/epiphany/web/use_own_colors +enable-user-css = /apps/epiphany/web/user_css_enabled +enable-popups = /apps/epiphany/web/allow_popups +enable-plugins = /apps/epiphany/web/plugins_enabled +enable-javascript = /apps/epiphany/web/javascript_enabled +image-animation-mode = /apps/epiphany/web/image_animation +default-encoding = /apps/epiphany/web/default_encoding + +[org.gnome.Epiphany.state] +save-dir = /apps/epiphany/directories/save +save-image-dir = /apps/epiphany/directories/saveimage +open-dir = /apps/epiphany/directories/open +download-dir = /apps/epiphany/directories/downloads_folder +upload-dir = /apps/epiphany/directories/upload +recent-encodings =/apps/epiphany/general/recent_encodings + +[org.gnome.Epiphany.lockdown] +disable-fullscreen = /apps/epiphany/lockdown/fullscreen +disable-arbitrary-url = /apps/epiphany/lockdown/disable_arbitrary_url +disable-bookmark-editing = /apps/epiphany/lockdown/disable_bookmark_editing +disable-toolbar-editing = /apps/epiphany/lockdown/disable_toolbar_editing +disable-history = /apps/epiphany/lockdown/disable_history +disable-save-to-disk = /desktop/gnome/lockdown/disable_save_to_disk +disable-printing = /desktop/gnome/lockdown/disable_printing +disable-print-setup = /desktop/gnome/lockdown/disable_print_setup +disable-command-line = /desktop/gnome/lockdown/disable_command_line +disable-quit = /apps/epiphany/lockdown/disable_quit +disable-javascript-chrome = /apps/epiphany/lockdown/disable_javascript_chrome +disable-menubar = /apps/epiphany/lockdown/hide_menubar diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in deleted file mode 100644 index 359b7a971..000000000 --- a/data/epiphany.schemas.in +++ /dev/null @@ -1,536 +0,0 @@ - - - - /schemas/apps/epiphany/general/homepage - /apps/epiphany/general/homepage - epiphany - string - http://www.google.com - - Home page - Address of the user's home page. - - - - /schemas/apps/epiphany/general/url_search - /apps/epiphany/general/url_search - epiphany - string - http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8 - - URL Search - Search string for keywords entered in the URL bar. - - - - /schemas/apps/epiphany/dialogs/history_date_filter - /apps/epiphany/dialogs/history_date_filter - epiphany - string - ever - - History pages time range - Show the history pages visited "ever", - "last_two_days", "last_three_days", "today". - - - - - /schemas/apps/epiphany/dialogs/bookmarks_view_details - /apps/epiphany/dialogs/bookmarks_view_details - epiphany - list - string - [title] - - The bookmark information shown in the editor view - - The bookmark information shown in the editor view. Valid values - in the list are "address" and "title". - - - - - /schemas/apps/epiphany/dialogs/history_view_details - /apps/epiphany/dialogs/history_view_details - epiphany - list - string - [ViewTitle,ViewAddress] - - The page information shown in the history view - - The page information shown in the history view. Valid values - in the list are "ViewTitle", "ViewAddress" and "ViewDateTime". - - - - - /schemas/apps/epiphany/dialogs/preferences_font_language - /apps/epiphany/dialogs/preferences_font_language - epiphany - string - - x-western - The currently selected fonts language - - The currently selected fonts language. Valid values are "ar" (arabic), - "x-baltic" (baltic languages), "x-central-euro" (central european languages), - "x-cyrillic" (languages written with cyrillic alphabet), "el" (greek), - "he" (hebrew), "ja" (japanese), "ko" (korean), "zh-CN" (simplified chinese), - "th" (thai), "zh-TW" (traditional chinese), "tr" (turkish), "x-unicode" (other - languages), "x-western" (languages written in latin script), "x-tamil" (tamil) - and "x-devanagari" (devanagari). - - - - - /schemas/apps/epiphany/web/smooth_scroll - /apps/epiphany/web/smooth_scroll - epiphany - bool - false - - Enable smooth scrolling - - - - /schemas/apps/epiphany/general/user_agent - /apps/epiphany/general/user_agent - epiphany - string - - - User agent - String that will be used as user agent, to identify the browser to the web servers. - - - - /schemas/apps/epiphany/web/minimum_font_size - /apps/epiphany/web/minimum_font_size - epiphany - int - 7 - - Minimum font size - - - - /schemas/apps/epiphany/web/use_own_colors - /apps/epiphany/web/use_own_colors - epiphany - bool - false - - Use own colors - Use your own colors instead of the colors the page - requests. - - - - /schemas/apps/epiphany/web/use_own_fonts - /apps/epiphany/web/use_own_fonts - epiphany - bool - false - - Use own fonts - Use your own fonts instead of the fonts the page - requests. - - - - /schemas/apps/epiphany/general/always_show_tabs_bar - /apps/epiphany/general/always_show_tabs_bar - epiphany - bool - false - - Always show the tab bar - Show the tab bar also when there is only one tab open. - - - - /schemas/apps/epiphany/general/automatic_downloads - /apps/epiphany/general/automatic_downloads - epiphany - bool - true - - Automatic downloads - When files cannot be opened by the browser they are - automatically downloaded to the download folder and opened - with the appropriate application. - - - - /schemas/apps/epiphany/general/middle_click_open_url - /apps/epiphany/general/middle_click_open_url - epiphany - bool - false - - Middle click to open the web page pointed to by the currently - selected text - Middle clicking on the main view pane will open the web page - pointed to by the currently selected text. - - - - /schemas/apps/epiphany/general/toolbar_style - /apps/epiphany/general/toolbar_style - epiphany - string - - - Toolbar style - Toolbar style. Allowed values are "" (use GNOME default style), - "both" (text and icons), "both-horiz" (text besides icons), - "icons", and "text". - - - - /schemas/apps/epiphany/general/open_new_windows_in_tab - /apps/epiphany/general/open_new_windows_in_tab - epiphany - bool - false - - Force new windows to be opened in tabs - Force new window requests to be opened in tabs instead - of using a new window. - - - - /schemas/apps/epiphany/general/show_toolbars - /apps/epiphany/general/show_toolbars - epiphany - bool - true - - Show toolbars by default - - - - /schemas/apps/epiphany/general/show_bookmarks_bar - /apps/epiphany/general/show_bookmarks_bar - epiphany - bool - false - - Show bookmarks bar by default - - - - /schemas/apps/epiphany/general/show_statusbar - /apps/epiphany/general/show_statusbar - epiphany - bool - true - - Show statusbar by default - - - - /schemas/apps/epiphany/general/active_extensions - /apps/epiphany/general/active_extensions - epiphany - list - string - [extensions-manager-ui] - - Active extensions - Lists the active extensions. - - - - /schemas/apps/epiphany/web/default_encoding - /apps/epiphany/web/default_encoding - epiphany - string - - ISO-8859-1 - Default encoding - Default encoding. Accepted values are: "armscii-8", "Big5", - "Big5-HKSCS", "EUC-JP", "EUC-KR", "gb18030", "GB2312", "geostd8", - "HZ-GB-2312", "IBM850", "IBM852", "IBM855", "IBM857", "IBM862", - "IBM864", "IBM866", "ISO-2022-CN", "ISO-2022-JP", "ISO-2022-KR", - "ISO-8859-1", "ISO-8859-2", "ISO-8859-3", "ISO-8859-4", "ISO-8859-5", - "ISO-8859-6", "ISO-8859-7", "ISO-8859-8", "ISO-8859-8-I", "ISO-8859-9", - "ISO-8859-10", "ISO-8859-11", "ISO-8859-13", "ISO-8859-14", - "ISO-8859-15", "ISO-8859-16", "ISO-IR-111", "KOI8-R", "KOI8-U", - "Shift_JIS", "TIS-620", "UTF-7", "UTF-8", "VISCII", "windows-874", - "windows-1250", "windows-1251", "windows-1252", "windows-1253", - "windows-1254", "windows-1255", "windows-1256", "windows-1257", - "windows-1258", "x-euc-tw", "x-gbk", "x-johab", "x-mac-arabic", - "x-mac-ce", "x-mac-croatian", "x-mac-cyrillic", "x-mac-devanagari", - "x-mac-farsi", "x-mac-greek", "x-mac-gujarati", "x-mac-gurmukhi", - "x-mac-hebrew", "x-mac-icelandic", "x-mac-roman", "x-mac-romanian", - "x-mac-turkish", "x-mac-ukrainian", "x-user-defined", "x-viet-tcvn5712", - "x-viet-vps" and "x-windows-949". - - - - /schemas/apps/epiphany/web/cache_size - /apps/epiphany/web/cache_size - epiphany - int - 50 - - Size of disk cache - Size of disk cache, in MB. - - - - /schemas/apps/epiphany/web/language - /apps/epiphany/web/language - epiphany - list - string - [] - - Languages - Preferred languages, two letter codes. - - - - /schemas/apps/epiphany/dialogs/print_page_title - /apps/epiphany/dialogs/print_page_title - epiphany - bool - true - - Whether to print the page title in the header - - - - /schemas/apps/epiphany/dialogs/print_page_url - /apps/epiphany/dialogs/print_page_url - epiphany - bool - true - - Whether to print the page address in the header - - - - /schemas/apps/epiphany/dialogs/print_date - /apps/epiphany/dialogs/print_date - epiphany - bool - true - - Whether to print the date in the footer - - - - /schemas/apps/epiphany/dialogs/print_background_colors - /apps/epiphany/dialogs/print_background_colors - epiphany - bool - false - - Whether to print the background color - - - - /schemas/apps/epiphany/dialogs/print_background_images - /apps/epiphany/dialogs/print_background_images - epiphany - bool - true - - Whether to print the background images - - - - /schemas/apps/epiphany/dialogs/print_page_numbers - /apps/epiphany/dialogs/print_page_numbers - epiphany - bool - true - - Whether to print the page numbers (x of total) in the footer - - - - /schemas/apps/epiphany/dialogs/print_frames - /apps/epiphany/dialogs/print_frames - epiphany - string - normal - - How to print frames - How to print pages containing frames. Allowed values are "normal", "separately" and "selected". - - - - /schemas/apps/epiphany/directories/open - /apps/epiphany/directories/open - epiphany - string - ~ - - - - - /schemas/apps/epiphany/directories/save - /apps/epiphany/directories/save - epiphany - string - ~ - - - - - /schemas/apps/epiphany/directories/saveimage - /apps/epiphany/directories/saveimage - epiphany - string - ~ - - - - - /schemas/apps/epiphany/directories/upload - /apps/epiphany/directories/upload - epiphany - string - ~ - - - - - /schemas/apps/epiphany/directories/downloads_folder - /apps/epiphany/directories/downloads_folder - epiphany - string - Downloads - - The downloads folder - The path of the folder where to download files to; or "Downloads" to use the default downloads folder, or "Desktop" to use the desktop folder. - - - - /schemas/apps/epiphany/web/cookie_accept - /apps/epiphany/web/cookie_accept - epiphany - string - current site - - Cookie accept - Where to accept cookies from. Possible values are "anywhere", - "current site" and "nowhere". - - - - /schemas/apps/epiphany/web/image_animation - /apps/epiphany/web/image_animation - epiphany - string - normal - - Image animation mode - How to present animated images. Possible values are "normal", - "once" and "disabled". - - - - /schemas/apps/epiphany/general/remember_passwords - /apps/epiphany/general/remember_passwords - epiphany - bool - true - - Remember passwords - Whether to store and prefill passwords in web sites. - - - - /schemas/apps/epiphany/web/allow_popups - /apps/epiphany/web/allow_popups - epiphany - bool - true - - Allow popups - Allow sites to open new windows using JavaScript (if JavaScript - is enabled). - - - - /schemas/apps/epiphany/web/plugins_enabled - /apps/epiphany/web/plugins_enabled - epiphany - bool - true - - Enable Plugins - - - - /schemas/apps/epiphany/web/javascript_enabled - /apps/epiphany/web/javascript_enabled - epiphany - bool - true - - Enable JavaScript - - - - /schemas/apps/epiphany/web/browse_with_caret - /apps/epiphany/web/browse_with_caret - epiphany - bool - false - - Browse with caret - - - - /schemas/apps/epiphany/general/managed_network - /apps/epiphany/general/managed_network - epiphany - bool - true - - Automatically manage offline status with NetworkManager - - - - /schemas/apps/epiphany/dialogs/downloads_hidden - /apps/epiphany/dialogs/downloads_hidden - epiphany - bool - false - - Visibility of the downloads window - Hide or show the downloads window. When hidden, a notification will be shown when new downloads are started. - - - - /schemas/apps/epiphany/dialogs/warn_on_close_unsubmitted_data - /apps/epiphany/dialogs/warn_on_close_unsubmitted_data - epiphany - bool - true - - - - - - - /schemas/apps/epiphany/web/inspector_enabled - /apps/epiphany/web/inspector_enabled - epiphany - bool - false - - Enable Web Inspector - - - - - - diff --git a/data/glade/prefs-dialog.ui b/data/glade/prefs-dialog.ui index 81c247896..32a9e1368 100644 --- a/data/glade/prefs-dialog.ui +++ b/data/glade/prefs-dialog.ui @@ -555,8 +555,9 @@ True 6 - + _Always accept + always True True False @@ -570,14 +571,15 @@ - + Only _from sites you visit + no-third-party True True False True True - cookies_radiobutton + cookies_always_radiobutton False @@ -605,14 +607,15 @@ - + _Never accept + never True True False True True - cookies_radiobutton + cookies_always_radiobutton False @@ -707,7 +710,7 @@ True _Disk space: True - disk_cache_spin + disk_cache_spinbutton False @@ -720,7 +723,7 @@ True 6 - + True True adjustment2 diff --git a/data/org.gnome.epiphany.gschema.xml.in b/data/org.gnome.epiphany.gschema.xml.in new file mode 100644 index 000000000..6bc4089da --- /dev/null +++ b/data/org.gnome.epiphany.gschema.xml.in @@ -0,0 +1,237 @@ + + + + + + + + + false + Browse with caret + + + false + Enable Web Inspector + + + 'http://www.google.com' + Home page + Address of the user's home page. + + + 'http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8' + + URL Search + Search string for keywords entered in the URL bar. + + + '' + User agent + String that will be used as user agent, to identify the browser to the web servers. + + + true + Automatic downloads + When files cannot be opened by the browser they are automatically downloaded to the download folder and opened with the appropriate application. + + + false + Middle click to open the web page pointed to by the currently selected text + Middle clicking on the main view pane will open the web page pointed to by the currently selected text. + + + false + Force new windows to be opened in tabs + Force new window requests to be opened in tabs instead of using a new window. + + + true + Remember passwords + Whether to store and prefill passwords in web sites. + + + true + Automatically manage offline status with NetworkManager + + + true + + + false + Enable smooth scrolling + + + ['extensions-manager-ui' ] + Active extensions + Lists the active extensions. + + + + + true + Show toolbars by default + + + false + Show bookmarks bar by default + + + 'both-horiz' + Toolbar style + Toolbar style. Allowed values are "" (use GNOME default style), "both" (text and icons), "both-horiz" (text besides icons), "icons", and "text". + + + false + Always show the tab bar + Show the tab bar also when there is only one tab open. + + + false + Visibility of the downloads window + Hide or show the downloads window. When hidden, a notification will be shown when new downloads are started. + + + + + 7 + Minimum font size + + + false + Use own colors + Use your own colors instead of the colors the page requests. + + + false + Use own fonts + Use your own fonts instead of the fonts the page requests. + + + false + Use a custom CSS + Use a custom CSS file to modify websites own CSS. + + + 'UTF-8' + Default encoding + Default encoding. Accepted values are the ones WebKitGTK+ can understand. + + + 50 + Size of disk cache + Size of disk cache, in MB. + + + [] + Languages + Preferred languages, two letter codes. + + + 'no-third-party' + Cookie accept + Where to accept cookies from. Possible values are "anywhere", "current site" and "nowhere". + + + 'normal' + Image animation mode + How to present animated images. Possible values are "normal", "once" and "disabled". + + + true + Allow popups + Allow sites to open new windows using JavaScript (if JavaScript is enabled). + + + true + Enable Plugins + + + true + Enable JavaScript + + + + + '~' + + + '~' + + + '~' + + + '~' + + + 'Downloads' + The downloads folder + The path of the folder where to download files to; or "Downloads" to use the default downloads folder, or "Desktop" to use the desktop folder. + + + ['' ] + + + 1 + History pages time range + + + true + Whether to show the title column in the history window. + + + true + Whether to show the address column in the history window. + + + false + Whether to show the date-time column in the history window. + + + true + Whether to show the title column in the bookmarks window. + + + false + Whether to show the address column in the bookmarks window. + + + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + diff --git a/data/ui/epiphany-bookmark-editor-ui.xml b/data/ui/epiphany-bookmark-editor-ui.xml index 7475a79be..ac4ae962a 100644 --- a/data/ui/epiphany-bookmark-editor-ui.xml +++ b/data/ui/epiphany-bookmark-editor-ui.xml @@ -29,7 +29,7 @@ - + -- cgit v1.2.3