summaryrefslogtreecommitdiff
path: root/lib/ephy-prefs.h
blob: 5ae1c6912cbafc053a107fda929c334fc25b596a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
/*
 *  Copyright © 2000-2003 Marco Pesenti Gritti
 *  Copyright © 2010 Igalia S.L.
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2, or (at your option)
 *  any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 *
 */

#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)
#error "Only <epiphany/epiphany.h> can be included directly."
#endif

#ifndef EPHY_PREFS_H
#define EPHY_PREFS_H

G_BEGIN_DECLS

typedef enum
{
	EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH,
	EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH_HORIZ,
	EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH_ICONS,
	EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH_TEXT
} EphyPrefsUIToolbarStyle;

typedef enum
{
	EPHY_PREFS_WEB_COOKIES_POLICY_ALWAYS,
	EPHY_PREFS_WEB_COOKIES_POLICY_NO_THIRD_PARTY,
	EPHY_PREFS_WEB_COOKIES_POLICY_NEVER
} EphyPrefsWebCookiesPolicy;

typedef enum
{
	EPHY_PREFS_STATE_HISTORY_DATE_FILTER_LAST_HALF_HOUR,
	EPHY_PREFS_STATE_HISTORY_DATE_FILTER_EVER,
	EPHY_PREFS_STATE_HISTORY_DATE_FILTER_TODAY,
	EPHY_PREFS_STATE_HISTORY_DATE_FILTER_LAST_TWO_DAYS,
	EPHY_PREFS_STATE_HISTORY_DATE_FILTER_LAST_THREE_DAYS
} EphyPrefsStateHistoryDateFilter;

#define EPHY_PREFS_UI_SCHEMA			"org.gnome.Epiphany.ui"
#define EPHY_PREFS_UI_ALWAYS_SHOW_TABS_BAR	"always-show-tabs-bar"
#define EPHY_PREFS_UI_SHOW_TOOLBARS		"show-toolbars"
#define EPHY_PREFS_UI_SHOW_BOOKMARKS_BAR	"show-bookmarks-bar"
#define EPHY_PREFS_UI_TOOLBAR_STYLE		"toolbar-style"
#define EPHY_PREFS_UI_DOWNLOADS_HIDDEN		"downloads-hidden"

#define EPHY_PREFS_STATE_SCHEMA			"org.gnome.Epiphany.state"
#define EPHY_PREFS_STATE_SAVE_DIR		"save-dir"
#define EPHY_PREFS_STATE_SAVE_IMAGE_DIR		"save-image-dir"
#define EPHY_PREFS_STATE_OPEN_DIR		"open-dir"
#define EPHY_PREFS_STATE_DOWNLOAD_DIR		"download-dir"
#define EPHY_PREFS_STATE_UPLOAD_DIR		"upload-dir"
#define EPHY_PREFS_STATE_RECENT_ENCODINGS	"recent-encodings"
#define EPHY_PREFS_STATE_BOOKMARKS_VIEW_TITLE	"bookmarks-view-title"
#define EPHY_PREFS_STATE_BOOKMARKS_VIEW_ADDRESS	"bookmarks-view-address"
#define EPHY_PREFS_STATE_HISTORY_VIEW_TITLE	"history-view-title"
#define EPHY_PREFS_STATE_HISTORY_VIEW_ADDRESS	"history-view-address"
#define EPHY_PREFS_STATE_HISTORY_VIEW_DATE	"history-view-date"
#define EPHY_PREFS_STATE_HISTORY_DATE_FILTER	"history-date-filter"

#define EPHY_PREFS_WEB_SCHEMA			"org.gnome.Epiphany.web"
#define EPHY_PREFS_WEB_FONT_MIN_SIZE		"min-font-size"
#define EPHY_PREFS_WEB_LANGUAGE			"language"
#define EPHY_PREFS_WEB_USE_OWN_FONTS		"use-own-fonts"
#define EPHY_PREFS_WEB_USE_OWN_COLORS		"use-own-colors"
#define EPHY_PREFS_WEB_ENABLE_USER_CSS		"enable-user-css"
#define EPHY_PREFS_WEB_ENABLE_POPUPS		"enable-popups"
#define EPHY_PREFS_WEB_ENABLE_PLUGINS		"enable-plugins"
#define EPHY_PREFS_WEB_ENABLE_JAVASCRIPT	"enable-javascript"
#define EPHY_PREFS_WEB_COOKIES_POLICY		"cookies-policy"
#define EPHY_PREFS_WEB_IMAGE_ANIMATION_MODE	"image-animation-mode"
#define EPHY_PREFS_WEB_DEFAULT_ENCODING		"default-encoding"

#define EPHY_PREFS_SCHEMA			"org.gnome.Epiphany"
#define EPHY_PREFS_HOMEPAGE_URL			"homepage-url"
#define EPHY_PREFS_USER_AGENT			"user-agent"
#define EPHY_PREFS_CACHE_SIZE			"cache-size"
#define EPHY_PREFS_NEW_WINDOWS_IN_TABS		"new-windows-in-tabs"
#define EPHY_PREFS_AUTO_DOWNLOADS		"automatic-downloads"
#define EPHY_PREFS_WARN_ON_CLOSE_UNSUBMITTED_DATA	"warn-on-close-unsubmitted-data"
#define EPHY_PREFS_MIDDLE_CLICK_OPENS_URL	"middle-click-opens-url"
#define EPHY_PREFS_REMEMBER_PASSWORDS		"remember-passwords"
#define EPHY_PREFS_KEYWORD_SEARCH_URL		"keyword-search-url"
#define EPHY_PREFS_MANAGED_NETWORK		"managed-network"
#define EPHY_PREFS_ENABLE_SMOOTH_SCROLLING	"enable-smooth-scrolling"
#define EPHY_PREFS_ENABLE_CARET_BROWSING	"enable-caret-browsing"
#define EPHY_PREFS_ENABLED_EXTENSIONS		"enabled-extensions"

#define EPHY_PREFS_LOCKDOWN_SCHEMA		"org.gnome.Epiphany.lockdown"
#define EPHY_PREFS_LOCKDOWN_FULLSCREEN		"disable-fullscreen"
#define EPHY_PREFS_LOCKDOWN_ARBITRARY_URL	"disable-arbitrary-url"
#define EPHY_PREFS_LOCKDOWN_BOOKMARK_EDITING	"disable-bookmark-editing"
#define EPHY_PREFS_LOCKDOWN_TOOLBAR_EDITING	"disable-toolbar-editing"
#define EPHY_PREFS_LOCKDOWN_HISTORY		"disable-history"
#define EPHY_PREFS_LOCKDOWN_SAVE_TO_DISK	"disable-save-to-disk"
#define EPHY_PREFS_LOCKDOWN_PRINTING		"disable-printing"
#define EPHY_PREFS_LOCKDOWN_PRINT_SETUP		"disable-print-setup"
#define EPHY_PREFS_LOCKDOWN_COMMAND_LINE	"disable-command-line"
#define EPHY_PREFS_LOCKDOWN_QUIT		"disable-quit"
#define EPHY_PREFS_LOCKDOWN_JAVASCRIPT_CHROME	"disable-javascript-chrome"
#define EPHY_PREFS_LOCKDOWN_MENUBAR		"disable-menubar"

G_END_DECLS

#endif