]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Herbert's and my fixes to the graphics inset.
[lyx.git] / src / frontends / controllers / ChangeLog
index f5cc9fcf9bc3471978d06229d2ed940623100f0e..da02712894abafb80c1d2145e981c9bfcb4f13c9 100644 (file)
@@ -1,8 +1,111 @@
+2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlGraphics.C (readBB): Don't open the ifstrem and then
+       check the format from the contents (and open a second ifstream in the
+       process. One at a time please.
+
+2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlRef.C (getBufferNum): squash warning message.
+
+2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlBibtex.C (Browse):
+       * ControlGraphics.C (Browse):
+       * ControlPrint.C (Browse):  use Jean-Marc's browseRelFile.
+
+       * ControlGraphics.[Ch]: replace checkFilename with isFilenameValid.
+
+       * ControlGraphics.C (applyParamsToInset): pass filepath to
+       InsetGraphics::updateInset.
+
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * most files: ws cleanup
+
+2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * biblio.C (getInfo): string::c_str() never returns NULL. Don't test
+       for it.
+
+2002-03-18  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlGraphics.C:
+       * ControlInclude.C: better error messages
+
+2002-03-11  Herbert Voss  <voss@lyx.org>
+
+       * biblio.C (parseBibTeX): fix another minibug with an
+       ending comma
+
+2002-03-10  Herbert Voss  <voss@lyx.org>
+
+       * biblio.C (parseBibTeX): fix bug
+       (familyName): improve parsing
+
+2002-03-09  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphics.[Ch]: adding checkFilename() for testing
+       of non-existing files
+
+2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * ControlSendto.C (allFormats): fix a iterators are not pointers
+       problem.
+
+2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlShowFile.h: add a #include "LString.h"
+
+2002-03-05  Herbert Voss  <voss@lyx.org>
+
+       * biblio.C (getInfo): simplify if using paragraph layout
+       "bibliography".
+
+2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * biblio.C (getInfo): return the info field correctly if the key
+       is not a BibTeX one.
+       (parseBibTeX): fix crash when data.find('=') returns string::npos.
+
+2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlForks.[Ch]: new files. A controller for the Forked Child
+       processes dialog, enabling the user to see what forked processes
+       are running, and, if he so desires, to kill them.
+
+       * GUI.h: add class GUIForks.
+
+       * Makefile.am: add ControlForks.[Ch].
+
+       * ControlGraphics.C (getParams): small change due to change in
+       insetgraphics.
+
+2002-02-21  Herbert Voss  <voss@lyx.org>
+
+       * biblio.C: fix bug with commentlines in a bibentry
+
+2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: simpler obj. file compile
+
+2002-02-18  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphics.[Ch]: remove help-file call
+
+2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * helper_funcs.h: wrap the structs firster and seconder up in a
+       namespace to avoid clashes with those in lyxalgo,h.
+
+       * ControlTexinfo.C Changes due to the renaming of support/syscall.[Ch]
+       as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
+
 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * ControlGraphics.C: remove #include "support/syscall.h" as it's not
        used.
-       * ControlTexinfo.C: 
+       * ControlTexinfo.C:
        change Systemcalls::System to Systemcalls::Wait and
        No change of functionality, just reflects the stripped down Systemcalls
        class.
 
        * 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
 
        * biblio.C (getInfo): fix bug when no author is given
 
-       * biblio.C (parseBibTeX): change the parsing, so that 
+       * 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>
        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.
 
        * helper_funcs.h (browseFile): add default empty button descriptions.
 
-       * ControlGraphics.C (Browse): 
-       * ControlBibtex.C (Browse): 
+       * 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
 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
 
        * 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>
        * ControlDialogs.h: remove bc() hack, now fixed in
          Qt2 frontend. use member dialog_built_ instead of shared
          static.
-       * ButtonController.h: 
+
+       * ButtonController.h:
        * ButtonPolicies.C: more debug info
+
        * ButtonControllerBase.C: call refresh() when setting readOnly !
+
        * GUI.h: External form has apply, use the right policy
 
        * character.C: fix two off-by-one errors when latex font was removed
+
 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * ControlInset.h (apply): tentative fix for the press Apply multiple
 
        * ControlCharacter.C: fix typo
 
-       * ViewBase.h: 
+       * ViewBase.h:
        * ControlDialogs.C:
        * ControlInsets.C: make sure dialog is built before it is shown, so
          it works properly the very first time it is shown
+
 2001-08-20  Herbert Voss  <voss@perce.de>
 
        * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases
 
 2001-08-09  Allan Rae  <rae@lyx.org>
 
-       * Makefile.am (SUBDIRS, dist-hook): remove bogus entries. 
+       * Makefile.am (SUBDIRS, dist-hook): remove bogus entries.
 
 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
 
 
        * ControlInclude.h:
        * ControlInclude.C: implement ability to load file
+
 2001-07-18  Juergen Vigna  <jug@sad.it>
 
        * ControlSearch.C (replace): changes to lyxfind.h function calls.
 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
 
        * ControlSpellchecker.[Ch]: remove member quit() and some cleaning
-       
+
 2001-07-16  Juergen Vigna  <jug@sad.it>
 
        * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
 
 2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * ControlSpellchecker.C (getSuggestion): 
+       * ControlSpellchecker.C (getSuggestion):
        (getWord): add std:: qualifier
 
 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
        * ControlSpellchecker.[Ch]: added
        * ViewBase.h: added partialUpdate(int) member
        * GUI.h: added spell stuff
-       
+
 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * ControlExternal.C: (*it). -> it->
 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * ButtonControllerBase.h: C++ mode, inherit privately from
-       noncopyable 
+       noncopyable
        * ButtonPolicies.h: ditto
 
        * ButtonController.h: C++ mode, swap init order of restore_ and
-       cancel_ 
+       cancel_
 
 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
 
 
 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * ControlToc.C: 
-       * ControlSearch.C: 
-       * ControlPrint.C: 
-       * ControlPreamble.C: 
-       * ControlInclude.C: 
-       * ControlGraphics.C: 
-       * ControlExternal.C: 
+       * ControlToc.C:
+       * ControlSearch.C:
+       * ControlPrint.C:
+       * ControlPreamble.C:
+       * ControlInclude.C:
+       * ControlGraphics.C:
+       * ControlExternal.C:
        * ControlCopyright.C: include gettext.h
 
-       * ControlCharacter.C: 
+       * ControlCharacter.C:
        * character.C: include gettext.h and language.h
 
 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
 
        * ViewBase.h:
        * ControlConnections.h: associated change in #include and class names.
-       
+
        * ControlExternal.[Ch]: new files; a controller for the External
        Material popup.
 
 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * ControlCredits.C (getCredits): remove std:: qualifier for
-       getline(). 
+       getline().
 
 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
 
        * ControlCommand.h (c-tor): give  kb_action a default value of
        LFUN_NOACTION.
-       
+
        * ControlCommand.C (apply): do nothing if kb_action is LFUN_NOACTION.
-       
+
        * ControlCitation.[Ch]: moved search functions out of class.
        (bibkeysInfo): new method. Returns const reference to private data.
        (searchKeys): added case-sensitive switch. Used only by simpleSearch
        * ControlCitation.h: the templatised class GUICitation instantiates
        the methods view() and bc(). It also stores the instances of the
        View and ButtonController.
-       
+
 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * ButtonControllerBase.[Ch]: renamed as ButtonController.[Ch]. Class