X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=31f652e24305d6e945209e2c9e86cf0cc23ac39d;hb=068e2cfb25bfbab62f80bc0c776ca169032c2219;hp=27a4ec595f3254170a1e602a9c4a6637f5395451;hpb=f0c75a909e4e486be3822c636e5b97ad28802a05;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 27a4ec595f..31f652e243 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,206 @@ +2001-03-12 Dekel Tsur + + * Menubar_pimpl.C (add_toc): Remove debug message. + +2001-03-09 John Levon + + * Makefile.am: + * Dialogs.C: + * FormExternal.C: + * FormExternal.h: + * form_external.C: + * form_external.h: + * xforms/forms/makefile: + * forms/form_external.fd: add FormExternal + +2001-03-12 John Levon + + * Dialogs.C: add destroySplash() + + * form_splash.h: + * form_splash.C: + * forms/form_splash.fd: + * FormSplash.h: + * FormSplash.C: make independent of FormBase, tidy + + * Menubar_pimpl.C: destroy splash on interaction + +2001-03-12 Lars Gullik Bjønnes + + * FormToc.h: use Buffer::typedef + + * Menubar_pimpl.C (add_toc): use the Buffer::typedefs + * FormToc.C (build): ditto + (updateToc): ditto + +2001-03-11 Lars Gullik Bjønnes + + * FormToc.C (build): implement for dynamic number of lists + (updateToc): ditto + * Menubar_pimpl.C (add_toc): ditto + +2001-03-07 Edwin Leuven + + * added credits: + * Dialogs.C: + * Makefile.am: + * FormCredits.[Ch]: + * form_credits.[Ch]: + * forms/form_credits.fd: + +2001-03-07 Lars Gullik Bjønnes + + * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr, + make ButtonList contain boost::shared_ptr + + * Menubar_pimpl.C (~Pimpl): remove destructor + +2001-03-06 John Levon + + * Makefile.am: + * FileDialog.C: + * FormFiledialog.C: + * FormFiledialog.h: + * form_filedialog.C: + * form_filedialog.h: + * FormGraphics.C: + * FormInclude.C: + * FormPreferences.C: + * FormPrint.C: + * xforms_helpers.C: + * xforms_helpers.h: + * forms/fdfix.sh: + * forms/makefile: + * form/form_filedialog.fd: add File Dialog + * Toolbar_pimpl.h: + * Toolbar_pimpl.C: move LayoutsCB to here + +2001-03-06 Lars Gullik Bjønnes + + * FormParagraph.C: changes because of ParagraphParameters. + +2001-03-06 Jean-Marc Lasgouttes + + * FormSearch.C (Replace): remove default argument + (Find): ditto + +2001-03-05 Edwin Leuven + + * added find/replace dialog: + * FormSearch.*: added + * form_search.*: added + * forms/form_search.fd: added + +2001-03-05 Angus Leeming + + * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch]. + + * various: in a rush of delayed guilt, I've renamed all instances of + xform as xforms. Jean-Marc sowed this seed a long, long time ago and it + finally sprouted. + + * xforms_helpers.[Ch] (setEnabled): a little wrapper function to + activate/deactivate an FL_OBJECT. + + * FormCitation.C: + * FormDocument.C: + * FormInclude.C: + * FormParagraph.C: + * FormPreamble.C: + * FormPreferences.C: + * FormRef.C: + * FormTabular.C: used it. + +2001-03-05 Angus Leeming + + * FormPreferences.C: removed three unused using directives. + +2001-03-05 Edwin Leuven + + * added find/replace dialog: + * FormSearch.*: added + * form_search.*: added + * forms/form_search.fd: added + +2001-02-27 Dekel Tsur + + * FormRef.C: Fixed the behaviour of Goto-Ref. + +2001-02-27 Angus Leeming + + * forms/makefile: added character and preamble dialogs + +2001-02-27 Lars Gullik Bjønnes + + * FormCharacter.C (FormCharacter): change order of deletion, + change combo_language2 to combo_language2_ + +2001-02-26 Dekel Tsur + + * FormRef.C (apply): Update bookmark #0 after inserting a reference. + +2001-02-23 Edwin Leuven + + * Dialogs.C: added layoutcharacter + * FormCharacter.C: added + * FormCharacter.h: added + * form_character.C: added + * form_character.h: added + * forms/form_character.fd: added + +2001-02-23 Dekel Tsur + + * FormPreferences.C: Handle lyxrc.language_use_babel and + lyxrc.language_global_options. + +2001-02-23 Angus Leeming + + * FormPreferences(GetFrom, GetTo): use size_type rather than int. + +2001-02-23 John Levon + + * FormBase.C: no longer transient dialogs, XMapWindow() + in attempt to de-iconify + + * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE + +2001-02-21 Dekel Tsur + + * FormDocument.C (checkMarginValues): Activate "use geometry" button + if using custom paper size/margin. + +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,