]> git.lyx.org Git - features.git/commit
Modification to ButtonController, so that read-only list of widgets is
authorAngus Leeming <leeming@lyx.org>
Sat, 2 Jun 2001 14:53:35 +0000 (14:53 +0000)
committerAngus Leeming <leeming@lyx.org>
Sat, 2 Jun 2001 14:53:35 +0000 (14:53 +0000)
commit9b7b1a17fc8ae34e68f1ba5fc855f366c6725c32
treeb839f90ec945920289ba84adc1753563c72faaa7
parentac114c3d509bf7570f825f3c73ec1e3c441a0b32
Modification to ButtonController, so that read-only list of widgets is
not refreshed every time Restore,Apply,Ok,Cancel are pressed. Has the real
advantage that the GUI's can control the widgets more accurately, since the
ButtonController cannot.

Demonstrated with some small change to the Paragraph dialog: enabling the
align buttons is now dependent on the AlignPossible entry in the Layout.

Also apply a small bug fix to getVectorFromString in helper_funcs.C

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2087 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/controllers/ButtonController.h
src/frontends/controllers/ButtonControllerBase.C
src/frontends/controllers/ButtonControllerBase.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/biblio.C
src/frontends/controllers/helper_funcs.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/FormParagraph.C