X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=15caaf19c549ebc90f065aea7669f7a1b54bd804;hb=56bde5cedb151b36d75b5f14818e440b964cf979;hp=9b97b23de0fd064c724c13652f0d93c427e63975;hpb=6aee235af7b391a6ddf6d2520d5f60ecfab73258;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 9b97b23de0..15caaf19c5 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,556 @@ +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. + +2002-10-08 Angus Leeming + + * FeedbackController.C (PrehandlerCB): + * combox.C (show): use fl_get_winorigin in preference to + fl_get_wingeometry. + +2002-10-14 Angus Leeming + + * Tooltips.h (set) make it private: + * Tooltips.C (set): don't forget to initialise the FL_OBJECT! + + * FormBase.C (show): + * FormBaseDeprecated.C (show): no longer invoke Tooltips::set(). + +2002-10-14 André Pönitz + + * FormDocument.C: somebody else's fix for a hard lockup + +2002-10-09 Jean-Marc Lasgouttes + + * xforms_helpers.C (formatted): fix small typo, spotted by Rob + Lahaye + +2002-10-08 Dekel Tsur + + * FormRef.C (update): Always list the labels of the current buffer. + +2002-10-07 Angus Leeming + + * FormBase.C (hide): + * FormBaseDeprecated.C (hide): wrap that call to fl_hide_tooltip inside + #ifdef required xforms version. + +2002-10-04 Angus Leeming + + * form_graphics.fd: un-cripple dialog by reverting yesterday's change. + + * FeedbackController.C (PrehandlerCB): reduce the necessary calcs to the + bare minimum. + + * combox.[Ch]: the optional tabfolder args passed to the c-tor are + no longer necessary and are scrapped. + (show): use the same, minimal fix as in PrehandlerCB to ensure that + the form's x,y coords are up to date. In truth, this fix should be + redundant, but not all "enter" events are caught by the prehandler. + + * FormDocument.C (build): + * FormPreferences.C (xyz::build): no longer pass the tabfolder to the + combox c-tor. + +2002-10-03 Angus Leeming + + * FeedbackController.C (PrehandlerCB): re-compute the folder->x, + folder->y coords of a tabfolder when the mouse enters the folder. + This works around an xforms bug that manifests itslf as tooltips + appearing in their original position after the dialog has been + moved aside. + + * FormAboutlyx.C (build): + * FormDocument.C (build): + * FormGraphics.C (build): + * FormPreferences.C (build): + * FormTabular.C (build): set the prehandler for tabfolders. + + * form_graphics.fd: move the edge of the tabfolder in by 5 pixels + to ensure that the tabfolder prehandler is called. + +2002-10-03 Angus Leeming + + * lyx_gui.C (start): ev.xany.type is of type 'int' so print it as a + decimal not a hexadecimal. + + * FormBase.C (hide): + * FormBaseDeprecated.C (hide): ensure that tooltips are hidden along + with the dialog. + +2002-09-30 Angus Leeming + + * FormBase.[Ch]: + * FormBaseDeprecated.[Ch]: + (icon_pixmap_, icon_mask_) new member variables. + (prepare_to_show) new method, containing initialisation code invoked + the first time show() is called. + (d-tor) destroy icon_pixmap_, if it exists. + (show) ensure that the icon pixmap is generated only once. + + * XFormsView.[Ch]: + (icon_pixmap_, icon_mask_) new member variables. + (d-tor) destroy icon_pixmap_, if it exists. + (create_form_form_main) assign the generated pixmap to the new + icon_pixmap_ member variable. + +2002-09-26 Angus Leeming + + * xscreen.h: don't #include "XWorkArea.h", forward-declare XWorkArea. + +2002-09-25 Angus Leeming + + * Dialogs2.C: + * Dialogs_impl.h: + * FormWrap.h: + * LyXKeySymFactory.C: + * LyXScreenFactory.C: + * Menubar_pimpl.[Ch]: + * Toolbar_pimpl.[Ch]: + * WorkAreaFactory.C: + * lyx_gui.C: doxygen fixes. + +2002-09-25 Dekel Tsur + + * forms/form_wrap.fd: floatflt has no "Inner" placement option. + The possible placements are default/outer/left/right. + +2002-09-24 Lars Gullik Bjønnes + + * Makefile.am (INCLUDES): loose SIGC_INCLUDES + +2002-09-20 Martin Vermeer + + * forms/form_maths_space.fd + * FormMathSpaces: remove access to internal macros \lyx*space + +2002-09-16 Jean-Marc Lasgouttes + + * Toolbar_pimpl.C (layoutSelected): when selecting a layout in + combox, make sure the corresponding shortcut is shown in + minibuffer + +2002-09-16 John Levon + + * forms/form_character.fd: Escape to cancel + +2002-09-13 Rob Lahaye + + * forms/form_graphics.fd: + * forms/form_print.fd: minor polishing of layout + +2002-09-12 Rob Lahaye + + * FormGraphics.C: improve tooltips text + + * forms/form_graphics.fd: cosmetic change in file tab + +2002-09-12 Rob Lahaye + + * FormTexinfo.C: + * forms/form_filedialog.fd: + * forms/form_texinfo.fd: less bulky xforms dialogs. + +2002-09-12 Rob Lahaye + + * FormPrint.[Ch]: + * forms/form_print.fd: new xforms print dialog layout + +2002-09-10 Rob Lahaye + + * FormGraphics.C: use "Default" as first item in Origin of rotation + + * forms/form_graphics.fd: improved layout + +2002-09-11 Angus Leeming + + * FormInclude.C (update): remove lyxerr call. + +2002-09-09 John Levon + + * FormInclude.C: + * forms/form_include.fd: reorder, remove noload + +2002-09-09 John Levon + + * FormMathDeco.C: move latex_deco into ControlMath + +2002-09-09 Rob Lahaye + + * FormBase.C: + * FormBaseDeprecated.C: use "LyX: " prefix to dialog window title; + set minimized title (without "LyX: ") and its icon. + + * FormSpellchecker.C: + * FormSearch.C: + * FormThesaurus.C: remove "LyX: " from dialog window title. + + * FormRef.[Ch]: add proper switch for "Go to" button. + + * FormBibitem.C: + * forms/form_bibitem.fd: + * FormCitation.C: + * forms/form_citation.fd: + * FormRef.C: + * forms/form_ref.fd: + * FormSpellchecker.[Ch]: + * forms/form_spellchecker.fd: + * forms/form_toc.fd: + * forms/form_url.fd: less bulky dialogs; use proper gravity and + resize policy; add few tooltips. + +2002-09-06 Alain Castera + + * FormTabular.C: leave the horizontal alignment buttons alive + on fixed width columns + +2002-09-05 Angus Leeming + + * all files: modify the headers as discussed on the list. + +2002-08-30 John Levon + + * MathsCallbacks.h: + * forms/fdfix.sh: fix build from last change + +2002-08-30 John Levon + + * MathsSymbols.h: + * MathsSymbols.C: + * FormMathsPanel.h: + * FormMathsPanel.C: remove MathsSymbols to controllers/ + +2002-08-29 John Levon + + * MathsSymbols.h: + * MathsSymbols.C: + * Toolbar_pimpl.C: use XPMs for toolbar instead of gook + +2002-08-29 John Levon + + * MathsSymbols.C: implement splitting for AMS. nrel + is broken + +2002-08-29 John Levon + + * MathsSymbols.C: fix two crash bugs + +2002-08-28 Rob Lahaye + + * forms/form_graphics.fd: + * FormGraphics.C: re-implement the use of text_warning box. + + * forms/form_preferences.fd: + * FormPreferences.C: use displayTranslator, change display mode + from four radio buttons into one choice button. + + * FormBibtex.C: fix SIGSEGV with [Choose] when no style is selected. + +2002-08-24 John Levon + + * xformsImage.C: fix build, add FIXME for Rob + +2002-08-23 Rob Lahaye + + * FormGraphics.[Ch]: + * forms/form_graphics.fd: Implement new graphics dialog + + * FormPreferences.C: use display_graphics "monochrome|grayscale|none" + instead of "mono|gray|no". + +2002-08-22 John Levon + + * xfont_loader.C: show name of failed font load (from Mikhail Teterin) + +2002-08-20 Lars Gullik Bjønnes + + * FormMathsBitmap.h: include boost/shared_ptr.hpp, remove include + for support/smart_ptr.h, change use of smart ptr to boost version + + * FormMathsBitmap.C (FormMathsBitmap): do not initialize form_ (it + is a smart_ptr) + (build): use nifty 3rd arg of smart_ptr + (addBitmap): ditto + +2002-08-20 John Levon + + * lyx_gui.C: estimate default DPI + +2002-08-16 Angus Leeming + + * Dialogs.C: + * Dialogs2.C: + * Dialogs_impl.h: use the qt2 scheme of vars not pointer to vars. + + * Dialogs3.C: removed. + 2002-08-16 Angus Leeming * Tooltips.C (c-tor): don't forget the "#ifdef crap xforms" code next @@ -11,8 +564,8 @@ 2002-08-15 Angus Leeming * Dialogs.C: - * Dialogs2.C - * Dialogs3.C + * Dialogs2.C: + * Dialogs3.C: * Dialogs_impl.h: the brave new world of Dialog creation. * FormBaseDeprecated.C: @@ -93,7 +646,7 @@ 2002-08-13 Jean-Marc Lasgouttes * Menubar_pimpl.C (create_submenu): fix code to disable submenu - entries. + entries. 2002-08-12 Lars Gullik Bjønnes