kcms/baloo: Fix its modernizations
kcms/baloo: Prevent ListView row highlighting
Setting highlighted
property is not enough.
kcms/baloo: Port folder dialog handlers code to the new API
kcms/baloo: Fix currently indexed file name label component
- file name argument was missing from i18n call;
- Baloo.Monitor does not have an upper-cased
FilePath
property; - Extra check for filePath is not required, as by default it's just an empty string.
- The whole item was outside of FormLayout, but still has Kirigami.FormData.label property set.