]> git.lyx.org Git - lyx.git/commit
Fix strange bibtex problem by converting some more functions to use FileName
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 27 Dec 2006 10:56:11 +0000 (10:56 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 27 Dec 2006 10:56:11 +0000 (10:56 +0000)
commit979fdf74564c6cbbb832090b8f9c8f84532b8f54
treed65c0c5e0748f6e440042197ab064e86c3a30b1d
parent63b31731e2240e25eb7303d5d20302841ddf1f88
Fix strange bibtex problem by converting some more functions to use FileName
instead of std::string

* src/support/lyxlib.h
* src/support/getcwd.C
(getcwd): return a FileName, not a std::string in filesystem encoding

* src/support/filetools.[Ch]
(makeAbsPath): return a FileName, not a std::string in undefined encoding

* src/support/lyxlib.h
* src/support/tempName.C
(makeAbsPath): return a FileName, not a std::string in undefined encoding

* many other files: Adjust to the changes above

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16399 a592a061-630c-0410-9148-cb99ea01b6c8
34 files changed:
Status.15x
src/BufferView.C
src/Chktex.C
src/LaTeX.C
src/buffer.C
src/buffer_funcs.C
src/converter.C
src/exporter.C
src/frontends/controllers/ControlInclude.C
src/frontends/controllers/ControlRef.C
src/frontends/controllers/helper_funcs.C
src/frontends/qt4/FileDialog.C
src/graphics/GraphicsCacheItem.C
src/graphics/GraphicsConverter.C
src/insets/ExternalSupport.C
src/insets/insetbibtex.C
src/insets/insetexternal.C
src/insets/insetgraphics.C
src/insets/insetinclude.C
src/lyx_cb.C
src/lyxfunc.C
src/lyxvc.C
src/support/filename.C
src/support/filename.h
src/support/filetools.C
src/support/filetools.h
src/support/getcwd.C
src/support/lyxlib.h
src/support/package.C.in
src/support/path.C
src/support/path.h
src/support/tempname.C
src/tex2lyx/tex2lyx.C
src/tex2lyx/text.C