]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
My patch from yesterday
[lyx.git] / src / insets / ChangeLog
index 545d42418b27a40d8a10fe072be0d8c5aa3a5a5b..236b322ce8c0ed07eb48816293021fa6b67807a7 100644 (file)
@@ -1,3 +1,298 @@
+2003-03-20  John Levon  <levon@movementarian.org>
+
+       * inset.h:
+       * insetcollapsable.h:
+       * insetcollapsable.C:
+       * insetert.h:
+       * insetert.C:
+       * insetminipage.C:
+       * insetminipage.C:
+       * insettabular.h:
+       * insettabular.C:
+       * insettext.h:
+       * insettext.C: remove spurious font parameter
+       from update(). Fix drawing of ERT insets inside
+       insets (bug 966). Remove unused mark_dirty from
+       tabular's updateLocal()
+
+2003-03-19  John Levon  <levon@movementarian.org>
+
+       * insetfloat.h:
+       * insetfloat.C:
+       * insetinclude.h:
+       * insetinclude.C:
+       * insetminipage.h:
+       * insetminipage.C:
+       * insetwrap.h:
+       * insetwrap.C: remove unused getter/setters
+
+2003-03-19  John Levon  <levon@movementarian.org>
+
+       * several files: bv->updateInset() doesn't take
+       a bool mark_dirty any more
+
+2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * adjust for BufferView* arg removal from lyxtext.
+
+2003-03-17  John Levon  <levon@movementarian.org>
+
+       * most files: remove the "cleared" parameter
+       to draw in favour of always clearing. Associated
+       code removal.
+
+2003-03-16  John Levon  <levon@movementarian.org>
+
+       * insettext.C: remove unused s.refresh
+
+2003-03-13  Angus Leeming  <leeming@lyx.org>
+
+       * insettext.C (edit): replace Dialogs::updateParagraph with
+       BufferView::dispatch(LFUN_PARAGRAPH_UPDATE).
+
+2003-03-13 André Pönitz <poenitz@gmx.net>
+
+       * Makefile.am: insert insetenv
+
+       * insethenv.[Ch]: new files, currently inactive
+
+2003-03-12  John Levon  <levon@movementarian.org>
+
+       * Makefile.am:
+       * inset.h:
+       * inset.C:
+       * insetert.h:
+       * insetert.C:
+       * insetnewline.h:
+       * insetnewline.C:
+       * insetquotes.C:
+       * insettext.C: use new insetnewline
+
+2003-03-12  John Levon  <levon@movementarian.org>
+
+       * insettext.C: readToken became readParagraph
+
+2003-03-12  John Levon  <levon@movementarian.org>
+
+       * insettext.C: use parlist iterator for reading contents
+
+2003-03-12  John Levon  <levon@movementarian.org>
+
+       * insettext.C: name change to readToken()
+
+2003-03-11 André Pönitz <poenitz@gmx.net>
+
+       * Makefile.am: insert insethfill
+
+       * insethfill.[Ch]: new files
+
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * mailinset.[Ch] (showDialog, updateDialog): now take a mandatory
+       BufferView * arg.
+       (hideDialog): calls the new static Dialogs::hide() method.
+
+       * insetbibitem.C (edit):
+       * insetbibtex.C (edit):
+       * insetcite.C (edit):
+       * insetcommand.C (localDispatch):
+       * inseterror.C (d-tor):
+       * insetert.C (showInsetDialog):
+       * insetexternal.C (localDispatch, edit):
+       * insetfloat.C (localDispatch, showInsetDialog):
+       * insetfloatlist.C (edit):
+       * insetgraphics.C (localDispatch, edit):
+       * insetinclude.C (localDispatch, edit):
+       * insetindex.C (edit):
+       * insetlabel.C (edit):
+       * insetminipage.C (localDispatch, showInsetDialog):
+       * insetref.C (edit):
+       * insettabular.C (unlockInsetInInset, lfunMouseRelease, localDispatch,
+       resetPos, showInsetDialog, openLayoutDialog):
+       * insettoc.C (edit):
+       * inseturl.C (edit):
+       * insetwrap.C (localDispatch, showInsetDialog):
+       changes due to the changed MailInset interface.
+
+2003-03-10  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetfloat.h: Set default placement to an empty string.
+
+2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C (latex): addjust call to latexParagraphs.
+
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * mailinset.C: warn the user if the BufferView has not been cached.
+
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * inset.h, insetbase.h: move cache() and view() into InsetBase.
+
+       * insetcommand.h (inset):
+       * insetert.h (inset):
+       * insetexternal.h (inset):
+       * insetfloat.h (inset):
+       * insetgraphics.h (inset):
+       * insetinclude.h (inset):
+       * insetminipage.h (inset):
+       * insettabular.h (inset):
+       * insetwrap.h (inset):
+       * mailinset.h (inset): return an InsetBase &, not an Inset &.
+
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * insetcommand.C (string2params):
+       * insetexternal.C (string2params):
+       * insetfloat.C (string2params):
+       * insetgraphics.C (string2params):
+       * insetinclude.C (string2params):
+       * insetminipage.C (string2params):
+       * insettabular.C (string2params):
+       * insetwrap.C (string2params): cure warning message about missing
+       '\end_inset'.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * insettabular.[Ch]: define a new class InsetTabularMailer and use
+       it to communicate with the frontend dialogs.
+
+       * mailinset.C (hideDialog): only hide the dialog if it is showing the
+       contents of this inset!
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * inseterror.C (localDispatch): new method; calls edit() on
+       LFUN_MOUSE_RELEASE.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * insetbibitem.C (localDispatch):
+       * insetbibtex.C (localDispatch):
+       * insetlabel.C (localDispatch):
+       rewrite as a switch.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * insetgraphics.[Ch]: define a new class InsetGraphicsMailer and use
+       it to communicate with the frontend dialogs.
+
+cd src2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * insetexternal.C: remove operator== and operator!= for
+       InsetExternal::Params. They were used only by the old controller
+       scheme.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * insetcommand.C (localDispatch):
+       * insetexternal.C (localDispatch):
+       * insetfloat.C (localDispatch):
+       * insetinclude.C (localDispatch):
+       * insetminipage.C (localDispatch):
+       * insetwrap.C (localDispatch):
+       add LFUN_INSET_DIALOG_UPDATE to the switch.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * insetcommand.C (string2params):
+       * insetexternal.C (string2params):
+       * insetfloat.C (string2params):
+       * insetinclude.C (string2params):
+       * insetwrap.C (string2params): use LyXLeX more.
+
+       * insetert.[Ch]:
+       * insetexternal.[Ch]:
+       * insetfloat.[Ch]:
+       * insetinclude.[Ch]:
+       * insetwrap.[Ch]: change Mailer::name_ to be static.
+
+       * insetminipage.[Ch]: define a new class InsetMinipageMailer and use
+       it to communicate with the frontend dialogs.
+
+2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
+
+       * insettext.C:
+       * insettabular.C: use LyXText::top_y() instead of LyXText::first_y
+
+2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (updateLocal): un-const function
+       (updateLocal): adjust
+       (collapseParagraphs): un-const function
+       (collapseParagraphs): adjust
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * insetwrap.[Ch]: define a new class InsetWrapMailer and use
+       it to communicate with the frontend dialogs.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * insetcollapsable.C (draw): cache the BufferView.
+
+       * insetfloat.[Ch]: define a new class InsetFloatMailer and use
+       it to communicate with the frontend dialogs.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * insetfloat.[Ch]: move the params into a separate InsetFloatParams
+       struct.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * insetcommandparams.[Ch] (getAsString, setFromString): remove.
+
+       * insetinclude.[Ch]: define a new class InsetIncludeMailer and use
+       it to communicate with the frontend dialogs.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * insetexternal.[Ch]: define a new class InsetExternalMailer and use
+       it to communicate with the frontend dialogs.
+
+2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (collapseParagraphs): adjust
+       (appendParagraphs): make it take a Buffer* instead of a
+       BufferParams& as arg.
+       (appendParagraphs): adjust
+
+2003-03-04  Angus Leeming  <leeming@lyx.org>
+
+       * insetbibitem.C (localDispatch):
+       * insetbibtex.C (localDispatch):
+       * insetcommand.C (localDispatch):
+       * insetert.C (localDispatch):
+       * insetlabel.C (localDispatch):
+       handle LFUN_INSET_MODIFY, not LFUN_INSET_APPLY.
+
+2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (latex): adjust for ParagraphList::iterator
+
+2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetbutton.C (view): adjust for boost 1.30.0
+       * insetcollapsable.C (view): ditto
+       * insetgraphics.C (statusChanged): ditto
+
+       * insettext.h: move paragraphs to be public.
+
+2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetnote.[Ch] (InsetNote): remove unused constructor
+
+2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
+
+       * insetgraphics.C: added include "format.h"
+
+2003-02-27  Angus Leeming  <leeming@lyx.org>
+
+       * indexlabel.C: use a real, LyX dialog rather than that nasty Alert
+       thingy.
+
 2003-02-27  Angus Leeming  <leeming@lyx.org>
 
        * insetbibitem.C (localDispatch):
 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
 
        * insetgraphics.C (draw)
-       * insetinclude.C (draw): Eliminate also the other argument (owner 
+       * insetinclude.C (draw): Eliminate also the other argument (owner
        inset inset) in the call to PreviewImage::image
 
 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
        * Makefile.am: add new files.
 
 2003-02-21  Angus Leeming  <leeming@lyx.org>
-       
+
        * updatableinset.h (setView, view): remove.
        * inset.h (view, cache): to be replaced by these.
 
        child document is under version control.
 
 2003-02-17 André Pönitz <poenitz@gmx.net>
-       
+
        * insetbib.[Ch]: Adjust access to bibkeys
 
 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
 
-        * insetgraphics.C (draw, width): Fix spacing around graphics inset
+       * insetgraphics.C (draw, width): Fix spacing around graphics inset
 
 2002-12-17  Juergen Vigna  <jug@lyx.org>
 
 
 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
 
-       * insettext.C (lfunMouseRelease): hackish solution to the "double
-       menu open" bug
+       * insettext.C (lfunMouseRelease): hackish solution to the "double
+       menu open" bug
 
 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>