Bug 459478 - [FR] please allow to disable/resize the Description field, it takes half of screen unnecessarily
Summary: [FR] please allow to disable/resize the Description field, it takes half of s...
Status: RESOLVED DUPLICATE of bug 332921
Alias: None
Product: gwenview
Classification: Applications
Component: general (show other bugs)
Version: 22.04.3
Platform: Kubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-21 08:24 UTC by Ami
Modified: 2022-10-25 14:14 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ami 2022-09-21 08:24:18 UTC
SUMMARY

The Description field on Information tab takes half of screen unnecessarily makes some exif info
 not visible without scrolling

Please allow to disable/resize it, so more exif data could be shown.
Thank you much.
Comment 1 Corbin 2022-10-16 22:24:33 UTC
Yes, I see what you mean, that is unnecessarily large. I think it would be nice to have a splitter let you grab that divider line in the middle of the sidebar, letting you move that up and down. (And it should remember where it last was, too...)
I think I can implement that, it'd be a fun first patch for gwenview on my end.
Comment 2 Ami 2022-10-17 22:04:45 UTC
That would be great, thank you.
Comment 3 Bug Janitor Service 2022-10-17 23:38:04 UTC
A possibly relevant merge request was started @ https://invent.kde.org/graphics/gwenview/-/merge_requests/164
Comment 4 Nate Graham 2022-10-21 19:29:23 UTC
Git commit 26b39137a93c9fc368d2bf8962d6a98dfd24077f by Nate Graham, on behalf of Corbin Schwimmbeck.
Committed on 21/10/2022 at 19:29.
Pushed by ngraham into branch 'master'.

Add a splitter to the information sidebar

In Gwenview, the information page of the sidebar consists of two halves: an upper section displaying varying amounts of image details,
and a lower section displaying a rating, tags, and description.
Due to the expanding nature of the description's plain text edit, it takes up half of the sidebar by default, and is usually completely empty.
This additional space could be better used to show more image details, as requested in this bug report:

So, I have added a splitter, allowing you to move the previously-static central divider, 
and made sure that Gwenview remembers its position between sessions.

By default, the appearance of the sidebar looks identical to how it did before this patch.

Below are two screenshots, one of the splitter moved to its highest, and another at its lowest position.

![split_high](/uploads/1996ac1cd5be7d22cee2dacd6ca8ce7c/split_high.png)

![split_low](/uploads/a040f1d115efab6d7bc6a2f3b1489dc6/split_low.png)

M  +54   -3    app/mainwindow.cpp
M  +3    -0    lib/gwenviewconfig.kcfg

https://invent.kde.org/graphics/gwenview/commit/26b39137a93c9fc368d2bf8962d6a98dfd24077f
Comment 5 Nate Graham 2022-10-21 19:31:53 UTC

*** This bug has been marked as a duplicate of bug 332921 ***
Comment 6 Corbin 2022-10-24 16:24:28 UTC
(In reply to Ami from comment #2)
> That would be great, thank you.

Job done, the splitter will be coming to you with the next gwenview release :)
Comment 7 Ami 2022-10-25 14:14:00 UTC
> Job done, the splitter will be coming to you with the next gwenview release
> :)

Awesome, thank you very much for your work.