]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/ChangeLog
Overhaul the branches code.
[features.git] / src / frontends / xforms / ChangeLog
index 557bb8cf5b1f8d5676353f9ed4928537ca4160f6..919ebf601ecfd4a78724d601c0e0dba3c480d75a 100644 (file)
@@ -1,5 +1,228 @@
+2003-12-14  Angus Leeming  <leeming@lyx.org>
+
+       * FormBranch.C: use the List interface to BranchList, simplifying the
+       code.
+
+       * FormDocument.C: overhaul the branch code, using the List
+       interface to BranchList and factoring repeated blocks into two
+       new helper functions.
+
+       * lyx_gui.C (update_color): ensure the GC is up to date.
+
+2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormMinipage.[Ch]:
+       * forms/form_minipage.fd: remove from repository.
+       * Dialogs.C:
+       * Makefile.am:
+       * forms/Makefile.am: remove minipage.
+
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C, forms/form_external.fd: add a 'draft' check box
+       and use it to fill InsetExternalParams::draft.
+
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * FormNote.C: changes due to the change of type of InsetNoteParams::type
+       from string to an enum.
+
+       * FormNote.[Ch]:
+       * forms/form_note.fd: re-work so that it has a similar appearance to
+       that of the Qt frontend.
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormVCLog.[Ch]: removed.
+
+       * Makefile.am: remove all mention of these files.
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormLog.C: much simplified, thanks to the more powerful interface
+       of ControlLog.
+
+       * Dialogs.C: no need anymore to build a separate VCLog dialog.
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * forms/form_external.fd: try and mimic Jürgen's changes to
+       ui/QExternalDialogBase.ui.
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.[Ch]:
+       * forms/form_external.fd: a total overhaul. In addition, the
+       dialog can now manipulate the transform data (rotate, scale, crop).
+
+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