]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/ChangeLog
Overhaul the branches code.
[features.git] / src / frontends / xforms / ChangeLog
index 93dd6dc69d513733ae9351f56fa7c1e5dc528d88..919ebf601ecfd4a78724d601c0e0dba3c480d75a 100644 (file)
@@ -1,3 +1,131 @@
+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>