]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ChangeLog
Convert the preamble dialog to the Dialog-based scheme.
[lyx.git] / src / frontends / ChangeLog
index cf56889bf2e6ab2a2f63cce0a7f61170ecce8817..2fbd3642cc965f448500fc5aede9be1033aba2bb 100644 (file)
@@ -1,3 +1,76 @@
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showPreamble):
+       * guiapi.[Ch] (gui_Preamble): removed.
+
+       * Dialogs.[Ch] (build): return a boost::shared_ptr rather than
+       a raw Dialog*. Nicer, but also enables the Qt frontend to
+       re-use the document dialog.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showSpellchecker):
+       * guiapi.[Ch] (gui_Spellchecker): removed.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showPreferences):
+       * guiapi.[Ch] (gui_ShowPreferences): removed.
+
+2004-03-30  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showDocument): removed.
+
+       * guiapi.[Ch] (gui_ShowDocument): removed.
+
+2004-03-28  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showPrint): removed.
+
+       * guiapi.[Ch] (gui_ShowPrint): removed.
+
+2004-03-27  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showSendto): removed.
+
+       * guiapi.[Ch] (gui_ShowSendto): removed.
+
+2004-03-17  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showFoks): removed.
+
+       * guiapi.[Ch] (gui_ShowForks): removed.
+
+2004-01-25  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showSearch):
+       * guiapi.[Ch] (gui_ShowSearch): removed.
+
+2004-01-08  Angus Leeming  <leeming@lyx.org>
+
+       * FileDialog.h (open, save): the file filter mask is now passed
+       as a FileFilterList rather than as a string.
+
+2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * screen.[Ch] (fitCursor): use LCursor::getDim, simplify
+       (fitManualCursor): remove
+       (topCursorVisible): remove
+       
+
+2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
+
+       * screen.C (showCursor): use absolute coords form LCursor
+
+2003-11-10  André Pönitz  <poenitz@gmx.net>
+
+       * screen.C: adjust to removed inset locking 
+
+2003-10-14  Angus Leeming  <leeming@lyx.org>
+
+       * LyXView.[Ch] (updateInset): invoke BufferView::updateInset, returning
+       a pointer to the Buffer owning the inset.
+
 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
 
        * lyx_gui.h (set_datasocket_callback, set_serversocket_callback,