X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=bbef2c0bca20c9aa2542241dd5a74cb496e4cc40;hb=29d1ff39b51434cbdb83f89821ed8868f7d9ab38;hp=1f32a823ba2cb64714030dd0f9cf29c2321c3c4a;hpb=e1b7bd5d36ec21d248b896dcece0864fa550c774;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 1f32a823ba..bbef2c0bca 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,172 @@ +2001-02-21 Allan Rae + + * forms/form_preferences.fd: larger, bold font for outer tabfolder + +2001-02-20 Edwin Leuven + + * src/frontends/xforms/Dialogs.C: added preamble + * src/frontends/xforms/FormPreamble.C: added + * src/frontends/xforms/FormPreamble.h: added + * src/frontends/xforms/Makefile.am: added + * src/frontends/xforms/form_preamble.C: added + * src/frontends/xforms/form_preamble.h: added + * src/frontends/xforms/form_preamble.fd: added + +2001-02-19 Angus Leeming + + * FormBase.h: moved noncopyable derivation to DialogBase. + +2001-02-19 Juergen Vigna + + * FormTabular.C (build): make all input field accepted only after + a "RETURN". + + * forms/form_tabular.fd: removed default "Return" on Close-Button. + +2001-02-19 Angus Leeming + + * FormError.C: + * FormGraphics.C: + * FormInset.C (showInset): change associated with name change + inset::hide to inset::hideDialog. + +2001-02-19 Angus Leeming + + * FormCitation.C (build): altering "Text after" now activates the Ok, + Apply buttons. + +2001-02-16 Angus Leeming + + * FormCitation.C: lots of white-space changes to make file consistent + with LyX style. + (input): use the FL_OBJECT * parameter to decide what to do, not the + long parameter. + + * FormCitation.h: removed most entries in enum. + + * forms/form_citation.fd: change names of variables, consistent with + Allan's naming scheme. + Don't pass any particular arguments to the InputCB function. + choice_style now triggers a callback and looks like other choices. + +2001-02-16 Lars Gullik Bjønnes + + * other: use compare instead of strcmp/strncmp + +2001-02-15 Angus Leeming + + * ButtonController.[Ch]: changed trigger_change_ vector and associated + methods to dont_trigger_change_ because FL_OBJECTs that trigger a + callback to InputCB() but don't trigger a change in the state of the + Ok, Apply buttons are much rarer than those that do. + + * FormCitation.C (build): associated change. + +2001-02-14 Lars Gullik Bjønnes + + * ButtonController.C: include algorithm + +2001-02-14 Angus Leeming + + * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange): + new methods. + (valid): method can now be passed an optional FL_OBJECT *. If it is, and + the vector of FL_OBJECT *s that can trigger a change in the button state + is not empty, then a change of state will occur only if the FL_OBJECT * + is present in this vector. + + * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows + the user to deactivate specific fields within restore(). + (InputCB): pass the FL_OBJECT * to bc_.valid(). + + * FormCitation.C (build): create a vector of FL_OBJECT *s that can + trigger a change of state in the Ok,Apply buttons. + (update): bc_.readOnly() to the start of the method. Similar reasoning + to that for FormBase::RestoreCB, above. + +2001-02-14 Angus Leeming + + * FormBrowser.C: used OkCancelPolicy for ButtonController rather than + IgnorantPolicy. + + * forms/form_browser.fd: + * forms/form_copyright.fd: + * forms/form_error.fd: + * forms/form_tabular.fd: + * forms/form_toc.fd: + Consistent shortcuts for Close button: Esc and Return only. + + * forms/form_citation.fd: + * forms/form_document.fd: + * forms/form_index.fd: + * forms/form_paragraph.fd: + * forms/form_preferences.fd: + * forms/form_print.fd: + * forms/form_ref.fd: + * forms/form_tabular_create.fd: + * forms/form_url.fd: + Consistent shortcut for Cancel button: Esc only. + +2001-02-12 John Levon + + * Dialogs.C: new Splash. Include, Bibitem/tex + + * FormBase.h: make show() virtual for Splash's benefit + + * Makefile.am: + * forms/makefile: + * FormBibitem.C: + * FormBibitem.h: + * FormBibtex.C: + * FormBibtex.h: + * form_bibitem.C: + * form_bibitem.h: + * form_bibtex.C: + * form_bibtex.h: + * forms/form_bibitem.fd: + * forms/form_bibtex.fd: + * FormInclude.C: + * FormInclude.h: + * form_include.C: + * form_include.h: + * forms/form_include.fd: + * FormSplash.C: + * FormSplash.h: + * form_splash.C: + * form_splash.h: + * forms/form_splash.fd: new forms + +2001-02-09 John Levon + + * FormLog.C: handle Literate build log nicely + +2001-02-09 Jean-Marc Lasgouttes + + * Menubar_pimpl.C: remove support for reference menuitem type. + +2001-02-07 John Levon + + * Makefile.am: + * Timeout_pimpl.h: + * Timeout_pimpl.C: add Timeout implementation + +2001-02-06 John Levon + + * form_browser.h: + * form_browser.C: + * forms/form_browser.fd: + * forms/makefile: + * FormBrowser.C: + * FormBrowser.h: readonly browser form + + * FormLog.C: + * FormLog.h: + * FormVCLog.C: + * FormVCLog.h: + * Dialogs.C: add Log and VCLog + + * Makefile.am: add Log and VCLog, add updatesrc target + 2001-01-31 Dekel Tsur * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.