]> git.lyx.org Git - lyx.git/commit
The "single instance" patch.
authorEnrico Forestieri <forenr@lyx.org>
Sat, 13 Nov 2010 11:55:05 +0000 (11:55 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 13 Nov 2010 11:55:05 +0000 (11:55 +0000)
commit22ffc93467db93262e564ceb740061ba2d744a2a
tree9ec7befda64b1b12f8c5ecb69df01e93e2777c92
parent112246ae9f74383f4bed2332a67bcbf0576a728a
The "single instance" patch.

By default, if the lyxpipe is set up and working, loading of documents
is deferred to an already running instance. Note that an already running
instance is only used for loading, such that export from command line
still works as usual.

The default behavior can be changed through a preference setting, and,
whatever the default is, it can be overridden by command line options.
Unticking the "Single instance" check box in the preferences, LyX behaves
exactly as before the introduction of this feature.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36278 a592a061-630c-0410-9148-cb99ea01b6c8
lyx.1in
src/LyX.cpp
src/LyX.h
src/LyXRC.cpp
src/LyXRC.h
src/Server.cpp
src/Server.h
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/ui/PrefUi.ui