]> git.lyx.org Git - lyx.git/commit
Extracted from 14281
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 8 Jul 2006 21:04:21 +0000 (21:04 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 8 Jul 2006 21:04:21 +0000 (21:04 +0000)
commit721497d5e5f43bbfe3d2e6a491388c9c16059df8
treec4ddfdccf7135e9ae410dc79c0a9460e1ca69779
parentb4b9c09202bff369ef8b1f1b79ba59d67116c6cd
Extracted from 14281

* frontends/WorkArea:
  - processKeySym(): new method that should be used by all frontends
    instead of buffer_view_->workAreaKeyPress().
* frontends/qt4/GuiWorkArea:
  - keyPressEvent(): call WorkArea::processKeySym() instead of
    buffer_view_->workAreaKeyPress().
* frontends/gtk/GWorkArea.C:
* frontends/qt3/QContentPane.C:
  - call WorkArea::processKeySym() instead of
    buffer_view_->workAreaKeyPress()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14383 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/WorkArea.C
src/frontends/WorkArea.h
src/frontends/gtk/GWorkArea.C
src/frontends/qt3/QContentPane.C
src/frontends/qt4/GuiWorkArea.C