]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Clean-up yesterday's code-splurge and sort the translated language names.
[lyx.git] / src / frontends / xforms / ChangeLog
index 9dc43817a80b330b85a38b0389906a2e7eac3f0f..dab5f36d884b7865ceac6f70902578a094f484f3 100644 (file)
@@ -1,9 +1,190 @@
+2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * 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  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormCharacter.h:
+       * FormDocument.h:
+       * FormPreferences.h: store a vector<string> lang_ of language
+       identifiers.
+
+       * FormCharacter.C: changes associated with frnt::getLanguageData
+       returning a vector<LanguagePair> rather than a vector<string>.
+
+       * FormDocument.C:
+       * FormPreferences.C: internationalise the languages on display, similar
+       to the changes in FormCharacter.C.
+
+2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormMathsPanel.C: translate Close
+       * FormGraphics.C: a little more translation
+2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * 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 <lahaye@users.sourceforge.net>
+
+       * 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 <j.spitzmueller@gmx.de>
+
+       * 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  <a.leeming@ic.ac.uk>
+
+       * FormCitation.C (fillChoice): If the getCiteStrings vec is empty,
+       disable the choice.
+
+2002-04-19  Juergen Vigna  <jug@sad.it>
+
+       * 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 <lahaye@users.sourceforge.net>
+
+       * forms/cvsignore: add Makefile.
+
+2002-04-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * forms/Makefile.am: make it a dummy make file + extra dist
+
+2002-04-14  Herbert Voss  <voss@perce.de>
+
+       * FormCharacter.C
+       * FormExternal.C: adding #include "support/lstrings.h"
+       for the getStringFromVector and vice versa
+
+2002-04-12  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormParagraph.C (changedParagraph): ensure that the warning message
+       is removed if the underlying paragraph will accept our changes.
+
+2002-04-09  Herbert Voss  <voss@perce.de>
+
+       * FormGraphics.C: allow rotate-values like 270.1
+       * xformsGImage.C (rotate): get the right rotate-angle from
+       GraphicParams
+
+2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * 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 <j.spitzmueller@gmx.de>
+
+       * 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  <larsbj@birdstep.com>
+
+       * forms/Makefile.am (SUFFIXES): instead of .SUFFIXES
+       (updatesrc): delete wrong version
+
+2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * forms/.cvsignore: add Makefile.in
+
+       * forms/Makefile.am: make distcheck work, new file
+
+       * Makefile.am: make distcheck work
+
+2002-04-05  Herbert Voss  <voss@perce.de>
+
+       * FormGraphics.C: use correct unit bp (big point - PostScript point)
+       for the bounding box values
+
+2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * 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  <a.leeming@ic.ac.uk>
+
+       * xformsGImage.C (clip): ensure that the clipped image has sensible
+       dimensions.
+
+2002-04-04  Herbert Voss  <voss@lyx.org>
+
+       * 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  <larsbj@birdstep.com>
+
+       * FormCharacter.C (findPos): add a missing typename
+
+2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * 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 <j.spitzmueller@gmx.de>
+
+       * FormDocument.C (CheckChoiceClass): update the necessary class
+       settings on class change (fix bug #306)
+
+2002-03-27  Herbert Voss  <voss@lyx.org>
+
+       * xforms_helpers.h:
+       * FormGraphics.C:  change c%, l%, p% t% to col%, line%, page%
+       and text%
+
+2002-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * 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  <a.leeming@ic.ac.uk>
+
+       * 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  <a.leeming@ic.ac.uk>
 
        * 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  <a.leeming@ic.ac.uk>
 
        * FormGraphics.C (input): don't activate the Ok, Apply buttons if the