lyx_mirror/src/client
Georg Baum 7b48e2aac0 Start qt event loop for commandline usage
This is needed since src/support calls lots of qt code, and some parts of it
(e.g. QFileInfo) require a running event loop. This fixes bug #4917 which is
a symptom of the problem.
The fix is to create a QCoreApplication for tex2lyx, lyxclient and LyX running
without GUI. In the future this could be extended, i.e. to split up the
frontend Application class in a GUI and a console class, and having the
console class use LyXConsoleApp in the same way as Application now uses
GuiApplication. If that is done, one could also think of moving
support/ConsoleApplication to frontend/console/ConsoleApplication.
2015-01-11 14:06:17 +01:00
..
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
boost.cpp
client.cpp Start qt event loop for commandline usage 2015-01-11 14:06:17 +01:00
CMakeLists.txt Fix building with cmake on cygwin. 2014-12-26 17:00:23 +01:00
lyxclient.1in
Makefile.am Add cmake files to autoconf's dist 2014-08-31 15:21:20 +02:00
pch.h