https://bugs.kde.org/show_bug.cgi?id=399889
Jan Grulich <jgrul...@redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/xdg | |-desktop-portal-kde/66eb2fe | |654b95eb721ed3b2b1cb500f559 | |20d7e8 Status|CONFIRMED |RESOLVED --- Comment #7 from Jan Grulich <jgrul...@redhat.com> --- Git commit 66eb2fe654b95eb721ed3b2b1cb500f55920d7e8 by Jan Grulich. Committed on 23/12/2018 at 13:29. Pushed by grulich into branch 'Plasma/5.14'. Add workaround for gtk file chooser filter patterns Summary: Gtk can use filter patterns, looking like "*.[Pp][Nn][Gg]" to handle all possible lowercase/uppercase variants. This is unfortunately not supported by KDE/Qt dialogs so we should try to convert it to just "*.png" instead. There are other possible patterns, but this is probably the most common one. Reviewers: broulik, davidedmundson Reviewed By: davidedmundson Subscribers: heikobecker, ngraham, davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D17677 M +43 -3 src/filechooser.cpp https://commits.kde.org/xdg-desktop-portal-kde/66eb2fe654b95eb721ed3b2b1cb500f55920d7e8 -- You are receiving this mail because: You are watching all bug changes.