Warning, /graphics/gwenview/lib/gwenviewconfig.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
0003 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0004     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0005     xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0006                         http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0007     <include>lib/sorting.h</include>
0008     <include>lib/zoommode.h</include>
0009     <include>lib/slideshow.h</include>
0010     <include>lib/thumbnailactions.h</include>
0011     <include>lib/mousewheelbehavior.h</include>
0012     <include>lib/fullscreenbackground.h</include>
0013     <include>lib/documentview/documentview.h</include>
0014     <include>lib/documentview/rasterimageview.h</include>
0015     <include>lib/print/printoptionspage.h</include>
0016     <include>lib/renderingintent.h</include>
0017     <include>lib/documentview/documentview.h</include>
0018     <kcfgfile name="gwenviewrc"/>
0019     <group name="SideBar">
0020         <entry name="PreferredMetaInfoKeyList" type="StringList">
0021         <default>General.Name,General.ImageSize,Exif.Photo.ExposureTime,Exif.Photo.Flash</default>
0022         </entry>
0023 
0024         <entry name="SideBarVisible" key="IsVisible ViewMode" type="Bool">
0025             <default>false</default>
0026         </entry>
0027         <entry name="SideBarVisibleViewModeFullScreen" key="IsVisible ViewMode FullScreen" type="Bool">
0028             <default>false</default>
0029         </entry>
0030 
0031         <entry name="SideBarSplitterSizes" type="IntList">
0032         </entry>
0033 
0034         <entry name="InformationSplitterSizes" type="IntList">
0035         </entry>
0036     </group>
0037 
0038     <group name="General">
0039         <entry name="BirdEyeViewEnabled" type="Bool">
0040             <default>true</default>
0041         </entry>
0042 
0043         <entry name="BackgroundColorMode" type="Enum">
0044             <choices name="Gwenview::DocumentView::BackgroundColorMode">
0045                 <choice name="DocumentView::Auto"/>
0046                 <choice name="DocumentView::Light"/>
0047                 <choice name="DocumentView::Neutral"/>
0048                 <choice name="DocumentView::Dark"/>
0049             </choices>
0050             <default>DocumentView::Auto</default>
0051         </entry>
0052 
0053         <entry name="HistoryEnabled" type="Bool">
0054             <default>true</default>
0055         </entry>
0056 
0057         <entry name="PercentageOfMemoryUsageWarning" type="Double">
0058             <default>0.5</default>
0059             <whatsthis>The percentage of memory used by Gwenview before it
0060             warns the user and suggest saving changes.</whatsthis>
0061         </entry>
0062 
0063         <entry name="BlackListedExtensions" type="StringList">
0064             <default>new</default>
0065             <whatsthis>A list of filename extensions Gwenview should not try to
0066             load. We exclude *.new as well because this is the extension
0067             used for temporary files by KSaveFile.</whatsthis>
0068         </entry>
0069         <entry name="ThumbnailBarIsVisible" type="Bool">
0070             <default>false</default>
0071         </entry>
0072 
0073         <entry name="JPEGQuality" type="Int">
0074             <default>90</default>
0075         </entry>
0076 
0077         <entry name="LastTargetDir" type="Path">
0078         </entry>
0079 
0080         <entry name="ThumbnailBarOrientation" type="Enum">
0081             <choices name="Qt::Orientation">
0082                 <!-- Enum entries do not support enums with arbitrary values.
0083                 Since Qt::Horizontal is 1 and Qt::Vertical is 2, we need to
0084                 introduce a Dummy value here.
0085                 -->
0086                 <choice name="Dummy"/>
0087                 <choice name="Horizontal"/>
0088                 <choice name="Vertical"/>
0089             </choices>
0090             <default>Horizontal</default>
0091         </entry>
0092 
0093         <entry name="ThumbnailBarRowCount" type="Int">
0094             <default>1</default>
0095         </entry>
0096 
0097         <entry name="UrlNavigatorIsEditable" type="Bool">
0098             <default>false</default>
0099         </entry>
0100         <entry name="UrlNavigatorShowFullPath" type="Bool">
0101             <default>false</default>
0102         </entry>
0103 
0104         <entry name="DefaultExportPluginText" type="String">
0105         </entry>
0106 
0107         <entry name="SideBarPage" type="String">
0108             <default>information</default>
0109         </entry>
0110         <entry name="FullScreenBackground" type="Enum">
0111             <choices name="Gwenview::FullScreenBackground::Enum">
0112                 <choice name="FullScreenBackground::Image"/>
0113                 <choice name="FullScreenBackground::Black"/>
0114             </choices>
0115             <default>FullScreenBackground::Image</default>
0116         </entry>
0117         <entry name="ThumbnailActions" type="Enum">
0118             <choices name="Gwenview::ThumbnailActions::Enum">
0119                 <choice name="ThumbnailActions::AllButtons"/>
0120                 <choice name="ThumbnailActions::ShowSelectionButtonOnly"/>
0121                 <choice name="ThumbnailActions::None"/>
0122             </choices>
0123             <default>ThumbnailActions::AllButtons</default>
0124         </entry>
0125         <entry name="LastUsedVersion" type="int">
0126             <default>-1</default>
0127         </entry>
0128     </group>
0129 
0130     <group name="FullScreen">
0131         <entry name="FullScreenPreferredMetaInfoKeyList" type="StringList">
0132             <default>General.Name,Exif.Image.DateTime</default>
0133         </entry>
0134         <entry name="FullScreenColorScheme" type="String">
0135             <default></default>
0136         </entry>
0137         <entry name="FullScreenBarHeight" type="Int">
0138             <default></default>
0139         </entry>
0140         <entry name="ShowFullScreenThumbnails" type="Bool">
0141             <default>true</default>
0142         </entry>
0143         <entry name="FullScreenModeActive" type="Bool">
0144             <default>false</default>
0145         </entry>
0146     </group>
0147 
0148     <group name="ImageView">
0149         <entry name="AlphaBackgroundMode" type="Enum">
0150             <choices name="Gwenview::AbstractImageView::AlphaBackgroundMode">
0151                 <choice name="AbstractImageView::AlphaBackgroundNone"/>
0152                 <choice name="AbstractImageView::AlphaBackgroundCheckBoard"/>
0153                 <choice name="AbstractImageView::AlphaBackgroundSolid"/>
0154             </choices>
0155             <default>AbstractImageView::AlphaBackgroundNone</default>
0156         </entry>
0157         <entry name="AlphaBackgroundColor" type="Color">
0158             <default>#ffffff</default>
0159         </entry>
0160 
0161         <entry name="MouseWheelBehavior" type="Enum">
0162             <choices name="Gwenview::MouseWheelBehavior::Enum">
0163                 <choice name="MouseWheelBehavior::Scroll"/>
0164                 <choice name="MouseWheelBehavior::Browse"/>
0165                 <choice name="MouseWheelBehavior::Zoom"/>
0166             </choices>
0167             <default>MouseWheelBehavior::Scroll</default>
0168         </entry>
0169 
0170         <entry name="EnlargeSmallerImages" type="Bool">
0171             <default>false</default>
0172         </entry>
0173 
0174         <entry name="ApplyExifOrientation" type="Bool">
0175             <default>true</default>
0176         </entry>
0177 
0178         <entry name="ThumbnailSplitterSizes" type="IntList">
0179             <default>350, 100</default>
0180         </entry>
0181 
0182         <entry name="AnimationMethod" type="Enum">
0183             <choices name="Gwenview::DocumentView::AnimationMethod">
0184                 <choice name="DocumentView::NoAnimation"/>
0185                 <choice name="DocumentView::SoftwareAnimation"/>
0186                 <choice name="DocumentView::GLAnimation"/>
0187             </choices>
0188             <default>DocumentView::SoftwareAnimation</default>
0189         </entry>
0190 
0191         <entry name="ZoomMode" type="Enum">
0192                 <choices name="Gwenview::ZoomMode::Enum">
0193                 <choice name="ZoomMode::Autofit"/>
0194                 <choice name="ZoomMode::KeepSame"/>
0195                 <choice name="ZoomMode::Individual"/>
0196             </choices>
0197             <default>ZoomMode::Autofit</default>
0198             <whatsthis>Defines what happens when going to image B after
0199             having zoomed in on an area of image A.  If set to Autofit,
0200             image B is zoomed out to fit the screen.  If set to KeepSame,
0201             all images share the same zoom and position: image B is set
0202             to the same zoom parameters as image A (and if these are
0203             changed, image A will then be displayed with the updated zoom
0204             and position).  If set to Individual, all images remember
0205             their own zoom and position: image B is initially set to the
0206             same zoom parameters as image A, but will then remember its
0207             own zoom and position (if these are changed, image A will NOT
0208             be displayed with the updated zoom and position).</whatsthis>
0209         </entry>
0210 
0211         <entry name="RenderingIntent" type="Enum">
0212                 <choices name="Gwenview::RenderingIntent::Enum">
0213                 <choice name="RenderingIntent::Perceptual"/>
0214                 <choice name="RenderingIntent::Relative"/>
0215             </choices>
0216             <default>RenderingIntent::Perceptual</default>
0217             <whatsthis>Defines how colors are rendered when your display
0218             uses an ICC color profile and an image has colors that do not
0219             fit within the profile's color gamut. "Perceptual" will scale
0220             the colors of the entire image so that they all fit within the
0221             display's capabilities. "Relative" will squash only the colors
0222             that cannot be displayed, and leave the other colors alone.</whatsthis>
0223         </entry>
0224         
0225         <entry name="EnableColorManagement" type="Bool">
0226             <default>true</default>
0227         </entry>
0228 
0229         <entry name="NavigationEndNotification" type="Enum">
0230             <choices name="Gwenview::SlideShow::NavigationEndNotification">
0231                 <choice name="NavigationEndNotification::NeverWarn"/>
0232                 <choice name="NavigationEndNotification::WarnOnSlideshow"/>
0233                 <choice name="NavigationEndNotification::AlwaysWarn"/>
0234             </choices>
0235             <default>Gwenview::SlideShow::NavigationEndNotification::WarnOnSlideshow</default>
0236         </entry>
0237     </group>
0238 
0239     <group name="ThumbnailView">
0240         <entry name="ThumbnailSize" type="Int">
0241             <default>128</default>
0242         </entry>
0243 
0244         <entry name="ThumbnailAspectRatio" type="Double">
0245         <default>3./2.</default>
0246         </entry>
0247 
0248         <entry name="LowResourceUsageMode" type="Bool">
0249             <default>false</default>
0250         </entry>
0251 
0252         <entry name="Sorting" type="Enum">
0253             <choices name="Gwenview::Sorting::Enum">
0254                 <choice name="Sorting::Name"/>
0255                 <choice name="Sorting::Size"/>
0256                 <choice name="Sorting::Date"/>
0257                 <choice name="Sorting::Rating"/>
0258             </choices>
0259             <default>Sorting::Name</default>
0260         </entry>
0261         
0262         <entry name="SortDescending" type="Bool">
0263             <default>false</default>
0264         </entry>
0265 
0266         <entry name="ThumbnailDetails" type="Int">
0267             <default>1</default>
0268             <!-- 1 == PreviewItemDelegate::FileNameDetail -->
0269         </entry>
0270 
0271         <entry name="ListVideos" type="Bool">
0272             <default>true</default>
0273         </entry>
0274 
0275         <entry name="AutoplayVideos" type="Bool">
0276             <default>false</default>
0277         </entry>
0278     </group>
0279 
0280     <group name="Print">
0281         <entry name="PrintPosition" type="Int">
0282             <default code="true">
0283                 Qt::AlignHCenter | Qt::AlignVCenter
0284             </default>
0285         </entry>
0286 
0287         <entry name="PrintScaleMode" type="Enum">
0288             <choices name="Gwenview::PrintOptionsPage::ScaleMode">
0289                 <choice name="PrintOptionsPage::NoScale"/>
0290                 <choice name="PrintOptionsPage::ScaleToPage"/>
0291                 <choice name="PrintOptionsPage::ScaleToCustomSize"/>
0292             </choices>
0293             <default>PrintOptionsPage::ScaleToPage</default>
0294         </entry>
0295 
0296         <entry name="PrintEnlargeSmallerImages" type="Bool">
0297             <default>false</default>
0298         </entry>
0299 
0300         <entry name="PrintWidth" type="Double">
0301             <default>15.0</default>
0302         </entry>
0303 
0304         <entry name="PrintHeight" type="Double">
0305             <default>10.0</default>
0306             <!-- Default is in fact computed from PrintWidth because PrintKeepRatio is true -->
0307         </entry>
0308 
0309         <entry name="PrintUnit" type="Enum">
0310             <choices name="Gwenview::PrintOptionsPage::Unit">
0311                 <choice name="PrintOptionsPage::Millimeters"/>
0312                 <choice name="PrintOptionsPage::Centimeters"/>
0313                 <choice name="PrintOptionsPage::Inches"/>
0314             </choices>
0315             <default>PrintOptionsPage::Centimeters</default>
0316         </entry>
0317 
0318         <entry name="PrintKeepRatio" type="Bool">
0319             <default>true</default>
0320         </entry>
0321     </group>
0322 
0323     <group name="slide show">
0324         <entry name="random" type="Bool">
0325             <label>Display slide show images in random order</label>
0326             <default>false</default>
0327         </entry>
0328         <entry name="fullscreen" type="Bool">
0329             <label>Show slideshow in fullscreen mode</label>
0330             <default>true</default>
0331         </entry>
0332         <entry name="loop" type="Bool">
0333             <label>Loop on images</label>
0334             <default>false</default>
0335         </entry>
0336         <entry name="stopAtEnd" key="stop at end" type="Bool">
0337             <label>Stop at last image of folder</label>
0338             <default>false</default>
0339         </entry>
0340         <entry name="interval" type="Double">
0341             <label>Interval between images (in seconds)</label>
0342             <default>5.0</default>
0343         </entry>
0344     </group>
0345 
0346     <group name="RedEyeReduction">
0347         <entry name="RedEyeReductionDiameter" type="Int">
0348             <default>24</default>
0349         </entry>
0350     </group>
0351 
0352     <group name="Crop">
0353         <entry name="CropAdvancedSettingsEnabled" type="Bool">
0354             <default>false</default>
0355         </entry>
0356         <entry name="CropPreserveAspectRatio" type="Bool">
0357             <label>Restrict crop to image ratio when Advanced Settings disabled</label>
0358             <default>false</default>
0359         </entry>
0360         <entry name="CropRatioIndex" type="Int">
0361             <label>Index representing selected ratio in the Advanced settings combobox</label>
0362             <default>-1</default>
0363         </entry>
0364         <entry name="CropRatioWidth" type="Double">
0365             <label>Last used crop ratio width when Advanced Settings enabled</label>
0366             <default>0</default>
0367         </entry>
0368         <entry name="CropRatioHeight" type="Double">
0369             <label>Last used crop ratio height when Advanced Settings enabled</label>
0370             <default>0</default>
0371         </entry>
0372     </group>
0373 
0374     <group name="StatusBar">
0375         <entry name="StatusBarVisibleBrowseMode" key="IsVisible BrowseMode" type="Bool">
0376             <default>true</default>
0377         </entry>
0378         <entry name="StatusBarVisibleViewMode" key="IsVisible ViewMode" type="Bool">
0379             <default>true</default>
0380         </entry>
0381         <entry name="StatusBarVisibleViewModeFullScreen" key="IsVisible ViewMode FullScreen" type="Bool">
0382             <default>false</default>
0383         </entry>
0384     </group>
0385 </kcfg>