1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE kcfg SYSTEM
"http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
4 <kcfgfile name=
"gwenviewrc"/>
5 <include>lib/imageview.h
</include>
6 <include>lib/scrolltool.h
</include>
7 <include>lib/print/printoptionspage.h
</include>
9 <entry name=
"PreferredMetaInfoKeyList" type=
"StringList">
10 <default>General.Name,General.ImageSize,Exif.Photo.ExposureTime,Exif.Photo.Flash
</default>
14 <group name=
"General">
15 <entry name=
"ViewBackgroundColor" type=
"Color">
16 <default>#
666666</default>
18 <entry name=
"RecentFolders" type=
"StringList">
22 <entry name=
"PercentageOfMemoryUsageWarning" type=
"Double">
23 <default>0.5</default>
24 <whatsthis>The percentage of memory used by Gwenview before it
25 warns the user and suggest saving changes.
</whatsthis>
28 <entry name=
"BlackListedExtensions" type=
"StringList">
29 <default>nef,cr2
</default>
30 <whatsthis>A list of filename extensions Gwenview should not try to
31 load. This is useful to exclude raw files which are recognized as
32 TIFF or JPEG.
</whatsthis>
34 <entry name=
"SideBarIsVisible" type=
"Bool">
35 <default>true
</default>
37 <entry name=
"ThumbnailBarIsVisible" type=
"Bool">
38 <default>false
</default>
41 <entry name=
"UrlNavigatorIsEditable" type=
"Bool">
42 <default>false
</default>
44 <entry name=
"UrlNavigatorShowFullPath" type=
"Bool">
45 <default>false
</default>
50 <group name=
"FullScreen">
51 <entry name=
"FullScreenPreferredMetaInfoKeyList" type=
"StringList">
52 <default>General.Name,Exif.Image.DateTime
</default>
54 <entry name=
"FullScreenTheme" type=
"String">
55 <default>blackglass
</default>
57 <entry name=
"FullScreenBarHeight" type=
"Int">
60 <entry name=
"ShowFullScreenThumbnails" type=
"Bool">
61 <default>true
</default>
65 <group name=
"ImageView">
66 <entry name=
"AlphaBackgroundMode" type=
"Enum">
67 <choices name=
"Gwenview::ImageView::AlphaBackgroundMode">
68 <choice name=
"ImageView::AlphaBackgroundCheckBoard"/>
69 <choice name=
"ImageView::AlphaBackgroundSolid"/>
71 <default>ImageView::AlphaBackgroundCheckBoard
</default>
73 <entry name=
"AlphaBackgroundColor" type=
"Color">
74 <default>#ffffff
</default>
77 <entry name=
"MouseWheelBehavior" type=
"Enum">
78 <choices name=
"Gwenview::ScrollTool::MouseWheelBehavior">
79 <choice name=
"ScrollTool::MouseWheelScroll"/>
80 <choice name=
"ScrollTool::MouseWheelBrowse"/>
82 <default>ScrollTool::MouseWheelScroll
</default>
85 <entry name=
"EnlargeSmallerImages" type=
"Bool">
86 <default>false
</default>
90 <entry name=
"ThumbnailSplitterSizes" type=
"IntList">
91 <default>350,
100</default>
95 <group name=
"ThumbnailView">
96 <entry name=
"ThumbnailSize" type=
"Int">
97 <default>128</default>
100 <entry name=
"DeleteThumbnailCacheOnExit" type=
"Bool">
101 <default>false
</default>
106 <entry name=
"PrintPosition" type=
"Int">
107 <default code=
"true">
108 Qt::AlignHCenter | Qt::AlignVCenter
112 <entry name=
"PrintScaleMode" type=
"Enum">
113 <choices name=
"Gwenview::PrintOptionsPage::ScaleMode">
114 <choice name=
"PrintOptionsPage::NoScale"/>
115 <choice name=
"PrintOptionsPage::ScaleToPage"/>
116 <choice name=
"PrintOptionsPage::ScaleToCustomSize"/>
118 <default>PrintOptionsPage::ScaleToPage
</default>
121 <entry name=
"PrintEnlargeSmallerImages" type=
"Bool">
122 <default>false
</default>
125 <entry name=
"PrintWidth" type=
"Double">
126 <default>15.0</default>
129 <entry name=
"PrintHeight" type=
"Double">
130 <default>10.0</default>
131 <!-- Default is in fact computed from PrintWidth because PrintKeepRatio is true -->
134 <entry name=
"PrintUnit" type=
"Enum">
135 <choices name=
"Gwenview::PrintOptionsPage::Unit">
136 <choice name=
"PrintOptionsPage::Millimeters"/>
137 <choice name=
"PrintOptionsPage::Centimeters"/>
138 <choice name=
"PrintOptionsPage::Inches"/>
140 <default>PrintOptionsPage::Centimeters
</default>
143 <entry name=
"PrintKeepRatio" type=
"Bool">
144 <default>true
</default>
148 <group name=
"slide show">
149 <entry name=
"random" type=
"Bool">
150 <label>Display slide show images in random order
</label>
151 <default>false
</default>
153 <entry name=
"fullscreen" type=
"Bool">
154 <label>Show slideshow in fullscreen mode
</label>
155 <default>true
</default>
157 <entry name=
"loop" type=
"Bool">
158 <label>Loop on images
</label>
159 <default>false
</default>
161 <entry name=
"stopAtEnd" key=
"stop at end" type=
"Bool">
162 <label>Stop at last image of folder
</label>
163 <default>false
</default>
165 <entry name=
"interval" type=
"Double">
166 <label>Interval between images (in seconds)
</label>
167 <default>5.0</default>
171 <group name=
"ImageResize">
172 <entry name=
"ImageResizeLastSize" type=
"Int">
173 <!-- Last size used to resize image, -1 if none -->
174 <default>-
1</default>
178 <group name=
"RedEyeReduction">
179 <entry name=
"RedEyeReductionDiameter" type=
"Int">
180 <default>24</default>