summaryrefslogtreecommitdiffstats
path: root/kcontrol/kio/kcookiespoliciesdlg_ui.ui
blob: 880b41cbad40c66a3907b8cd3a7004f2d574a60a (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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KCookiesPolicyDlgUI</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>KCookiesPolicyDlgUI</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>444</width>
            <height>552</height>
        </rect>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQCheckBox" row="0" column="0">
            <property name="name">
                <cstring>cbEnableCookies</cstring>
            </property>
            <property name="text">
                <string>Enable coo&amp;kies</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>&lt;qt&gt;
Enable cookie support. Normally you will want to have cookie support enabled and customize it to suit your privacy needs.&lt;p&gt;
Please note that disabling cookie support might make many web sites unbrowsable.
&lt;/qt&gt;</string>
            </property>
        </widget>
        <widget class="TQGroupBox" row="1" column="0">
            <property name="name">
                <cstring>bgPreferences</cstring>
            </property>
            <property name="title">
                <string></string>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>cbRejectCrossDomainCookies</cstring>
                    </property>
                    <property name="text">
                        <string>Only acce&amp;pt cookies from originating server</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;
Reject the so called third-party cookies. These are cookies that originate from a site other than the one you are currently browsing. For example, if you visit &lt;b&gt;www.foobar.com&lt;/b&gt; while this option is on, only cookies that originate from www.foobar.com will be processed per your settings. Cookies from any other site will be rejected. This reduces the chances of site operators compiling a profile about your daily browsing habits.
&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>cbAutoAcceptSessionCookies</cstring>
                    </property>
                    <property name="text">
                        <string>Automaticall&amp;y accept session cookies</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;
Automatically accept temporary cookies meant to expire at the end of the current session. Such cookies will not be stored in your computer's hard drive or storage device. Instead, they are deleted when you close all applications (e.g. your browser) that use them.&lt;p&gt;
&lt;u&gt;NOTE:&lt;/u&gt; Checking this option along with the next one will override your default as well as site specific cookie policies. However, doing so also increases your privacy since all cookies will be removed when the current session ends.
&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="TQCheckBox">
                    <property name="name">
                        <cstring>cbIgnoreCookieExpirationDate</cstring>
                    </property>
                    <property name="text">
                        <string>Treat &amp;all cookies as session cookies</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;
Treat all cookies as session cookies. Session cookies are small pieces of data that are temporarily stored in your computer's memory until you quit or close all applications (e.g. your browser) that use them. Unlike regular cookies, session cookies are never stored on your hard drive or other storage medium.&lt;p&gt;
&lt;u&gt;NOTE:&lt;/u&gt; Checking this option along with the previous one will override your default as well as site specific cookie policies. However, doing so also increases your privacy since all cookies will be removed when the current session ends.
&lt;/qt&gt;</string>
                    </property>
                </widget>
            </vbox>
        </widget>
        <widget class="TQButtonGroup" row="2" column="0">
            <property name="name">
                <cstring>bgDefault</cstring>
            </property>
            <property name="title">
                <string>Default Policy</string>
            </property>
            <property name="exclusive">
                <bool>true</bool>
            </property>
            <property name="whatsThis" stdset="0">
                <string>&lt;qt&gt;
Determines how cookies received from a remote machine will be handled: 
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Ask&lt;/b&gt; will cause KDE to ask for your confirmation whenever a server wants to set a cookie."&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Accept&lt;/b&gt; will cause cookies to be accepted without prompting you.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Reject&lt;/b&gt; will cause the cookiejar to refuse all cookies it receives.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;
&lt;u&gt;NOTE:&lt;/u&gt; Domain specific policies, which can be set below, always take precedence over the default policy.
&lt;/qt&gt;</string>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>rbPolicyAsk</cstring>
                    </property>
                    <property name="text">
                        <string>Ask &amp;for confirmation</string>
                    </property>
                </widget>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>rbPolicyAccept</cstring>
                    </property>
                    <property name="text">
                        <string>Accep&amp;t all cookies</string>
                    </property>
                </widget>
                <widget class="TQRadioButton">
                    <property name="name">
                        <cstring>rbPolicyReject</cstring>
                    </property>
                    <property name="text">
                        <string>Re&amp;ject all cookies</string>
                    </property>
                </widget>
            </vbox>
        </widget>
        <widget class="TQGroupBox" row="3" column="0">
            <property name="name">
                <cstring>gbDomainSpecific</cstring>
            </property>
            <property name="title">
                <string>Site Policy</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>&lt;qt&gt;
To add a new policy, simply click on the &lt;b&gt;Add...&lt;/b&gt; button and supply the necessary information. To change an existing policy, use the &lt;b&gt;Change...&lt;/b&gt; button and choose the new policy from the policy dialog box. Clicking on the &lt;b&gt;Delete&lt;/b&gt; button will remove the currently selected policy causing the default policy setting to be used for that domain whereas &lt;b&gt;Delete All&lt;/b&gt; will remove all the site specific policies.
&lt;/qt&gt;</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <spacer row="2" column="1">
                    <property name="name">
                        <cstring>spacer1</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Vertical</enum>
                    </property>
                    <property name="sizeType">
                        <enum>MinimumExpanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>20</width>
                            <height>16</height>
                        </size>
                    </property>
                </spacer>
                <widget class="TQLayoutWidget" row="0" column="1" rowspan="2" colspan="1">
                    <property name="name">
                        <cstring>layout3</cstring>
                    </property>
                    <vbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <widget class="TQPushButton">
                            <property name="name">
                                <cstring>pbNew</cstring>
                            </property>
                            <property name="text">
                                <string>&amp;New...</string>
                            </property>
                        </widget>
                        <widget class="TQPushButton">
                            <property name="name">
                                <cstring>pbChange</cstring>
                            </property>
                            <property name="text">
                                <string>Chan&amp;ge...</string>
                            </property>
                        </widget>
                        <widget class="TQPushButton">
                            <property name="name">
                                <cstring>pbDelete</cstring>
                            </property>
                            <property name="text">
                                <string>D&amp;elete</string>
                            </property>
                        </widget>
                        <widget class="TQPushButton">
                            <property name="name">
                                <cstring>pbDeleteAll</cstring>
                            </property>
                            <property name="text">
                                <string>Delete A&amp;ll</string>
                            </property>
                        </widget>
                    </vbox>
                </widget>
                <widget class="KListView" row="1" column="0" rowspan="2" colspan="1">
                    <column>
                        <property name="text">
                            <string>Domain</string>
                        </property>
                        <property name="clickable">
                            <bool>true</bool>
                        </property>
                        <property name="resizable">
                            <bool>true</bool>
                        </property>
                    </column>
                    <column>
                        <property name="text">
                            <string>Policy</string>
                        </property>
                        <property name="clickable">
                            <bool>true</bool>
                        </property>
                        <property name="resizable">
                            <bool>true</bool>
                        </property>
                    </column>
                    <property name="name">
                        <cstring>lvDomainPolicy</cstring>
                    </property>
                    <property name="selectionMode" stdset="0">
                        <enum>Extended</enum>
                    </property>
                    <property name="showSortIndicator">
                        <bool>true</bool>
                    </property>
                    <property name="rootIsDecorated">
                        <bool>true</bool>
                    </property>
                    <property name="treeStepSize">
                        <number>0</number>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>&lt;qt&gt;
List of sites for which you have set a specific cookie policy. Specific policies override the default policy setting for these sites.
&lt;/qt&gt;</string>
                    </property>
                </widget>
                <widget class="TQLayoutWidget" row="0" column="0">
                    <property name="name">
                        <cstring>layout2</cstring>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                    </property>
                        <widget class="TQToolButton">
                            <property name="name">
                                <cstring>tbClearSearchLine</cstring>
                    </property>
                            <property name="text">
                                <string>...</string>
                            </property>
                            <property name="textLabel">
                                <string>Clear Search</string>
                            </property>
                        </widget>
                        <widget class="TQLabel">
                            <property name="name">
                                <cstring>textLabel1</cstring>
                            </property>
                            <property name="text">
                                <string>&amp;Search:</string>
                            </property>
                            <property name="buddy" stdset="0">
                                <cstring>kListViewSearchLine</cstring>
                            </property>
                        </widget>
                        <widget class="KListViewSearchLine">
                            <property name="name">
                                <cstring>kListViewSearchLine</cstring>
                            </property>
                            <property name="text">
                                <string></string>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Search interactively for domains</string>
                            </property>
                        </widget>
                    </hbox>
                </widget>
            </grid>
        </widget>
    </grid>
</widget>
<customwidgets>
</customwidgets>
<connections>
    <connection>
        <sender>tbClearSearchLine</sender>
        <signal>clicked()</signal>
        <receiver>kListViewSearchLine</receiver>
        <slot>clear()</slot>
    </connection>
</connections>
<includes>
    <include location="global" impldecl="in implementation">kdialog.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includehints>
    <includehint>klistview.h</includehint>
    <includehint>klistviewsearchline.h</includehint>
</includehints>
</UI>