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