Summary: | An empty album displays a notification message that the database query returned no result | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Frank Steinmetzger <dev+kde> |
Component: | Albums-MainView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | metzpinguin |
Priority: | NOR | ||
Version: | 7.5.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/78b5485255b83085eea86d3fd2d3a515bda53c87 | Version Fixed In: | 7.7.0 |
Sentry Crash Report: |
Description
Frank Steinmetzger
2022-03-07 20:03:08 UTC
It was clear to me that there would be a bug report at some point. This message was created at the user's request that a message appear for large searches or albums when the action has ended and no images have actually been returned. We can of course disable it for physical albums and only enable it for search albums. Maik Hehe, I see. OK, then let’s see if we can accommodate everyone. The easiest way would be to display the text inside the main view, as I mentioned with my Dolphin reference. Perhaps not show it in the centre of the screen, but on the topleft, so it can easily be found with the eyes, because photo management screens tend to be large. This would even allow for a progress message like “Searching …” — but only in case the query takes longer. Otherwise we would risk constantly flickering text when browsing through albums. So as a step-by-step: 10 user selects album 20 wait for result, but one second maximum (arbitrary value, the actual best-fitting duration should be determined in experiments. It should prevent annoying distraction of the eye when clicking through albums) 30 search result available? → display result or message “This album is empty.” or “The search returned no results.”. End. 40 no result yet? → Display “Searching ...” message and wait for result indefinitely. 50 Result is available, goto 30 Git commit 78b5485255b83085eea86d3fd2d3a515bda53c87 by Maik Qualmann. Committed on 08/03/2022 at 07:12. Pushed by mqualmann into branch 'qt5-maintenance'. show empty album message only with search albums Related: bug 449078 FIXED-IN: 7.7.0 M +2 -1 NEWS M +1 -1 core/app/views/stack/itemiconview_items.cpp https://invent.kde.org/graphics/digikam/commit/78b5485255b83085eea86d3fd2d3a515bda53c87 |