]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
2002-05-30 Lars Gullik Bj�nnes <larsbj@birdstep.com>
[lyx.git] / src / insets / ChangeLog
index 7de73637542cfc4bf12e05de9f1c9274bf2f8a71..279584d2c995347d05f2451b25ceca73b77a244f 100644 (file)
@@ -1,3 +1,339 @@
+2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insetexternal.C (clone): fix () bug when using new
+       (updateExternal): don't only look for difftime in global scope
+
+2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insettabular.C: add const
+
+2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetgraphicsParams.C (Read): use lyxlex::eatLine to read the
+       file name, in case there are weird characters like ',' in there.
+       (bug #407)
+
+2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * switch from SigC signals to boost::signals.
+
+2002-05-28  André Pönitz <poenitz@gmx.net>
+
+       * insets/insetgraphicsParams.[Ch]:
+         put in inset related stuff from src/graphic
+
+2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * inset.C:
+       * inset.h:
+       * insetbib.C:
+       * insetbib.h:
+       * insetcite.h:
+       * insetcite.C:
+       * insetcollapsable.C:
+       * insetcollapsable.h:
+       * inseterror.C:
+       * inseterror.h:
+       * insetert.C:
+       * insetert.h:
+       * insetexternal.C:
+       * insetexternal.h:
+       * insetfloatlist.C:
+       * insetfloatlist.h:
+       * insetgraphics.C:
+       * insetgraphics.h:
+       * insetinclude.C:
+       * insetinclude.h:
+       * insetindex.C:
+       * insetindex.h:
+       * insetlabel.C:
+       * insetlabel.h:
+       * insetparent.C:
+       * insetparent.h:
+       * insetref.C:
+       * insetref.h:
+       * insettabular.C:
+       * insettabular.h:
+       * insettext.C:
+       * insettext.h:
+       * insettoc.C:
+       * insettoc.h:
+       * inseturl.C:
+       * inseturl.h: use mouse_state. Kill insetKeyPress
+
+2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insetbib.C:
+       * insetbutton.C:
+       * insetcaption.C:
+       * insetcollapsable.C:
+       * inseterror.C:
+       * insetgraphics.C:
+       * insetlatexaccent.C:
+       * insetquotes.C:
+       * insetspecialchar.C:
+       * insettabular.C:
+       * insettext.C: name change for font metrics
+
+2002-05-24  Juergen Vigna  <jug@sad.it>
+
+       * insetgraphics.h: include inset.h first (for LString.h)
+
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insettext.C: screen moved
+
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insetbib.C:
+       * insetcite.C:
+       * inseterror.C:
+       * insetert.C:
+       * insetexternal.C:
+       * insetfloat.C:
+       * insetfloatlist.C:
+       * insetgraphics.C:
+       * insetinclude.C:
+       * insetindex.C:
+       * insetminipage.C:
+       * insetparent.C:
+       * insetref.C:
+       * insettabular.C:
+       * insettext.C:
+       * insettoc.C:
+       * inseturl.C: LyXView moved into frontends/
+
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * inset.C:
+       * insetbutton.C:
+       * insetcaption.C:
+       * insetcollapsable.C:
+       * insetcommand.C:
+       * inseterror.C:
+       * insetgraphics.C:
+       * insetgraphicsParams.C:
+       * insetlatexaccent.C:
+       * insetquotes.C:
+       * insetspecialchar.C:
+       * insettabular.C:
+       * insettext.C: move Painter to frontends/
+
+2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettabular.h: use more specific smart_ptr header.
+       * insettext.h: ditto
+
+       * insetgraphics.C (InsetGraphics): change call of shared_ptr::reset
+       (draw): ditto
+
+2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insettext.C: clear selection on paste (bug 393)
+
+2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insettext.C (latex): Honor the moving_arg argument.
+
+2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetfoot.C (latex): if a footnote is in a title layout, then it
+       is a \thanks. And then, its contents is a moving argument.
+
+2002-05-14  Juergen Vigna  <jug@sad.it>
+
+       * insetcollapsable.C (InsetCollapsable): forgot to initialize
+       first_after_edit.
+
+2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Insetcite.C (getNatbibLabel): don't disable natbib label support
+       when using options "Full author list" or "Upper case".
+
+2002-05-14  Herbert Voss  <voss@perce.de>
+
+       * insetgraphics.C (prepareFile): allow files with same name
+       in different dirs
+       (readFigInset): set the flags from old figinset in the right
+       manner
+       (findTargetFormat): more comments
+
+2002-05-14  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (edit): tell checkAndActivateInset() that we don't
+       have a button press.
+       (checkAndActivateInset): if button < 0 we don't have a button press
+       on the inset and os we won't call edit on it if it's not a Highly
+       editable inset (then we have to enter it).
+
+2002-05-13  Juergen Vigna  <jug@sad.it>
+
+       * insetcollapsable.C (insetButtonRelease): returned wrong return
+       value.
+
+2002-05-09  Juergen Vigna  <jug@sad.it>
+
+       * insetcollapsable.C (edit): first_after_edit should only be
+       set to true if we enter this inset and it was collapsed so we
+       open it up. This is needed to reclose it after a search/replace
+       or spellcheck function opened it and was negative.
+
+2002-05-09  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetfloat.C (latex): Return correct value.
+
+2002-05-04  Herbert Voss  <voss@perce.de>
+
+       * InsetgraphicsParams.C (read): fix bug with WH
+
+2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetfloat.C (latex): More sensible latex output
+       (fix the problem with endfloat).
+
+2002-05-02  José Matos  <jamatos@fep.up.pt>
+
+       * insetgraphics.C (validate): acess params as everyone else.
+
+2002-05-03  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (fitInsetCursor): recalculate the cursor position
+       if I request it.
+
+2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * InsetgraphicsParams.[Ch]: whitespace.
+
+2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetfloatlist.C (getScreenLabel): Fix crash in the case where
+       float type do not exist.
+
+2002-04-28  Herbert Voss  <voss@perce.de>
+
+       * insetgraphics.C (latex): fix bug with missing file-extension.
+       LaTeX still allows a missing "eps" or "ps".
+
+2002-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetfloat.C (c-tor, wide): translate the name of the float.
+
+2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetcite.[Ch]: take Herbert's patch to give WYSIWYG citation labels
+       when using natbib and make it work efficiently. Must emphasise that the
+       real work is Herbert's.
+
+2002-04-23  Herbert Voss  <voss@perce.de>
+
+       * insetgraphic.C (prepareFile): fix bug with overwriting and
+       deleting an existing *.eps-file in the doc-dir
+
+2002-04-23  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (drawCellSelection): fix off by 1 error.
+
+2002-04-22  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (setFont): rewoke full selection if it was asked,
+       after we changed all we had to change.
+
+       * insettext.C (insetUnlock): code was uninitialized in some situations.
+
+2002-04-19  Herbert Voss  <voss@perce.de>
+
+       * insetgraphic.C (prepareFile): return filename without
+       extension if we only export without compiling
+
+2002-04-19  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (draw): call a fullRebreak on the row where we had a
+       change and reset the cursor and selection-cursors.
+
+       * insettabular.C (insetUnlock):
+       (insetButtonPress): call an update before setting the_locking_inset = 0
+       as otherwise we don't repaint!
+       (update): reset the cursor position when we changed dimensions as
+       otherwise our cursor may be on the wrong spot.
+
+2002-04-18  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (localDispatch): repaint the cell if it was unlocked.
+       (unlockInsetInInset): set the_locking_inset to 0 only AFTER we made the
+       redraw otherwise we won't redraw.
+
+       * insettext.C (draw): fixed the setting of LyXText::first_y it was
+       not really right before, but I only discovered this with the last
+       changes to Page up/down.
+
+2002-04-17  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (checkAndActivateInset): simplified as we now have the
+       edit(bv, bool) call.
+
+       * insettext.h: changed behind variables to front variables to be
+       equal to the one in the edit call (as it is for that they are used).
+
+2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetnote.h (ascii): overide the InsetCollapsable::ascii method to
+       not output anything at all!
+
+2002-04-16  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (insetButtonPress):
+       (insetUnlock): call a redraw on unlocking the cell inset.
+
+       * insettext.C (insetButtonPress): same as below.
+       (lockInset): new function to set initial values when inset should
+       be locked.
+       (insetButtonPress): use above function.
+       (insetUnlock): don't force a repaint only set the updateStatus. The
+       outside world should repaint if it thinks it should be done!
+
+       * insettabular.C (insetButtonPress): init values if not set as locked
+       as we are locked if someone presses on us and don't call the edit()
+       call of the InsetText to lock it do it as BufferView does it!
+
+       * inset.h (insetInInsetY): make func const and return an int.
+       * insettext.C:
+       * insettabular.C:
+       * insetcollapsable.C: adapt the above changed function.
+
+2002-04-15  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (getCursorPos): return relative position as to be able
+       to give them directly to the edit() call.
+       (edit): we have to set also x_fix as it is not set inside the
+       setCursorFromCoordinates call!
+       (insetMotionNotify): ditto.
+
+2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetbib.C (getKeys): strip leading '\t's from the line too.
+       With thanks to Henry Pfister <hpfister@ucsd.edu>.
+
+2002-04-12  Juergen Vigna  <jug@sad.it>
+
+       * insettext.h: added cix() helper function and use it where appropriate
+
+2002-04-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetgraphics.C (prepareFile): fix bug when graphics is a
+       relative path
+
+2002-04-12  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (insertInset): remove unneeded code!
+       (updateLocal): fitCursor() fixes.
+       (collapseParagraphs): fix a possible problem when having a selection
+       and collapsing the paragraphs.
+
+2002-04-08  Herbert Voss  <voss@perce.de>
+
+       * insetgraphic.C (write): write the rotating angle as
+       a float as is. test only for != 0.0
+
 2002-04-11  Juergen Vigna  <jug@sad.it>
 
        * insettext.C: new function ciy() and use it for setting inset_y.
 
 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * insetfloatlist.C (getScreenLabel): 
+       * insetfloatlist.C (getScreenLabel):
        (latex): use Floating::listName
        (validate): new method