]> git.lyx.org Git - features.git/commit
* Move Buffer specific LFUNs to Buffer::dispatch() and Buffer::getStatus().
authorAbdelrazak Younes <younes@lyx.org>
Sat, 19 Sep 2009 14:05:52 +0000 (14:05 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 19 Sep 2009 14:05:52 +0000 (14:05 +0000)
commit93998bb2394fd10572db8dedf92c8ac1bc192587
tree07cd89d3fc708d5ea310529d3d28bb5332c68925
parent226ebea2bf12270e5961874bb74f0cc78ae81132
* Move Buffer specific LFUNs to Buffer::dispatch() and Buffer::getStatus().
There is a FIXME in there that says that if some LFUN need to be dispatched even if the Buffer is internal then we should add some code. But I couldn't find any for now.
* Move LFUN_BUFFER_IMPORT status to GuiView where it belongs.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31398 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/LyXFunc.cpp
src/frontends/qt4/GuiView.cpp