]> git.lyx.org Git - features.git/commit
Implement shortcut (M-x) to hide the minibuffer
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 29 Apr 2007 08:58:09 +0000 (08:58 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 29 Apr 2007 08:58:09 +0000 (08:58 +0000)
commitb0b7aa2bf5b4f4aabf8a0d2ad9a7a417d7d767ae
tree1088543135eb7bb871681325576be54a1c385783
parentb3548c1f720d261e503ad2012be7e6822097f88e
Implement shortcut (M-x) to hide the minibuffer

* src/frontends/controllers/ControlCommandBuffer.{cpp,h}:
- new member hide()
* src/frontends/qt4QCommandEdit.{cpp,h}:
- new signal hidePressed(), emit it on M-x/Alt-x
* src/frontends/qt4/QCommandBuffer.{cpp,h}:
- new slot hideParent(), connected to QCommandEdit::hidePressed()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18081 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/controllers/ControlCommandBuffer.cpp
src/frontends/controllers/ControlCommandBuffer.h
src/frontends/qt4/QCommandBuffer.cpp
src/frontends/qt4/QCommandBuffer.h
src/frontends/qt4/QCommandEdit.cpp
src/frontends/qt4/QCommandEdit.h