]> git.lyx.org Git - features.git/commit
* FileName:
authorAbdelrazak Younes <younes@lyx.org>
Wed, 28 Nov 2007 15:25:07 +0000 (15:25 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 28 Nov 2007 15:25:07 +0000 (15:25 +0000)
commitc886bc68c2ab948e1219dddcfe96bc393e788f9c
tree2857dfa1cc69d42dfd5ad978af7b8b28e48d4cd1
parent25a452386041eea0ca75ca56355515fccfbc9ce1
* FileName:
- introduce changeExtension(): the goal is to replace progressively the one in filetools.cpp
- get rid of internal_path() checking for Win32 as the path is always normalized with slashes with QFileInfo.

* BufferParams: get rid of filepath member. This was used only once and was fixing a path in BufferParam was wrong anyway.

* Buffer::filePath(): always regenerate instead of caching it in BufferParams.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21847 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/Buffer.h
src/BufferParams.cpp
src/BufferParams.h
src/frontends/qt4/GuiExternal.cpp
src/frontends/qt4/GuiGraphics.cpp
src/support/FileName.cpp
src/support/FileName.h
src/support/Package.cpp
src/support/filetools.cpp