Bug 386754 - Search box cropped when Dolphin window is not wide enough
Summary: Search box cropped when Dolphin window is not wide enough
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: search (show other bugs)
Version: 17.04.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: usability
: 432034 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-11-11 17:19 UTC by Alexander Potashev
Modified: 2021-01-25 16:04 UTC (History)
3 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 Alexander Potashev 2017-11-11 17:19:49 UTC
When Dolphin window is not wide enough, the search box cropped on the right so you can't see some of the controls like "More Options" and "More Search Tools". They should better be "wrapped" to another row.
Comment 1 Julian Steinmann 2018-06-12 09:23:42 UTC
Thanks for reporting this bug! I can also reproduce this behavior with Dolphin 18.04.2, so I'll mark the report as CONFIRMED.
Comment 2 Elvis Angelaccio 2019-11-03 22:04:29 UTC
Git commit 54bd267eb96de135d2bf4cb91c6a16dffa0b012a by Elvis Angelaccio, on behalf of Ismael Asensio.
Committed on 03/11/2019 at 22:00.
Pushed by elvisangelaccio into branch 'master'.

Get rid of search "More Options" toggle button

Summary:
With the new compact search filters (type/date/rating) it makes sense to show these options whenever available, and save some horizontal space on the main bar (specially for verbose languages).
These options will be hidden nevertheless if the search is non-indexed or Baloo is disabled.
For some nicer aesthetics D25029 should be also applied.

Test Plan:
Current: {F7681182}
After: {F7687380}
Along with D25029: {F7687385}

Reviewers: elvisangelaccio, ngraham, #dolphin, #vdg

Reviewed By: ngraham, #vdg

Subscribers: kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D25057

M  +0    -4    src/search/dolphin_searchsettings.kcfg
M  +5    -54   src/search/dolphinsearchbox.cpp
M  +1    -4    src/search/dolphinsearchbox.h

https://commits.kde.org/dolphin/54bd267eb96de135d2bf4cb91c6a16dffa0b012a
Comment 3 Ismael Asensio 2019-11-07 00:51:33 UTC
Git commit 7949aee2d2528fb3adfc83d43799f1566e835466 by Ismael Asensio.
Committed on 07/11/2019 at 00:51.
Pushed by iasensio into branch 'master'.

Make the search box more compact

Summary:
Reduce the spacing between widgets and remove the content margins on the extended search options to have a more compact and space-saving layout.
Currently, some widgets are not even aligned.
This will be even more important if we remove the toggle button for 'More Options'.

Test Plan:
BEFORE: {F7681182}
AFTER: {F7681184}

Reviewers: elvisangelaccio, ngraham, #dolphin, #vdg

Reviewed By: elvisangelaccio, ngraham, #dolphin, #vdg

Subscribers: kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D25028

M  +1    -0    src/global.h
M  +1    -0    src/search/dolphinfacetswidget.cpp
M  +4    -0    src/search/dolphinsearchbox.cpp

https://commits.kde.org/dolphin/7949aee2d2528fb3adfc83d43799f1566e835466
Comment 4 Nate Graham 2021-01-25 16:04:39 UTC
*** Bug 432034 has been marked as a duplicate of this bug. ***