]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
(Rob Lahaye): small clean-up of the clean-ups already applied.
[lyx.git] / src / frontends / xforms / ChangeLog
index 654cebb9575561d5e0acba6202bd895fb0246095..3ce42102022d7360eb5b5b65bb9fb377a80b95b9 100644 (file)
@@ -1,3 +1,80 @@
+2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormFloat.C (input): fix the radio buttongroup behaviour.
+
+       * RadioButtonGroup.C (init): Assert on ROUND3DBUTTON and RADIO_BUTTON
+       when adding object to the group.
+
+       * forms/form_float.fd: use RADIO_BUTTON for the buttons in the radio
+       group.
+
+       * FormDocument.C: remove redundant header files.
+
+2002-10-24  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs_impl.h: set the policy of the BibtexDialog to
+       NoRepeatedApplyReadOnlyPolicy.
+
+2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * forms/form_float.fd: prettify and implement gravity/resize policy
+       correctly.
+
+       * FormFloat.C: add tooltips, lots of comments and check the
+       input more carefully.
+
+2002-10-23  Angus Leeming  <leeming@lyx.org>
+
+       * checkedwidgets.C (setWidget): Don't set icol2 to alert_col when
+       the input is invalid.
+
+2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormBibtex.C: remove two redundant header files.
+
+       * FeedbackController (postMessage): s/FL_BLACK/FL_LCOL/
+
+       * FormDocument.C: disable resizing of the dialog.
+       Remove redundant counter's bounds/step/precision (is set in
+       form_document.fd).
+
+       * FormDocument.[Ch] (CheckDocumentInput): removed. Use the
+       button controller and the checkedGlueLength class to check the validity
+       of any LyXGlueLengths.
+
+       * forms/form_document.fd: prettify.
+
+2002-10-23  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.
+
+       * FormBibtex.C: remove choose button, select directly instead;
+       add Restore/OK/Apply/Cancel buttons; modify tooltip-texts;
+
+       * FormCitation.C: (trivial) rearrange lines; remove redundant check
+       button settings (do that in form_citation.fd instead).
+
+2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FeedbackController.C: use the NORMAL rather than the SMALL sized font
+       to display messages in the message_widget.
+
+       * FormGraphics.h: remove un-needed #include.
+
+       * FormPrint.C (build): minimal change due to change in
+       RadioButtonGroup's semantics.
+
+       * RadioButtonGroup.[Ch]: something of a clean-up.
+       (explicit c-tor): removed.
+       (reset): removed.
+       (set): new method, accepting an FL_OBJECT *.
+
+       * xforms_helpers.[Ch] (setEnabled): change lcol setting from
+       FL_BLACK to FL_LCOL.
+       (getString) use line=0 instead of line=-1 as default case;
+
 2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
 
        * forms/form_aboutlyx.fd: implement the text widgets as browsers