Summary: | Information Panel shows different information depending on where we search for things | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Patrick Silva <bugseforuns> |
Component: | panels: information | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kfm-devel, mail |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kio-extras/951e2f2d49a8b1a3c025ba311d78070791a84923 | Version Fixed In: | 20.08 |
Sentry Crash Report: | |||
Attachments: |
result after the step 3 - unexpected
result after the last step - expected |
Created attachment 127724 [details]
result after the last step - expected
Can reproduce. Also on Neon Unstable Edition, Dolphin 20.07.70. Git commit e076d8668f673e09ddd01b3367e413a494d6d2bb by Méven Car. Committed on 03/05/2020 at 10:46. Pushed by meven into branch 'master'. filenamesearch:/ define a title for the query Summary: CCBUG: 420354 Reviewers: ngraham, elvisangelaccio, #dolphin, #frameworks, iasensio Reviewed By: elvisangelaccio, #dolphin, iasensio Subscribers: iasensio, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D29198 M +8 -2 src/search/dolphinsearchbox.cpp M +2 -0 src/search/dolphinsearchbox.h https://commits.kde.org/dolphin/e076d8668f673e09ddd01b3367e413a494d6d2bb Git commit 951e2f2d49a8b1a3c025ba311d78070791a84923 by Méven Car. Committed on 04/05/2020 at 06:32. Pushed by meven into branch 'master'. filenamesearch: Implement stat to display metainfo Summary: filenamesearch ioslave needed a stat implementation to be rendered properly in dolphin information panel. FIXED-IN: 20.08 Test Plan: Open filenamsearch:/ in dolphin and search something Reviewers: #dolphin, #frameworks, ngraham, elvisangelaccio Reviewed By: #dolphin, elvisangelaccio Subscribers: kde-frameworks-devel, kfm-devel Tags: #dolphin, #frameworks Differential Revision: https://phabricator.kde.org/D29197 M +1 -1 filenamesearch/CMakeLists.txt M +23 -0 filenamesearch/kio_filenamesearch.cpp M +1 -0 filenamesearch/kio_filenamesearch.h https://commits.kde.org/kio-extras/951e2f2d49a8b1a3c025ba311d78070791a84923 |
Created attachment 127723 [details] result after the step 3 - unexpected STEPS TO REPRODUCE 1. open Dolphin 2. click on any of the following items of places panel: Trash Network Recent files/locations Any partition under "Devices" section All tags 3. press ctrl+f and search for something. Result: Information Panel shows search icon and says "Type: unknown" 4. click on any of the following items of places panel: Home, Desktop, Documents and Downloads under "Places" section anything under "Search for" section 5. press ctrl+f and search for something Result: Information Panel shows search icon and says "Query Results from '<search term>'" and "Type: Search Folder" EXPECTED RESULT always the result after the last step 5 SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.18.80 KDE Frameworks Version: 5.70.0 Qt Version: 5.14.1 ADDITIONAL INFORMATION Please see the attached screenshots showing the different results.