libkipi from trunk (KDE 4.3) : add support of kipi host settings "file timestamp...
[kdegraphics.git] / gwenview / lib / gwenviewconfig.kcfg
blobe0641ba7133dc8023e2a1f3dafc55d5ecf522791
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
3 <kcfg>
4 <kcfgfile name="gwenviewrc"/>
5 <include>lib/sorting.h</include>
6 <include>lib/imageview.h</include>
7 <include>lib/scrolltool.h</include>
8 <include>lib/print/printoptionspage.h</include>
9 <group name="SideBar">
10 <entry name="PreferredMetaInfoKeyList" type="StringList">
11 <default>General.Name,General.ImageSize,Exif.Photo.ExposureTime,Exif.Photo.Flash</default>
12 </entry>
13 </group>
15 <group name="General">
16 <entry name="ViewBackgroundColor" type="Color">
17 <default>#666666</default>
18 </entry>
19 <entry name="RecentFolders" type="StringList">
20 <default></default>
21 </entry>
23 <entry name="PercentageOfMemoryUsageWarning" type="Double">
24 <default>0.5</default>
25 <whatsthis>The percentage of memory used by Gwenview before it
26 warns the user and suggest saving changes.</whatsthis>
27 </entry>
29 <entry name="BlackListedExtensions" type="StringList">
30 <default>nef,cr2</default>
31 <whatsthis>A list of filename extensions Gwenview should not try to
32 load. This is useful to exclude raw files which are recognized as
33 TIFF or JPEG.</whatsthis>
34 </entry>
35 <entry name="SideBarIsVisible" type="Bool">
36 <default>true</default>
37 </entry>
38 <entry name="ThumbnailBarIsVisible" type="Bool">
39 <default>false</default>
40 </entry>
42 <entry name="UrlNavigatorIsEditable" type="Bool">
43 <default>false</default>
44 </entry>
45 <entry name="UrlNavigatorShowFullPath" type="Bool">
46 <default>false</default>
47 </entry>
49 </group>
51 <group name="FullScreen">
52 <entry name="FullScreenPreferredMetaInfoKeyList" type="StringList">
53 <default>General.Name,Exif.Image.DateTime</default>
54 </entry>
55 <entry name="FullScreenTheme" type="String">
56 <default>blackglass</default>
57 </entry>
58 <entry name="FullScreenBarHeight" type="Int">
59 <default>75</default>
60 </entry>
61 <entry name="ShowFullScreenThumbnails" type="Bool">
62 <default>true</default>
63 </entry>
64 </group>
66 <group name="ImageView">
67 <entry name="AlphaBackgroundMode" type="Enum">
68 <choices name="Gwenview::ImageView::AlphaBackgroundMode">
69 <choice name="ImageView::AlphaBackgroundCheckBoard"/>
70 <choice name="ImageView::AlphaBackgroundSolid"/>
71 </choices>
72 <default>ImageView::AlphaBackgroundCheckBoard</default>
73 </entry>
74 <entry name="AlphaBackgroundColor" type="Color">
75 <default>#ffffff</default>
76 </entry>
78 <entry name="MouseWheelBehavior" type="Enum">
79 <choices name="Gwenview::ScrollTool::MouseWheelBehavior">
80 <choice name="ScrollTool::MouseWheelScroll"/>
81 <choice name="ScrollTool::MouseWheelBrowse"/>
82 </choices>
83 <default>ScrollTool::MouseWheelScroll</default>
84 </entry>
86 <entry name="EnlargeSmallerImages" type="Bool">
87 <default>false</default>
88 </entry>
91 <entry name="ThumbnailSplitterSizes" type="IntList">
92 <default>350, 100</default>
93 </entry>
94 </group>
96 <group name="ThumbnailView">
97 <entry name="ThumbnailSize" type="Int">
98 <default>128</default>
99 </entry>
101 <entry name="DeleteThumbnailCacheOnExit" type="Bool">
102 <default>false</default>
103 </entry>
105 <entry name="Sorting" type="Enum">
106 <choices name="Gwenview::Sorting::Enum">
107 <choice name="Sorting::Name"/>
108 <choice name="Sorting::Size"/>
109 <choice name="Sorting::Date"/>
110 </choices>
111 <default>Sorting::Name</default>
112 </entry>
114 <entry name="ThumbnailDetails" type="Int">
115 <default>1</default>
116 <!-- 1 == PreviewItemDelegate::FileNameDetail -->
117 </entry>
118 </group>
120 <group name="Print">
121 <entry name="PrintPosition" type="Int">
122 <default code="true">
123 Qt::AlignHCenter | Qt::AlignVCenter
124 </default>
125 </entry>
127 <entry name="PrintScaleMode" type="Enum">
128 <choices name="Gwenview::PrintOptionsPage::ScaleMode">
129 <choice name="PrintOptionsPage::NoScale"/>
130 <choice name="PrintOptionsPage::ScaleToPage"/>
131 <choice name="PrintOptionsPage::ScaleToCustomSize"/>
132 </choices>
133 <default>PrintOptionsPage::ScaleToPage</default>
134 </entry>
136 <entry name="PrintEnlargeSmallerImages" type="Bool">
137 <default>false</default>
138 </entry>
140 <entry name="PrintWidth" type="Double">
141 <default>15.0</default>
142 </entry>
144 <entry name="PrintHeight" type="Double">
145 <default>10.0</default>
146 <!-- Default is in fact computed from PrintWidth because PrintKeepRatio is true -->
147 </entry>
149 <entry name="PrintUnit" type="Enum">
150 <choices name="Gwenview::PrintOptionsPage::Unit">
151 <choice name="PrintOptionsPage::Millimeters"/>
152 <choice name="PrintOptionsPage::Centimeters"/>
153 <choice name="PrintOptionsPage::Inches"/>
154 </choices>
155 <default>PrintOptionsPage::Centimeters</default>
156 </entry>
158 <entry name="PrintKeepRatio" type="Bool">
159 <default>true</default>
160 </entry>
161 </group>
163 <group name="slide show">
164 <entry name="random" type="Bool">
165 <label>Display slide show images in random order</label>
166 <default>false</default>
167 </entry>
168 <entry name="fullscreen" type="Bool">
169 <label>Show slideshow in fullscreen mode</label>
170 <default>true</default>
171 </entry>
172 <entry name="loop" type="Bool">
173 <label>Loop on images</label>
174 <default>false</default>
175 </entry>
176 <entry name="stopAtEnd" key="stop at end" type="Bool">
177 <label>Stop at last image of folder</label>
178 <default>false</default>
179 </entry>
180 <entry name="interval" type="Double">
181 <label>Interval between images (in seconds)</label>
182 <default>5.0</default>
183 </entry>
184 </group>
186 <group name="ImageResize">
187 <entry name="ImageResizeLastSize" type="Int">
188 <!-- Last size used to resize image, -1 if none -->
189 <default>-1</default>
190 </entry>
191 </group>
193 <group name="RedEyeReduction">
194 <entry name="RedEyeReductionDiameter" type="Int">
195 <default>24</default>
196 </entry>
197 </group>
199 </kcfg>