lyx_mirror/src
Georg Baum 52727f6f96 Improve fix for bug 3305
* src/LaTeX.C
	(insertIfExists): Instead of catching all fs exceptions, test for a
	valid filename before constructing a fs::path. This gets rid of the
	exceptions because of invalid names, but does still allow other
	expcetions to be thrown (e.g. because of file system problems).
	(handleFoundFile): ditto


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17424 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-12 19:38:20 +00:00
..
client Use only one codeset definition 2007-03-04 13:04:18 +00:00
frontends add some safeguards (while investigating bug 3152). 2007-03-12 17:03:42 +00:00
graphics typos 2007-02-26 22:27:37 +00:00
insets - fix bug 2458 2007-03-02 22:20:32 +00:00
mathed compile fix 2007-02-26 15:36:36 +00:00
support * src/support/lstrings.C 2007-03-02 16:52:49 +00:00
tex2lyx Get rid of some locale dependant functions 2007-02-26 18:54:03 +00:00
aspell_local.h remove some msvc warnings 2006-12-30 21:05:44 +00:00
aspell.C document why we are not using ucs-4 when communicating with aspell 2006-12-12 08:17:22 +00:00
author.C * src/author.[Ch]: constify AuthorList::get() 2007-03-04 09:37:32 +00:00
author.h * src/author.[Ch]: constify AuthorList::get() 2007-03-04 09:37:32 +00:00
Bidi.C
Bidi.h
boost.C * lyx_main.C: remove duplicate function assertion_failed 2006-11-10 21:38:07 +00:00
box.C
box.h
BranchList.C FIXME: remove global variable theApp 2006-11-30 00:04:51 +00:00
BranchList.h Fix problem with non-ascii branch names by converting more stuff to 2006-11-03 15:16:45 +00:00
buffer_funcs.C Support code for advanced Toc management and bug correction. 2007-03-12 11:23:41 +00:00
buffer_funcs.h Support code for advanced Toc management and bug correction. 2007-03-12 11:23:41 +00:00
buffer.C * src/buffer.C (readHeader): 2007-03-12 15:15:21 +00:00
buffer.h Support code for advanced Toc management and bug correction. 2007-03-12 11:23:41 +00:00
bufferlist.C From John McCabe-Dansted: 2007-02-07 10:51:48 +00:00
bufferlist.h convert author names and status messages to docstring 2006-12-21 13:58:28 +00:00
bufferparams.C * src/buffer.C (readHeader): 2007-03-12 15:15:21 +00:00
bufferparams.h * src/bufferparams.[Ch]: remove more unneeded LaTeXFeatures objects 2007-02-08 15:18:36 +00:00
bufferview_funcs.C Fix bug 3138 (http://bugzilla.lyx.org/show_bug.cgi?id=3138). 2007-01-27 09:04:36 +00:00
bufferview_funcs.h * getPos(): add const attribute to BufferView. 2006-11-08 11:38:51 +00:00
BufferView.C * src/BufferView.C: call LaTeXFeatures::isAvailable() without an object 2007-02-09 11:09:04 +00:00
BufferView.h * BufferView.C: 2007-02-01 19:27:37 +00:00
Bullet.C
Bullet.h
ChangeLog
changes.C * src/changes.C: reduce debug output 2007-03-12 19:03:47 +00:00
changes.h * src/changes.C: 2007-01-07 18:13:25 +00:00
Chktex.C Fix strange bibtex problem by converting some more functions to use FileName 2006-12-27 10:56:11 +00:00
Chktex.h
chset.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
chset.h
Color.C
Color.h
converter.C Fix encoding of converters path and arguments 2007-01-22 02:58:47 +00:00
converter.h Transfer the global converters and system_converters variables to LyX::Singletons class. 2007-01-17 13:18:16 +00:00
ConverterCache.C prevent "caching" of directories 2007-02-18 18:26:14 +00:00
ConverterCache.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
coordcache.C Move BufferView cached pointer out of LyXText: 2006-10-30 12:45:33 +00:00
coordcache.h Move BufferView cached pointer out of LyXText: 2006-10-30 12:45:33 +00:00
counters.C optimization. 2007-01-11 22:56:21 +00:00
counters.h tiny optimization. 2007-01-11 22:38:37 +00:00
cursor_slice.C
cursor_slice.h
cursor.C remove unused includes 2007-02-24 18:00:42 +00:00
cursor.h This commit do the Model/View separation of the LyXText and Paragraph classes. The separation is mostly complete for the Paragraph class but some more transfer should occur for the LyXText class. 2006-12-29 23:54:48 +00:00
CutAndPaste.C remove unused includes 2007-02-24 18:00:42 +00:00
CutAndPaste.h fix description of replaceSelection and cutSelection 2007-02-08 10:40:46 +00:00
debug.C Adjust -dbg output 2006-12-10 16:51:25 +00:00
debug.h add a FIXME comment 2006-11-14 16:46:06 +00:00
DepTable.C remove unused stuff 2006-12-27 08:40:40 +00:00
DepTable.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
dimension.C * Dimension is a simple wrapper class again. 2006-12-04 10:45:43 +00:00
dimension.h * Dimension is a simple wrapper class again. 2006-12-04 10:45:43 +00:00
dispatchresult.h - rework update handling, make cursor movement faster, 2006-10-22 11:46:36 +00:00
dociterator.C Preliminary safeguard code to fix bug 3189. 2007-02-08 08:44:45 +00:00
dociterator.h Comment out unimplemented method. 2007-02-07 21:49:00 +00:00
encoding.C * lib/encodings: Explain that only single byte encodings can be 2007-02-23 20:13:06 +00:00
encoding.h add forgotten header 2007-01-29 08:18:21 +00:00
errorlist.C
errorlist.h
exporter.C * src/exporter.C 2007-02-15 20:14:12 +00:00
exporter.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
factory.C * BufferView.C: 2007-02-01 19:27:37 +00:00
factory.h
Floating.C
Floating.h
FloatList.C
FloatList.h
FontIterator.C Move BufferView cached pointer out of LyXText: 2006-10-30 12:45:33 +00:00
FontIterator.h Move BufferView cached pointer out of LyXText: 2006-10-30 12:45:33 +00:00
format.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
format.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
funcrequest.C
funcrequest.h Fix bugs 1720 (almost) and 2877 2006-11-09 14:56:57 +00:00
FuncStatus.C
FuncStatus.h
gettext.C * messages.h: 2007-01-14 10:37:14 +00:00
gettext.h Don't crash anymore if an .ui file contains unicode labels 2006-11-23 16:31:48 +00:00
graph.C
graph.h
importer.C Transfer the global converters and system_converters variables to LyX::Singletons class. 2007-01-17 13:18:16 +00:00
importer.h more unicode filenames 2006-12-02 16:07:15 +00:00
insetiterator.C
insetiterator.h
InsetList.C
InsetList.h
intl.C
intl.h
ispell.C Oops, committed an old version. This one links. 2006-12-10 16:13:00 +00:00
ispell.h Fix ispell encoding for lyxrc.isp_use_input_encoding == true 2006-12-10 16:08:52 +00:00
kbmap.C Make the shortcuts work correctly with the mac. 2007-01-04 17:10:24 +00:00
kbmap.h Make the shortcuts work correctly with the mac. 2007-01-04 17:10:24 +00:00
kbsequence.C Make the shortcuts work correctly with the mac. 2007-01-04 17:10:24 +00:00
kbsequence.h Make the shortcuts work correctly with the mac. 2007-01-04 17:10:24 +00:00
language.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
language.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
LaTeX.C Improve fix for bug 3305 2007-03-12 19:38:20 +00:00
LaTeX.h document the LaTeX class a bit 2006-12-04 17:56:51 +00:00
LaTeXFeatures.C * src/LaTeXFeatures.C: remove const-ness from static method 2007-02-08 13:35:04 +00:00
LaTeXFeatures.h * src/LaTeXFeatures.h: isAvailable() becomes a static method 2007-02-08 10:40:33 +00:00
layout.h
LColor.C Make Uwe happy 2007-02-18 00:01:32 +00:00
LColor.h * src/LColor.[Ch] 2006-12-22 10:23:25 +00:00
lengthcommon.C
lengthcommon.h
lfuns.h * change LFUN file-insert-ascii to file-insert-plaintext 2007-01-15 22:49:14 +00:00
lyx_cb.C * lyx_cb.C (insertPlaintextFile): delete selection before insertion 2007-02-25 20:16:45 +00:00
lyx_cb.h * change LFUN file-insert-ascii to file-insert-plaintext 2007-01-15 22:49:14 +00:00
lyx_main.C remove pointless clear() in constructor (reported by Lars) 2007-02-28 20:58:15 +00:00
lyx_main.h Fix support lib dependency problem. 2007-02-26 12:46:44 +00:00
lyx_sty.C new \lyxline difinition, fixes also bug 1988: 2007-01-31 01:15:14 +00:00
lyx_sty.h
LyXAction.C * src/LyXAction.C: mark goto-clear-bookmark as working without buffer 2007-01-22 14:43:45 +00:00
LyXAction.h
lyxfind.C * src/support/lstrings.C 2007-03-02 16:52:49 +00:00
lyxfind.h convert thesaurus and spellchecker to docstring 2006-12-10 11:52:46 +00:00
lyxfont.C Make the output of \inputencoding commands (and the change of output 2007-01-09 19:25:40 +00:00
lyxfont.h Make the output of \inputencoding commands (and the change of output 2007-01-09 19:25:40 +00:00
lyxfunc.C * LyXFunc::menuNew(): 2007-03-12 11:30:48 +00:00
lyxfunc.h We use char_type, not size_t for storing UCS4 characters. 2007-01-24 14:01:34 +00:00
lyxgluelength.C
lyxgluelength.h
lyxlayout_ptr_fwd.h
lyxlayout.C Make it possible to uses non-ascii labelstring, endlabelstring and 2006-11-11 12:00:34 +00:00
lyxlayout.h * src/lyxlayout.h 2007-01-17 21:12:14 +00:00
lyxlength.C More unicode fixes for docbook. 2006-10-21 19:40:29 +00:00
lyxlength.h unicode: ditch another utf8 roundtrip 2006-11-11 20:59:04 +00:00
lyxlex_pimpl.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
lyxlex_pimpl.h remove unused stuff 2006-11-29 21:34:24 +00:00
lyxlex.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
lyxlex.h Add some FIXMEs because there are some differences to std::stream 2007-02-21 21:08:26 +00:00
lyxrc.C * output_plaintext.C: cosmetics in comment: line length cannot be < 0 2007-01-20 14:51:40 +00:00
lyxrc.h * change LFUN file-insert-ascii to file-insert-plaintext 2007-01-15 22:49:14 +00:00
lyxrow.C
lyxrow.h
lyxserver.C remove forgotten theApp variables 2006-11-30 08:42:29 +00:00
lyxserver.h move #endif to the end of the file 2006-10-23 14:24:04 +00:00
lyxsocket.C FIXME: remove global variable theApp 2006-11-30 00:04:51 +00:00
lyxsocket.h
lyxtext.h * src/lyxtext.h: deleteEmptyParagraphMechanism(LCursor &, LCursor &, bool &), 2007-02-08 15:01:58 +00:00
lyxtextclass.C The caption inset patch by Georg, Martin and myself. 2007-01-30 13:23:21 +00:00
lyxtextclass.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
lyxtextclasslist.C From John C. McCabe-Dansted: 2007-02-20 19:38:15 +00:00
lyxtextclasslist.h
lyxvc.C Fix strange bibtex problem by converting some more functions to use FileName 2006-12-27 10:56:11 +00:00
lyxvc.h more unicode filenames 2006-12-02 16:07:15 +00:00
main.C * lyx_main.[Ch] 2006-11-18 17:47:12 +00:00
Makefile.am This commit do the Model/View separation of the LyXText and Paragraph classes. The separation is mostly complete for the Paragraph class but some more transfer should occur for the LyXText class. 2006-12-29 23:54:48 +00:00
MenuBackend.C * src/support/lstrings.C 2007-03-02 16:52:49 +00:00
MenuBackend.h Make the shortcuts work correctly with the mac. 2007-01-04 17:10:24 +00:00
messages.C Use only one codeset definition 2007-03-04 13:04:18 +00:00
messages.h make the code to avoid multiple warnings actually work 2007-02-24 22:54:19 +00:00
metricsinfo.C use more unicode in math 2006-10-22 10:15:23 +00:00
metricsinfo.h Fix typo. 2007-01-20 08:43:51 +00:00
mover.C fix another problem with paths with spaces: Quote filenames correctly 2007-02-18 19:38:05 +00:00
mover.h * mover.h 2007-01-18 08:42:53 +00:00
output_docbook.C Fix bug 2841 2007-01-29 20:28:44 +00:00
output_docbook.h
output_latex.C Prepare for fixing bug 3235 2007-03-12 17:19:08 +00:00
output_latex.h The caption inset patch by Georg, Martin and myself. 2007-01-30 13:23:21 +00:00
output_plaintext.C Get rid of some locale dependant functions 2007-02-26 18:54:03 +00:00
output_plaintext.h * insets/insetfloatlist.C: 2007-01-18 22:29:50 +00:00
output.C more unicode filenames 2006-12-04 15:46:57 +00:00
output.h more unicode filenames 2006-12-04 15:46:57 +00:00
outputparams.C
outputparams.h
paper.h
paragraph_funcs.C tiny optimisation. 2007-01-11 18:50:39 +00:00
paragraph_funcs.h Add some documentation 2007-01-07 17:58:36 +00:00
paragraph_pimpl.C Add machinery to output arbitrary unicode characters with LaTeX commands 2007-01-28 21:27:45 +00:00
paragraph_pimpl.h Add machinery to output arbitrary unicode characters with LaTeX commands 2007-01-28 21:27:45 +00:00
paragraph.C Fix bug 3080 2007-02-25 13:20:29 +00:00
paragraph.h Fix bug 3080 2007-02-25 13:20:29 +00:00
ParagraphList_fwd.h
ParagraphList.h fix copy/paste error 2007-02-24 17:52:26 +00:00
ParagraphMetrics.C remove unused includes 2007-02-24 18:00:42 +00:00
ParagraphMetrics.h fix compile error: 2007-01-06 10:08:48 +00:00
ParagraphParameters.C
ParagraphParameters.h
pariterator.C remove unused includes 2007-02-24 18:00:42 +00:00
pariterator.h
pch.h
PrinterParams.C
PrinterParams.h
pspell.C Fix encoding for pspell. I cannot test this, but this should work according 2006-12-10 17:47:44 +00:00
pspell.h Convert the spell checking machinery to docstring. 2006-12-08 19:46:16 +00:00
RowList_fwd.h This commit fixes the singlePar optimization which was disabled due to the ParagraphMetrics cleanup. 2007-01-06 09:15:59 +00:00
rowpainter.C * support/qstring_helpers.h: erase ucs4_to_qstring() method. 2007-02-26 15:13:08 +00:00
rowpainter.h simplify paintText() interface. 2006-10-28 09:59:43 +00:00
Sectioning.C
Sectioning.h
session.C Session: restore toolbars in the right order and location 2007-01-31 02:39:46 +00:00
session.h Session: restore toolbars in the right order and location 2007-01-31 02:39:46 +00:00
sgml.C fix indentation 2006-10-22 11:35:16 +00:00
sgml.h some compile fixes, more to be expected 2006-10-22 11:00:04 +00:00
Spacing.C
Spacing.h
SpellBase.C Convert the spell checking machinery to docstring. 2006-12-08 19:46:16 +00:00
SpellBase.h Convert the spell checking machinery to docstring. 2006-12-08 19:46:16 +00:00
stamp-h.in
tabular.C Another fix for bug 3081 (related to booktabs this time) 2007-02-27 10:42:34 +00:00
tabular.h * src/tabular.[Ch]: simplify plaintext methods, because there 2007-02-18 18:50:08 +00:00
tex-accent.C
tex-accent.h
tex-strings.C
tex-strings.h
texrow.C
texrow.h remove some msvc warnings 2006-12-30 21:05:44 +00:00
text2.C MSVC warning (signed/unsigned). 2007-01-26 12:32:03 +00:00
text3.C * src/text3.C: fix float inset insertion in case the 2007-02-09 10:57:23 +00:00
text.C Support code for advanced Toc management and bug correction. 2007-03-12 11:23:41 +00:00
TextMetrics.C Fix bug 3233 2007-02-24 23:58:16 +00:00
TextMetrics.h Transfer x2pos() and pos2x from LyXText to TextMetrics. 2007-01-01 11:36:30 +00:00
Thesaurus.C convert thesaurus and spellchecker to docstring 2006-12-10 11:52:46 +00:00
Thesaurus.h convert thesaurus and spellchecker to docstring 2006-12-10 11:52:46 +00:00
toc.C Fix bug 3303 from Bernhard Roider. Some explanation: 2007-03-05 13:16:55 +00:00
toc.h * Buffer 2006-11-11 00:35:14 +00:00
TocBackend.C Support code for advanced Toc management and bug correction. 2007-03-12 11:23:41 +00:00
TocBackend.h Support code for advanced Toc management and bug correction. 2007-03-12 11:23:41 +00:00
ToolbarBackend.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
ToolbarBackend.h Session/Toolbars: 2006-11-02 16:01:36 +00:00
trans_decl.h
trans_mgr.C Convert lyxaccents to unicode (most of the work comes from Georg) 2007-02-11 23:52:07 +00:00
trans_mgr.h Move BufferView cached pointer out of LyXText: 2006-10-30 12:45:33 +00:00
trans.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
trans.h
undo.C Fix bug 3124: always update the Labels after an undo or redo operation. 2007-01-31 14:36:15 +00:00
undo.h Sanitize the DEPM! 2006-12-30 15:05:15 +00:00
UpdateFlags.h Fix cursor navigation in math. 2007-01-20 01:23:07 +00:00
Variables.C
Variables.h
vc-backend.C more unicode filenames 2006-12-02 16:07:15 +00:00
vc-backend.h more unicode filenames 2006-12-02 16:07:15 +00:00
version.C.in
version.h
vspace.C unicode: ditch another utf8 roundtrip 2006-11-11 20:59:04 +00:00
vspace.h unicode: ditch another utf8 roundtrip 2006-11-11 20:59:04 +00:00
WordLangTuple.h Convert the spell checking machinery to docstring. 2006-12-08 19:46:16 +00:00