]> git.lyx.org Git - features.git/commit
#12576 improved file name chooser implementation for GUI dialogs
authorStephan Witt <switt@lyx.org>
Sat, 5 Aug 2023 06:56:35 +0000 (08:56 +0200)
committerStephan Witt <switt@lyx.org>
Sat, 5 Aug 2023 06:56:35 +0000 (08:56 +0200)
commit65ec100f6a13c0ee9b6edecd2b81552373fa70a0
treeb4f86a7a3da8a6ca460ddc19c6dedadc1629d362
parent550c79215b16d89a7f849145520741ba3400f58b
#12576 improved file name chooser implementation for GUI dialogs

- code reorganization to move the file name chooser methods in GuiDialog class
- on Mac add explicit raise of the current dialog window on close of the file browser to work around the bug 12576
15 files changed:
src/frontends/qt/GuiBibtex.cpp
src/frontends/qt/GuiBibtex.h
src/frontends/qt/GuiCompare.cpp
src/frontends/qt/GuiCompare.h
src/frontends/qt/GuiDialog.cpp
src/frontends/qt/GuiDialog.h
src/frontends/qt/GuiExternal.cpp
src/frontends/qt/GuiExternal.h
src/frontends/qt/GuiGraphics.cpp
src/frontends/qt/GuiGraphics.h
src/frontends/qt/GuiInclude.cpp
src/frontends/qt/GuiInclude.h
src/frontends/qt/GuiPrefs.cpp
src/frontends/qt/GuiPrefs.h
src/frontends/qt/qt_helpers.h