From f4878aa42e44b76b9c7e68a24e06bdb7f38f2e31 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Wed, 21 Feb 2024 00:13:18 +0300 Subject: configimagelistpage: add whatsthis messages and keyboard accelerators Signed-off-by: Alexander Golubev --- src/app/configimagelistpage.ui | 68 +++++++++++++++++++++++++++++++----------- 1 file changed, 50 insertions(+), 18 deletions(-) diff --git a/src/app/configimagelistpage.ui b/src/app/configimagelistpage.ui index 892ec88..828119e 100644 --- a/src/app/configimagelistpage.ui +++ b/src/app/configimagelistpage.ui @@ -8,8 +8,8 @@ 0 0 - 352 - 437 + 328 + 411 @@ -27,10 +27,7 @@ kcfg_showDirs - Show folders and archives - - - Alt+S + &Show folders and archives If enabled, folders and archives will be displayed alongside images in the browse view. @@ -43,14 +40,11 @@ Load &metadata from files - - Alt+M - <p>This will cause metadata to be loaded from all the files in the current folder.</p> <p>The metadata will be used to display the creation timestamp of the image instead of the file's mtime. Also, if the preview load fails, it may be used to display the image dimensions as a fallback. </p> -<p>For this option to work, you will need to have appropriate file plugins from <i></i> to be installed. +<p>For this option to work, you will need to have appropriate file plugins from <i>tdegraphics</i> to be installed. </p> <p>This may have some performance impact when browsing very large folders.</p> @@ -115,10 +109,10 @@ - Margin between thumbnails: + &Margin between thumbnails: - + kcfg_thumbnailMarginSize @@ -145,6 +139,9 @@ 1 + + This is the distance in pixel between items in thumbnail view. + @@ -203,7 +200,12 @@ mShowFileName - File name + File &name + + + <p>Whether to display the filename in thumbnail view with information on the bottom.</p> +<p> +In thumbnail view with text on the right, this is always displayed.</p> @@ -211,7 +213,17 @@ mShowImageSize - Image size + &Image size + + + + + + <p>Whether to display the image dimensions in thumbnail view with information on the bottom if available.</p> +<p> +The dimensions will be calculated when loading the previews. If the preview loading fails, the information will be queried from image metadata (if the "<i>Load metadata from files</i>" option is enabled).</p> +<p> +In thumbnail view with text on the right, this is always displayed.</p> @@ -219,7 +231,12 @@ mShowFileSize - File size + File si&ze + + + <p>Whether to display the filesize in thumbnail view with information on the bottom.</p> +<p> +In thumbnail view with text on the right, this is always displayed.</p> @@ -227,7 +244,14 @@ mShowFileDate - File date + File &date + + + <p>Whether to display the file's timestamp in thumbnail view with information on the bottom.</p> +<p> +If "<i>Load metadata from files</i>" option is enabled and the metadata is available in the file this will display file creation date. Otherwice the file modification time (mtime) will be used instead.</p> +<p> +In thumbnail view with text on the right, this is always displayed.</p> @@ -270,7 +294,12 @@ kcfg_storeThumbnailsInCache - Store thumbnails in cache + Store thumbnails in &cache + + + <p>Save generated thumbnails in the dedicated cache directory. This will speed up the thumbnail load in the future.</p> +<p> +The cache directory is usually located in <i>~/.tumbnails</i>.</p> @@ -278,7 +307,10 @@ kcfg_deleteCacheOnExit - Automatically empty thumbnail cache on exit + Automatically &empty thumbnail cache on exit + + + If this option is enabled, all the files in the thumbnail cache directory will be removed on exit from the gwenview. -- cgit v1.2.3