]> git.lyx.org Git - features.git/commit
* A controller-view split of the math panel and its daughter dialogs.
authorAngus Leeming <leeming@lyx.org>
Mon, 25 Nov 2002 18:58:15 +0000 (18:58 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 25 Nov 2002 18:58:15 +0000 (18:58 +0000)
commit1a0655a514d379e80609a4124bfe71d91929c519
treeb223a9ee956da9d7cdf00f24ff3792e1003ce902
parent267e4d92ea8799f94180852fec717e7e74fe2ab6
* A controller-view split of the math panel and its daughter dialogs.
* Get rid of FormBaseDeprecated.
* Merge FormBase and FeedbackController.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5715 a592a061-630c-0410-9148-cb99ea01b6c8
34 files changed:
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlDialog.h
src/frontends/controllers/ControlMath.C
src/frontends/controllers/ControlMath.h
src/frontends/xforms/ChangeLog
src/frontends/xforms/Dialogs2.C
src/frontends/xforms/Dialogs_impl.h
src/frontends/xforms/FeedbackController.C [deleted file]
src/frontends/xforms/FeedbackController.h [deleted file]
src/frontends/xforms/FormBase.C
src/frontends/xforms/FormBase.h
src/frontends/xforms/FormBaseDeprecated.C [deleted file]
src/frontends/xforms/FormBaseDeprecated.h [deleted file]
src/frontends/xforms/FormMathsBitmap.C
src/frontends/xforms/FormMathsBitmap.h
src/frontends/xforms/FormMathsDeco.C
src/frontends/xforms/FormMathsDeco.h
src/frontends/xforms/FormMathsDelim.C
src/frontends/xforms/FormMathsDelim.h
src/frontends/xforms/FormMathsMatrix.C
src/frontends/xforms/FormMathsMatrix.h
src/frontends/xforms/FormMathsPanel.C
src/frontends/xforms/FormMathsPanel.h
src/frontends/xforms/FormMathsSpace.C
src/frontends/xforms/FormMathsSpace.h
src/frontends/xforms/FormMathsStyle.C
src/frontends/xforms/FormMathsStyle.h
src/frontends/xforms/Makefile.am
src/frontends/xforms/forms/form_maths_deco.fd
src/frontends/xforms/forms/form_maths_delim.fd
src/frontends/xforms/forms/form_maths_matrix.fd
src/frontends/xforms/forms/form_maths_panel.fd
src/frontends/xforms/forms/form_maths_space.fd
src/frontends/xforms/forms/form_maths_style.fd