]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
and this
[lyx.git] / src / insets / ChangeLog
index d8462e6c5e15734369f39addf91d4d74368422d1..4d9eae5ab0fa8e87bd56b2e23b38d612f27f77ba 100644 (file)
@@ -1,3 +1,331 @@
+
+2004-04-05  André Pönitz  <poenitz@gmx.net>
+       
+       * insetbase.h: use LCursor & in notifyCursorLeave
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * insetgraphics.C: remove unused header file "lyxrc.h".
+
+       * render_graphic.C: squash bug 1372: Misleading graphics label when
+       deactivating lyx view.
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * insetbibitem.C:
+       * insetcaption.C:
+       * insetgraphics.C:
+       * insetlatexaccent.C:
+       * insetquotes.C:
+       * insettabular.C:
+       * insettext.C:
+       * updatableinset.C:
+       wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
+
+2004-04-02  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetfloat.C (read): fix yesterday's float fix.
+       * insetwrap.C (read): apply the fixed float fix.
+
+2004-04-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetfloat.C (read): fix reading of float params 
+       (recognize "type")
+
+2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * insettext.C (edit): comment the call to updateLocal (dangling now)
+       * insettext.h: add allowSpellCheck() returning true
+
+2004-03-31  Angus Leeming  <angus@localhost.localdomain>
+
+       * insetcollapsable.[Ch]: (leaveInset): renaming of getOutOfInset.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * insetcollapsable.[Ch] (getOutOfInset): new function which pushes
+       the cursor out of an inset.
+
+       * insetbranch.C (priv_dispatch):
+       * insetcollapsable.C (priv_dispatch): in the LFUN_INSET_TOGGLE code,
+       use getOutOfInset to push the cursor out of the inset when
+       collapsing it.
+
+2004-03-30  Angus Leeming  <leeming@lyx.org>
+
+       * insetbase.[Ch] (translate): new static member function, returns
+       an InsetBase::Code corresponding to the input string.
+
+       * insetcollapsable.C (priv_dispatch): handle LFUN_INSET_TOGGLE.
+
+       * insetbranch.C(priv_dispatch): specialize LFUN_INSET_TOGGLE
+       so that it opens the inset if it refers to the currently active
+       branch.
+
+2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * insetfloat.C (addToToc): use par_const_iterator_begin and
+       par_const_iterator_end.
+
+2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetbibtex.[Ch]: bibtopic support.
+       
+       * insetfloat.[Ch]: add param \sideways {true|false}
+       (support for sideways floats from rotating.sty).
+
+2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * insettext.[Ch]: add a default ctor. implement const version of
+       paragraphs()
+       * insetcharstyle.C:
+       * insetert.C:
+       * insetfloat.C:
+       * insetlabel.C:
+       * insetwrap.C: adjust
+
+2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * insettext.h: add insetAllowed returning true by default (fixing
+       vanishing insets problem)
+
+       * insettext.C (draw): handle the responsability of adding the
+       ouside offset to collapsable. Clean code a bit.
+
+       * insetcollapsable.[Ch] (metrics, draw): handle the derivation
+       from insettext correctly, solve a couple of off-by-one drawing
+       bugs
+
+2004-03-25  Angus Leeming  <leeming@lyx.org>
+
+       * insetcaption.C (draw): squash warning about unused variable.
+
+2004-03-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * ExternalSupport.C: use the master buffer's temp dir
+       * insetgraphics.C (latex): make relative filename relative to the
+       master file
+       * insetgraphics.C: use the master buffer's temp dir
+       * insetinclude.C (masterFilename): new function
+       * insetinclude.C (linuxdoc, docbook): simplify logic (IsLyXFilename()
+       is always true if loadIfNeeded() returns true)
+
+2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetinclude.C (loadIfNeeded): when the child buffer is loaded,
+       set its parent to the current buffer.
+       (latex): use the tmppath of the master buffer, not just the parent
+       buffer (makes a difference with more than one level of include
+       insets). If the file name is relative write in the .tex file a
+       name relative to the master buffer directory.
+
+       * insetinclude.C: rename masterFilename to parentFilename (this
+       points to the direct parent)
+
+2004-03-25  André Pönitz  <poenitz@gmx.net>
+
+       * inset.[Ch]: remover owner
+
+       * insetcollapsable.[Ch]: derive from InsetText instead having such a
+       member
+
+       * insettext.[Ch]:
+       * insetbibitem.C:
+       * insetbox.C:
+       * insetbranch.C:
+       * insetcaption.C:
+       * insetcharstyle.[Ch]:
+       * insetert.C:
+       * insetfloat.C:
+       * insetfoot.C:
+       * insetmarginal.C:
+       * insetnote.C:
+       * insetoptarg.C:
+       * insettabular.C:
+       * insetwrap.C: adjust
+
+2004-03-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetquote.C: use opening quote after '[' char.
+
+2004-03-09  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * insetcollapsable.[Ch] (metrics, draw): implemented an inlined-Open 
+       submode.
+
+2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetcite.[Ch]: support jurabib.
+
+2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetcite.C: Support second \cite option.
+       
+       * insetcommand.[Ch]:
+       * insetcommandparams.[Ch]: add second optional argument.
+
+2004-03-03  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * insetcollapsable.C (lfunMouseRelease): right mouse button only
+       shows the inset dialog.
+
+2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * insetlabel.[Ch]: remove them
+       * Makefile.am: adjust
+
+2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insetexternal.C, insetgraphics.C, insetinclude.C: use always a
+       temp dir
+       * insetinclude.C (latex): show a GUI warning if textclasses don't
+       match
+       * insetinclude.C: use mangledFilename() for temp files
+       * insetgraphics.C (readInsetGraphics): remove version check, since
+       the graphics inset has no own fileformat number anymore
+
+2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetquotes.[Ch]: added new member that allows direct access
+       to single/double quotation marks.
+       * insetnewline.[Ch]:
+       * insethfill.[Ch]: treat as space (i.e. opening quotes follow)
+
+2004-02-16  André Pönitz  <poenitz@gmx.net>
+
+       * insetbase.C:
+       * insetbase.[Ch]: remove explicit 'DispatchResult' return type and
+         implicitly assume 'DispatchResult(true, true) with exception of
+         InsetBase::priv_dispatch which does the equivalent of 
+         'retrun DispatchResult(false)'
+
+       * inset*.[Ch] (priv_dispatch): adjust
+
+       * insettabular.[Ch]: remove remains of the 'update' mechanism,
+         simplify cursor moving function,
+         re-enable horizontal scrolling for large tables
+
+2004-02-13  André Pönitz  <poenitz@gmx.net>
+
+       * insettabular.[Ch]: some work after IU
+
+2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * inset.C (setPosCache): switch to absolute coords in insets
+       * insettext.[Ch] (draw, drawFrame): adjust
+       * insetcollapsable.C (draw): adjust
+       (edit): adjust
+
+2004-02-04  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * insettext.C (edit): 
+       (updateLocal): use the cur argument instead of the global cursor
+       * insetcollapsable.C (edit): dont call inset.edit(x,y) when opening
+
+2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * insetlatexaccent.C (checkContents): "c" -> 'c' in calls to contains
+
+       * insetfloat.C (validate): "H" -> 'H' in call to contains
+
+       * insetcite.C (getBasicLabel): "," -> ',' in calls to contains
+
+2004-01-30  André Pönitz  <poenitz@gmx.net>
+       * inset.[Ch]:
+       * insetbase.[Ch]:
+       * insetcharstyle.C:
+       * insetcollapsable.[Ch]:
+       * insetcommand.C:
+       * insetexternal.C:
+       * insetgraphics.[Ch]:
+       * insetinclude.C:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:
+       * insetvspace.C:
+       * updatableinset.[Ch]: adjust coordinate handling to 'screen absolute'
+        coordinate
+
+2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * insettabular.C: add using statement for std::vector, remove
+       std:: where using was already used.
+
+2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insetgraphics.C, insetinclude.C: use runparams.nice instead of
+       buffer->niceFile()
+       * insetinclude.C (validate): use feautures.nice() instead of
+       buffer->niceFile()
+
+2004-01-20  André Pönitz  <poenitz@gmx.net>
+
+       * inset.h:
+       * insetbase.[Ch]: move stuff from mathcursor here.
+
+       * insetbibitem.[Ch]:
+       * insetbibtex.[Ch]:
+       * insetbox.[Ch]:
+       * insetbranch.[Ch]:
+       * insetcharstyle.[Ch]:
+       * insetcollapsable.[Ch]:
+       * insetcommand.[Ch]:
+       * insetert.[Ch]:
+       * insetexternal.[Ch]:
+       * insetfloat.[Ch]:
+       * insetgraphics.[Ch]:
+       * insetinclude.[Ch]:
+       * insetlabel.[Ch]:
+       * insetnote.[Ch]:
+       * insetref.[Ch]:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:
+       * insetvspace.[Ch]:
+       * insetwrap.[Ch]:
+       * updatableinset.[Ch]: Adjust to IU changes (see comment in src/Changelog)
+
+2004-01-15  André Pönitz  <poenitz@gmx.net>
+
+       * insetbase.[Ch]:
+       * insetbibitem.[Ch]:
+       * insetbibtex.[Ch]:
+       * insetbox.[Ch]:
+       * insetbranch.[Ch]:
+       * insetcharstyle.[Ch]:
+       * insetcollapsable.[Ch]:
+       * insetcommand.[Ch]:
+       * insetert.[Ch]:
+       * insetexternal.[Ch]:
+       * insetfloat.[Ch]:
+       * insetgraphics.[Ch]:
+       * insetinclude.[Ch]:
+       * insetlabel.[Ch]:
+       * insetnote.[Ch]:
+       * insetref.[Ch]:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:
+       * insetvspace.[Ch]:
+       * insetwrap.[Ch]:
+       * updatableinset.[Ch] (priv_dispatch et al): change signature.
+
+2004-01-08  André Pönitz  <poenitz@gmx.net>
+
+       * insetcollapsable.[Ch]:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:
+       * updatableinset.h: use cell index info from global cursor.
+
+2004-01-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insetnote.C (InsetNoteParams::write): write label only once
+
+2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * insetbranch.C (isBranchSelected): use the BranchNamesEqual
+       functor
+       get rid of the SameName functor
+
+       * insettabular.C: improve the functor.
+
 2003-12-29  Angus Leeming  <leeming@lyx.org>
 
        * insetexternal.C (setParams): update defaultTemplateName.