X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=15caaf19c549ebc90f065aea7669f7a1b54bd804;hb=56bde5cedb151b36d75b5f14818e440b964cf979;hp=1c12bebbd3a291137a9b9fc1c4d2ea2e6c4c436b;hpb=260f646231e945f253612d63227e8c12446a6972;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 1c12bebbd3..15caaf19c5 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,270 @@ +2002-11-04 Rob Lahaye + + * FormSpellchecker.C (input): fix label of spellchecker progress bar. + +2002-11-04 Lars Gullik Bjønnes + + * 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 + + * xformsImage.C (clip): fix crash caused by uint -> int nastiness. + + * FormGraphics.C: use lyx::float_equal. + +2002-10-29 Rob Lahaye + + * FormParagraph.[Ch]: + * forms/form_paragraph.fd: a large-scale reorganisation and clean-up + of the code to make it more transparent. Use RadioButtonGroup and + CheckedGlueLength for the same reason. Add tooltips. + +2002-10-28 Angus Leeming + + * FeedbackController.C (PrehandlerCB): show tooltips for browser + widgets, working-around an xforms bug. + + * FormBibtex.C (build): + * FormCitation.C (build): + * FormForks.C (build): + * FormSpellchecker.C (build): + * FormTexinfo.C (build): + set the prehandler for the browser widgets so that we can have tooltips. + +2002-10-28 Dekel Tsur + + * xfont_loader.C (getFontinfo): Cleanup. + +2002-10-26 John Levon + + * forms/form_preamble.fd: OK cannot be a RETURN_BUTTON ;) + +2002-10-26 John Levon + + * FormTexinfo.C: using vector + +2002-10-25 Dekel Tsur + + * xfont_loader.C (getFontinfo): Add xfonts to the font path if + necessary. + +2002-10-25 Angus Leeming + + * FormSpellchecker.C (input): fix crash when progress == 0. + +2002-10-24 Rob Lahaye + + * forms/form_print.fd: + * FormPrint.[Ch]: clean-up, reflecting discussion on the list. + + * 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; + + * FormTabular.C (build): rearrange lines tab by tab. + Use getString not fl_get_inout. + + * FormTexinfo.C: replace View-button by catching double click in + browser; allow viewing of files, irrespective of full path. + + * forms/form_wrap.fd: resized. Remove text_warning widget. Fix gravity. + * FormWrap.[Ch]: simplification through the use of RadioButtonGroup + and CheckedGlueLength. Add tooltips. + +2002-10-24 Angus Leeming + + * FormRef.C (updateBrowser): invoke updateHighlight + (updateHighlight): don't select a browser item if there is no + reference selected. + (apply, input): use getString not fl_get_input. + +2002-10-23 Jean-Marc Lasgouttes + + * FormExternal.C (apply): + (input): fix an off-by-one index (causing a crash) + +2002-10-24 Rob Lahaye + + * FormGraphics.C: use checkedWidgets to ensure that the lengths and + glue lengths are valid. Improve code documentation and layout. + InsetGraphicsParams::scale is now a float; modify dialog to suit. + + * FormLog.C (update): more descriptive title and warning messages. + + * FormMathsPanel.C (c-tor): allow dialog to be resized. + + * FormPreamble.C (build): rearrange. + (apply): use getString, not fl_get_input. + + * FormSearch.C (build): add tooltips. + (input): use getString, not fl_get_input. + + * FormShowFile.C: more descriptive title. + + * forms/form_browser.fd: + * forms/form_preamble.fd: reshape. + + * forms/form_graphics.fd: reshape. Remove text_warning widget. + + * forms/form_maths_panel.fd: + * forms/form_ref.fd: + * forms/form_search.fd: reshape. Fix gravity. + +2002-10-24 Rob Lahaye + + * 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 + + * Dialogs_impl.h: set the policy of the BibtexDialog to + NoRepeatedApplyReadOnlyPolicy. + +2002-10-23 Rob Lahaye + + * 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 + + * checkedwidgets.C (setWidget): Don't set icol2 to alert_col when + the input is invalid. + +2002-10-23 Rob Lahaye + + * 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 + + * 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 + + * 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 + + * forms/form_aboutlyx.fd: implement the text widgets as browsers + + * FormAboutlyx.C (build): Rearrange tabs. Add Build-info. Prettify. + +2002-10-22 Angus Leeming + + * Makefile.am (libxforms_la_SOURCES): arrange list into alphabetical + order once again. + Add checkedwidgets.[Ch]. + + * checkedwidgets.[Ch]: new files, defining CheckedLyXLength and + CheckedGlueLength. + + * xforms_helpers.[Ch] (isActive): new helper function. + +2002-10-21 Lars Gullik Bjønnes + + * xfont_loader.C (doLoad): typo + +2002-10-21 Lars Gullik Bjønnes + + * FormVCLog.C (update): modify, use ostringstream + + * FormPreamble.C (apply): modify + + * FormLog.C (update): modify + + * FormAboutlyx.C (build): use ostringstream, modify + +2002-10-21 Angus Leeming + + * xformsImage.C (rotate): pass ints to flimage_rotate, fixing compiler + warning. + +2002-10-21 Garst Reese + + * xformsImage.C (getWidth): work-around xforms bug enabling the display + of the edges of an image. + +2002-10-21 Rob Lahaye + + * Tooltips.C (init): pass the /formatted/ string to xforms... + +2002-10-20 Lars Gullik Bjønnes + + * XLyXKeySym.h: rename private var keysym to keysym_, add accessor + function keysym(). + + * FormDocument.C (class_apply): setMessage change + (apply): ditto + +2002-10-16 Jean-Marc Lasgouttes + + * Menubar_pimpl.C (create_submenu): do not create a "More..." + submenu just for one entry + +2002-10-15 Angus Leeming + + * XWorkArea.C (work_area_handler): Pass the mouse button correctly to + dispatch on LFUN_MOUSE_MOTION. + +2002-10-15 Angus Leeming + + * FormCitation.C (updateBrowser): deselect the highlighted item when + updating the browser. + 2002-10-14 Dekel Tsur * FontInfo.C (query): Ignore bogus matches of scalable fonts. @@ -23,7 +290,7 @@ 2002-10-09 Jean-Marc Lasgouttes * xforms_helpers.C (formatted): fix small typo, spotted by Rob - Lahaye + Lahaye 2002-10-08 Dekel Tsur