]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / ChangeLog
index 69ff1b0d7cf12c4892836305e55f57968715085e..0ced2c897b84382c0cf0de79b99608d58856a853 100644 (file)
@@ -1,3 +1,245 @@
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormVSpace.C (apply): remove unnecessary test on form().
+       (input): correct spelling.
+
+       * xforms_helpers.C (updateWidgetsFromLengthString): add some asserts.
+
+2003-12-04  Angus Leeming  <leeming@lyx.org>
+
+       * checkwidgets.[Ch]: add 'xforms/' to the file header so that
+       doxygen remains happy in the future.
+
+2003-12-03  Angus Leeming  <leeming@lyx.org>
+
+       * forms/Makefile.am: use 'standard' make syntax rather than gnu-isms.
+
+2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * forms/form_box.fd: fix parbox/minipage radio button behaviour
+
+2003-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am (stamp-xpm): remove stray 'if'
+
+2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormVSpace.C: remove VSPACE::NONE.
+
+2003-11-29  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am (stamp-forms, stamp-xpm): don't use "if test return
+       status; then... fi" but rather use the return status direct.
+
+2003-11-29  Angus Leeming  <leeming@lyx.org>
+
+       * FormVSpace.C
+       * forms/form_vspace.fd: follow Jürgen Spitzmüller's lead in QVSpace
+       and add a 'keep' option.
+
+2003-11-28  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * src/frontends/xforms/forms/form_box.fd:
+       * src/frontends/xforms/FormMinipage.C:
+       * src/frontends/xforms/FormDocument.C:
+       * src/frontends/xforms/FormBox.C: fix capitalization in
+       messages; harmonize messages of different dialogs
+
+2003-11-28  Angus Leeming  <leeming@lyx.org>
+
+       * FormVSpace (build): fill the 'choice_space' widget. Enable the other
+       two widgets when it is set to 'Length.
+
+2003-11-28  André Pönitz  <poenitz@gmx.net>
+
+       * FormsVSpace.[Ch]: new file
+       * forms/form_vspace.fd: new file
+
+2003-11-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * forms/form_maths_panel.fd (label): replace label "Greek" by
+       "abg" for alpha beta gamma.
+
+       * forms/form_tabular.fd (label): 
+       * FormDocument.C (build): remove use of latin1 in
+       some translatable strings. This confuses gettext.
+
+2003-11-20  Angus Leeming  <leeming@lyx.org>
+
+       * ColorHandler.C (ctor):
+       * FormNote.C (build, update): squash warnings about comparison of
+       signed, unsigned.
+
+2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
+
+       * FormSearch.C: adjust to spellcheck changes
+
+2003-10-27  André Pönitz  <poenitz@gmx.net>
+
+       * FormParagraph.C:
+       * forms/form_paragraph.fd: remove [line|pagebreak]_[above|below]
+
+2003-10-24  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * FormMathsDelimiters.C: fixed borkage of this panel
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C:
+       * ui/QExternalDialogBase.ui: enable the user to choose to 'preview' the
+       external file.
+
+2003-10-14  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
+       (LyX_XErrHandler): LyX::emergencyCleanup is no longer a static function.
+       Access through LyX::cref().emergencyCleanup().
+
+2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
+
+       * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
+       remove_datasocket_callback, remove_serversocket_callback):
+       functions to inform the core when the socket has changed state.
+
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (start): adjust for dispatch change
+
+2003-10-07  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.[Ch]:
+       * forms/form_external.fd: allow the user to alter the extradata
+       field of InsetExternal::Params.
+
+2003-10-07  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C: InsetExternal::Params -> InsetExternalParams.
+
+2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * Dialogs.C:
+       * FormBox.C:
+       * FormBox.h:
+       * Makefile.am:
+       * forms/Makefile.am:
+       * forms/form_box.fd: The Box patch. Fancybox support, minipage,
+       parbox
+
+2003-10-01  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C (updateComboChange): changes due to the
+       introduction of namespace lyx::external.
+
+2003-09-29  Angus Leeming  <leeming@lyx.org>
+
+       * FormGraphics.C: remove incorrect comment.
+       * forms/form_graphics.fd: prettify a little.
+
+2003-09-26  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C (regexMatch): renamed as globMatch.
+
+2003-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C (regexMatch): moved here from lstrings.[Ch] because
+       this is the only place using this 'massaged' regex.
+
+2003-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C (update, apply): InsetExternal::Params::
+       templatename now has accessor functions.
+
+2003-09-24  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * FormNote.C: generalize loop end/vector size
+
+2003-09-23  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C (updateComboChange): use formatted to ensure that the
+       help text fits in the browser.
+
+2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * XFormsToolbar.C: adjust
+
+       * XFormsMenubar.C (create_submenu): change to update a cache of
+       FuncRequest for the MenuItems.
+       (MenuCallback): adjust
+
+       * lyx_gui.C (parse_init): fix new bug
+
+       * XFormsToolbar.C (XFormsToolbar): fix new bug
+
+       * LyXKeySymFactory.C (create): fix new bug
+
+       * FormDialogView.C (FormDialogView): fix new bug
+
+       * FormBase.C (FormBase): fix new bug
+
+       * FileDialog.C (FileDialog): fix new bug
+
+2003-09-19  Angus Leeming  <leeming@lyx.org>
+
+       * FormInclude.C: changes dues to the changed storage in InsetInclude,
+       from an InsetInclude::params to an InsetCommandParams.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * FormInclude.C (apply): No need to set InsetInclude::Params::flag;
+       the variable has been removed. Instead, set the command name directly.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * Color.C:
+       * Color.h:
+       * ColorHandler.C:
+       * ColorHandler.h:
+       * FormCharacter.h:
+       * XPainter.C:
+       * XPainter.h:
+       * lyx_gui.C: rename EnumLColor as LColor_color.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * xformsImage.[Ch]: separate interface from implementation. Make all the virtual
+       functions private.
+
+2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.C: use namespace alias for lyx::support::os
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * FormDocument.C: add #include "LColor.h".
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * FormCharacter.C, FormPreferences.C, lyx_gui.C, xfont_loader.C:
+       add #include "LColor.h".
+
+2003-09-15  Angus Leeming  <leeming@lyx.org>
+
+       * Color.C:
+       * ColorHandler.C:
+       * XPainter.C:
+       * xformsImage.C
+       * xscreen.C: add #include "LColor.h".
+
+       * Color.h: remove #include "LColor.h".
+
+       * Color.[Ch] (getRGBColor):
+       * ColorHandler.[Ch] (colorPixel, getGCForeground, getGCLinepars, updateColor):
+       pass EnumLColor args, rather than LColor::color ones.
+
+       * FormCharacter.h: store vector<EnumLColor> color_.
+
+       * XPainter.[Ch] (point, line, lines, rectangle, fillPolygon):
+
+       * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
+       than LColor::color ones.
+
+       * xformsImage.C:
+
 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Color.C