X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=0237f376e5f9648796f6a4e617dee894f41258c9;hb=82a83d7ae6eee25e1182c713a726b17037844ffb;hp=2430aa39d5b5023ef209692cedf72a78ff2a92f4;hpb=ab03bb37ce26c436d2fa0428641f6aa160818107;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 2430aa39d5..f4e75063d9 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,1087 @@ +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 + +2002-02-20 Juergen Vigna + + * FormTabular.C (input): don't call the autoapply on exit input calls + if we don't really have a change! + +2002-02-19 Angus Leeming + + * FormBase.h (FormCB): tiny bugfix. + + * xforms_helpers.h: remove incorrect comment. + +2002-02-18 Herbert Voss + + * FormGraphics.C: same units for LyX and Latex view, cosmetics + +2002-02-18 Angus Leeming + + * Timeout_pimpl.[Ch] (running): new method. + +2002-02-18 Angus Leeming + + * FormParagraph.C: + * FormTabular.C: added a using std::remove_if directive. + +2002-02-14 Herbert Voss + + * xforms_helpers.h: fix bug with "?%" units + +2002-02-14 Rob Lahaye + * forms/form_graphics.fd: + * form_graphics.C: minor layout changes, such as stretching all + tab-windows to equal sizes and better keyboard-shortcuts. + +2002-02-14 Rob Lahaye + * forms/form_graphics.fd: + * form_graphics.C: minor layout changes, such as stretching all + tab-windows to equal sizes and better keyboard-shortcuts. + +2002-02-12 Herbert Voss + + * forms/form_graphics.fd: + * form_graphics.[Ch]: small changes to the layout, mentioned + by Rob + + * FormGraphics.C: fix bug with use of updateWidget... when + no unit is given. + +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 + for gluelengths... + * xforms_helpers.C: ...and move it here. + Activate JMarcs new (shorter) code for updateWidgetsFromLengthString + 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. + +2002-02-08 Herbert Voss + + * forms/form_graphics.fd: + * FormGraphics.C: + * form_graphics.[Ch]: Adding buttons for unzip-Option, + getValues from LyX/LaTeXfolder + +2002-02-08 Rob Lahaye + + * forms/form_graphics.fd: + * 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 (?) + where one could not have both toggleon and disabled. + +2002-02-08 Herbert Voss + + * xforms_helpers.h: change unit "%" to t% + + * FormGraphics.C: fiy bug when BB is read from file and the + unit is always "pt" + +2002-02-08 Martin Vermeer + + * FormMathsDeco.C: \underleftarrow and \underrightarrow + +2002-02-06 Angus Leeming + + Stabilise the tooltip interface and get Jürgen's patch to work ;-) + + * Tooltips.[Ch]: new files. A wrapper to the tooltip code with a nice + clean interface. Means that FormBase, FormBaseDeprecated and + Tollbar_pimpl can all use the same code to have tooltips. No bloat. + + * FormBase.C: add a Tooltips instance and interface with it. + (setTooltipLevel): removed. Replaced by fillTooltipChoice and + setTooltipLevel(ob). + (getVerboseTooltip, getMinimalTooltip) now passed a const FL_OBJECT. + + * FormBibtex.[Ch]: + * FormCitation.[Ch]: + * FormTexinfo.[Ch]: + * Makefile.am: altered appropriately. + +2002-02-06 Juergen Spitzmueller + + * forms/form_texinfo.fd: + * forms/form_bibtex.fd: + * forms/form_citation.fd: delete text_info field again, add help choice + + * FormBibtex.[Ch]: + * FormCitation.[Ch]: + * FormTexinfo.[Ch]: Implement new Tooltip behaviour. + +2002-02-06 Angus Leeming + + * FormBase.[Ch]: can now chose the verbosity of the tooltip through + a new method setTooltipLevel(). In turn this determines which of the + new virtual methods, getVerboseTooltip() or getMinimalTooltip() gets + called from getTooltip. + No need for a "message" widget at the bottom of every dialog, therefore. + If retained, this "message" widget can be used to display "warnings", + pure and simple. + + * FormBibtex.[Ch]: + * FormCitation.[Ch]: + * FormTexinfo.[Ch]: altered appropriately. Still need to be reshaped, + to lose the "message" widget and to gain a "tooltip level" choice. + +2002-02-05 Angus Leeming + + * forms/form_graphics.fd: Tiny tweek to make the Restore, Ok, Apply, + Cancel buttons' positions consistent with the other dialogs. + +2002-02-05 Herbert Voss + + * 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 + the help button + +2002-02-05 Juergen Spitzmueller + + * forms/form.texinfo.fd: delete help button, add text_info + * 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). + +2002-02-05 Angus Leeming + + * FormBase.[Ch]: You want tooltips too? You got 'em. Verified as + working with both xforms 0.88 and 0.89. Use by invoking + setTooltipHandler(ob) and by providing a method getTooltip(ob) in this + derived class to provide the required string. + +2002-02-05 Angus Leeming + + * FormBase.[Ch]: make it really easy to set up and use a prehandler + for feedback messages and to invoke an input event on paste from + the middle mouse button. The derived class needs invoke only + setPrehandler(ob) and for the feedback to override the virtual methods + feedback(ob) and clear_feedback(). If the message posted is a warning + rather than mere feedback, first setWarningPosted(true) to ensure + that the message remains visible. + + * FormBaseDeprecated.C: a physical rearrangement of the file, + nothing more. + + * FormPreamble.C: use setPrehandler to invoke an input event on paste. + +2002-02-04 Herbert Voss + + * forms/form_graphics.fd: small changes to the layout + * FormGraphic.C: Apply-button, keepaspectratio enabling + depends to case of LaTeXView. Other small changes and + fixes. Add LyXView scale. + +2002-02-01 Angus Leeming + + * FormGraphics.C (c-tor): prevent resizing of the dialog. + +2002-02-03 Herbert Voss + + * xforms_helpers.C: fix bug with unit "%" in + updateWidgetsFromLengthString(...) + +2002-02-02 Herbert Voss + + * FormGraphic.C: fix bug with filename, rearrange the code, + delete choice "referencePoint" which is only possible for + rotatebox + * forms/form_graphics.fd: position options in a logical way, + add folder and scale for LyXView + +2002-02-01 Angus Leeming + + * FormGraphics.C (apply, update): respect the new DEFAULT state of + InsetGraphicsParams::DisplayType. + +2002-01-31 Martin Vermeer + + * forms/form_graphics.fd: tweeks. + +2002-01-30 Jürgen Spitzmüller + + * FormGraphics.C: Fix MAXDIGIT values for height and width. + +2002-01-30 Angus Leeming + + * forms/form_citation: a few tweaks of my own. + +2002-01-30 Jürgen Spitzmüller + + * forms/form_citation: De-Monsterization (make it smaller). + +2002-01-30 Angus Leeming + + * forms/form_graphics.fd: + * FormGraphics.C: a few tweaks of my own. + +2002-01-30 Jürgen Spitzmüller + + * forms/form_graphics.fd: Very small tweaks. + +2002-01-29 Jürgen Spitzmüller + + * forms/form_graphics.fd: Change the dialog to look similar as + the nice QT2-Version (added tabfolder "Bounding Box", rearrangements); + added text_warning field.. + + * FormGraphics.[Ch]: Handle the Rearrangements. + Add input filters and warnings concerning invalid inputs. + Recognize the lyxrc-settings of display_graphics. + +2002-01-29 Angus Leeming + + * FormMathsSpace.h (space_): + * FormMathsStyle.h (style_): change from a short to an int to fix + type conversion warnings. + +2002-01-28 Martin Vermeer + + * FormMathsSpace.[Ch]: + * forms/form_maths_space.fd: + Changed the "Space" subpanel of the math panel into one of + ordinary buttons rather than radio buttons. They are now + self-applying so OK and Apply could go. + +2002-01-28 Martin Vermeer + + * FormMathsStyle.[Ch]: + * forms/form_maths_style.fd: + Patched to use button arrays. Buttons are self-applying, saving + one keystroke and the OK and Apply buttons. + +2002-01-27 Herbert Voss + + * 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. + * xforms-helpers.h: added two choice const for the LyXLength + one with all and one only with length which have a unit. + +2002-01-29 Jürgen Spitzmüller + + * forms/form_minipage.fd: add text_warning field. + + * FormMinipage.[Ch]: added input filters and warnings + (ButtonPolicy::SMInput FormMinipage::input) + +2002-01-28 Angus Leeming + + * FormAboutlyx.[Ch]: Removed redundant form() method and + dialog_ variable. They replicate that in the parent FormDB. + +2002-01-28 Martin Vermeer + + * FormMathsDeco[hC]: + * forms/form_maths_deco.fd: added math accents as a separate bitmap to + the Decorations sub-panel of mathed. See Lamport Table 3.11. + + * FormMathsPanel.C: + * MathsSymbols.C: reorganization of the two AMS panels "relations" and + "negated relations". Lower and broader. + +2002-01-25 Angus Leeming + + * FormTabular.C (update): Remove redundant code. + +2002-01-24 Jürgen Spitzmüller + + * forms/form_tabular.fd: checkbox2radiobutton changes. + +2002-01-20 Herbert Voss + + * FormInclude.[C]: better control of unexistings files + when entered without the browser + +2002-01-20 Jean-Marc Lasgouttes + + * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT + is disabled + + * combox.C (activate): + (deactivate): change color of labels to reflect the state of the + combox + +2002-01-16 Herbert Voss + + * FormExternal.C (build): activate apply/ok-button when something + is entered in the filename-field + +2002-01-16 Angus Leeming + + * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int' + rather than 'string::size_type' + +2002-01-17 Martin Vermeer + + * FormMathPanel.[hC]: + * MathsSymbols.[hC]: + * form_math_panel.[hC]: + * form_math_panel.fd: Modified. Added five symbol sub-panels + to the math panel containing AMS math symbols: arrows, relations, + negated relation, operators and miscellaneous (also containing some + hebrew and corner symbols). + +2002-01-17 Jean-Marc Lasgouttes + + * FormMinipage.C (apply): change because MinipageParams::pageWidth + is now a real LyXLength + +2002-01-17 John Levon + + * FormDocument.C: enable line spacing input properly + +2002-01-17 John Levon + + * forms/form_preferences.fd: + * form_preferences.h: + * 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: + * FormPreferences.C: #include "ButtonController.tmpl" to instantiate + the button controller for IgnorantPolicy and PreferencesPolicy. + +2002-01-16 Jürgen Spitzmüller + + * forms/form_tabular.fd: text_info field was too small. Enlarge it. + +2002-01-15 Jürgen Spitzmüller + + * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit + choice if the input field contains a LyXGlueLength. + + * FormParagraph.C: Allow to insert and display gluelengths in VSpace + + * FormParagraph.C + * FormDocument.C + * FormTabular.C: Change input filter to allow inserting + gluelengths/lyxlength or numbers with unit choices. + + * FormMinipage.C: Use getLengthFromWidgets instead of the code there, + which was more or less duplicated. + + * FormGraphics.C: set default units, dependent on US/other paper. + +2002-01-16 Angus Leeming + + * Dialogs.C: no longer need to #include the Controller classes, as this + is how done in GUI.h. + + * 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 + + ( left-side delimiter selected + ) right-side delimiter selected + () "symmnetric pair" selected, of which the clicked delimiter is + 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 "[]". + A shortcut for this (if the leftmost radio button is on) is + simply clicking the middle mouse button. + + To create equal pairs, either have the middle radio button on and use + Mouse-left, or have the left radio button on and use Mouse-middle. + + To create unequal pairs, you should have either the left or middle radio + button on, and do: "Mouse-left ( Mouse-right >" to create "(>". + +2002-01-15 Angus Leeming + + * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality + unchanged: + Remove the clickline_ member variable and hide() method; + Use fl_set_browser_dblclick_callback; + Constify a few temporary variables; + Use xforms_helpers' wrappers functions returning string rather than + the raw xforms functions returning char const *. + +2002-01-14 Jean-Marc Lasgouttes + + * DropDown.C: include for isprint() + +2002-01-14 Angus Leeming + + * FormMinipage.C (apply, update): MinipageParams::width renamed + as MinipageParams::pageWidth. + +2002-01-14 Martin Vermeer + + * FormMathsBitmap.C: + FormMathsPanel.C: + MathsSymbols.C: Blackboard Bold and Calligraphic std symbols + added to math panel's 'misc' sub-panel. + +2002-01-14 Angus Leeming + + * FormMathsMatrix.C (input): use lyx::count rather than std::count. + +2002-01-14 Angus Leeming + + * FormPreferences.h: add a std:: to make_pair. + +2002-01-11 Angus Leeming + + * DropDown.[Ch] (keypress, key_pressed): new signal and method, + respectively. + + * DropDown.C: place xforms callback functions in namespace anon. + Set browser callback on single not double click. + (select): return immediately of the vector is empty. Highlight the top + line. Position the browser above the minibuffer, not below it. + (peek): call key_pressed when a key press is detected. + (key_pressed): clean-up and emit the keypress signal. + + * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function. + If nothing is selected, return string(). + +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 + +2002-01-13 Lars Gullik Bjønnes + + * FormMathsMatrix.C (AlignFilter): use std::count and add some + comments. + +2002-01-13 Jean-Marc Lasgouttes + + * MathsSymbols.C (get_pixmap_from_symbol): add a default statement + in the switch. + + * 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. + + * FormFiledialog.C (SetButton): allow for a shortcut in the name + of the button. + +2002-01-13 John Levon + + * FormThesaurus.C: + * FormThesaurus.h: + * 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): + * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of + dispatch. + +2002-01-12 Allan Rae + + * FormTabular.C (FormTabular): Fix Purify UMR. + + * FormPreferences.C (build): "Conversion" is a better name. + +2002-01-10 Martin Vermeer + + * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes + LyXFunc::dispatch. + + * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol. + +2002-01-10 Angus Leeming + + * FormPreferences.C: + * forms/form_preferences.fd: change names and descriptions of popup + font variables to reflect their actual use. + + * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE. + +2002-01-10 Jean-Marc Lasgouttes + + * FormPreferences.C (input): allow empty values for document_path + and template_path. + + * FormFiledialog.C (SetButton): + (FileDlgCB): do not disable directory buttons if they have an + empty path. + (SetDirectory): if the argument is an empty string, change to + cwd(). + +2002-01-09 Martin Vermeer + + * forms/form_maths_style.fd: + * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math + size "styles" and font types. + * FormMathsPanel.[Ch]: + * MathsSymbols.C: + * forms/form_maths_panel.fd: Modified too. + +2002-01-08 Martin Vermeer + + * Menubar_pimpl.C (create_submenu): + * Toolbar_pimpl.C (update): use FuncStatus. + +2002-01-08 Angus Leeming + + * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function + for fl_get_browser_line that is guaranteed to return a valid string. + +2002-01-08 John Levon + + * FormSpellchecker.C: fix possible crash on clicking a suggestion + +2002-01-08 Jürgen Spitzmüller + + * forms/form_document.fd (bullets): fix small cosmetic problem after + John's radio2button change. + +2002-01-07 Angus Leeming + + * FormDocument.C: + * forms/form_document.fd: change the labels and variable names of + left_margin, right_margin to inner_margin, outer_margin, in line + with bugzilla bug #157. + + * FormFiledialog.C (Reread): used locally stored modtime variable + rather than make repeated calls to fileInfo.getModificationTime(). + + * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of + isOK() checks to the use of the FileInfo instance and removed those + FIXMEs. + + * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it. + Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32. + +2002-01-07 John Levon + + * 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: + * FormTabular.C: + * form_tabular.h: + * 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 + when setting the default length values (cm or inch). + * FormParagraph.C: do the same. + +2001-12-11 Michael A. Koziarski + + * FormFloat.C: changes to prevent here definitely being used + with wide figures. + +2001-12-29 Dekel Tsur + + * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char. + +2001-12-19 Jean-Marc Lasgouttes + + * DropDown.C: always include in sources. + + * xforms_helpers.h: + * FormFiledialog.h: + * Timeout_pimpl.h: + * DropDown.h: do not include in headers + +2001-12-20 Juergen Vigna + + * FormTabular.C (update): final LT-h/f support modifications. + +2001-12-19 Juergen Vigna + + * FormTabular.C (update): change a bit the tabular layout and added + better longtable options handling. + +2001-12-15 Lars Gullik Bjønnes + + * FormToc.C: using std::endl + +2001-12-14 John Levon + + * 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 + than 80 floats and using xforms 0.88 + +2001-12-11 Jean-Marc Lasgouttes + + * xforms_helpers.C: include lyxlength.h here + * xforms_helpers.h: ... but not here + + * FormTabular.C: use LyXLength instead of string wherever + necessary; whitespace changes. + +2001-12-08 Jürgen Spitzmüller + + * forms/form_preferences.fd: use the same name for font sizes + than the character dialog. + +2001-11-26 Jürgen Spitzmüller + + * forms/form_search.fd: Added label text to search buttons + (to make the shortcuts visible). + +2001-12-05 John Levon + + * FormParagraph.C: set combo box correctly for VSpace::LENGTH + +2001-12-05 Lars Gullik Bjønnes + + * FormFiledialog.C: + * xforms_helpers.C: change "while(" to "while (" + +2001-12-05 Allan Rae + + * FormParagraph.C (apply): One other LyXText fix. + +2001-12-05 John Levon + + * 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 + use space below units + +2001-11-04 John Levon + + * FormToc.C: fixes to make floatlists work + +2001-11-23 John Levon + + * Makefile.am: + * Alert_pimpl.C: Alert etc. + + * xforms_helpers.h: + * xforms_helpers.C: + * 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, + form_graphics.fd, form_paragraph.fd: Enlarged the Restore button + to 100p (now German translation fits in). + * forms/form_external.fd, form_bibtex.fd, form_print.fd, + form_preferences.fd, form_graphics.fd, form.include.fd, + form-external.fd: + Unified label "Browse..." and unified its width to 100p. + +2001-11-13 Jürgen Spitzmüller + + * forms/form_graphics.fd: fixed shortcut clash + * forms/form-external.fd: added shortcut for "Apply" + +2001-11-12 John Levon + + * 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" + to "Save as Document Defaults" + * FormDocument.C: + Removed the setEnabled-Definitions for the + "save_default"-Button since it causes nothing but trouble. + Changed the text of AskQuestion on saveParamsAsDefault. + +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): + (bullets_apply): add a version of these methods taking a + BufferParams& parameters. The original versions are now wrappers + around these. + (saveParamsAsDefault): new function, moved from old + LFUN_LAYOUT_SAVE_DEFAULT code. + +2001-11-03 John Levon + + * 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. + +2001-10-23 Jürgen Spitzmüller + + * forms/form_tabular.fd: Add value choices + * FormTabular.C: Handle that choices + + * FormDocument.C: fix small bug. + +2001-10-23 Angus Leeming + + * FormGraphics.[Ch]: move some parameters out of the heaader file and + into namespace anon. + + * FormPreferences.C: + * forms/form_preferences.fd: replaced button_colorspace with two + radio buttons, button_hsv and button_rgb. + +2001-10-19 Jürgen Spitzmüller + + * forms/form_document.fd: + 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. + * FormMinipage.C/FormGraphics.C: Small tweaks. + +2001-10-15 Angus Leeming + + * FormDocument.C: fixed some bugs in the Paper tab. + + * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument + specifying default unit for choice if input string is empty. + +2001-10-12 Angus Leeming + + * FormDocument.C (input): one more tweak... + +2001-10-10 Herbert Voss + + * FormTexinfo.[Ch]: some changes to the code + +2001-10-10 André Pönitz + + * FormsMathMatrix.C: add missing space between v- and h-alignment + parameters + +2001-10-09 Herbert Voss + + * FormTexinfo.[Ch]: + * forms/form_texinfo.fd: new files. Display information about the + installed texfiles (cls,sty,bst). + + * FormShowFile.[Ch]: new files. Display the contents of a file. + + * Dialog.C: + * Makefile.am: modified appropriately. + +2001-10-09 Angus Leeming + + * xforms_helpers.[Ch] (getLengthFromWidgets): new function. + Given input and choice widgets, create a string such as "1cm". + (updateWidgetsFromLengthString): new function. + Given a string such as "1cm", set the input and choice widgets. + + * FormDocument.C: + * forms/form_document.fd: improve the GUI of the paper tab using these + new helper functions. + +2001-10-07 Adrien Rebollo + + * FormDocument.C (build): support latin4 + +2001-10-05 Adrien Rebollo + + * FormDocument.C (build): support latin3 + +2001-10-04 Jean-Marc Lasgouttes + + * forms/form_aboutlyx.fd: use flat boxes for tabs. + +2001-10-03 Jürgen Spitzmüller + + * forms/form_document.fd: rearrangement of the paper tab; + rename "use geometry" to "custom margins/sizes". + + * FormDocument.C: add code to avoid the input of senseless data + in document -> paper. + +2001-10-01 Jürgen Spitzmüller + + * FormDocument.C: Disable choice "Special" if landscape + is chosen to prevent senseless values. + 2001-09-28 Jürgen Spitzmüller * forms/form_preferences.fd: small tweaks.