diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-22 16:34:08 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-22 16:34:08 +0200 |
| commit | abfc8ee52f5e7b7e9022dd0bb6fd370a0e9c32af (patch) | |
| tree | 95d6a53874a68c0cc13bda5128561d40314b78a9 /configh.cmake.in | |
| parent | ee37965fad79a815feea3f8a4a6cfec03d4a9029 (diff) | |
Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899)
- remove build option FLTK_USE_KDIALOG replaced by an Fl::option() option
- new run-time option OPTION_FNFC_USES_KDIALOG
- make options OPTION_FNFC_USES_KDIALOG and OPTION_FNFC_USES_ZENITY
false by default
- add mention of new program fltk-options in the doc of Fl::option()
- change logic of choice of the native file chooser under X11/Wayland:
the zenity and kdialog choosers are opt-in; otherwise the GTK file chooser
is used, unless opted out with OPTION_FNFC_USES_GTK
- document that zenity may be interesting for sandboxed apps
- document that both zenity and kdialog make member functions
Fl_Native_File_Chooser::filter_value() inoperable
Diffstat (limited to 'configh.cmake.in')
| -rw-r--r-- | configh.cmake.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configh.cmake.in b/configh.cmake.in index 1bd719bbc..b01d4fba6 100644 --- a/configh.cmake.in +++ b/configh.cmake.in @@ -340,10 +340,3 @@ */ #cmakedefine FL_CFG_NO_FILESYSTEM_SUPPORT 1 - -/* - * Do we want class Fl_Native_File_Chooser to run kdialog when zenity is - * unavailable and desktop is KDE? - */ - -#cmakedefine01 USE_KDIALOG |
