lyx_mirror/src/support
Jean-Marc Lasgouttes 7a7b9abf1b Tracking correctly available translations (take 2)
The previous scheme of loading all possible translations and checking
whether the work is a bit too much "brute force" and causes problems
on Mac OS X (documents loaded with the wrong language).

Now there is an helper static method in Messages class that checks
whether a readable .mo file exist for the language. There should be an
API in gettext for doing that, but alas it is not possible.

As a consequence the method Language::translated() has been removed,
along with its cache.
2012-09-08 16:59:19 +02:00
..
linkback make it compilable for Mac OSX Tiger (again) 2011-02-20 11:12:35 +00:00
mythes Leave alone the header and add the include where it is needed. 2011-09-07 08:05:44 +00:00
tests Fix make check 2011-03-27 23:47:58 +00:00
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
AppleScript.h Patch from Benjamin Piwowar - see ticket #8185: 2012-08-19 22:27:20 +02:00
AppleScript.m Patch from Benjamin Piwowar - see ticket #8185: 2012-08-19 22:27:20 +02:00
AppleScriptProxy.cpp Patch from Benjamin Piwowar - see ticket #8185: 2012-08-19 22:27:20 +02:00
AppleSpeller.h implement the paragraph check feature for apple speller 2010-09-04 07:48:15 +00:00
AppleSpeller.m native spell checker of Mac OSX Tiger does not support language enumerate - assume true to get some spell check going 2011-02-20 18:28:12 +00:00
atexit.c
bind.h switch mouse to busy symbol every 3 seconds and then back to show the 2010-10-23 10:49:45 +00:00
CMakeLists.txt Patch from Benjamin Piwowar - see ticket #8185: 2012-08-19 22:27:20 +02:00
convert.cpp
convert.h
copied_ptr.h
debug.cpp Make debug messages more readable 2012-06-11 15:03:29 +02:00
debug.h Make debug messages more readable 2012-06-11 15:03:29 +02:00
docstream.cpp Thinking about it, it is better to always convert to docstrings all 2011-10-23 14:24:17 +00:00
docstream.h Fix bug #7835 (Relative paths are not supported by the TEXINPUTS prefix) 2011-10-22 15:10:43 +00:00
docstring_list.h
docstring.cpp Compile fix for those platforms using the locale facets implemented 2010-12-07 22:53:07 +00:00
docstring.h
environment.cpp
environment.h
ExceptionMessage.h
FileMonitor.cpp
FileMonitor.h
FileName.cpp typo 2012-08-17 17:24:09 +02:00
FileName.h Always require a mask to get a temporary filename 2012-05-03 16:14:37 +02:00
FileNameList.h
filetools.cpp Fix bug #7741: incorrect locale when starting R from LyX? 2012-07-15 22:22:10 +02:00
filetools.h Move readBB_from_PSFile() out of support (no code change), 2012-02-15 20:50:52 +00:00
foreach.h
ForkedCalls.cpp Make sure to check command for emptiness, instead of prefix+command. 2011-09-25 20:49:53 +00:00
ForkedCalls.h Also set TEXINPUTS when launching ForkedCall processes. 2011-09-24 01:32:35 +00:00
functional.h add generic helper class for calling functions in gui thread 2010-10-20 23:50:49 +00:00
gettext.cpp 1.) Corrected internal compilation for Libintl 2011-05-06 19:24:54 +00:00
gettext.h
gzstream.cpp
gzstream.h
kill.cpp
lassert.cpp move call stack code, add TODOs 2011-04-25 09:14:50 +00:00
lassert.h move call stack code, add TODOs 2011-04-25 09:14:50 +00:00
limited_stack.h
lstrings.cpp Fix bug #7741: incorrect locale when starting R from LyX? 2012-07-15 22:22:10 +02:00
lstrings.h Add comment in lstrings.h 2012-07-15 23:25:58 +02:00
lyxalgo.h
lyxlib.h
lyxtime.cpp Fix bug #4213: Change tracking support for tex2lyx. 2011-11-06 17:03:59 +00:00
lyxtime.h Fix bug #4213: Change tracking support for tex2lyx. 2011-11-06 17:03:59 +00:00
Makefile.am Patch from Benjamin Piwowar - see ticket #8185: 2012-08-19 22:27:20 +02:00
Messages.cpp Tracking correctly available translations (take 2) 2012-09-08 16:59:19 +02:00
Messages.h Tracking correctly available translations (take 2) 2012-09-08 16:59:19 +02:00
metahash.h prepare switch to switch-case in when parsing tex files 2011-11-20 19:44:08 +00:00
mutex.cpp Fix crash on Windows: 2011-01-15 21:06:28 +00:00
mutex.h Fix crash on Windows: 2011-01-15 21:06:28 +00:00
numpunct_lyx_char_type.h add link about msvc10 bug 2011-03-14 23:26:55 +00:00
os_cygwin.cpp timeout_min is platform independent 2011-12-06 20:52:19 +00:00
os_unix.cpp timeout_min is platform independent 2011-12-06 20:52:19 +00:00
os_win32.cpp timeout_min is platform independent 2011-12-06 20:52:19 +00:00
os_win32.h
os.cpp cleanup before unsubscribing 2011-12-18 12:03:42 +00:00
os.h Introduce the possibility of setting a prefix for the TEXINPUTS environment 2011-05-09 23:25:51 +00:00
Package.cpp Revert the not needed part for 'Run in place', as it was already done 2011-05-21 14:15:55 +00:00
Package.h run in-place: don't speculate where the lyx binary is, search for it at the common places 2011-05-14 12:26:11 +00:00
Path.cpp
Path.h
pch.h
ProgressInterface.h On *nix, a proper forward definition of docstring is necessary for 2012-02-19 21:44:47 +00:00
qstring_helpers.cpp
qstring_helpers.h
RandomAccessList.h latexParagraphs(): cleanup a bit and switch to a 'for' loop. Hopefully this should fix the performance problem when exporting very big document to latex. 2010-12-18 08:23:14 +00:00
regex.h Fix crash when using msvc10's regex, seems boost's regex couldn't replaced by msvc's in ECMAScrip mode. 2011-03-02 21:28:36 +00:00
shared_ptr.h Deal with memory issue reported some time ago in connection with DocumentClass 2012-05-31 12:34:29 -04:00
socktools.cpp
socktools.h
strerror.c
strfwd.h Hadn't see this empty_docstring() thing before. Very useful. 2010-11-17 22:11:33 +00:00
Systemcall.cpp Typo. 2012-06-06 18:20:02 -04:00
Systemcall.h The second argument of Systemcall::startscript is supposed to be encoded 2011-09-25 16:38:51 +00:00
SystemcallPrivate.h Fix converters with input redirection, such as the second htlatex one. 2012-01-22 12:35:07 +00:00
textutils.h Replay r36748 2010-12-07 00:13:19 +00:00
Timeout.cpp Small Timer helper class useful for performance investigation in src/. 2010-12-18 18:40:21 +00:00
Timeout.h Small Timer helper class useful for performance investigation in src/. 2010-12-18 18:40:21 +00:00
Translator.h
types.h
unicode.cpp update other build systems, use lyx::Mutex 2011-01-15 21:40:09 +00:00
unicode.h Fix a couple of compilation issues with gcc 4.6. See bug #7285. 2011-02-07 22:47:02 +00:00
userinfo.cpp Strip gecos on Unix systems on user name only. 2012-05-06 13:36:54 +02:00
userinfo.h Strip gecos on Unix systems on user name only. 2012-05-06 13:36:54 +02:00
weighted_btree.h Typos 2012-06-05 12:22:13 +02:00