]> git.lyx.org Git - features.git/commitdiff
* src/frontends/controllers/ControlMath.h: remove reference to
authorMichael Schmitt <michael.schmitt@teststep.org>
Sat, 21 Apr 2007 13:30:27 +0000 (13:30 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sat, 21 Apr 2007 13:30:27 +0000 (13:30 +0000)
math panel dialog
* lib/Makefile.am: do not install images/dialog-show_mathpanel.xpm
* lib/bind/aqua.bind: remove math-panel binding
* development/scons/scons_manifest.py: remove QMathDialog.C and
dialog-show_mathpanel.xpm

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17889 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py
lib/Makefile.am
lib/bind/aqua.bind
src/frontends/controllers/ControlMath.h

index ab95c2098a6aebe91835069f25f4aa9ab0041c63..da5586ed9c1cb50375fd1ebf59fbd6c7ed79512e 100644 (file)
@@ -707,7 +707,6 @@ src_frontends_qt4_moc_files = Split('''
     QLMenubar.C
     QLPopupMenu.C
     QLPrintDialog.C
-    QMathDialog.C
     QMathMatrixDialog.C
     QNomencl.C
     QNomenclDialog.C
@@ -1530,7 +1529,6 @@ lib_images_files = Split('''
     dialog-show_findreplace.xpm
     dialog-show_mathdelimiter.xpm
     dialog-show_mathmatrix.xpm
-    dialog-show_mathpanel.xpm
     dialog-show_print.xpm
     dialog-show_spellchecker.xpm
     down.xpm
index 02df20ca1270d828f89f037d0bd2f0080634de6f..5d765ac29b891df96b4943ec04d3990f74297e3b 100644 (file)
@@ -268,7 +268,6 @@ dist_images_DATA = \
        images/dialog-show_findreplace.xpm \
        images/dialog-show_mathdelimiter.xpm \
        images/dialog-show_mathmatrix.xpm \
-       images/dialog-show_mathpanel.xpm \
        images/dialog-show_print.xpm \
        images/dialog-show_spellchecker.xpm \
        images/down.xpm \
index e79dbc077ebf0310d894d3283fa86219d168a281..78096e7dcea76e4487bed4aa1e3d2595f6a66a65 100644 (file)
@@ -42,7 +42,6 @@
 \bind "M-~S-i h f"             "command-sequence math-mode; math-mutate flalign;"
 \bind "M-~S-i h y"             "math-matrix 2 2"
 \bind "M-~S-i h c"             "math-insert \cases"
-\bind "M-~S-i h l"             "math-panel"
 
 \bind "M-~S-i o c"             "toc-insert"
 \bind "M-~S-i o i"             "index-print"
index 30319c7bcb33ec158516f35ae9c04024eb72dfcf..e1606fa03a008d5418254d8c530cd8a5b9e9f2f8 100644 (file)
@@ -7,8 +7,6 @@
  * \author Angus Leeming
  *
  * Full author contact details are available in file CREDITS.
- *
- * ControlMath2 is a controller class for the Math Panel dialog.
  */
 
 #ifndef CONTROLMATH_H