Summary: | Make dates in History sidebar and dialog unselectable upon filtering | ||
---|---|---|---|
Product: | [Applications] Falkon | Reporter: | Schimon Jehudah <sjehuda> |
Component: | general | Assignee: | David Rosca <nowrep> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jurajoravec |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://invent.kde.org/network/falkon/commit/85f9990104f5d59458bfdf4693cf6a3b29016f22 | Version Fixed In: | 23.04.0 |
Sentry Crash Report: |
Description
Schimon Jehudah
2023-03-06 11:59:05 UTC
Git commit 74cfccd69d7249f6380120e9a8c46c1566e0f7b6 by Juraj Oravec. Committed on 25/03/2023 at 02:15. Pushed by jurajo into branch 'release/23.04'. History: Don't delete all items under dates when filtering FIXED-IN: 23.04.0 Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> M +5 -0 src/lib/history/historymodel.cpp M +1 -0 src/lib/history/historymodel.h M +1 -1 src/lib/history/historytreeview.cpp https://invent.kde.org/network/falkon/commit/74cfccd69d7249f6380120e9a8c46c1566e0f7b6 Git commit 85f9990104f5d59458bfdf4693cf6a3b29016f22 by Juraj Oravec. Committed on 25/03/2023 at 02:11. Pushed by jurajo into branch 'master'. History: Don't delete all items under dates when filtering FIXED-IN: 23.04.0 Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> M +5 -0 src/lib/history/historymodel.cpp M +1 -0 src/lib/history/historymodel.h M +1 -1 src/lib/history/historytreeview.cpp https://invent.kde.org/network/falkon/commit/85f9990104f5d59458bfdf4693cf6a3b29016f22 Hello, the "fix" is more like a workaround and just makes it so, that the items will not be deleted. I know there is a way to properly manage what items are selected but I am not skilled at using that. Best regards, Juraj. |