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