]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Martin's changes to the Note inset.
[lyx.git] / src / frontends / xforms / ChangeLog
index 879ba05c76cd51592d5dc306e54c7317f8295290..40636a981cc7dc40c85a4e2e7977f1d4ab4dba4c 100644 (file)
@@ -1,3 +1,91 @@
+2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       (with help from Juergen Spitzmueller)
+        * FormNote.[Ch]: add i18n support to the dialog.
+
+2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * FormToc.C (updateType): adjust for lyx::toc
+       (updateContents): ditto
+
+2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * XPainter.C: include lyxfont.h
+
+       * FormParagraph.C:
+       * FormGraphics.C:
+       * FormDocument.C: adapt PAPER_* enums
+
+2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * 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 <lasgouttes@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * FormGraphics.C (apply, update):
+       changes due to the use of the FileName class to store the graphics
+       file name.
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * FormNote.C (build): add a tooltip.
+
+2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * FormDialogView.h (controller): ditto
+
+       * FormBase.h (controller): follow C++ rules more closely.
+
+2003-07-16  Angus Leeming  <leeming@lyx.org>
+
+       * FormDialogView.C (postMessage): remove preprocessor warning.
+
+2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * introduce namespace lyx::graphics
+
 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * introcude namespace lyx::support