]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ChangeLog
Rewrite the MailInset as suggested to Andr��.
[lyx.git] / src / frontends / ChangeLog
index 6a70d7246b92a5c6104cb80beaf6d81277e9649b..bb832714c37e88d81a2de1ee90ce6b43a493e2f4 100644 (file)
@@ -1,3 +1,105 @@
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (hide): make it a static method that returns a
+       boost::signal2<> & (takes 'name' and 'inset' args).
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showMergeChanges.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showAboutlyx.
+       * guiapi.[Ch]: remove gui_showAboutlyx.
+
+       * Dialogs.[Ch] (show): new method for non-inset dialogs.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showTabularCreate.
+       * guiapi.[Ch]: remove gui_showTabularCreate.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showTabular, updateTabular.
+       * guiapi.[Ch]: remove gui_updateTabular, gui_updateTabular.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showGraphics.
+       * guiapi.[Ch]: remove gui_showGraphics.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showMinipage, updateMinipage.
+       * guiapi.[Ch]: remove gui_showMinipage, gui_updateMinipage.
+
+2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
+
+       * screen.C: use LyXText::top_y() instead of LyXText::first_y
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showWrap.
+       * guiapi.[Ch]: remove gui_ShowWrap.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showFloat.
+       * guiapi.[Ch]: remove gui_ShowFloat.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showInclude.
+       * guiapi.[Ch]: remove gui_ShowInclude.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showExternal.
+       * guiapi.[Ch]: remove gui_ShowExternal.
+
+2003-02-27  Angus Leeming  <leeming@lyx.org>
+
+       * screen.C (redraw, greyOut): ensure that the painter is started
+       before attempting to paint.
+
+2003-02-26  John Levon  <levon@movementarian.org>
+
+       * screen.C: use RowPainter
+
+2003-02-26  Angus Leeming  <leeming@lyx.org>
+
+       * screen.[Ch]: ensure that the LyX splash screen is drawn if desired.
+
+2003-02-21  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.[Ch]: simplify the dialog interface by using a few
+       methods to do generic things like 'show' a dialog. Individual
+       dialogs are invoked through a string 'name'.
+       Use methods 'hideAll' etc to replace signals of the same name: more
+       transparent code.
+
+       * guiapi.[Ch]: provide a C-interface to the new Dialogs::show
+       method. Retire the old functions that called dead Dialogs methods.
+       
+2003-02-21  Angus Leeming  <leeming@lyx.org>
+
+       * Timeout.[Ch]: define a Timeout::Impl abstract base class from
+       which the GUIs will derive their implementations. Means that
+       we no longer have to look into the GUIs to write the class.
+       Store the implementation in a boost::scoped_ptr, not a raw pointer.
+
+2003-02-21  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove forward declarations of InsetBibKey, InsetBibtex.
+
+       * FileDialog.h: don't pass LyXView to the c-tor.
+       Don't store a LyXView &.
+
+2003-02-14  John Levon  <levon@movementarian.org>
+
+       * LyXView.h: prohibit/allowInput() -> busy(bool)
+
 2003-02-08  John Levon  <levon@movementarian.org>
 
        * Dialogs.h: add showMergeChanges()