]> git.lyx.org Git - lyx.git/commit
Implemented controller-view split for FormError and FormInclude.
authorAngus Leeming <leeming@lyx.org>
Fri, 23 Mar 2001 17:09:34 +0000 (17:09 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 23 Mar 2001 17:09:34 +0000 (17:09 +0000)
commit9705be9f1b8441175048b4e2065795051adafdc6
tree6a93ba734a0f817e84d12d10cbc3deb1220526f1
parentfb28d5b938171558888f908580485be240bfd12e
Implemented controller-view split for FormError and FormInclude.
Cleaned up code in controllers in the process; I think that the interface
is stabilising now.
Cleaned up code in InsetInclude a little.

Mental note (to me?!): the Bibitem, Bibtex and Include insets create an
inset when the appropriate menu item is selected. This is incorrect;
the inset should only be created when "Ok" is pressed, as with the
majority of insets. CREATE_XXX flags and associated code are needed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1817 a592a061-630c-0410-9148-cb99ea01b6c8
41 files changed:
src/BufferView_pimpl.C
src/ChangeLog
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlBibitem.C
src/frontends/controllers/ControlBibitem.h
src/frontends/controllers/ControlBibtex.C
src/frontends/controllers/ControlBibtex.h
src/frontends/controllers/ControlCharacter.h
src/frontends/controllers/ControlCitation.C
src/frontends/controllers/ControlCitation.h
src/frontends/controllers/ControlCommand.C
src/frontends/controllers/ControlCommand.h
src/frontends/controllers/ControlConnections.h
src/frontends/controllers/ControlDialogs.h
src/frontends/controllers/ControlError.C [new file with mode: 0644]
src/frontends/controllers/ControlError.h [new file with mode: 0644]
src/frontends/controllers/ControlInclude.C [new file with mode: 0644]
src/frontends/controllers/ControlInclude.h [new file with mode: 0644]
src/frontends/controllers/ControlInset.h [new file with mode: 0644]
src/frontends/controllers/ControlLog.h
src/frontends/controllers/ControlVCLog.h
src/frontends/controllers/GUI.h
src/frontends/controllers/Makefile.am
src/frontends/xforms/ChangeLog
src/frontends/xforms/Dialogs.C
src/frontends/xforms/FormBibitem.h
src/frontends/xforms/FormBibtex.h
src/frontends/xforms/FormCitation.h
src/frontends/xforms/FormError.C
src/frontends/xforms/FormError.h
src/frontends/xforms/FormInclude.C
src/frontends/xforms/FormInclude.h
src/frontends/xforms/form_error.C
src/frontends/xforms/form_error.h
src/frontends/xforms/form_include.C
src/frontends/xforms/form_include.h
src/frontends/xforms/forms/form_error.fd
src/frontends/xforms/forms/form_include.fd
src/insets/ChangeLog
src/insets/insetinclude.C
src/insets/insetinclude.h