X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffrontends%2FChangeLog;h=a76f3d3d008380fbe980bf5a594771003a79318b;hb=9f29ab3aa5fb11baca9bc28dc3710076cb3a2645;hp=5ee907d7baf334ea67e94b95cc9c3480de27b589;hpb=f490ae76abc44001313dfe65e0729b964ea4f76b;p=lyx.git diff --git a/src/frontends/ChangeLog b/src/frontends/ChangeLog index 5ee907d7ba..a76f3d3d00 100644 --- a/src/frontends/ChangeLog +++ b/src/frontends/ChangeLog @@ -1,3 +1,77 @@ +2001-03-20 Angus Leeming + + * ButtonPolicies.[Ch]: removed (thought I did this before?). The files + are now stored in the controllers dir. + +2001-03-16 Juergen Vigna + + * Dialogs.h (noncopyable): added minipage signals. + +2001-03-15 Lars Gullik Bjønnes + + * 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 + + * 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 >. + 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 + + * Dialogs.h: add showMathPanel signal + +2001-03-09 John Levon + + * Dialogs.h: add showExternal signal + +2001-03-12 John Levon + + * Dialogs.h: add pointer to splash form + + * GUIRunTime.h: minor cleanup + +2001-03-12 John Levon + + * Dialogs.h: remove createInclude + +2001-02-26 John Levon + + * Makefile.am + * FileDialog.h: new GUII FileDialog + +2001-02-23 Edwin Leuven + + * DialogBase.h: derived from noncopyable, rather than deriving + xforms/FormBase from it. + +2001-02-12 John Levon + + * 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 * ButtonPolicies.C: