X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=40636a981cc7dc40c85a4e2e7977f1d4ab4dba4c;hb=1c155241d88fa2106565711ef94396be42b912a9;hp=879ba05c76cd51592d5dc306e54c7317f8295290;hpb=92d522b7f1be6046adcac062c558bbf0bf021612;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 879ba05c76..40636a981c 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,91 @@ +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