File: GuideOptionsBehavior.xml

package info (click to toggle)
geeqie 1%3A1.4%2Bgit20190121-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,580 kB
  • sloc: ansic: 97,007; xml: 11,439; sh: 1,529; cpp: 1,237; makefile: 563; awk: 160; perl: 131
file content (285 lines) | stat: -rw-r--r-- 10,647 bytes parent folder | download
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
<?xml version="1.0" encoding="utf-8"?>
<section id="GuideOptionsBehavior">
  <title>Behavior Options</title>
  <para>This section describes the options presented under the Behavior Tab of the preferences dialog.</para>
  <section id="Delete">
    <title>Delete</title>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Confirm permanent file delete</guilabel>
        </term>
        <listitem>
          <para>Prompts for confirmation before deleting files.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Confirm move file to Trash</guilabel>
        </term>
        <listitem>
          <para>Prompts for confirmation before moving files to the trash bin.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>
            Enable
            <keycap>Delete key</keycap>
          </guilabel>
        </term>
        <listitem>
          <para>
            Disable this to disassociate the delete file function from the
            <keycap>Delete</keycap>
            key.
          </para>
          <para>
            If
            <emphasis>Confirm file delete</emphasis>
            , above, is disabled, accidentally hitting the
            <keycap>Delete</keycap>
            can result in files being erroneously deleted without warning. Disabling the
            <keycap>Delete</keycap>
            key will prevent this. The
            <code>
              Ctrl +
              <keycap>D</keycap>
            </code>
            key sequence is not affected.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Use Geeqie trash location</guilabel>
        </term>
        <listitem>
          <para>Moves deleted files to a temporary folder, for easy retrieval of deleted files. Files in the temporary folder are retained until the maximum size is reached, at which point deleting additional files will result in the removal of the oldest files to reclaim the space needed for the new files.</para>
          <note>
            <para>
              Files moved to the Safe Delete folder are prefixed with a six digit number in the format:
              <literal>nnnnnn_FILENAME</literal>
              <para />
              This is used by the delete feature to distinguish which files to remove first when clearing space for new files.
              <para />
              The digit counter increments with each deleted file.
            </para>
          </note>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Use system Trash bin</guilabel>
        </term>
        <listitem>
          <para>Moves deleted files to the system-defined trash bin.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Folder</guilabel>
        </term>
        <listitem>
          <para>The location of the folder used by the Safe Delete feature.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Maximum size</guilabel>
        </term>
        <listitem>
          <para>The size to use for the Safe Delete folder, in megabytes. Note that setting this value to 0 (zero) will disable any limit.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Clear button</guilabel>
        </term>
        <listitem>
          <para>Removes all files contained in the Safe Delete folder.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>View button</guilabel>
        </term>
        <listitem>
          <para>Changes the Geeqie main window to display the contents of the Safe Delete folder.</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </section>
  <section id="Behaviour">
    <title>Behavior</title>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Descend folders in tree view</guilabel>
        </term>
        <listitem>
          <para>This will allow Geeqie to read sub folder content to determine if it should display expander indicators in the folder tree view.</para>
          <note>
            <para>Disable this if Geeqie wakes up auto mounted network shares, or takes too long to initially display the folder view.</para>
          </note>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>In place renaming</guilabel>
        </term>
        <listitem>
          <para>When renaming a single file, this will allow the rename entry to appear directly over the original filename.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>List directory view uses single click to enter</guilabel>
        </term>
        <listitem>
          <para>If selected, a single click will enter a directory, rather than the GTK+ default of a double click.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Save marks on exit</guilabel>
        </term>
        <listitem>
          <para>Save all marks that have been set. Note that marks that are linked to a keyword will always be saved irrespective of this setting.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Use "With Rename" as default for Copy/Move dialogs</guilabel>
        </term>
        <listitem>
          <para>Move the "With Rename" button to the default position.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Open Collections on top</guilabel>
        </term>
        <listitem>
          <para>Open collection windows with "Always on Top" set.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Recent folder list maximum size</guilabel>
        </term>
        <listitem>
          <para>This is the number of entries to be saved from the recent open folder list drop-down box. The number of entries displayed in the current session is unlimited.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Drag'n drop icon size</guilabel>
        </term>
        <listitem>
          <para>This is the width and height of the icon generated from image and displayed when doing drag and drop actions. High resolution screens may require to increase this number.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Copy path clipboard selection</guilabel>
        </term>
        <listitem>
          <para>
            This option determines which clipboard selection is used for the "Copy path" menu item. The exact method of the paste operation will depend on the operating system, but in general will be:
            <variablelist>
              <varlistentry>
                <term>
                  <guilabel>PRIMARY</guilabel>
                </term>
                <listitem>
                  <para>Paste using mouse middle-click, or shift-insert.</para>
                </listitem>
              </varlistentry>
              <varlistentry>
                <term>
                  <guilabel>CLIPBOARD</guilabel>
                </term>
                <listitem>
                  <para>Paste using mouse right-click and select paste, or control-v.</para>
                </listitem>
              </varlistentry>
            </variablelist>
          </para>
        </listitem>
      </varlistentry>
    </variablelist>
  </section>
  <section id="Navigation">
    <title>Navigation</title>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Progressive keyboard scrolling</guilabel>
        </term>
        <listitem>
          <para>This will cause image panning speed to gradually accelerate when holding down the keyboard arrows.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Keyboard scrolling step multiplier:</guilabel>
        </term>
        <listitem>
          <para>Defines the amount to pan an image when using the keyboard arrows.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Mouse wheel scrolls image</guilabel>
        </term>
        <listitem>
          <para>
            The default is for the mouse wheel to change the image, and to scroll the image when
            <keycap>Shift</keycap>
            is used in combination with the wheel. Enabling this swaps the behavior so that operating the wheel will scroll the image, and holding down
            <keycap>Shift</keycap>
            will change the image.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Navigation by left or middle click on image</guilabel>
        </term>
        <listitem>
          <para>If selected, mouse left-click will select the next image; mouse middle-click will select the previous image.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Play video by left click on image</guilabel>
        </term>
        <listitem>
          <para>If selected, mouse left-click on an image belonging to the video class will start a program chosen in a box below.</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </section>
  <section id="Debugging">
    <title>Debugging</title>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Debug level</guilabel>
        </term>
        <listitem>
          <para>Displayed when compiled with the option --enable-debug-log. This defines the verbosity of debug info sent to console and log window (0 disables the debug output).</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Log Window max. lines</guilabel>
        </term>
        <listitem>
          <para>The maximum number of data lines to be displayed. The window will show the most recent data.</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </section>
</section>