]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
We don't currently use fork anywhere (or if we do it's by mistake!), so
[lyx.git] / src / frontends / controllers / ChangeLog
index fc508b77b46e99a61dc55ab207aebbc571eb382d..f5cc9fcf9bc3471978d06229d2ed940623100f0e 100644 (file)
@@ -1,3 +1,267 @@
+2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlGraphics.C: remove #include "support/syscall.h" as it's not
+       used.
+       * ControlTexinfo.C: 
+       change Systemcalls::System to Systemcalls::Wait and
+       No change of functionality, just reflects the stripped down Systemcalls
+       class.
+
+2002-02-06  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphics.[C] (readBB): search also in
+       g'zipped files. If it is useful than PK and compress
+       should also be supported. use unzipFile() from
+       support/filetools
+
+2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * ControlRef.C (getBufferName): new method to get a real buffer
+       name from an index.
+
+2002-02-05  Juergen Spitzmueller <j.spitzmueller@gmx.de>
+
+       * ControlTexInfo.[Ch]: Removed Help functions.
+
+2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlSpellchecker.C: clear any selection left
+       (bug #211)
+2002-02-01  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphics.[C] (readBB): search only, if it is a
+       ".?ps" file and look for bb's at end of file
+
+2002-01-30  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphic.[C]: do not search the whole file, when
+       getting the bb
+
+2002-01-29  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphic.[C]: added a button for document path
+       when browsing -> bug 222
+
+2002-01-27  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphic.[Ch]: added support for Bounding Box, other
+       small changes
+
+2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlAboutlyx.h:
+       * ControlTexinfo.h: added #include "LString.h" where they belong.
+
+2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlCitation.C:
+       * ControlDialog_impl.C: remove redundant // -*- C++ -*-
+
+2002-01-24  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlInclude.[Ch] (fileExists): remove const type qualifier from
+       bool return type.
+
+2002-01-20  Herbert Voss  <voss@perce.de>
+
+       * ControlInclude.[Ch]: better control of unexistings files
+       when entered without the browser
+
+       * ControlGraphic.C (Browse): add extension "ps" when browsing for
+       a filename
+
+2002-01-19  Herbert Voss  <voss@perce.de>
+
+       * biblio.C (getInfo): fix bug when no author is given
+
+       * biblio.C (parseBibTeX): change the parsing, so that 
+       '#'-characters in a bibtex entry are no more a problem.
+
+2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * ControlDialog_impl.h (ControlConnectBI>): make ControlDialogBI
+       derive from ControlDialog<ControlConnectBI> (fixes bug #196)
+
+       * helper_funcs.C (browseRelFile): forgot to pass dir2 to browseFile
+
+2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * ControlMinipage.h: change MinipageParams::pageWidth to LyXLength
+
+       * ControlExternal.C (Browse): add a std:: qualifier
+
+2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * ControlExternal.C (Browse): simplify to use browseRelFile
+
+2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ButtonController.tmpl: added // -*- C++ -*-
+
+       * ControlCitation.C: #include "ControlInset.tmpl" to instantiate
+       ControlInset<InsetCommand, InsetCommandParams>::showInset, createInset.
+       Needed in _one_ of the ControlCommand-derived classes only.
+
+2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlInset.h:
+       * ControlSearch.h: #include LString.h
+
+2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ButtonController.h: split into two. The definition remains in
+       ButtonController.h, the declaration is now in ButtonController.tmpl.
+       These template methods should be #included when the derived class is
+       instantiated, in this case in xforms/xformsBC.C and xforms/Dialogs.C
+       and in the qt2 and gnome equivalents.
+
+       * ControlDialogs.h: removed. The definition of class ControlDialog is
+       now to be found in ControlDialog.h and the declaration of the methods
+       is in ControlDialog.tmpl. The two template instantiations are performed
+       in ControlDialog_impl.[Ch], new files also.
+
+       * ControlInset.h: split into two. The definition remains in
+       ControlInset.h, the declaration is now in ControlInset.tmpl.
+       These template methods should be #included derived class is
+       instantiated, in this case in 8 other .C files in this directory.
+
+       * ControlAboutlyx.[Ch]:
+       * ControlCharacter.[Ch]:
+       * ControlCommand.C:
+       * ControlERT.C:
+       * ControlError.C:
+       * ControlExternal.C:
+       * ControlFloat.C:
+       * ControlGraphics.C:
+       * ControlInclude.C:
+       * ControlLog.[Ch]:
+       * ControlMinipage.C:
+       * ControlPreamble.[Ch]:
+       * ControlPrint.[Ch]:
+       * ControlSearch.[Ch]:
+       * ControlShowFile.[Ch]:
+       * ControlSpellchecker.[Ch]:
+       * ControlTabularCreate.[Ch]:
+       * ControlTexinfo.[Ch]:
+       * ControlThesaurus.[Ch]:
+       * ControlVCLog.[Ch]: small changes associated with the above ones.
+
+       * GUI.h: #include the ButtonController and dialog controller files
+       here, rather than forward declare them. This is the correct place
+       for these #includes.
+
+       * Makefile.am: add ControlDialog_impl.[Ch] to libcontrollers_la_SOURCES.
+       Rename ControlDialogs.h as ControlDialog.h.
+       Add ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl to
+       EXTRA_DIST.
+       
+2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlInset.h (apply): fix bug unearthed by Michael Koziarski.
+
+2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * ControlExternal.C (Browse): use Buffer::filePath; simplify (more
+       can be done)
+
+       * ControlGraphics.C (Browse): remove overzealous shortcut
+
+2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormMinipage.C (apply, update): MinipageParams::width renamed
+       as MinipageParams::pageWidth. InsetMinipage::width  renamed
+       as InsetMinipage::pageWidth.
+
+2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * ButtonController.h (refreshReadOnly): use explicit typename
+
+2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * helper_funcs.h (browseFile): add default empty button descriptions.
+
+       * ControlGraphics.C (Browse): 
+       * ControlBibtex.C (Browse): 
+       * ControlInclude.C (Browse): add shortcuts to directory buttons
+
+2002-01-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlThesaurus.h:
+       * ControlThesaurus.C: update to Aiksaurus 0.14
+2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlSpellchecker.C (clearParams): show the closing message
+       only if some words have been checked, thereby fixing
+       bugzilla bug #52.
+
+2001-12-11  Michael A. Koziarski <michael@koziarski.org>
+
+       * ControlFloat.[Ch]: changes to prevent here definitely being used
+       with wide figures.
+
+2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * ControlThesaurus.h: do not include <config.h> in header files
+
+2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlToc.C: changes for floatlist
+2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlVCLog.C: use _()
+2001-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * ControlSpellchecker.C: include <sys/types.h> since FreeBSD needs
+       that for select.
+
+2001-10-22  Juergen Vigna  <jug@sad.it>
+
+       * ControlSpellchecker.C (clearParams): use the error_ message of the
+       speller_ if available when the spellchecker died.
+       (setParams): remove double error message display.
+
+2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlMinipage.[Ch] (getUnits): moved to helper_funcs.
+
+       * helper_funcs.[Ch] (getLatexUnits): see above.
+
+2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * ControlTexinfo.C (getContents): use the right file for .sty files
+
+2001-10-10  Herbert Voss  <voss@perce.de>
+
+       * ControlTexinfo.C: new path for the shellscript TeXFiles.sh
+       and some more stuff from FormTexinfo.C
+       
+       * ControlShowFile.C: hiding the update-button
+
+2001-10-09  Herbert Voss  <voss@perce.de>
+
+       * ControlTexinfo.[Ch]: new files. Display information about the
+       installed texfiles (cls,sty,bst).
+
+       * ControlShowFile.[Ch]: new files. Display the contents of a file.
+
+       * GUI.h: added classes GUIShowFile and GUITexinfo.
+
+       * Makefile.am: modified appropriately.
+
+2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * ControlAboutlyx.C (getVersion): use lyx_version and
+       lyx_release_date instead of old macros
+
+2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlSpellchecker.C (check): Behaves well now when the spell
+       library doesn't know a replacement to an incorrect word.
+
 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * ControlSpellchecker.C (clearParams): place emergency_exit_ in