Skip to content

file dialog fixes

Pedro Rodrigues requested to merge red/kdenlive:red into master

some of the file open/save dialogs had filters in incorrect formats, like a mimetype name passed to a function that expects a filetype (*.ext) filter. Making it impossible to select files in some cases.

Here's a before and after example in Windows. Notice the file filter box.

(It can't see .kdenlivetitle files, or any file for that matter)

(much better)

Edited by Pedro Rodrigues

Merge request reports