]> git.lyx.org Git - features.git/commit
move the filefilter stuff closer to the only place where it is used
authorAndré Pönitz <poenitz@gmx.net>
Sun, 20 Apr 2008 19:56:01 +0000 (19:56 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Sun, 20 Apr 2008 19:56:01 +0000 (19:56 +0000)
commitaff97fe9b5f09de63ef1c4f46141fe3a84d37a4d
treef3bdaf7bb294cb8f7b1f1c9e5c6cc6937e8380d3
parent2d9a818f371da68c9b08fc65bb7fe62a454cb30b
move the filefilter stuff closer to the only place where it is used

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24395 a592a061-630c-0410-9148-cb99ea01b6c8
20 files changed:
src/frontends/qt4/FileDialog.cpp
src/frontends/qt4/FileDialog.h
src/frontends/qt4/GuiBibtex.cpp
src/frontends/qt4/GuiClipboard.cpp
src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/GuiExternal.cpp
src/frontends/qt4/GuiGraphics.cpp
src/frontends/qt4/GuiInclude.cpp
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/GuiPrefs.h
src/frontends/qt4/GuiPrint.cpp
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/LyXFileDialog.cpp
src/frontends/qt4/LyXFileDialog.h
src/frontends/qt4/qt_helpers.cpp
src/frontends/qt4/qt_helpers.h
src/frontends/qt4/qt_i18n.h [new file with mode: 0644]
src/support/FileFilterList.cpp [deleted file]
src/support/FileFilterList.h [deleted file]
src/support/Makefile.am