]> git.lyx.org Git - features.git/commit
Raise the window in single-instance mode
authorEnrico Forestieri <forenr@lyx.org>
Tue, 21 Apr 2020 19:55:20 +0000 (21:55 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:56 +0000 (15:48 +0200)
commit775760d5a3536dd63b172765a67b82ade4aad981
tree8199b34464b10ef5b37d3c59f18c83c9a850b2a9
parent22e48cc19b6be76eedd3afb247e1d57f823aa26d
Raise the window in single-instance mode

Other than issuing a warning on the console, now the LyX window is
raised when in single-instance mode and no files to load are specified.
In this way, the user is aware that something happened after double
clicking the program icon. To support this functionality the new lfun
window-raise has been introduced.
src/FuncCode.h
src/LyXAction.cpp
src/Server.cpp
src/frontends/qt/GuiView.cpp