From abfc8ee52f5e7b7e9022dd0bb6fd370a0e9c32af Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:34:08 +0200 Subject: 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 --- configh.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configh.in') diff --git a/configh.in b/configh.in index 49ba71e00..73a28fa2c 100644 --- a/configh.in +++ b/configh.in @@ -340,10 +340,3 @@ */ #undef FL_CFG_NO_FILESYSTEM_SUPPORT - -/* - * Do we want class Fl_Native_File_Chooser to run kdialog when zenity is - * unavailable and desktop is KDE? - */ - -#define USE_KDIALOG 1 -- cgit v1.2.3