X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=40636a981cc7dc40c85a4e2e7977f1d4ab4dba4c;hb=1c155241d88fa2106565711ef94396be42b912a9;hp=c6214f4552afe22bb63771a725bbdc35fc0b5831;hpb=309c18fbeb10e1d7c207c390c9d83f9ad09e25ea;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index c6214f4552..40636a981c 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,188 @@ +2003-07-30 Martin Vermeer + + (with help from Juergen Spitzmueller) + * FormNote.[Ch]: add i18n support to the dialog. + +2003-07-27 Lars Gullik Bjønnes + + * FormToc.C (updateType): adjust for lyx::toc + (updateContents): ditto + +2003-07-27 Jean-Marc Lasgouttes + + * XPainter.C: include lyxfont.h + + * FormParagraph.C: + * FormGraphics.C: + * FormDocument.C: adapt PAPER_* enums + +2003-07-25 Jean-Marc Lasgouttes + + * XFormsMenubar.h: + * XFormsMenubar.C: derives from Menubar (replaces Menubar::Pimpl) + + * Menubar_pimpl.C: + * Menubar_pimpl.h: removed + + * XFormsView.C: modified because of changes above + +2003-07-25 Jean-Marc Lasgouttes + + * XFormsToolbar.h: + * XFormsToolbar.C: derives from Toolbar (replaces Toolbar::Pimpl) + + * Toolbar_pimpl.C: + * Toolbar_pimpl.h: removed + + * XFormsView.C: modified because of changes above + +2003-07-23 Angus Leeming + + * FormColorpicker.[Ch] + * forms/form_colorpicker.fd: new files. A color picker for xforms. + + * FormPreferences.[Ch] + * forms/form_preferences.fd: use it. + +2003-07-23 Angus Leeming + + * FormExternal.C (apply, update): + changes due to the use of the FileName class to store the external + file name. + + * FormGraphics.C (apply, update): use Kernel::bufferFilepath() + wrapper. + +2003-07-21 Angus Leeming + + * FormGraphics.C (apply, update): + changes due to the use of the FileName class to store the graphics + file name. + +2003-07-21 Angus Leeming + + * FormExternal.C (update, apply): + * FormGraphics.C (update, apply): + * FormPrefences.C (LnFmisc::update, LnFmisc::apply): + * XPainter.C (image): + * xformsImage.C (status_report, error_report): use namespace + lyx::graphics rather than grfx shortcut. + +2003-07-18 Angus Leeming + + * FormNote.C (build): add a tooltip. + +2003-07-18 Lars Gullik Bjønnes + + * FormDialogView.h (controller): ditto + + * FormBase.h (controller): follow C++ rules more closely. + +2003-07-16 Angus Leeming + + * FormDialogView.C (postMessage): remove preprocessor warning. + +2003-07-04 Lars Gullik Bjønnes + + * introduce namespace lyx::graphics + +2003-07-01 Lars Gullik Bjønnes + + * introcude namespace lyx::support + +2003-06-30 André Pönitz + + * ColorHandler.C: + * FormBase.C: + * FormDialogView.C: + * FormDocument.C: #ifdef BOOSTFORMAT -> bformat + +2003-06-28 Lars Gullik Bjønnes + + * combox.h: fix some usage of \param + * freebrowser.h: ditto + +2003-06-27 Alfredo Braunstein + + * lyx_gui.C (start): use BufferView::loadLyXFile + +2003-06-21 Alfredo Braunstein + + * FormError.[Ch]: + * forms/form_error.fd: removed + * forms/Makefile.am: + * Makefile.am: adjust + * Dialogs.C: adjust + +2003-06-20 Angus Leeming + + * FormBibtex.C (input, update): changes due to changed controller + interface. + + * FormTexinfo.[Ch]: clean-up handling of TeX file databases. + +2003-06-19 Alfredo Braunstein + + * lyx_gui.C (start): call ::loadLyXFile instead + of BufferList::loadLyXFile + +2003-06-19 Angus Leeming + + * Dialogs.C: + * Dialogs2.C: + * FormTexinfo.[Ch]: + * forms/form_texinfo.fd: changes to use the new Dialog-based scheme. + +2003-06-19 Juergen Spitzmueller + + * forms/form_preferences.fd Revert Rob Lahaye's patch. + Weird xforms sizing issues. + +2003-06-17 Angus Leeming + + * Dialogs.C: rename math panel identifier as "mathpanel". + * Dialogs2.C (showMathPanel): removed. + +2003-06-17 Angus Leeming + + * Dialogs.C: + * Dialogs2.C + * FormMathsPanel.[Ch]: + * forms/form_maths_panel.fd: convert FormMathsPanel to the + new Dialog-based scheme. + + * Dialogs.C: + * FormMathsBitmap.[Ch]: + * FormMathsDelim.[Ch]: + * FormMathsMatrix.[Ch]: + * FormMathsSpace.[Ch]: + * FormMathsStyle.[Ch]: s/ControlMath2/ControlMath/. + +2003-06-17 Angus Leeming + + * FormMathsBitmap.[Ch]: + * FormMathsDelim.[Ch]: + * forms/form_maths_delim.fd: + * FormMathsMatrix.[Ch]: + * forms/form_maths_matrix.fd: + * FormMathsPanel.[Ch]: + * FormMathsSpace.[Ch]: + * forms/form_maths_space.fd: + * FormMathsStyle.[Ch]: + * forms/form_maths_style.fd: + * Dialogs.C: convert FormMathsBitmap, FormMathsDelim, FormMathsMatrix, + FormMathsSpace and FormMathsStyle to the new Dialog-based scheme. + +2003-06-12 Angus Leeming + + * FormExternal.C (input): do not activate Ok, Apply when clicking on + "Edit File". + +2003-06-11 Angus Leeming + + * FormExternal.C: changes due to InsetExternal::Params no longer + storing the ExternalTemplate but its name. + 2003-06-10 Lars Gullik Bjønnes * XFormsView.C: remvoe current_view global variable.