]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Remove redundant files.
[lyx.git] / src / frontends / xforms / ChangeLog
index b05c6bb7d8d327648428b4e2f43065f2ec93df98..bcb96e15d4ee6c568e1541735b83d0ffc109cfd6 100644 (file)
@@ -1,3 +1,84 @@
+2002-11-19  Angus Leeming  <leeming@lyx.org>
+
+       * FormInset.[Ch]: removed; no longer used after John's port of the
+       tabular dialog to MCV.
+
+       * Makefile.am (libxforms_la_SOURCES): remove FormInset.[Ch].
+
+2002-11-17  John Levon  <levon@movementarian.org>
+
+       * FileDialog.C: open/save name change
+2002-11-15  John Levon  <levon@movementarian.org>
+
+       * Dialogs2.C:
+       * Dialogs_impl.h:
+       * FormPreferences.h:
+       * FormPreferences.C:
+       * FormTabular.h:
+       * FormTabular.C:
+       * forms/form_preferences.fd:
+       * forms/form_tabular.fd: port tabular and prefs to MVC
+
+       * FormBase.h: make hide() virtual for prefs
+2002-11-08  Angus Leeming  <leeming@lyx.org>
+
+       * xforms_resize.[Ch]: sigh. Hack the "get scaling" part of
+       fl_adjust_form_size out of the xforms source and put it in here as
+       get_scaling_factor. Resizing and then unresizing to get this info
+       produces really nasty results...
+
+       I've put a request into the xforms list.
+
+2002-11-08  Angus Leeming  <leeming@lyx.org>
+
+       * xforms_resize.[Ch]: replace scale_to_fit_tabs and scale_form with
+       get_scale_to_fit and scale_form_horizontally, respectively. The
+       functions are a total re-write, making use of the xforms library's
+       fl_adjust_form_size routine. We therefore get enormously simplified
+       code and consideration of /all/ button objects, not just those
+       tabs in tabfolders.
+
+       * FormBase.C (prepare_to_show):
+       * FormBaseDeprecated.C (prepare_to_show): use the renamed resize
+       functions to scale the dialog so that labels fit within buttons.
+
+       * FormBase.C (prepare_to_show): remove bc().refresh() call, as this
+       is done by the controller.
+
+2002-11-07  Angus Leeming  <leeming@lyx.org>
+
+       * forms/fdfixh.sed: generate the d-tors in a clean way.
+       * forms/fdfixc.sed: Go from "fdui->form_xxx" to "fdui->form" in
+       a clean way.
+
+2002-10-31  Herbert Voss  <voss@perce.de>
+       * FormGraphics.C (build, apply): get the rotate-list from the 
+       controller
+2002-11-04  Angus Leeming  <leeming@lyx.org>
+
+       * FormGraphics.C (build): Use frnt::getBBUnits().
+
+2002-11-04  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormSpellchecker.C (input): fix label of spellchecker progress bar.
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.C (hexname): STRCONV
+
+       * FormPreferences.C (X11hexname): STRCONV
+
+       * FormMathsMatrix.C (apply): STRCONV
+
+       * FormMathsDelim.C (apply): STRCONV
+
+       * lyx_gui.C (start): adjust signature
+       (start): exchange magic integers for defined values.
+
 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
 
        * xformsImage.C (clip): fix crash caused by uint -> int nastiness.
@@ -9,7 +90,7 @@
        * FormParagraph.[Ch]:
        * forms/form_paragraph.fd: a large-scale reorganisation and clean-up
        of the code to make it more transparent. Use RadioButtonGroup and
-       ChaekedGlueLength for the same reason. Add tooltips.
+       CheckedGlueLength for the same reason. Add tooltips.
 
 2002-10-28  Angus Leeming  <leeming@lyx.org>
 
 2002-10-26  John Levon  <levon@movementarian.org>
 
        * forms/form_preamble.fd: OK cannot be a RETURN_BUTTON ;)
+
 2002-10-26  John Levon  <levon@movementarian.org>
 
        * FormTexinfo.C: using vector
+
 2002-10-25  Dekel Tsur  <dekelts@tau.ac.il>
 
        * xfont_loader.C (getFontinfo): Add xfonts to the font path if
        * forms/form_spellchecker.fd:
        * FormSpellchecker.[Ch]: add tooltips; general clean-up.
         add word count to dialog and improve progress status;
-         implement single Start/Stop button;
+        implement single Start/Stop button;
 
        * FormTabular.C (build): rearrange lines tab by tab.
        Use getString not fl_get_inout.
 
 2002-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * FormExternal.C (apply): 
+       * FormExternal.C (apply):
        (input): fix an off-by-one index (causing a crash)
 
 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
 
        * forms/form_bibtex.fd:
        * forms/form_citation.fd: less bulky with proper gravity/resize policy
-         and many other GUI layout improvements.
+        and many other GUI layout improvements.
 
        * FormBibtex.C: remove choose button, select directly instead;
        add Restore/OK/Apply/Cancel buttons; modify tooltip-texts;