]> 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 1ee008585880e62a1d83ed2caee14f1b3c31b84f..d4b52a8a7788385f7001985192b8f993e2ff1ba9 100644 (file)
@@ -1,7 +1,70 @@
-2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
+2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
 
-       * character.C (getBarData): fix bar array.
+       * 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