X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=f198ce1c72100139e0affd5b9c1b538ecbd662be;hb=06f9f0ea08ddcf13e99ea02cff21471aa2020c9e;hp=9defce899285c0b4662b7a3f8fa9c6ebd307ed0a;hpb=28bba2b47b6cd03dad0813e9c8a27c8575eb0e83;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 9defce8992..f198ce1c72 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,621 @@ +2002-05-23 John Levon + + * Makefile.am: + * XPainter.h: + * XPainter.C: move Painter here + +2002-05-22 Lars Gullik Bjønnes + + * Menubar_pimpl.C: add scoped_ptr.hpp + + * FormPrint.h: remove smart_ptr.hpp + + * FormBase.h: use more specific smart_ptr header + * FormCharacter.h: ditto + * FormMathsStyle.h: ditto + * FormAboutlyx.h: ditto + * Menubar_pimpl.h: ditto + * FormTabular.h: ditto + * FormPreferences.h: ditto + * FormParagraph.h: ditto + * FormMathsSpace.h: ditto + * FormMathsPanel.h: ditto + * FormMathsMatrix.h: ditto + * FormMathsDelim.h: ditto + * FormMathsDeco.h: ditto + * FormGraphics.h: ditto + * FormDocument.h: ditto + +2002-05-15 John Levon + + * FormCharacter.C: avoid mis-treating Combox as FL_OBJECT + (bug 406) (from Angus) + +2002-05-10 Dekel Tsur + + * FormDocument.C (language_apply): Fix language changing. + +2002-05-09 Angus Leeming + + * Tooltips.C: enable tooltips by default. + +2002-05-09 Angus Leeming + + * xforms_resize.h: improve the doc++ comments. + + * xforms_resize.C (get_tabfolder_numfolders): new helper function, + wrapping fl_get_tabfolder_numfolders if it exists and otherwise + providing this info "somehow". + Constify a few variables. + whitespace changes. + +2002-05-06 Angus Leeming + + * FormBase.C (show): + * FormBaseDeprecated.C (show): having built the dialog, ensure that it + is widened sufficiently to display wholely the tabs of any + tabbed-folders. This is more than just cosmetic as it will prevent + crashes when selecting a partly displayed tab. (The problem occurs + with a "long" locale like German and xforms < 0.9999.) + + * xforms_resize.[Ch]: new files doing the grunt work of ascertaining + by how much a dialog should be scaled to show its tabs fully (should + it have a tabfolder). + +2002-05-08 Garst Reese + + * FormMathsDeco.C: fix offset to normal size decos. + +2002-05-03 Angus Leeming + + * xformsGImage.C (rotate): work-around xforms bug when rotating by + 270 degs. + +2002-05-02 Herbert Voss + + * FormBibtex.C (apply): a change from a style to an empty one + (which is valid) wasn't saved + +2002-05-02 Herbert Voss + + * FormGraphics.C (input): do not read bb new when it was changed + +2002-04-30 Rob Lahaye + + * FormDocument.C: "USletter" -> "US letter" etc., "Other" -> "Custom". + * FormParagraph.C: "Other" -> "Custom" + * FormPreferences.C: "USletter" -> "US letter" etc. + * forms/form_document.fd: 'Papersize" -> "Paper size" style consistency + * forms/form_preferences.fd: style consistency + +2002-04-30 Angus Leeming + + * FormCharacter.C: + * FormDocument.C: + * FormPreferences.C (findPos): remove this template to xforms_helpers.h. + + * xforms_helpers.h (findPos): new template. + + * FormGraphics.h: store a vector origins_ of the LaTeX names + for the rotation origins. + + * FormGraphics.C: internationalise the rotation origin strings in the + choice using the same approach as used for the language names in the + Character, Document, Preferences dialogs. + +2002-04-30 Angus Leeming + + * FormCharacter.C: + * FormDocument.C: + * FormPreferences.C: use the bool flag to getLanguageData as + appropriate. No longer translate the strings as this is done in + getLanguageData. + +2002-04-29 John Levon + + * FormBibtex.C: + * FormCitation.C: fix two typos + +2002-04-29 Angus Leeming + + * FormCharacter.h: + * FormDocument.h: + * FormPreferences.h: store a vector lang_ of language + identifiers. + + * FormCharacter.C: changes associated with frnt::getLanguageData + returning a vector rather than a vector. + + * FormDocument.C: + * FormPreferences.C: internationalise the languages on display, similar + to the changes in FormCharacter.C. + +2002-04-26 John Levon + + * FormMathsPanel.C: translate Close + * FormGraphics.C: a little more translation + +2002-04-22 Angus Leeming + + * FormCitation.C (apply, input): ensure that the choice is always valid. + + * forms/fdfixc.sed: use "_shortcut" rather than "shortcut" as an + identifier when performing one of the substitutions. "shortcut" can + reasonably appear in the label. + +2002-04-25 Rob Lahaye + + * Makefile.am: fix typo "shoul go to" -> "should go to". + + * forms/form_preferences.fd: Modify naming for Converter flags + ("Extra flags") and remove a couple of shortcut-clashes. + + * FormPreferences.C: Modify 'tooltip' info for Converter flags. + +2002-04-23 Juergen Spitzmueller + + * FormBibtex.C: Do not use a blank after the comma for multiple + bib-files (which is not read in correctly). + +2002-04-22 Angus Leeming + + * FormCitation.C (fillChoice): If the getCiteStrings vec is empty, + disable the choice. + +2002-04-19 Juergen Vigna + + * FormParagraph.C (changedParagraph): don't check for p == par_ as + we don't set par_ on a changedParagraph call so we don't resete the + buttons and message when we return to the original paragraph! + +2002-04-17 Rob Lahaye + + * forms/cvsignore: add Makefile. + +2002-04-16 Lars Gullik Bjønnes + + * forms/Makefile.am: make it a dummy make file + extra dist + +2002-04-14 Herbert Voss + + * FormCharacter.C + * FormExternal.C: adding #include "support/lstrings.h" + for the getStringFromVector and vice versa + +2002-04-12 Angus Leeming + + * FormParagraph.C (changedParagraph): ensure that the warning message + is removed if the underlying paragraph will accept our changes. + +2002-04-09 Herbert Voss + + * FormGraphics.C: allow rotate-values like 270.1 + * xformsGImage.C (rotate): get the right rotate-angle from + GraphicParams + +2002-04-08 Angus Leeming + + * xformsGImage.C (clip): no need to check if the width, height are > 0 + because the BoundingBox would be empty() in this weren't the case. + +2002-04-08 Juergen Spitzmueller + + * FormDocument.[Ch]: Add a new method UpdateClassParams + which is used in CheckChoiceClass to update the fontsizes + and other necessary stuff (pagestyle) on class change + (hopefully finally fix bug #306) + +2002-04-08 Lars Gullik Bjønnes + + * forms/Makefile.am (SUFFIXES): instead of .SUFFIXES + (updatesrc): delete wrong version + +2002-04-06 Lars Gullik Bjønnes + + * forms/.cvsignore: add Makefile.in + + * forms/Makefile.am: make distcheck work, new file + + * Makefile.am: make distcheck work + +2002-04-05 Herbert Voss + + * FormGraphics.C: use correct unit bp (big point - PostScript point) + for the bounding box values + +2002-04-05 Angus Leeming + + * FormGraphics.C (updateBB, input): Don't set the path of the file + passed to readBB. Let the controller do that because it knows about + the buffer (and therefore the path) whereas the view has no idea. + +2002-04-04 Angus Leeming + + * xformsGImage.C (clip): ensure that the clipped image has sensible + dimensions. + +2002-04-04 Herbert Voss + + * FormGraphics.C (updateBB): new method to read the BBox when reading + a new file or changing an existing one. + +2002-04-03 Lars Gullik Bjønnes + + * FormCharacter.C (findPos): add a missing typename + +2002-04-02 Angus Leeming + + * FeedbackController.C: + * FormBibtex.C: + * FormCitation.C: + * FormForks.C: + * FormMathsBitmap.C: + * FormPreferences.C: + * FormSendto.C: + * FormTexinfo.C: + * Tooltips.C: + * xforms_helpers.C: use _() correctly rather than N_(). + +2002-03-28 Juergen Spitzmueller + + * FormDocument.C (CheckChoiceClass): update the necessary class + settings on class change (fix bug #306) + +2002-03-27 Herbert Voss + + * xforms_helpers.h: + * FormGraphics.C: change c%, l%, p% t% to col%, line%, page% + and text% + +2002-03-27 Angus Leeming + + * MathsSymbols.[Ch]: remove #include "bmtable.h" & "FormMathsPanel.h". + Move enum MathsCallbackValues from FormMathsPanel.h to MathsSymbols.h. + The MathsSymbols are now xforms-independent. + + * FormMathsPanel.h: #include MathsSymbols.h for the enum. + +2002-03-26 Angus Leeming + + * FormPreferences.C (browse): don't use BrowseRelPath here you noodle! + + * FormGraphics.C (input): don't disallow the input of a file that's + not there. + +2002-03-25 Angus Leeming + + * FormParagraph.C (changedParagraph): whitespace. + + * xforms_helpers.C: rearrange #includes. + + * RadioButtonGroup.[Ch]: rename some of the methods. Remove #if 0 code. + + * FormPrint.C: changes associated with changes to RadioButtonGroup. + + * FormGraphics.C: + * forms/form_graphics.fd: rename some of the widgets. + +2002-03-22 Angus Leeming + + * FormGraphics.C (input): don't activate the Ok, Apply buttons if the + file can't be found. + + * FormParagraph.C (changedParagraph): activate the Ok, Apply buttons + only if the underlying paragraph will accept changes. + + * FormPreferences.C (browse): use Jean-Marc's browseRelFile. + + * xforms_helper.C (updateWidgetsFromLength): fix crash when trying to + set the choice to a unit that isn't present in the choice! + Also remove #if 0 sections of code. + +2002-03-21 Lars Gullik Bjønnes + + * several files: ws cleanup + +2002-03-20 Angus Leeming + + * lots: whitespace changes. + +2002-03-20 Angus Leeming + + * FormParagraph.C: a little more factorisation. + +2002-03-20 Angus Leeming + + * xforms_helpers.C (setCursorColor): + * Tooltips.C (set): remove XC_question_arrow code. + + * FeedbackController.[Ch] (clearMessage): new method. + + * FeedbackController.C (postMessage): the warning message is now + displayed in red! + + * FormParagraph.C: define some helper functions to minimise the amount + of repeated code. + + * FormDocument.C: + * FormGraphics.C: + * FormMinipage.C: + * FormTabular.C: use the FeedbackController to post the warning + messages. + +2002-03-19 André Pönitz + + * FormParagraph.C: whitespace changes + +2002-03-18 Angus Leeming + + * Tooltips.[Ch] (initTooltip): renamed init. In the 0.89 version, no + longer call fl_set_object_helper as this routine respects line breaks + only if the dialog is visible. + (getTooltip): renamed as get. + (toggleTooltips): renamed as set and made public. + + * FormBase.C (show): + * FormBaseDeprecated.C (show): move tooltip-inards into Tooltip. + + * FormBibtex.C (build): + * FormCitation.C (build): + * FormForks.C (build): + * FormSendto.C (build): + * FormTexinfo.C (build): + * Toolbar_pimpl.C (set): Tooltip::initTooltip -> Tooltip::init. + + * xforms_helper.C (formatted): rewritten as a one-pass algorithm. + +2002-03-18 Juergen Vigna + + * FormTabular.C (update): deactivate left/right border settings for + multicolumns if not an outer cell or no parent multicolumn cell. + +2002-03-14 John Levon + + * GUIRunTime.C: add spaces to error messages + +2002-03-13 Angus Leeming + + * FormBase.C (show): + * FormBaseDeprecated.C (show): set the initial state of the cursor. + + * FormPreferences.C (Colors::apply()): use the helper function + setCursorColor. + + * Tooltips.C (toggleTooltips): proper fix for those Bad Window messages. + Can only set the cursor if the dialog is visible. + + * xforms_helpers.[Ch] (setCursorColor): new helper function to set the + color of all cursors used by LyX. + (XformsColor::read): use it. + +2002-03-12 Angus Leeming + + * forms/*.fd (except form_filedialog.fd which is v. scary :-(): + housekeeping changes. + 1. Ensure that all radio buttons are wrapped up within a group. + 2. Rename all button_cancel as button_close. + 3. Ensure that all objects follow the naming scheme outlined in + forms/README + + class | prefix + ------------------+------- + FL_BROWSER | browser + FL_BUTTON | button + FL_PIXMAPBUTTON | button + FL_CHECKBUTTON | check + FL_CHOICE | choice + FL_COUNTER | counter + FL_DIAL | dial + FL_INPUT | input + FL_FRAME | frame + FL_LABELFRAME | frame + FL_ROUND3DBUTTON, + RADIO_BUTTON | radio + FL_SLIDER | slider + FL_VALSLIDER | slider + FL_TABFOLDER | tabfolder + FL_TEXT | text + + The only exceptions to this are objects that are to be converted + in the sed scripts. At the moment this applies only to bmtable: + + Convert an FL_BUTTON to a FL_BMTABLE by using prefix "bmtable". + +2002-03-11 Lars Gullik Bjønnes + + * doxygen fixes. + +2002-03-09 Angus Leeming + + * FeedbackController.C: improve a comment. + + * FormFiledialog.C: whitespace change. + + * FormBibitem.C (build): + * FormBibtex.C (build): + * FormCitation.C (build): + * FormDocument.C (build): + * FormExternal.C (build): + * FormGraphics.C (build): + * FormInclude.C (build): + * FormIndex.C (build): + * FormMathsMatrix.C (build): + * FormMinipage.C (build): + * FormParagraph.C (build): + * FormPrint.C (build): + * FormRef.C (build): + * FormSendto.C (build): + * FormSpellchecker.C (build): + * FormTabular.C (build): + * FormThesaurus.C (build): + * FormUrl.C (build): invoke setPrehandler for all FL_INPUT objects. + Means that pasting with the middle mouse button will activate the + Ok, Apply buttons. + + * FeedbackController.C (MessageCB): fix crash by removing + Assert(message_widget_) and returning silently in this case. + Can happen quite justifiably. + + * Most files: consistent comments at the top of the file, usable by + sourcedoc. + +2002-03-09 Herbert Voss + + * FormGraphics.C: test if file exists, simplify an if command + +2002-03-10 John Levon + + * FormToc.C: make goto not reset the dialog + +2002-03-08 Angus Leeming + + * FeedbackController.[Ch]: new files, providing a standard interface to + the feedback and warning messages. Created by stripping code out of + FormBase. + + * FormBase.[Ch]: strip out all the feedback code and simplify yet + further the tooltips code. + + * FormBase.[Ch]: + * FormBaseDeprecated.[Ch]: Add a Tooltips pointer. + Derive both classes from FeedbackController so daughter classes each + have a common interface for same. + + * Toolbar_pimpl.[Ch]: strip out all the tooltip code and use the + Tooltips wrapper class. + + * Tooltips.[Ch]: work out how to update tooltips when using + xforms 0.89's fl_set_object_helper. Can now toggle tooltips with both + xforms 0.88 and 0.89. Change the cursor to a "?" when in query mode + and when the dialog has some tooltips. + + * FormPreferences.[Ch]: strip out all the feedback code and use + the FeedbackController. + + * xforms_helpers.C: save the color of the gui pointer. + + * FormBibtex.[Ch]: + * forms/form_bibtex.fd: + * FormCitation.[Ch]: + * forms/form_citation.fd: + * FormForks.[Ch]: + * forms/form_forks.fd: + * FormSendto.[Ch]: + * forms/form_sendto.fd: + * FormTexinfo.[Ch]: + * forms/form_texinfo.fd: remove "Help" button and rejig for much + simplified tooltips code. + + * Makefile.am: add FeedbackController.[Ch]. + +2002-03-08 Juergen Spitzmueller + + * FormGraphics.C: Tiny stylistic correction. + +2002-03-07 Juergen Spitzmueller + + * FormGraphics.C: + - Make radiobuttons change too when using Latex size in + lyxview and vice versa. + - Fix a typo where the value for height (lyxview) was + taken from width (size). + - Remove *%-values from lyxview. + - Add an Alert when using "Get Latex size" and that contains + *%-values. + * FormTabular.C: Remove obsolete comment. + +2002-03-07 Martin Vermeer + + * FormMathsDeco.C: add leftrightarrows to the bitmap. + + * forms/form_maths_style.fd: reflect the changes in the bitmaps. + +2002-03-07 Angus Leeming + + * xformsGImage.C (statusCB, errorCB): close the file streams once the + image is loaded or if an error occurs. + (init_graphics): FLIMAGE_SETUP setup must be static as xforms stores + it permanently (and does not make a copy!). + +2002-03-05 Angus Leeming + + * xformsGImage.[Ch]: new files. An image loader based on xforms library + routines. + + * GUIRunTime.C (initialiseGraphics): use the xforms image loader if + your version of the xforms libraries is up to the task. + + * Makefile.am: compile the xforms image loader if so configured. + +2002-03-04 Angus Leeming + + * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C + + * Dialogs.C: + * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime. + +2002-03-04 Angus Leeming + + * FormDocument.C (build): add a std:: qualifier to remove_if. + +2002-03-02 Lars Gullik Bjønnes + + * Toolbar_pimpl.[Ch]: layout as string + + * FormParagraph.C: layout as string + + * FormDocument.C (build): use remove_if and contains_functor + layout as string + +2002-03-01 Martin Vermeer + + * FormMathsBitmap.[Ch]: + * FormMathsPanel.C: Give window titles to bit map sub-panels. + +2002-02-28 Angus Leeming + + * Dialogs.C (initialiseGraphics): a new static method. + Remove Allan's venerable description as I think it's past its sell-by + date. + +2002-02-28 John Levon + + * FormBase.C: + * FormBaseDeprecated.C: + * FormFiledialog.C: possible fix to the Bad Window problems that some + people have been experiencing. + +2002-02-28 Angus Leeming + + * FormForks.C (input_button_all): resolve comparison between signed + and unsigned. + +2002-02-26 Jean-Marc Lasgouttes + + * Menubar_pimpl.C (makeMenubar): ignore entries which are not + submenus in menubar. + +2002-02-20 Angus Leeming + + * FormForks.[Ch]: + * forms/form_forks.fd: new files. A view for the Forked Child + processes dialog, enabling the user to see what forked processes + are running, and, if he so desires, to kill them. + + * Dialogs.C: add the class Forked Child dialog. + + * Makefile.am: add FormForks.[Ch], form_forks.[Ch]. + + * forms/makefile: add form_forks.fd. + + * FormPreferences.C (LnFmisc::apply): rather ugly: call + grfx::GCache::changeDisplay if the lyxrc.display_graphics changes. + +2002-02-24 Juergen Spitzmueller + + * forms/form_graphics.fd: Enlarge Restore button. + * FormGraphics.C: Set filter to bounding box input fields. + 2002-02-20 Lars Gullik Bjønnes * Makefile.am: simpler obj. file compiling @@ -52,7 +670,7 @@ 2002-02-11 John Levon * FormMinipage.C: return SMI_VALID on other form changes - + 2002-02-11 Juergen Spitzmueller * FormParagraph.C (update): [VSpace:] Delete the special method @@ -62,7 +680,7 @@ and updateWidgetsFromLength. 2002-02-10 Rob Lahaye - + * forms/form_external.fd: * form_external.C: change color2 of a few buttons into the proper grey color. @@ -80,7 +698,7 @@ * FormGraphics.C: * form_graphics.[Ch]: simplify the bounding box folder of the Graphic GUI - + 2002-02-08 Jean-Marc Lasgouttes * Menubar_pimpl.C (create_submenu): work around an xforms bug (?) @@ -114,7 +732,7 @@ * FormCitation.[Ch]: * FormTexinfo.[Ch]: * Makefile.am: altered appropriately. - + 2002-02-06 Juergen Spitzmueller * forms/form_texinfo.fd: @@ -147,7 +765,7 @@ 2002-02-05 Herbert Voss - * forms/form_graphics.fd: Noew the same view of the + * forms/form_graphics.fd: Noew the same view of the buttons as in preferences (LyXView). Make some things clear with better names. * FormGraphic.C: cosmetic changes to the layout. Delete @@ -159,7 +777,7 @@ * forms/form.citation.fd,form.bibtex.fd: add text_info * FormTexinfo.[Ch]: Delete Help mechanism, add tooltips and help messages. * FormCitation.[Ch],FormBibtex.[Ch]: add tooltips and help messages (actually - no tooltips in Bibtex). + no tooltips in Bibtex). 2002-02-05 Angus Leeming @@ -196,7 +814,7 @@ 2002-02-03 Herbert Voss - * xforms_helpers.C: fix bug with unit "%" in + * xforms_helpers.C: fix bug with unit "%" in updateWidgetsFromLengthString(...) 2002-02-02 Herbert Voss @@ -270,8 +888,8 @@ 2002-01-27 Herbert Voss - * FormGraphic.[Ch]: - * form_graphic.[Ch]: + * FormGraphic.[Ch]: + * form_graphic.[Ch]: * forms/form_graphic.fd: rewritten to support graphicx with all options and to be sure that the old figinsets are correct converted. @@ -318,7 +936,7 @@ * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT is disabled - * combox.C (activate): + * combox.C (activate): (deactivate): change color of labels to reflect the state of the combox @@ -350,7 +968,7 @@ 2002-01-17 John Levon * FormDocument.C: enable line spacing input properly - + 2002-01-17 John Levon * forms/form_preferences.fd: @@ -358,12 +976,12 @@ * form_preferences.C: * FormPreferences.h: * FormPreferences.C: use better variable name - + 2002-01-17 John Levon * forms/form_preferences.fd: change "Use Scalable Fonts" to "Rescale bitmap fonts" - + 2002-01-16 Angus Leeming * FormMathsPanel.C: @@ -398,32 +1016,32 @@ * xformsBC.C: #include ButtonController.tmpl, containing the instatiation of the button controller. - + 2002-01-15 John Levon * FormThesaurus.C: fix a crash 2002-1-15 Martin Vermeer - * FormMathsDelim.C: - * form_maths_delim_C: - * form_maths_delim.h: - * form_maths_delin.fd: - Put three radio buttons on the delimiters pop-up. It works as follows: - - left mouse middle mouse right mouse - ---------------------------------------------------------------------- - Left radio button | ( () ) - Middle radio button | () () ) - Right radio button | ) ) ) - ---------------------------------------------------------------------- - - Where + * FormMathsDelim.C: + * form_maths_delim_C: + * form_maths_delim.h: + * form_maths_delin.fd: + Put three radio buttons on the delimiters pop-up. It works as follows: + + left mouse middle mouse right mouse + ---------------------------------------------------------------------- + Left radio button | ( () ) + Middle radio button | () () ) + Right radio button | ) ) ) + ---------------------------------------------------------------------- + + Where ( left-side delimiter selected ) right-side delimiter selected () "symmnetric pair" selected, of which the clicked delimiter is - the left one. + the left one. So, if the middle radio button is activated ("()\nBoth") and you click on "[" with the default (left) mouse button, you get the delimiter pair "[]". @@ -488,7 +1106,7 @@ 2002-01-14 John Levon * FormSpellchecker.C: disable resizing due to xforms bug - + 2002-01-13 Jean-Marc Lasgouttes * FormFiledialog.C (Reread): skip broken symlinks @@ -503,10 +1121,10 @@ * MathsSymbols.C (get_pixmap_from_symbol): add a default statement in the switch. - * FormPreferences.C (Interface::input): - (Language::input): + * FormPreferences.C (Interface::input): + (Language::input): (Paths::input): add shortcuts to file dialogs directory buttons - + * FormPreference.h (browse): add default empty parameters for buttons descriptions. @@ -520,14 +1138,14 @@ * form_thesaurus.h: * form_thesaurus.C: * forms/form_thesaurus.fd: update to Aiksaurus 0.14 - + 2002-01-12 Jean-Marc Lasgouttes * Toolbar_pimpl.C (setPixmap): simplify a bit 2002-01-10 Jean-Marc Lasgouttes - * Toolbar_pimpl.C (ToolbarCB): + * Toolbar_pimpl.C (ToolbarCB): * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of dispatch. @@ -535,7 +1153,7 @@ * FormTabular.C (FormTabular): Fix Purify UMR. - * FormPreferences.C (build): "Conversion" is a better name. + * FormPreferences.C (build): "Conversion" is a better name. 2002-01-10 Martin Vermeer @@ -566,7 +1184,7 @@ 2002-01-09 Martin Vermeer * forms/form_maths_style.fd: - * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math + * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math size "styles" and font types. * FormMathsPanel.[Ch]: * MathsSymbols.C: @@ -574,7 +1192,7 @@ 2002-01-08 Martin Vermeer - * Menubar_pimpl.C (create_submenu): + * Menubar_pimpl.C (create_submenu): * Toolbar_pimpl.C (update): use FuncStatus. 2002-01-08 Angus Leeming @@ -612,13 +1230,13 @@ * form_*: * forms/form_*: change radio buttons to round3dbutton - + 2002-01-05 John Levon * FormFiledialog.C: add FIXME - + * xforms_helpers.C: fix use of FileInfo - + 2002-01-07 John Levon * FormTabular.h: @@ -627,7 +1245,7 @@ * form_tabular.C: * forms/form_tabular.fd: ugly fix to get around some of the UI problems (bug #110). - + 2002-01-04 Jürgen Spitzmüller * FormDocument.C: Recognize the default paper settings too @@ -647,9 +1265,9 @@ * DropDown.C: always include in sources. - * xforms_helpers.h: - * FormFiledialog.h: - * Timeout_pimpl.h: + * xforms_helpers.h: + * FormFiledialog.h: + * Timeout_pimpl.h: * DropDown.h: do not include in headers 2001-12-20 Juergen Vigna @@ -669,7 +1287,7 @@ * FormToc.C: fix crash when no entries, and update types properly - + 2001-12-11 Ben Stanley * Menubar_pimpl.C: Fixed a crashing bug when document has more @@ -708,13 +1326,13 @@ 2001-12-05 John Levon - * FormParagraph.C (getCurrentParagraph): + * FormParagraph.C (getCurrentParagraph): (apply): get the right LyXText ! - + 2001-11-29 John Levon * FormParagraph.C: disallow page breaks in insets - + 2001-11-23 John Levon * FormParagraph.C: allow signed space above/below, actually @@ -723,7 +1341,7 @@ 2001-11-04 John Levon * FormToc.C: fixes to make floatlists work - + 2001-11-23 John Levon * Makefile.am: @@ -734,7 +1352,7 @@ * forms/fdfix.sh: move idex etc. to here * GUIRunTime.C: move getScreenDPI() to here - + 2001-11-20 Jürgen Spitzmüller * forms/form_ref.fd, form_preferences.fd, form_citation.fd, @@ -754,7 +1372,7 @@ * FormFiledialog.C: don't reset path if new dir doesn't exist. - + 2001-11-12 Jürgen Spitzmüller * forms/form_document.fd: Renamed "Save as Class Defaults" @@ -767,16 +1385,16 @@ 2001-11-07 John Levon * DropDown.C: fix crash, improve behaviour a bit - + 2001-11-07 Jean-Marc Lasgouttes - * FormDocument.C (class_apply): - (paper_apply): - (language_apply): - (options_apply): + * FormDocument.C (class_apply): + (paper_apply): + (language_apply): + (options_apply): (bullets_apply): add a version of these methods taking a BufferParams& parameters. The original versions are now wrappers - around these. + around these. (saveParamsAsDefault): new function, moved from old LFUN_LAYOUT_SAVE_DEFAULT code. @@ -785,11 +1403,11 @@ * Makefile.am: * DropDown.h: * DropDown.C: drop-down completion - + 2001-11-04 John Levon * forms/form_graphics.fd: change clashing shortcut - + 2001-10-24 Juergen Vigna * FormTabular.C: changed calls for footer/headers of longtabulars. @@ -813,8 +1431,8 @@ 2001-10-19 Jürgen Spitzmüller * forms/form_document.fd: - Class: add a value choice for Default Skip. - Some rearrangements (minor tweaks). + Class: add a value choice for Default Skip. + Some rearrangements (minor tweaks). * FormDocument.C: Handle that choice, minor tweaks. * forms/form_paragraph.fd: Add value choices * FormParagraph.C: Handle that choices. @@ -836,7 +1454,7 @@ * FormTexinfo.[Ch]: some changes to the code 2001-10-10 André Pönitz - + * FormsMathMatrix.C: add missing space between v- and h-alignment parameters @@ -1067,10 +1685,10 @@ * FormPreferences.[Ch] (connect, disconnect): removed (redundant). * FormMaths*.C (c-tor): prohibit resizing of the dialog. - + 2001-09-07 Jean-Marc Lasgouttes - * Toolbar_pimpl.C (setLayout): + * Toolbar_pimpl.C (setLayout): (layoutSelected): make them work even when gettext has been translating the interface. @@ -1122,7 +1740,7 @@ 2001-09-02 John Levon * FormParagraph.C: fix default line spacing case - + 2001-08-31 John Levon * FormParagraph.C: disable space inputs when != Length @@ -1133,15 +1751,15 @@ * form_preferences.h: * form_preferences.C: * forms/form_preferences.fd: add view_dvi_paper_option - + 2001-08-31 John Levon * FormMathsPanel.h: sub dialogs must be Ignorant. - + 2001-08-31 John Levon * FormParagraph.C: fix to not allow 0 linespacing - + 2001-08-29 Angus Leeming * FormCitation.C (c-tor): prevent re-sizing of the dialog. @@ -1184,14 +1802,14 @@ 2001-08-27 John Levon * GUIRunTime.C: initApplication() should take a int & argc - + 2001-08-24 John Levon * FormCitation.h: * FormCitation.C: tidy code a little - + * GUIRunTime.C: more informative error - + 2001-08-23 Angus Leeming * forms/form_preferences.fd: order the items "logically" so that @@ -1248,19 +1866,19 @@ * combox.h: fix source doc - * form_math_matrix.C: + * form_math_matrix.C: * forms/form_math_matrix.fd: new layout - + 2001-08-16 John Levon * form_paragraph.h: * form_paragraph.C: * forms/form_paragraph.fd: * FormParagraph.C: support per-para linespacing - + * forms/form_float.fd: * form_float.C: fix shortcut typo - + 2001-08-15 Angus Leeming * forms/form_character.fd: small adjustment to the position of John's @@ -1305,7 +1923,7 @@ * form_maths_panel.C: * form_maths_panel.h: * forms/form_maths_panel.fd: re-add dots bitmaps - + * FormRef.C: "Goto" -> "Go to" 2001-07-29 John Levon @@ -1370,11 +1988,11 @@ * FormGraphics.C: * forms/form_graphics.fd: Removed inline option, all InsetGraphics figures are inlined. - + 2001-07-23 John Levon * FormInclude.C: add load file facility back - + 2001-07-23 John Levon * FormCharacter.C: disable resizing as it doesn't work @@ -1452,15 +2070,15 @@ 2001-07-03 Jean-Marc Lasgouttes - * GUIRunTime.C (x11Display): - (x11Screen): - (x11Colormap): + * GUIRunTime.C (x11Display): + (x11Screen): + (x11Colormap): (x11VisualDepth): new methods 2001-07-03 Lars Gullik Bjønnes * FormDocument.C (class_apply): call CutAndPaste::'s staitc method - directly. + directly. * Toolbar_pimpl.h: make owner be a XFormsView, small changes because of this. @@ -1482,14 +2100,14 @@ * FormPrint.C (input): modify to select radio_file when the user uses the filename input - + 2001-06-26 The LyX Project * combox.C (remove): send debug output to Debug::GUI. 2001-06-26 The LyX Project - * Menubar_pimpl.C (create_submenu): + * Menubar_pimpl.C (create_submenu): * Toolbar_pimpl.C (update): update to use func_status 2001-06-25 The LyX Project @@ -1544,9 +2162,9 @@ 2001-06-01 Jean-Marc Lasgouttes - * MathsSymbols.C: + * MathsSymbols.C: * FormMathsMatrix.C: bring C functions into global namespace if - necessary. + necessary. 2001-05-31 Lars Gullik Bjønnes @@ -1590,9 +2208,9 @@ 2001-04-16 Allan Rae - * xforms_helpers.C (formatted): + * xforms_helpers.C (formatted): * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0 - as an unrecognised preprocessor directive. So ensure they're wrapped. + as an unrecognised preprocessor directive. So ensure they're wrapped. 2001-04-06 John Levon @@ -1644,7 +2262,7 @@ Squashed bug when creating a new inset, the keys field contained one (empty) key. No more; thanks, Dekel. - * FormExternal.C: + * FormExternal.C: * forms/form_external.fd: added Apply button. 2001-03-30 Angus Leeming @@ -1792,7 +2410,7 @@ 2001-03-19 Angus Leeming * FormBaseDeprecated.[Ch]: rename title as title_. - + * FormBaseDeprecated.C: restore John's trick to give the dialog a border with limited functionality. It got lost in the MVC merge. @@ -1823,7 +2441,7 @@ * FormTabularCreate.C (build): * FormToc.C (build): * FormUrl.C (build): removed initialisation of minw_, minh_. - + * The Maths Panel stuff no longer causes a crash on exit from LyX. * FormMaths.[Ch]: @@ -1860,10 +2478,10 @@ * Dialogs.C (Dialogs): create minipage options dialog. - * forms/form_minipage.fd: - * form_minipage.C: - * form_minipage.h: - * FormMinipage.C: + * forms/form_minipage.fd: + * form_minipage.C: + * form_minipage.h: + * FormMinipage.C: * FormMinipage.h: new files for the minipage options dialog. 2001-03-16 Angus Leeming @@ -1881,7 +2499,7 @@ 2001-03-16 Jean-Marc Lasgouttes * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring - compatibility. + compatibility. 2001-03-16 Angus Leeming @@ -1958,13 +2576,13 @@ * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch] * forms/makefile: added form_credits.fd - + * Dialogs.C: added FormCredits and removed ShowCredits. - + * FormCredits.[Ch]: * forms/form_credits.fd: * forms/form_search.fd: ported to the MVC way. - + 2001-03-07 Angus Leeming * xforms_helpers.h (formatted): now has default arguments for size and @@ -1972,7 +2590,7 @@ * FormCitation.[Ch]: moved code out of this class and into ControlCitation and associated helper funcs. - + 2001-03-05 Angus Leeming * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than @@ -2081,7 +2699,7 @@ * forms/form_splash.fd: * FormSplash.h: * FormSplash.C: make independent of FormBase, tidy - + * Menubar_pimpl.C: destroy splash on interaction 2001-03-12 John Levon @@ -2108,7 +2726,7 @@ 2001-03-07 Edwin Leuven - * added credits: + * added credits: * Dialogs.C: * Makefile.am: * FormCredits.[Ch]: @@ -2120,7 +2738,7 @@ * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr, make ButtonList contain boost::shared_ptr - * Menubar_pimpl.C (~Pimpl): remove destructor + * Menubar_pimpl.C (~Pimpl): remove destructor 2001-03-06 John Levon @@ -2214,9 +2832,9 @@ * form_character.C: added * form_character.h: added * forms/form_character.fd: added - + 2001-02-23 Dekel Tsur - + * FormPreferences.C: Handle lyxrc.language_use_babel and lyxrc.language_global_options. @@ -2233,7 +2851,7 @@ 2001-02-21 Dekel Tsur - * FormDocument.C (checkMarginValues): Activate "use geometry" button + * FormDocument.C (checkMarginValues): Activate "use geometry" button if using custom paper size/margin. 2001-02-21 Allan Rae @@ -2242,13 +2860,13 @@ 2001-02-20 Edwin Leuven - * src/frontends/xforms/Dialogs.C: added preamble - * src/frontends/xforms/FormPreamble.C: added - * src/frontends/xforms/FormPreamble.h: added - * src/frontends/xforms/Makefile.am: added - * src/frontends/xforms/form_preamble.C: added - * src/frontends/xforms/form_preamble.h: added - * src/frontends/xforms/form_preamble.fd: added + * src/frontends/xforms/Dialogs.C: added preamble + * src/frontends/xforms/FormPreamble.C: added + * src/frontends/xforms/FormPreamble.h: added + * src/frontends/xforms/Makefile.am: added + * src/frontends/xforms/form_preamble.C: added + * src/frontends/xforms/form_preamble.h: added + * src/frontends/xforms/form_preamble.fd: added 2001-02-19 Angus Leeming @@ -2412,7 +3030,7 @@ 2001-01-25 Jean-Marc Lasgouttes * FormPreferences.C (GetFrom): fix crash when there is no format - defined. + defined. (GetTo): ditto. 2001-01-23 Angus Leeming @@ -2423,10 +3041,10 @@ 2001-01-21 Dekel Tsur * FormRef.C (update): Do not update dialog_->{ref,name,type} - if inset_ == 0. + if inset_ == 0. Deactivate the type button when buffer is LinuxDoc/Docbook (build): Uncomment calls to addReadOnly(). - (updateBrowser) Do not disable the update button when there are no + (updateBrowser) Do not disable the update button when there are no keys. (build, getType, getName): Use InsetRef::types. @@ -2439,4 +3057,3 @@ 2001-01-17 Dekel Tsur * FormRef.C (input): Fix the behavior of goto reference button. -