]> 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 7f9b084e00213b635e93cfde3c1073fa0b0929e8..40636a981cc7dc40c85a4e2e7977f1d4ab4dba4c 100644 (file)
@@ -1,3 +1,426 @@
+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
+
+2003-06-30  André Pönitz  <poenitz@gmx.net>
+
+       * ColorHandler.C:
+       * FormBase.C:
+       * FormDialogView.C:
+       * FormDocument.C: #ifdef BOOSTFORMAT -> bformat
+
+2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * combox.h: fix some usage of \param
+       * freebrowser.h: ditto
+
+2003-06-27  Alfredo Braunstein  <abraunst@libero.it>
+
+       * lyx_gui.C (start): use BufferView::loadLyXFile
+
+2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
+
+       * FormError.[Ch]:
+       * forms/form_error.fd: removed
+       * forms/Makefile.am:
+       * Makefile.am: adjust
+       * Dialogs.C: adjust
+
+2003-06-20  Angus Leeming  <leeming@lyx.org>
+
+       * FormBibtex.C (input, update): changes due to changed controller
+       interface.
+
+       * FormTexinfo.[Ch]: clean-up handling of TeX file databases.
+
+2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
+
+       * lyx_gui.C (start): call ::loadLyXFile instead
+       of BufferList::loadLyXFile
+
+2003-06-19  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * FormTexinfo.[Ch]:
+       * forms/form_texinfo.fd: changes to use the new Dialog-based scheme.
+
+2003-06-19  Juergen Spitzmueller <juergen.sp@t-online.de>
+
+       * forms/form_preferences.fd Revert Rob Lahaye's patch.
+       Weird xforms sizing issues.
+
+2003-06-17  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C: rename math panel identifier as "mathpanel".
+       * Dialogs2.C (showMathPanel): removed.
+
+2003-06-17  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * FormExternal.C (input): do not activate Ok, Apply when clicking on
+       "Edit File".
+
+2003-06-11  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C: changes due to InsetExternal::Params no longer
+       storing the ExternalTemplate but its name.
+
+2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * XFormsView.C: remvoe current_view global variable.
+       (create_form_form_main): and the usage
+
+       * FormDocument.C: adjust for type
+
+2003-06-10  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C (input, updateComboChange):
+       show the correct help text when the dialog is opened.
+
+2003-06-04  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C
+       * forms/form_external: remove the widget to input the removed
+       InsetExternal::Params::parameters variable.
+
+2003-06-04  John Levon  <levon@movementarian.org>
+
+       * FormTabular.C: fix a crash on applying changes
+       at close
+
+2003-06-03  John Levon  <levon@movementarian.org>
+
+       * lyx_gui.C: add sync_events()
+
+2003-06-03  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C (build): change the External dialog button policy to
+       NoRepeatedApplyReadOnlyPolicy.
+
+       * FormExternal.C:
+       * forms/form_external.fd:
+       add widgets to set the way the External dialog is
+       displayed within LyX.
+       Remove the buttons to trigger the View command and the Update command
+       (duplicates Apply).
+
+2003-06-03  Angus Leeming  <leeming@lyx.org>
+
+       * FormGraphics.C (build): a few comments.
+
+2003-05-25  Alfredo Braunstein  <abraunst@libero.it>
+
+       * FormErrorList.C: make the error description read-only but
+       selectable. Fix a bug on the initial state.
+
+2003-05-23  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C (update): the default template is the first one
+       and the choice is always active.
+
+2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Toolbar_pimpl.C (displayToolbar): comment out unsused parameters.
+
+2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
+
+       * FormBase.[Ch]:
+       * FormDialogView.[Ch] (setTitle): added
+       * FormErrorList.C:
+       * FormLog.C:
+       * FormShowFile.C: use setTitle
+
+2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
+
+       * FormErrorList.[Ch]: small bugs fixed
+
+2003-05-13  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormPreferences.C: Change conversions-tooltip.
+
+       * forms/form_preferences.fd: modify layout (similar to Graphics dialog
+       layout)
+
+2003-05-19  Angus Leeming  <leeming@lyx.org>
+
+       * forms/fdfixc.sed:
+       * FormAboutlyx.C (build):
+       * FormCitation.C (update):
+       * FormDocument.C (build):
+       * FormErrorList.C (updateContents):
+       * FormGraphics.C (build):
+       * FormMathsBitmap.C (build):
+       * FormMathsMatrix.C (build):
+       * FormPreferences.C (build, LnFmisc::build, OutputsMisc::build,
+       SpellOptions::build):
+       * FormRef.C (build, updateBrowser, switch_go_button):
+       * FormTabular.C (build):
+       * FormToc.C (updateContents):
+       gettext's _(str) now returns a string rather
+       than char const *, so must add a .c_str() when passing to the xforms
+       lib.
+
+2003-05-19  Angus Leeming  <leeming@lyx.org>
+
+       * forms/c_str.sed: removed. Renamed as:
+       * forms/tmp_str.sed
+
+       * forms/Makefile.am (EXTRA_DIST): add tmp_str.sed.
+       ($(libfdesign_la_SOURCES)): make it depend on tmp_str.sed.
+
+       * forms/fdfix.sh:
+       * forms/fdfixc.sed:
+       * forms/tmp_str.sed: s/c_str\([^(]\)/tmp_str\1/.
+
+2003-05-15 André Pönitz <poenitz@gmx.net>
+
+       * forms/Makefile.am:  add -I.. to get access to lyx_forms.h
+
+2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_xpm.h.in: new file
+
+       * lyx_forms.h.in: new file
+
+       * forms/fdfix.sh: adjust for FORMS_H_LOCATION -> lyx_forms.h change.
+
+       * Makefile.am (EXTRA_DIST): lyx_forms.h.in lyx_xpm.h.in
+
+       * Almost all files:: FORMS_H_LOCATION -> lyx_forms.h
+
+2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
+
+       * FormErrorList.[Ch]:
+       * forms/form_errorlist.fd: added
+       * forms/Makefile.am:
+       * Makefile.am: the above additions
+       * Dialogs.C: ditto
+
+2003-05-13 André Pönitz <poenitz@gmx.net>
+
+       * FontInfo.C:
+       * FormDocument.C:
+       * FormFiledialog.C:
+       * FormForks.C:
+       * FormGraphics.C:
+       * FormMinipage.C:
+       * FormParagraph.C:
+       * FormPreferences.C:
+       * FormPrint.C:
+       * FormSpellchecker.C:
+       * FormWrap.C:
+       * Menubar_pimpl.C: tostr from new header
+
+2003-05-12 André Pönitz <poenitz@gmx.net>
+
+       * FormDocument.C:
+       * FormGraphics.C:
+       * xforms_helpers.C:  boost::format -> bformat  all over the place
+
+2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am: better lib building
+
+       * forms/.cvsignore: add libfdesign.la
+
+       * Toolbar_pimpl.C (displayToolbar): move out-of-line
+
+       * Makefile.am: better lib building
+
+2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * FormDocument.C: Handle document classes with missing TeX class
+       (-> class name prefix: "Unavailable: ")
+
+2003-05-03  John Levon  <levon@movementarian.org>
+
+       * xscreen.h:
+       * xscreen.C: implement new cursor API
+
+2003-04-30  John Levon  <levon@movementarian.org>
+
+       * Form<Various>: fix dialog titles to match new menus
+
+2003-04-27  John Levon  <levon@movementarian.org>
+
+       * Alert_pimpl.C: ignore cancel_button (for now)
+
+2003-04-15  John Levon  <levon@movementarian.org>
+
+       * Toolbar_pimpl.C: ignore Minibuffer
+
+2003-04-10  John Levon  <levon@movementarian.org>
+
+       * XFormsView.C:
+       * Toolbar_pimpl.h:
+       * Toolbar_pimpl.C: API change for show/hide
+
+2003-04-09  Angus Leeming  <leeming@lyx.org>
+
+       * FormAboutlyx.C:
+       * FormDocument.C:
+       * FormGraphics.C:
+       * FormPreferences.C:
+       * FormTabular.C:
+       * forms/form_preferences.fd: prepare the way for resizable
+       tabfolders if the xforms version is up to the task.
+
+2003-04-09  John Levon  <levon@movementarian.org>
+
+       * Toolbar_pimpl.C:
+       * Toolbar_pimpl.h: ignore every toolbar after the first one
+
+2003-04-09  Angus Leeming  <leeming@lyx.org>
+
+       Enable "proper" tooltips in browser widgets if your version of
+       the xforms library is recent enough.
+
+       * FormBase.C (PrehandlerCB):
+       * FormDialogView.C (PrehandlerCB): Conditional compilation of
+       "tooltips in browser widgets work-around".
+
+       * FormBibtex.C (build):
+       * FormCitation.C (build):
+       * FormForks.C (build):
+       * FormTexinfo.C (build): only set the prehandler for browser widgets
+       if xforms does not support tooltips for same.
+
+2003-04-08  John Levon  <levon@movementarian.org>
+
+       * Toolbar_pimpl.C: remove setPixmap, use the backend
+       instead.
+
+2003-04-08  John Levon  <levon@movementarian.org>
+
+       * Toolbar_pimpl.C: handle tooltip
+
+2003-04-03  Angus Leeming  <leeming@lyx.org>
+
+       * combox.[ch]:
+       * freebrowser.[ch]: ensure that the formatting conforms to xforms
+       style. Add all major authors.
+
+       combox.c (fl_addto_combox): squash bug in initial selection
+       of the first line of the browser.
+
 2003-04-03  Angus Leeming  <leeming@lyx.org>
 
        * freebrowser.[ch] (fl_get_freebrowser_browser): removed spurious
        * FormPreferences.[Ch]:
        * Toolbar_pimpl.[Ch]:
        * xforms_helpers.C: whitespace and formatting changes.
-       
+
 2003-04-02  Angus Leeming  <leeming@lyx.org>
 
        * XFormsView.C (create_form_form_main): no longer pass this to the
 
 2003-03-13  Angus Leeming  <leeming@lyx.org>
 
-       * forms/fdfix.sh: 
+       * forms/fdfix.sh:
        * forms/fdfixh.sed: fix #944 by making the temporary filenames unique
        and so enable reentrant builds on SMP machines.
 
 2003-03-04  Angus Leeming  <leeming@lyx.org>
 
        * FormText.[Ch]: the label of the input widget is passed to the
-       FormText c-tor and used in the build method. 
+       FormText c-tor and used in the build method.
 
        * Dialogs3.C: pass an extra arg to the FormText c-tor.
 
 
 2003-02-10  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
 
-       * FormDocument.C: Reset paperpackage to NONE when 
+       * FormDocument.C: Reset paperpackage to NONE when
        papersize != A4 (bug 844)
 
 2003-02-11  Angus Leeming  <leeming@lyx.org>
        * FormPreferences.C: use fl_getmcolor and getRGBColor.
        * lyx_gui.C: use getRGBColor.
        * xformsImage.C: use getRGBColor.
-       
+
 2003-02-11  Angus Leeming  <leeming@lyx.org>
 
        * bmtable.c: whitespace and indentation consistent with the other
        * FormPreferences.h:
        * FormPreferences.C:
        * forms/form_preferences.fd: add Identity prefs
-       
+
 2003-01-31  Michael Schmitt  <michael.schmitt@teststep.org>
 
        * FormDocument.C: