]> git.lyx.org Git - lyx.git/commit
move GuiImage::loadableFormats() to support/imagetools.{h,cpp} and simplify this...
authorAbdelrazak Younes <younes@lyx.org>
Fri, 6 Jun 2008 11:34:49 +0000 (11:34 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 6 Jun 2008 11:34:49 +0000 (11:34 +0000)
commit20b45450f6abbeaceafebebc4aaacb692abf63f9
treebb445b9660e4e4d2e0b497fdd73d03b6ea2a947d
parentc6ecad82c98fab0098ed0280abe524483c8a1b11
move GuiImage::loadableFormats() to support/imagetools.{h,cpp} and simplify this whole stuff. What a mess!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25161 a592a061-630c-0410-9148-cb99ea01b6c8
13 files changed:
development/scons/scons_manifest.py
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiImage.cpp
src/frontends/qt4/GuiImage.h
src/graphics/GraphicsCache.cpp
src/graphics/GraphicsCache.h
src/graphics/GraphicsCacheItem.cpp
src/graphics/GraphicsImage.cpp
src/graphics/GraphicsImage.h
src/graphics/PreviewLoader.cpp
src/support/Makefile.am
src/support/imagetools.cpp [new file with mode: 0644]
src/support/imagetools.h [new file with mode: 0644]