]> git.lyx.org Git - lyx.git/commit
Add basic bits of Qt's math panel. Hacked together (no MVC yet) but
authorJohn Levon <levon@movementarian.org>
Fri, 30 Aug 2002 16:20:27 +0000 (16:20 +0000)
committerJohn Levon <levon@movementarian.org>
Fri, 30 Aug 2002 16:20:27 +0000 (16:20 +0000)
commita5d7d51b090a4318b7783100ca979e4dbae5d886
tree36a725ceb82953c00f2c879ef57cd3629420a0da
parent29f01faa17495e3d80c08f234c8f049c7d699ac1
Add basic bits of Qt's math panel. Hacked together (no MVC yet) but
good position to work on dialog contents.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5187 a592a061-630c-0410-9148-cb99ea01b6c8
22 files changed:
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlMath.C [new file with mode: 0644]
src/frontends/controllers/ControlMath.h [new file with mode: 0644]
src/frontends/controllers/Makefile.am
src/frontends/qt2/ChangeLog
src/frontends/qt2/Dialogs2.C
src/frontends/qt2/Makefile.am
src/frontends/qt2/Makefile.dialogs
src/frontends/qt2/QMath.C [new file with mode: 0644]
src/frontends/qt2/QMath.h [new file with mode: 0644]
src/frontends/qt2/QMathDialog.C [new file with mode: 0644]
src/frontends/qt2/QMathDialog.h [new file with mode: 0644]
src/frontends/qt2/iconpalette.C [new file with mode: 0644]
src/frontends/qt2/iconpalette.h [new file with mode: 0644]
src/frontends/qt2/moc/Makefile.am
src/frontends/qt2/ui/QMathDialog.ui [new file with mode: 0644]
src/frontends/xforms/ChangeLog
src/frontends/xforms/FormMathsPanel.C
src/frontends/xforms/FormMathsPanel.h
src/frontends/xforms/Makefile.am
src/frontends/xforms/MathsSymbols.C [deleted file]
src/frontends/xforms/MathsSymbols.h [deleted file]