]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
(Rob Lahaye): fix label of progress slider when spellchecking.
[lyx.git] / src / frontends / xforms / ChangeLog
index a750b7e1bb2e07b44e931b253b0466de38d54f59..15caaf19c549ebc90f065aea7669f7a1b54bd804 100644 (file)
+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.
+
+       * FormGraphics.C: use lyx::float_equal.
+
+2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * 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  <leeming@lyx.org>
+
+       * 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  <dekelts@tau.ac.il>
+
+       * xfont_loader.C (getFontinfo): Cleanup.
+
+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
+       necessary.
+
+2002-10-25  Angus Leeming  <leeming@lyx.org>
+
+       * FormSpellchecker.C (input): fix crash when progress == 0.
+
+2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * 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  <leeming@lyx.org>
+
+       * 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  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * FormExternal.C (apply):
+       (input): fix an off-by-one index (causing a crash)
+
+2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * 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  <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
+
+       * FormAboutlyx.C (build): Rearrange tabs. Add Build-info. Prettify.
+
+2002-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <larsbj@gullik.net>
+
+       * xfont_loader.C (doLoad): typo
+
+2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * 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  <leeming@lyx.org>
+
+       * xformsImage.C (rotate): pass ints to flimage_rotate, fixing compiler
+       warning.
+
+2002-10-21  Garst Reese <reese@isn.net>
+
+       * xformsImage.C (getWidth): work-around xforms bug enabling the display
+       of the edges of an image.
+
+2002-10-21  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * Tooltips.C (init): pass the /formatted/ string to xforms...
+
+2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * 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  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Menubar_pimpl.C (create_submenu): do not create a "More..."
+       submenu just for one entry
+
+2002-10-15  Angus Leeming  <leeming@lyx.org>
+
+       * XWorkArea.C (work_area_handler): Pass the mouse button correctly to
+       dispatch on LFUN_MOUSE_MOTION.
+
+2002-10-15  Angus Leeming  <leeming@lyx.org>
+
+       * FormCitation.C (updateBrowser): deselect the highlighted item when
+       updating the browser.
+
+2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FontInfo.C (query): Ignore bogus matches of scalable fonts.
+
+2002-10-08  Angus Leeming  <leeming@lyx.org>
+
+       * FeedbackController.C (PrehandlerCB):
+       * combox.C (show): use fl_get_winorigin in preference to
+       fl_get_wingeometry.
+
+2002-10-14  Angus Leeming  <leeming@lyx.org>
+
+       * 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 <poenitz@gmx.net>
+
+       * FormDocument.C: somebody else's fix for a hard lockup
+
+2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * xforms_helpers.C (formatted): fix small typo, spotted by Rob
+       Lahaye
+
+2002-10-08  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FormRef.C (update): Always list the labels of the current buffer.
+
+2002-10-07  Angus Leeming  <leeming@lyx.org>
+
+       * FormBase.C (hide):
+       * FormBaseDeprecated.C (hide): wrap that call to fl_hide_tooltip inside
+       #ifdef required xforms version.
+
+2002-10-04  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * xscreen.h: don't #include "XWorkArea.h", forward-declare XWorkArea.
+
+2002-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <dekelts@tau.ac.il>
+
+       * 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  <larsbj@gullik.net>
+
+       * Makefile.am (INCLUDES): loose SIGC_INCLUDES
+
+2002-09-20  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * forms/form_maths_space.fd
+       * FormMathSpaces: remove access to internal macros \lyx*space
+
+2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Toolbar_pimpl.C (layoutSelected): when selecting a layout in
+       combox, make sure the corresponding shortcut is shown in
+       minibuffer
+
+2002-09-16  John Levon  <levon@movementarian.org>
+
+       * forms/form_character.fd: Escape to cancel
+
+2002-09-13  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * forms/form_graphics.fd:
+       * forms/form_print.fd: minor polishing of layout
+
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormGraphics.C: improve tooltips text
+
+       * forms/form_graphics.fd: cosmetic change in file tab
+
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormTexinfo.C:
+       * forms/form_filedialog.fd:
+       * forms/form_texinfo.fd: less bulky xforms dialogs.
+
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormPrint.[Ch]:
+       * forms/form_print.fd: new xforms print dialog layout
+
+2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * FormGraphics.C: use "Default" as first item in Origin of rotation
+
+       * forms/form_graphics.fd: improved layout
+
+2002-09-11  Angus Leeming  <leeming@lyx.org>
+
+       * FormInclude.C (update): remove lyxerr call.
+
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * FormInclude.C:
+       * forms/form_include.fd: reorder, remove noload
+
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * FormMathDeco.C: move latex_deco into ControlMath
+
+2002-09-09  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * 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  <castera@in2p3.fr>
+
+       * FormTabular.C: leave the horizontal alignment buttons alive
+         on fixed width columns
+
+2002-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * all files: modify the headers as discussed on the list.
+
+2002-08-30  John Levon  <levon@movementarian.org>
+
+       * MathsCallbacks.h:
+       * forms/fdfix.sh: fix build from last change
+
+2002-08-30  John Levon  <levon@movementarian.org>
+
+       * MathsSymbols.h:
+       * MathsSymbols.C:
+       * FormMathsPanel.h:
+       * FormMathsPanel.C: remove MathsSymbols to controllers/
+
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * MathsSymbols.h:
+       * MathsSymbols.C:
+       * Toolbar_pimpl.C: use XPMs for toolbar instead of gook
+
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * MathsSymbols.C: implement splitting for AMS. nrel
+         is broken
+
+2002-08-29  John Levon  <levon@movementarian.org>
+
+       * MathsSymbols.C: fix two crash bugs
+
+2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * 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  <levon@movementarian.org>
+
+       * xformsImage.C: fix build, add FIXME for Rob
+
+2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * 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  <levon@movementarian.org>
+
+       * xfont_loader.C: show name of failed font load (from Mikhail Teterin)
+
+2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * 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  <levon@movementarian.org>
+
+       * lyx_gui.C: estimate default DPI
+
+2002-08-16  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <leeming@lyx.org>
+
+       * Tooltips.C (c-tor): don't forget the "#ifdef crap xforms" code next
+       time, old boy.
+
+2002-08-16  Michael Schmitt <Michael.Schmitt@teststep.org>
+
+       * FormRef.C (update): Synchronise the buffer choice and the list of
+       labels if the dialog is re-opened.
+
+2002-08-15  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C:
+       * Dialogs2.C:
+       * Dialogs3.C:
+       * Dialogs_impl.h: the brave new world of Dialog creation.
+
+       * FormBaseDeprecated.C:
+       * FormFiledialog.C:
+       * XFormsView.C: Dialogs::redrawGUI is now a method not a signal.
+
+       * guiapi.C: discard.
+
+       * Makefile.am: add new files Dialogs[23].C Dialogs_impl.h and
+       remove guiapi.C.
+
+2002-08-15  Angus Leeming  <leeming@lyx.org>
+
+       * lots: changed my email address to leeming@lyx.org.
+
+       * FormBaseDeprecated.[Ch]: return it to private derivation from
+       boost::noncopyable.
+
+       * FormBaseDeprecated.[Ch]:
+       * FormDocument.[Ch]:
+       * FormInset.[Ch]:
+       * FormMaths*.[Ch]:
+       * FormPreferences.[Ch]:
+       * FormTabular.[Ch]:
+       pass and store references to LyXView and Dialogs, not pointers.
+
+       * FormInset.[Ch]: remove class FormCommand.
+
+2002-08-14  Angus Leeming  <leeming@lyx.org>
+
+       * FormBaseDeprecated.h: public derivation from boost::noncopyable.
+
+       * forms/form_document.fd: remove declaration of file 'psnfss2.xpm'
+
+2002-08-14  Angus Leeming  <leeming@lyx.org>
+
+       * FormBaseDeprecated.h: no longer derives from DialogBase, but instead
+       derives directly from boost::noncopyable.
+       (show): made public.
+
+       * FeedbackController.h: rearrange #includes.
+
+       * FormDocument.C:
+       * FormMathsDeco.C:
+       * FormMathsDelim.C:
+       * FormMathsMatrix.C:
+       * FormMathsPanel.C:
+       * FormTabular.C: remove #include "Dialogs.h"
+
+       * FormMathsBitmap.C: remove #include "Dialogs.h", "LyXView.h".
+
+       * FormPreferences.C: rearrange #includes.
+
+       * FormTabular.h (showInset, updateInset): make public.
+
+       * FormDocument.C (build): enable the bmtable to find the right file!
+
+       * guiapi.C (gui_ShowInfo): removed.
+
+2002-08-13  André Poenitz  <poenitz@gmx.net>
+
+       * Toolbar_pimpl.C: small cleanup
+
+2002-08-13  Angus Leeming  <leeming@lyx.org>
+
+       * FileDialog.C:
+       * FormMathsDelim.C:
+       * FormMathsMatrix.C:
+       * FormMathsPanel.C:
+       * FormPreferences.C:
+       * Menubar_pimpl.C:
+       * Toolbar_pimpl.C:
+       * XFormsView.C:
+       * lyx_gui.C:
+       changes due to the changed LyXView interface that now returns references
+       to member variables not pointers.
+
+2002-08-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Menubar_pimpl.C (create_submenu): fix code to disable submenu
+       entries.
+
+2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * FormDocument.C (saveParamsAsDefault): use proper constructment
+
+2002-08-12  Angus Leeming  <leeming@lyx.org>
+
+       * FormCitation.C:
+       * FromRef.C: change due to change of ControlConnections method name,
+       isReadonly() -> bufferIsReadonly().
+
+       * FormIndex.C:
+       * FormPrint.C: no longer #include "frontends/LyXView.h".
+
+2002-08-12  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.C (c-tor): connect the Tooltips::toggleEnabled method to
+       the Dialogs::toggleTooltips signal.
+
+       * FormAboutlyx.[Ch]:
+       * FormBibitem.[Ch]:
+       * FormBibtex.[Ch]:
+       * FormBrowser.[Ch]:
+       * FormCharacter.[Ch]:
+       * FormCitation.[Ch]:
+       * FormERT.[Ch]:
+       * FormError.[Ch]:
+       * FormExternal.[Ch]:
+       * FormFloat.[Ch]:
+       * FormForks.[Ch]:
+       * FormGraphics.[Ch]:
+       * FormInclude.[Ch]:
+       * FormIndex.[Ch]:
+       * FormLog.[Ch]:
+       * FormMinipage.[Ch]:
+       * FormParagraph.[Ch]:
+       * FormPreamble.[Ch]:
+       * FormPrint.[Ch]:
+       * FormRef.[Ch]:
+       * FormSearch.[Ch]:
+       * FormSendto.[Ch]:
+       * FormShowFile.[Ch]:
+       * FormSpellchecker.[Ch]:
+       * FormTabularCreate.[Ch]:
+       * FormTexinfo.[Ch]:
+       * FormThesaurus.[Ch]:
+       * FormToc.[Ch]:
+       * FormURL.[Ch]:
+       * FormVCLog.[Ch]:
+       No longer pass Controller or Dialogs to the c-tor.
+       No longer forward-declare Dialogs.
+
+       * FormBase.[Ch]: derives from ViewBase directly.
+       No longer passed ControlButtons & or Dialogs &.
+       (bc): new method, enabling the daughter classes to access the
+       ButtonController.
+       (C_FormBaseApplyCB):
+       (C_FormBaseOKCB):
+       (C_FormBaseCancelCB):
+       (C_FormBaseRestoreCB):
+       (C_WMHideCB): changes due to a change in the ViewBase class.
+
+       * Toolbar_pimpl.[Ch] (c-tor):
+       * Tooltips.[Ch] (c-tor): no longer passed a Dialogs &.
+
+       * Tooltips.h (toggleEnabled): made public for the Dialogs c-tor.
+
+       * XFormsView.[Ch] (c-tor, create_form_form_main): no longer pass
+       Dialogs & to the Toolbar.
+
+       * guiapi.C: access the controller methods by explicit invocation of the
+       controller.
+
+2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * FormDocument.C (saveParamsAsDefault): ParagraphList changes
+       (class_apply): ditto
+
+2002-08-08  John Levon  <levon@movementarian.org>
+
+       * Menubar_pimpl.C:
+       * Toolbar_pimpl.C: lyxaction cleanup
+
+2002-08-08  John Levon  <levon@movementarian.org>
+
+       * forms/form_thesaurus.fd: allow Esc to close dialog
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * FormInclude.C:
+       * forms/form_include.fd: added a check_preview button and controlling
+       logic. The user can now choose to preview a \input-ed file.
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * FormTabular.C (input):
+       * XMiniBuffer.C (show_info): changes due to LyXView::view() now
+       returning a boost::shared_ptr.
+
+2002-08-01  John Levon  <levon@movementarian.org>
+
+       * FormDocument.C: writeFile() change
+
 2002-08-01  John Levon  <levon@movementarian.org>
 
        * FormPreferences.h:
        * FormPreferences.C:
        * guiapi.C:
        * forms/form_spellchecker.fd: remove options from spellchecker
+
 2002-07-30  John Levon  <levon@movementarian.org>
 
        * lyx_gui.C: implement remove_read_callback()
+
 2002-07-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * XWorkArea.C (work_area_handler): change type of