]> git.lyx.org Git - lyx.git/commit
Make it possible to select (not)native file dialogs at run time
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 30 Jan 2018 13:32:53 +0000 (14:32 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 19 Mar 2018 10:17:33 +0000 (11:17 +0100)
commitaf795b80d8512926261e2457bc5f2e0ac017bec4
tree1ccda3ab7efe4cbf0ad16574e64dd7564720317f
parent61db4af82dfd8c24bb3099160274bf6c6d4e7cce
Make it possible to select (not)native file dialogs at run time

Add a new LyXRC variable use_native_filedialog (true by default) that
allows to select the kind of FileDialog we want at runtime.
src/LyXRC.cpp
src/LyXRC.h
src/frontends/qt4/FileDialog.cpp