forked from BestImageViewer/geeqie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGuideOtherWindowsPanView.xml
109 lines (109 loc) · 4.79 KB
/
GuideOtherWindowsPanView.xml
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
<?xml version="1.0" encoding="utf-8"?>
<section id="GuideOtherWindowsPanView">
<title>
Pan View Window
</title>
<para>
This window proposes alternative views of the <emphasis role="i">current directory and its children</emphasis>.<?db2html element="br"?>
You can pan the view as you pan an image in normal view mode, using left mouse button and drag.
</para>
<para>
A primary mouse button click on any image will display informations about the image. Secondary mouse button will show a context menu.
</para>
<para>
Note: The pan view recursively visits each folder under the specified folder, so be careful it can eat a lot of ressources.
</para>
<para/><section id="Selectafolder"><title>
Select a folder
</title>
<variablelist><varlistentry><term>
Location
</term><listitem><para>
Set the top folder.
</para></listitem></varlistentry></variablelist>
<para/></section><section id="Chooseaviewmode"><title>
Choose a view mode
</title>
<para>
A select box let you choose among different view modes:
</para>
<variablelist><varlistentry><term>
Timeline
</term><listitem><para>
Shows images grouped by date.
</para></listitem></varlistentry><varlistentry><term>
Calendar
</term><listitem><para>
Shows a calendar with the number of images indicated for each day (as dots and number). Left mouse button click will show images in a popup.
</para></listitem></varlistentry><varlistentry><term>
Folders
</term><listitem><para>
Show images grouped by folder. Each box represents a folder. Parent and children folders are shown as boxes enclosing other boxes.
</para></listitem></varlistentry><varlistentry><term>
Folders (flower)
</term><listitem><para>
Show images grouped by folder. Each box represents a folder. Parent folders are linked to children by a line. The top folder is the center of the flower.
</para></listitem></varlistentry><varlistentry><term>
Grid
</term><listitem><para>
All images are shown on a grid.
</para></listitem></varlistentry></variablelist>
<para/></section><section id="Howeachimageshouldberepresented"><title>
How each image should be represented
</title>
<para>
Another select box let you choose the representation of each image:
</para>
<variablelist><varlistentry><term>
Dots
</term><listitem><para>
Each image is represented by a dot.
</para></listitem></varlistentry><varlistentry><term>
No images
</term><listitem><para>
Each image is represented by a square box.
</para></listitem></varlistentry><varlistentry><term>
Small thumbnails
</term><listitem><para>
Each image is represented by a small thumbnail.
</para></listitem></varlistentry><varlistentry><term>
Normal thumbnails
</term><listitem><para>
Each image is represented by a normal thumbnail.
</para></listitem></varlistentry><varlistentry><term>
Large thumbnails
</term><listitem><para>
Each image is represented by a large thumbnail.
</para></listitem></varlistentry><varlistentry><term>
1:10 (10%)
</term><listitem><para>
Each image is represented by reduced image (1/10 of the original's dimensions).
</para></listitem></varlistentry><varlistentry><term>
1:4 (25%)
</term><listitem><para>
Each image is represented by reduced image (1/4 of the original's dimensions).
</para></listitem></varlistentry><varlistentry><term>
1:3 (33%)
</term><listitem><para>
Each image is represented by reduced image (1/3 of the original's dimensions).
</para></listitem></varlistentry><varlistentry><term>
1:2 (50%)
</term><listitem><para>
Each image is represented by reduced image (1/2 of the original's dimensions).
</para></listitem></varlistentry><varlistentry><term>
1:1 (100%)
</term><listitem><para>
The original image is shown at its normal dimensions.
</para></listitem></varlistentry></variablelist>
<para/></section><section id="Find"><title>
Find
</title>
<para>
At the bottom of the window:
</para>
<variablelist><varlistentry><term>
Find button
</term><listitem><para>
Shows a text field for image search. One can enter a filename or a part of it or a date (yyyy or yyyy-mm or yyyy-mm-dd format, separator can be '/','-',' ','.',','). Pressing Enter key will start the search, pressing it again will move to the next match. Matched file is made visible and details are shown for it.
</para></listitem></varlistentry></variablelist>
<para/></section></section>