lyx_mirror/src/tex2lyx
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
..
test Update references after 706960eba 2015-01-09 21:05:42 +01:00
.gitignore
boost.cpp tex2lyx does not use LYXERR, but basic cerr stream 2013-05-31 11:38:41 +02:00
CMakeLists.txt Fix building with cmake on cygwin. 2014-12-26 17:00:23 +01:00
Context.cpp
Context.h
dummy_impl.cpp Remove dependency on NO_LAYOUT_CSS #define in Layout.cpp 2013-09-29 15:26:15 +02:00
Makefile.am Parse post command argument insets (bug #8473) 2014-12-30 18:37:08 +01:00
math.cpp
Parser.cpp Fix parsing of verbatim options (bug #9113) 2015-01-03 20:45:06 +01:00
Parser.h Fix C++11 test 2014-04-29 21:00:02 +02:00
pch.h
Preamble.cpp Move global variable to preamble 2015-01-06 19:21:34 +01:00
Preamble.h Move global variable to preamble 2015-01-06 19:21:34 +01:00
table.cpp Move global variable to preamble 2015-01-06 19:21:34 +01:00
tex2lyx.1in Fix encoding for copying LaTeX from clipboard 2013-11-11 21:52:14 +01:00
tex2lyx.cpp Start qt event loop for commandline usage 2015-01-11 14:06:17 +01:00
tex2lyx.h Fix tex2lyx include output for roundtrip 2013-05-26 16:07:56 +02:00
text.cpp Adjust subfigure and subcaption options 2015-01-03 18:43:01 +01:00
TODO.txt tex2lyx: support for KOMA-script's \caption* commands 2014-12-01 02:57:12 +01:00