lyx_mirror/src/support
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
..
linkback More careful NSAutoreleasePool management 2014-08-26 08:22:12 +02:00
mythes
tests whitespace again 2014-12-29 01:28:24 +01:00
.gitignore
AppleScript.h
AppleScript.m Updates to AppleScript support, and documentaoin for it. 2014-03-05 15:46:27 -05:00
AppleScriptProxy.cpp
AppleSpeller.h
AppleSpeller.m Drop runtime support for OS X 10.5 NSSpellChecker 2014-12-23 18:19:27 +01:00
bind.h Get rid of tr1 support 2014-12-23 22:18:08 +01:00
CMakeLists.txt Do not compile trivstring.cpp if not needed 2014-12-27 15:17:10 +01:00
ConsoleApplication.cpp Start qt event loop for commandline usage 2015-01-11 14:06:17 +01:00
ConsoleApplication.h Start qt event loop for commandline usage 2015-01-11 14:06:17 +01:00
ConsoleApplicationPrivate.h Start qt event loop for commandline usage 2015-01-11 14:06:17 +01:00
convert.cpp Fix bug #9193: Spacing modification not exact 2014-07-12 19:12:08 +02:00
convert.h
copied_ptr.h
debug.cpp This is the result of an audit of all static variables, looking 2014-04-21 11:51:57 -04:00
debug.h Improve llvm libc++ detection 2014-12-21 17:26:21 +01:00
docstream.cpp Move otexstream out of support 2015-01-09 21:07:59 +01:00
docstream.h Move otexstream out of support 2015-01-09 21:07:59 +01:00
docstring_list.h
docstring.cpp Make encoding conversions thread safe 2013-10-10 21:20:44 +02:00
docstring.h Remove unneeded typedef 2014-12-03 21:08:13 +01:00
environment.cpp This is the result of an audit of all static variables, looking 2014-04-21 11:51:57 -04:00
environment.h
ExceptionMessage.h
FileMonitor.cpp
FileMonitor.h
FileName.cpp remove duplicated include 2015-01-08 19:55:40 +01:00
FileName.h Remove unsafe method FileName::tempName() 2014-06-09 13:05:50 +02:00
FileNameList.h
filetools.cpp tex2lyx: Run configure.py if needed (bug #8539) 2014-12-29 23:46:25 +01:00
filetools.h tex2lyx: Run configure.py if needed (bug #8539) 2014-12-29 23:46:25 +01:00
foreach.h
ForkedCalls.cpp Fix typo 2014-11-16 12:40:23 +01:00
ForkedCalls.h Centralize substitution of python commands 2014-05-14 15:45:20 -04:00
functional.h Get rid of tr1 support 2014-12-23 22:18:08 +01:00
gettext.cpp
gettext.h
gzstream.cpp
gzstream.h
kill.cpp
lassert.cpp print callstack on assert 2014-08-27 19:48:42 +02:00
lassert.h print callstack on assert 2014-08-27 19:48:42 +02:00
limited_stack.h
lstrings.cpp Fix typo spotted by cppcheck 2014-07-05 18:01:19 +02:00
lstrings.h Fix bug #9146. 2014-06-05 17:33:25 +02:00
lyxalgo.h
lyxlib.h
lyxtime.cpp
lyxtime.h
Makefile.am Start qt event loop for commandline usage 2015-01-11 14:06:17 +01:00
Messages.cpp Turn an error message into a Debug::LOCALE warning 2014-05-06 14:29:42 +02:00
Messages.h Fix crash at startup for tex2ylx and lyxclient 2013-05-31 11:59:52 +02:00
metahash.h
mutex.cpp Remove questionable Mutex copy code 2013-10-08 22:06:55 +02:00
mutex.h Remove questionable Mutex copy code 2013-10-08 22:06:55 +02:00
numpunct_lyx_char_type.h
os_cygwin.cpp Fix compatibility issue with 64-bit cygwin. 2014-07-11 16:49:10 +02:00
os_unix.cpp FSPathMakeRef is deprecated: use LSOpenFromURLSpec instead of LSOpenFromRefSpec 2014-08-24 12:49:34 +02:00
os_win32.cpp
os_win32.h
os.cpp This is the result of an audit of all static variables, looking 2014-04-21 11:51:57 -04:00
os.h Fix problem with python and change of PATH 2014-03-29 22:19:03 +01:00
Package.cpp tex2lyx: Run configure.py if needed (bug #8539) 2014-12-29 23:46:25 +01:00
Package.h tex2lyx: Run configure.py if needed (bug #8539) 2014-12-29 23:46:25 +01:00
PathChanger.cpp
PathChanger.h
pch.h
pmprof.h
ProgressInterface.h On Linux show in crash message box the backtrace 2014-06-14 11:25:25 +02:00
qstring_helpers.cpp
qstring_helpers.h
RandomAccessList.h
regex.h Use std::regex if possible 2014-12-28 18:08:18 +01:00
shared_ptr.h Get rid of tr1 support 2014-12-23 22:18:08 +01:00
socktools.cpp
socktools.h
strfwd.h Improve llvm libc++ detection 2014-12-21 17:26:21 +01:00
Systemcall.cpp On Linux show in crash message box the backtrace 2014-06-14 11:25:25 +02:00
Systemcall.h Centralize substitution of python commands 2014-05-14 15:45:20 -04:00
SystemcallPrivate.h Prevent zombie processes (#8774) 2013-07-16 01:02:28 -04:00
TempFile.cpp Improve file saving strategy 2014-06-09 11:08:24 +02:00
TempFile.h Don't double delete by making TempFile noncopyable 2014-06-09 13:03:32 +02:00
textutils.h
Timeout.cpp
Timeout.h
Translator.h
trivstring.cpp Use typedef for std::basic_string in trivstring 2014-12-28 17:06:34 +01:00
trivstring.h Use typedef for std::basic_string in trivstring 2014-12-28 17:06:34 +01:00
types.h
unicode.cpp Make IconvProcessor::Impl noncopyable 2014-07-01 22:23:06 +02:00
unicode.h Make IconvProcessor::Impl noncopyable 2014-07-01 22:23:06 +02:00
userinfo.cpp
userinfo.h
weighted_btree.h