I often have URLs I want to erase from history. For that, I use the filter bar. Yet, upon filtered, I'm still allowed to select dates which prevents me to press Ctrl + A (Select All) and then Delete the resulted URLs.
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.