]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ChangeLog
index 105e445ac17c3c917e26db33d138f08a0858af6d..d4b52a8a7788385f7001985192b8f993e2ff1ba9 100644 (file)
@@ -1,3 +1,240 @@
+2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlReferences.h (disconnectOnApply): new method. Set to true.
+       Perhaps make this user-modifiable?
+
+2001-09-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * ControlGraphics.C (Browse): add "jpg" to list of recognized file
+       extensions.
+
+2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * ControlRef.C (getBufferList, getBufferNum): New methods
+
+2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlInset.h (disconnectOnApply): new method. Defines the behaviour
+       of the dialog when the Apply button is pressed. Defaults to false,
+       but can be overridden in the daughter classes.
+
+       * ControlCitation.h (disconnectOnApply): new method. Set to true.
+       Perhaps make this user-modifiable?
+
+2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlDialogs.h (show): connect() the dialog on show. All of a sudden
+       we have dialogs that update their contents when the buffer changes.
+       Rather embarassing, really!
+
+2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlSearch (replace): change semantics of replace to NOT move on
+       to the next instance of a word once the present instance has been
+       replaced unless we are replacing ALL instances of the word.
+
+2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
+
+       * ControlButtons.[Ch]: added publicly accessible IconifyWithMain method.
+
+2001-09-04  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlCharacter.C: fix Michael's bug: In the "Character layout"
+       dialog, set all options to "reset", close the dialog, re-open it ->
+       the options are set incorrectly.
+
+       * ControlButtons.[Ch]: add an is_closing_ variable and isClosing method.
+       When Applying it's useful to know whether the dialog is about to close
+       or not (no point refreshing the display for example).
+
+       * ControlInset.C (apply): use isClosing.
+
+2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlInset.h:
+       * ControlDialogs.h: remove bc() hack, now fixed in
+         Qt2 frontend. use member dialog_built_ instead of shared
+         static.
+       * 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
+       times and get multiple new Insets problem.
+
+2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlCharacter.C: fix typo
+
+       * 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
+       and styles. Added an option for "bibliography into toc"
+
+2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * character.[Ch]: remove LATEX_TOGGLE from the FONT_STATE enum as
+       LaTeX is no longer a font property.
+
+2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GUI.h: Button controller for Reference dialog changed to
+       NoRepeatedApplyReadOnlyPolicy.
+
+       * biblio.C (getInfo): output volume and number info. Move year to end
+       of string.
+
+2001-08-09  Allan Rae  <rae@lyx.org>
+
+       * Makefile.am (SUBDIRS, dist-hook): remove bogus entries. 
+
+2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * helper_funcs.C (getVectorFromString): fixed small bug.
+
+       * helper_funcs.h (getFirst, getSecond): cleaned up and removed cruft.
+
+2001-08-07  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * ControlSpellchecker.C: check next word after insert in personal dict
+
+2001-08-06  Juergen Vigna  <jug@sad.it>
+
+       * ControlERT.[Ch]: new file
+
+2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlInset.h: const and non-const forms of params().
+
+       * helper_funcs.C (getStringFromVector,getVectorFromString): remove
+       whitespace from either side of each item.
+
+2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlFloat.h: add a != operator for FloatParams.
+       Lars, how did you get this to compile!!!
+
+       * ControlMinipage.[Ch]: uncommented someone's commenting out of
+       operator != for MinipageParams. Who's changing stuff and not compiling?
+
+2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
+       ControlFloat.C
+
+       * GUI.h: add class GUIFloat
+
+       * ControlFloat.[Ch]: new files
+
+2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * ControlPrint.C: #include Lassert.h here.
+
+2001-07-26  Baruch Even  <baruch@lyx.org>
+
+       * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
+       and png.
+
+2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlThesaurus.h:
+       * ControlThesaurus.C:
+       * GUI.h:
+       * Makefile.am: thesaurus support
+
+2001-07-23  John Levon  <moz@compsoc.man.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-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * biblio.C (getInfo): add a .c_str() to handle the usual
+       stringstream pain.
+
+2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlCitation.[Ch]: changes associated with adding natbib support.
+       New public methods, usingNatbib, getCiteStrings and getCiteStyles.
+       New static variable citeStyles_.
+
+       * biblio.[Ch]: large internal rearrangement.
+       New public enum CiteStyle.
+       New public struct CitationStyle.
+       New public functions getCitationStyle, getCiteCommand, getCiteStyles,
+       getNumericalStrings, getAuthorYearStrings
+       (simpleSearch, regexSearch): no longer publicly accessible.
+
+       * helper_funcs.C (getStringFromVector): bug fix.
+
+2001-07-16  Baruch Even  <baruch@lyx.org>
+
+       * ControlVCLog.h: Added Lsstream.h to includes.
+
+2001-07-17  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlSpellchecker.[Ch]: remove d-tor.
+
+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
+       compiled with USE_PSPELL) to be able to switch between ISpell and
+       PSpell classes.
+
+2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       Consistent use of Lsstream.h:
+       * ControlAboutlyx.[Ch] (getCredits):
+       * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
+
+2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * ControlCredits.[Ch]: removed
+       * ControlCopyright.[Ch]: removed
+       * ControlAboutlyx.[Ch]: added (replaces previous)
+       * GUI.h: removed credits and copyright added about lyx stuff
+
+2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * 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-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ButtonController.h: move some included header files out of the
+       frontends and into here.
+
 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * ControlCharacter.C (c-tor): cosmetic name change of signal.
@@ -7,8 +244,8 @@
        * *.[h]: added // -*- C++ -*-
        * *.[C]: removed // -*- C++ -*-
 
-       * ControlCharacter.[Ch]: added // -*- C++ -*-
-       (setParams): Check contents of font_ to activate Apply button.
+       * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
+       activate Apply button.
        (clearParams): removed.
        font_ is now stored as a boost::scoped_ptr.
        font_ is no longer deleted on hide(), so it's contents can now be used