]> git.lyx.org Git - features.git/commit
This commit replaces BufferView->LyXView->Gui->[selection,clipboard] with theApp...
authorAbdelrazak Younes <younes@lyx.org>
Fri, 22 Sep 2006 15:02:41 +0000 (15:02 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 22 Sep 2006 15:02:41 +0000 (15:02 +0000)
commit12a82dd4f2657e683d4f44fb9168aa177b776e00
tree66c6b5f3f6729a7ec11dc1f7fb97ee38f683b2aa
parent4fcccf0672eaa756a7da9001226b96e9fc6334db
This commit replaces BufferView->LyXView->Gui->[selection,clipboard] with theApp->[selection,clipboard]

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15125 a592a061-630c-0410-9148-cb99ea01b6c8
15 files changed:
src/BufferView.C
src/CutAndPaste.C
src/frontends/Application.h
src/frontends/Gui.h
src/frontends/LyXView.C
src/frontends/LyXView.h
src/frontends/qt4/GuiApplication.C
src/frontends/qt4/GuiApplication.h
src/frontends/qt4/GuiImplementation.C
src/frontends/qt4/GuiImplementation.h
src/frontends/qt4/GuiView.C
src/frontends/qt4/GuiView.h
src/insets/insettabular.C
src/mathed/InsetMathNest.C
src/text3.C