Merge PR #1079: System file chooser improvements

This commit is contained in:
Karl Tauber
2026-03-09 23:59:06 +01:00
25 changed files with 442 additions and 75 deletions

View File

@@ -3,6 +3,15 @@ FlatLaf Change Log
## 3.7.1-SNAPSHOT
- System File Chooser:
- Update current filter before invoking approve callback and after closing
dialog. (issue #1065)
- Added `PatternFilter` to support glob file filter (e.g. `*.tar.gz`) on
Windows and on Linux, but not on macOS. (issue #1076)
- Fixed: System and Swing file dialogs were shown at the same time if
application has no other displayable window. (issue #1078)
- On Linux: Check whether required GSettings schemas are installed to avoid
application crash (occurred on NixOS with Plasma/KDE desktop). (issue #1069)
- ComboBox: Added UI property `ComboBox.buttonFocusedEditableBackground`. (issue
#1068)
- Dialog: Some client properties (e.g. `JRootPane.titleBarShowTitle`) did not