X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FChangeLog;h=58507542d6eb93adb05e79791321d892a0b3baeb;hb=eb4a3c10056fd2b6e5d43e75798177e2a5aef784;hp=972ab96a4df69166525a269e7ae43b4550290e60;hpb=87998757a9efae4ef52ed5119b1777ad6bf8bce5;p=lyx.git diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 972ab96a4d..58507542d6 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,5 +1,148 @@ +2001-07-16 Juergen Vigna + + * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if + compiled with USE_PSPELL) to be able to switch between ISpell and + PSpell classes. + +2001-07-13 Angus Leeming + + Consistent use of Lsstream.h: + * ControlAboutlyx.[Ch] (getCredits): + * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream. + +2001-07-13 Edwin Leuven + + * ControlCredits.[Ch]: removed + * ControlCopyright.[Ch]: removed + * ControlAboutlyx.[Ch]: added (replaces previous) + * GUI.h: removed credits and copyright added about lyx stuff + +2001-07-13 Jean-Marc Lasgouttes + + * ControlSpellchecker.C (getSuggestion): + (getWord): add std:: qualifier + +>001-07-13 Edwin Leuven + + * ControlSpellchecker.[Ch]: added + * ViewBase.h: added partialUpdate(int) member + * GUI.h: added spell stuff + +2001-07-12 Lars Gullik Bjønnes + + * ControlExternal.C: (*it). -> it-> + +2001-06-16 Angus Leeming + + * ButtonController.h: move some included header files out of the + frontends and into here. + +2001-06-15 Angus Leeming + + * ControlCharacter.C (c-tor): cosmetic name change of signal. + +2001-06-13 Angus Leeming + + * *.[h]: added // -*- C++ -*- + * *.[C]: removed // -*- C++ -*- + + * ControlCharacter.[Ch]: (setParams): Check contents of font_ to + activate Apply button. + (clearParams): removed. + font_ is now stored as a boost::scoped_ptr. + font_ is no longer deleted on hide(), so it's contents can now be used + by the Font button on the toolbar. + Lots of new methods so that the GUI can easily get the contents of + font_ when it update()s. + +2001-06-12 Angus Leeming + + * ControlCharacter.C (apply): test that font_ exists, thereby preventing + crash when the Font button on the Toolbar is pressed. + + * GUI.h: change policy of Character button controller to + OkApplyCancelReadOnlyPolicy. + +2001-06-11 Lars Gullik Bjønnes + + * ControlToc.C (getContents): don't add anything to the list if it + is supposed to be empty. + +2001-06-01 Angus Leeming + + * helper_funcs.C (getVectorFromString): bug fix. + +2001-05-30 Angus Leeming + + * ButtonController.h + * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct + from ButtonControllerBase::readOnly. Updates the state of the widgets + in the read-only list only when the read-only status of the document + changes. + (refresh): moved this stuff into refreshReadOnly. + +2001-05-18 Angus Leeming + + * ControlPrint.C (c-tor): + * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash. + +2001-05-14 Angus Leeming + + * biblio.C: + * character.h: small clean-ups. + +2001-05-04 Lars Gullik Bjønnes + + * ControlToc.C (getType): remove support for old float list. + +2001-04-26 Angus Leeming + + * ControlButtons.h: no longer include ButtonControllerBase.h, ViewBase.h + * ControlGraphics.h: no longer include insetgraphicsParams.h + * ControlInset.h: no longer include LyXView.h + + * ControlBibitem.C: + * ControlBibtex.C: + * ControlButtons.C: + * ControlCharacter.C: + * ControlCitation.C: + * ControlCommand.C: + * ControlConnections.C: + * ControlCopyright.C: + * ControlCredits.C: + * ControlError.C: + * ControlExternal.C: + * ControlGraphics.C: + * ControlInclude.C: + * ControlLog.C: + * ControlMinipage.C: + * ControlPreamble.C: + * ControlPrint.C: + * ControlRef.C: + * ControlSearch.C: + * ControlTabularCreate.C: + * ControlToc.C: + * ControlVCLog.C: they're now in here! + +2001-04-17 Lars Gullik Bjønnes + + * ButtonControllerBase.h: C++ mode, inherit privately from + noncopyable + * ButtonPolicies.h: ditto + + * ButtonController.h: C++ mode, swap init order of restore_ and + cancel_ + 2001-04-06 John Levon + * ControlTabularCreate.h: + * ControlTabularCreate.C: make dialogs use a pair of uints + instead of a string + + * ControlVCLog.h: + * ControlVCLog.C: fill a stringstream with the log contents + and then delete it + * ControlExternal.C: from Angus, clone the new InsetExternal before acting on it