]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / ChangeLog
index 2697bf5317e7c2630fb8ff11dc187e467466e7f3..f1fd912487680262c00afc25c8c2a474186f3460 100644 (file)
@@ -1,3 +1,266 @@
+2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormTabular.C (update): Remove redundant code.
+
+2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_tabular.fd: checkbox2radiobutton changes.
+
+2002-01-20  Herbert Voss  <voss@perce.de>
+
+       * FormInclude.[C]: better control of unexistings files
+       when entered without the browser
+
+2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * 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  <voss@lyx.org>
+
+       * FormExternal.C (build): activate  apply/ok-button when something
+       is entered in the filename-field
+
+2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
+       rather than 'string::size_type'
+
+2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
+
+       * 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  <lasgouttes@freesurf.fr>
+
+       * FormMinipage.C (apply): change because MinipageParams::pageWidth
+       is now a real LyXLength
+
+2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormDocument.C: enable line spacing input properly
+2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * forms/form_preferences.fd:
+       * form_preferences.h:
+       * form_preferences.C:
+       * FormPreferences.h:
+       * FormPreferences.C: use better variable name
+2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * forms/form_preferences.fd: change "Use Scalable Fonts"
+         to "Rescale bitmap fonts"
+2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormMathsPanel.C:
+       * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
+       the button controller for IgnorantPolicy and PreferencesPolicy.
+
+2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_tabular.fd: text_info field was too small. Enlarge it.
+
+2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * 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  <a.leeming@ic.ac.uk>
+
+       * 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  <moz@compsoc.man.ac.uk>
+
+       * FormThesaurus.C: fix a crash
+
+2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
+
+        * 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  <a.leeming@ic.ac.uk>
+
+       * 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  <lasgouttes@freesurf.fr>
+
+       * DropDown.C: include <cctype> for isprint()
+
+2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormMinipage.C (apply, update): MinipageParams::width renamed
+       as MinipageParams::pageWidth.
+
+2002-01-14     Martin Vermeer <martin.vermeer@hut.fi>
+
+       * 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  <a.leeming@ic.ac.uk>
+
+       * FormMathsMatrix.C (input): use lyx::count rather than std::count.
+
+2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormPreferences.h: add a std:: to make_pair.
+
+2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * 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  <moz@compsoc.man.ac.uk>
+
+       * FormSpellchecker.C: disable resizing due to xforms bug
+2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * FormFiledialog.C (Reread): skip broken symlinks
+
+2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * FormMathsMatrix.C (AlignFilter): use std::count and add some
+       comments.
+
+2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * 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  <moz@compsoc.man.ac.uk>
+
+       * 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  <lasgouttes@freesurf.fr>
+
+       * Toolbar_pimpl.C (setPixmap): simplify a bit
+
+2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Toolbar_pimpl.C (ToolbarCB): 
+       * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
+       dispatch.
+
+2002-01-12  Allan Rae  <rae@lyx.org>
+
+       * FormTabular.C (FormTabular): Fix Purify UMR.
+
+       * FormPreferences.C (build): "Conversion" is a better name. 
+
+2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
+       LyXFunc::dispatch.
+
+       * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
+
+2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * 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  <lasgouttes@freesurf.fr>
+
+       * 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 <martin.vermeer@hut.fi>
 
        * forms/form_maths_style.fd: