]> git.lyx.org Git - features.git/commit
* BufferView:
authorAbdelrazak Younes <younes@lyx.org>
Sun, 2 Dec 2007 20:05:17 +0000 (20:05 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 2 Dec 2007 20:05:17 +0000 (20:05 +0000)
commit0743f576cbfadefda2c2e9a7b15a92efbfdf7d0b
treec8e26c1e4aea6f2aa09f0ac3d3c9df3a264f9df0
parent4b465cfc264b5b01ae4c884a9c093ba7245b0062
* BufferView:
- dispatch(): transfer LFUN_FILE_INSERT_PLAINTEXT_* to GuiView::dispatch()
- insertPlaintextFile(): split in BufferView::insertPlaintextFile() and GuiView::insertPlaintextFile()

This patch get rid of FileDialog use in BufferView. Remains Buffer, Converters and LyXFunc.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21930 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp
src/BufferView.h
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiView.h
src/insets/InsetTabular.cpp