]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ChangeLog
controller-view split of FormLog and FormVCLog.
[lyx.git] / src / frontends / ChangeLog
index 5ee907d7baf334ea67e94b95cc9c3480de27b589..a76f3d3d008380fbe980bf5a594771003a79318b 100644 (file)
@@ -1,3 +1,77 @@
+2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ButtonPolicies.[Ch]: removed (thought I did this before?). The files
+       are now stored in the controllers dir.
+
+2001-03-16  Juergen Vigna  <jug@sad.it>
+
+       * Dialogs.h (noncopyable): added minipage signals.
+
+2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * several files: remove CXX_WORKING_NAMESPACES
+
+       * ButtonPolicies.h: noncopyable is in namespace boost
+       * Dialogs.h (noncopyable): ditto
+       * DialogBase.h (noncopyable): ditto
+
+2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Merging changes from BRANCH_MVC back into HEAD.
+
+       * Makefile.am: added controllers to SUBDIRS.
+       removed ButtonPolicies.[Ch]. Now in controllers.
+
+       * DialogBase.h: commented out abstract method show().
+
+       * Dialogs.h: The dialogs are now stored as a 
+       std::vector<boost::shared_ptr<DialogBase> >.
+       Removed using directives.
+       (d-tor) removed.
+       (add): new helper method. Makes code in c-tor a little tidier.
+       (destroySplash): Moved out of xforms implementation.
+
+       * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
+
+2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Dialogs.h: add showMathPanel signal
+
+2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Dialogs.h: add showExternal signal
+
+2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Dialogs.h: add pointer to splash form
+
+       * GUIRunTime.h: minor cleanup
+
+2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Dialogs.h: remove createInclude
+
+2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am
+       * FileDialog.h: new GUII FileDialog
+
+2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
+
+       * Dialogs.h: setUserFreeFont, showLayoutCharacter
+
+2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * DialogBase.h: derived from noncopyable, rather than deriving
+       xforms/FormBase from it.
+
+2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * DialogBase.C: add close(), non-pure. This is
+         useful for logdlg.C in the KDE frontend.
+
+       * Dialogs.h: splash, include, and bib forms
+
 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
 
        * ButtonPolicies.C: