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 --- README.CMake.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'README.CMake.txt') diff --git a/README.CMake.txt b/README.CMake.txt index 03325a9e4..0d63fa8ab 100644 --- a/README.CMake.txt +++ b/README.CMake.txt @@ -255,12 +255,6 @@ FLTK_OPTION_SVG - default ON FLTK has a built-in SVG library and can create (write) SVG image files. Turning this option off disables SVG (read and write) support. -FLTK_USE_KDIALOG - default ON - Under the KDE desktop, allows class Fl_Native_File_Chooser to use the - kdialog utility program to construct its file dialog windows, when that - utility is available at run time on the system. This option makes sense - only under X11 or Wayland. - FLTK_USE_LIBDECOR_GTK - default ON (Wayland only). Allow to use libdecor's GTK plugin to draw window titlebars. Otherwise FLTK does not use GTK and apps will not need linking to GTK. This feature -- cgit v1.2.3