From d87a060537229bbef6c3da28bbb322693f6a7f14 Mon Sep 17 00:00:00 2001 From: pax Date: Sun, 5 Apr 2026 04:38:57 -0500 Subject: [PATCH] Document selection/hover highlight and fix README accuracy - theme docs: selection-background-color controls border + hover - README: fix ffmpeg mention, update library feature list --- README.md | 4 ++-- themes/README.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f894972..a364c7e 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ Supports custom styling via `custom.qss` — see [Theming](#theming). - Dedicated tab for browsing saved files on disk - Folder sidebar with configurable library directory - Sort by date, name, or size -- FFmpeg-based video thumbnail generation -- Missing file detection for removed or relocated media +- Video thumbnail generation (ffmpeg if available, placeholder fallback) +- Unreachable directory detection ### Search - Inline history dropdown inside the search bar diff --git a/themes/README.md b/themes/README.md index 817c05f..f773257 100644 --- a/themes/README.md +++ b/themes/README.md @@ -28,7 +28,7 @@ QWidget { color: #ebdbb2; font-size: 13px; font-family: monospace; - selection-background-color: #fe8019; /* also sets grid selection highlight */ + selection-background-color: #fe8019; /* grid selection border + hover highlight */ selection-color: #282828; } ``` @@ -242,8 +242,9 @@ ThumbnailWidget { ## Notes -- `selection-background-color` on `QWidget` controls the **grid thumbnail selection highlight** +- `selection-background-color` on `QWidget` controls the **grid thumbnail selection border** and **hover highlight** (lighter version auto-derived) - Setting a custom QSS automatically switches to the Fusion Qt style for consistent rendering - Tag category colors (Artist, Character, etc.) in the info panel are set in code, not via QSS - Saved dot (green) and bookmark star (yellow) are QSS-controllable via `qproperty-savedColor` and `qproperty-bookmarkedColor` on `ThumbnailWidget` - Use `QLabel { background: transparent; }` to prevent labels from getting opaque backgrounds +- Right-click on thumbnails selects visually but does not change the preview