Created attachment 153498 [details] Help menu not working The following setting does not work as expected: Settings > Configure Digikam > Cameras > Import Filters > (below in 'Always ignore' section) > Ignored file names Or I don't understand how the file filter is supposed to work: - the file names are separated by space I suppose ? (by default there are 2 names separated by a space) - can we use regex, ... ? - (note: the 'Help' button at the bottom left does not work: see screenshot) I want to filter all the files ".trashed-xxx.jpg" from my phone (android renames deleted files that way) but I can't manage that: I tried in the field "Ignored file names": - .trashed-* - .trashed-.* without success.
These filters exist in the setup but are not implemented in the import tool. The Help button works without any problems here. We will not allow RegExp in GUI, we have already discussed this to exhaustion on another bug, why not. Maik
Git commit e5e6df7dce6a50af9107bc840933525e8575a8b1 by Maik Qualmann. Committed on 06/11/2022 at 12:25. Pushed by mqualmann into branch 'master'. implement missing names and extensions import filter Filters are now immediately applied by setup changes. FIXED-IN: 8.0.0 M +11 -1 NEWS M +2 -0 core/utilities/import/main/importui.cpp M +34 -0 core/utilities/import/widgets/importfilter.cpp M +2 -0 core/utilities/import/widgets/importfilter.h M +24 -4 core/utilities/import/widgets/importfiltercombobox.cpp M +1 -0 core/utilities/import/widgets/importfiltercombobox.h https://invent.kde.org/graphics/digikam/commit/e5e6df7dce6a50af9107bc840933525e8575a8b1
Note: the name filter accepts wildcards (*). Maik
(In reply to Maik Qualmann from comment #3) > Note: the name filter accepts wildcards (*). > > Maik Perfect, thank you Maik. If I have well seen, it is possible to add several ignored names separated by a space. Is it possible to specify that (using a hint / tooltip / or something like that) ? (because it is not obvious that the separator must be a space: could have been a coma, ...)
Git commit 2c72163c6f31725f02709238bd668f64b1187aab by Maik Qualmann. Committed on 06/11/2022 at 19:00. Pushed by mqualmann into branch 'master'. add tooltip to ignored names and extensions import filter M +4 -0 core/utilities/setup/camera/setupcamera.cpp https://invent.kde.org/graphics/digikam/commit/2c72163c6f31725f02709238bd668f64b1187aab