app: show relevant files only by default.6b4b3bad1323bfb847f68bae820e278504d3b117
commit6b4b3bad1323bfb847f68bae820e278504d3b117
authorJehan <jehan@girinstud.io>
Wed, 25 Jul 2018 14:50:05 +0000 (25 16:50 +0200)
committerJehan <jehan@girinstud.io>
Wed, 25 Jul 2018 15:01:38 +0000 (25 17:01 +0200)
tree99689401c27b33218272fd5fbc124e9ee22d8506
parent6369445874e9fe13280f012a210125a6d4b654a0
app: show relevant files only by default.

Just like it was until now, the default filtering should not be all
files, but only relevant files (i.e. XCF when saving, exportable images
when exporting and loadable images/XCF when opening).
Now all files will only be available through the "Show All Files"
checkbox.

This is simpler than previous implementations where the list was
proposing "All Files", "All Images" and "All XCF/export images". That is
just too much.

With this default, I get the "All Files" checkbox out of the expander so
that it is visible immediately even when the format list is unexpanded
(you don't want people to get pissed when not finding how to display all
their files).
app/widgets/gimpfiledialog.c
app/widgets/gimpfileprocview.c