Bug 422120 - Independent Icons sizes for thumbnail/no-thumbnail view is confusing and unnecessary
Summary: Independent Icons sizes for thumbnail/no-thumbnail view is confusing and unne...
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: view-engine: general (show other bugs)
Version: 24.02.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-26 22:24 UTC by Patrick Silva
Modified: 2024-02-29 13:40 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
screen recording (1.13 MB, video/webm)
2020-05-26 22:24 UTC, Patrick Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2020-05-26 22:24:20 UTC
Created attachment 128817 [details]
screen recording

STEPS TO REPRODUCE
1. open Dolphin
2. use the slider on bottom to set icons size to 80px
3. toggle preview feature
4. use the slider on bottom to set icons size to 128px
5. toggle the preview feature a few times to compare the icon sizes

OBSERVED RESULT
As we can see in the attached screen recording, icons size changes when we toggle the preview feature

EXPECTED RESULT
same icons size regardless the state of preview feature

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.19.80
KDE Frameworks Version: 5.71.0
Qt Version: 5.14.2
Comment 1 Nate Graham 2020-05-29 17:30:57 UTC
This is a feature, not a bug. The sizes of icons with and without previews are independently configurable in Settings > View Modes.

However I'm not sure how useful it really is. I don't know the history behind why icons with previews shown historically had their own size different from icons without previews shown, but I'm not sure it really makes sense. My inclination is to remove the feature.

Does feel otherwise or know the history here?
Comment 2 Christoph Feck 2020-05-29 18:01:19 UTC
Well, I really want my images larger than my icons, so whenever I click the Preview toolbutton, it should automatically switch to the larger size.
Comment 3 Patrick Silva 2020-05-29 18:09:00 UTC
I don't know the history behind this feature.

When I wrote this report I wasn't sure if the current behavior is a bug or intentional. I have wrote this report anyway because at first the current behavior doesn't make sense to me and I can't think on any situation in which different icons sizes depending on the state of preview feature could be useful.
Comment 4 Christoph Feck 2020-05-29 18:34:25 UTC
Dolphin's icon view only supports a grid layout with a fixed item size. Of course you could keep icons at their configured size in preview mode, and only enlarge previews, but then users would probably complain about the larger gaps between the icons.

The actual fix would be a dynamic layout system, allowing items of different sizes (see e.g. Google's Picasa). That is not an easy task, and I don't know any Qt based item view that does this.
Comment 5 Nate Graham 2020-05-29 18:46:06 UTC
I don't understand the problem, or the use case for wanting icons with previews to be larger when icons without them, or the use case for turning previes on or off periodically, or even for the matter why you would not always want to have previews turned on.
Comment 6 Patrick Silva 2020-05-31 12:11:07 UTC
(In reply to Nate Graham from comment #5)
> I don't understand the problem, or the use case for wanting icons with
> previews to be larger when icons without them, or the use case for turning
> previes on or off periodically, or even for the matter why you would not
> always want to have previews turned on.

Sometimes I disable the previews before taking a screenshot or recording my screen for privacy reasons.
Comment 7 Patrick Silva 2020-10-27 12:30:16 UTC
Apparently this behavior causes bug 288118.