]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Small refactoring of DocBook stuff
[lyx.git] / src / insets / ChangeLog
index d8d11b9102b7760be373f34e60ecfc2720ce0ea7..bfa50b00d7d23ba77ae8c2ff497a1aaea64a6d6f 100644 (file)
@@ -1,3 +1,155 @@
+2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
+
+    * insettext.C: small refactoring of docbook stuff
+
+2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (lfunMouseRelease): dont use implicit conversion to bool
+       (priv_dispatch): adjust for operator dispatch_result_t removal
+
+       * insettabular.C (lfunMouseRelease): put the result of a dispatch
+       in a DispatchResult, adjust accordingly.
+       (priv_dispatch): use strange >= construct... (will be removed later)
+
+       * most insets: dispatch_result -> DispatchResult
+
+       * insetbase.h: move DispatchResult out to dispatchresult.h
+
+2003-10-27  André Pönitz  <poenitz@gmx.net>
+
+       * insetpagebreak.[Ch]: new inset for page breaks
+
+       * insetline.[Ch]: new inset for vertical lines
+
+       * Makefile.am:
+       * inset.h: adjust
+
+2003-10-25  Angus Leeming  <leeming@lyx.org>
+
+       * render_base.h (asButton, asGraphic, asPreview, asMonitoredPreview):
+       new virtual member functions, specialised...
+       * render_button.h (asButton):
+       * render_graphic.h (asGraphic):
+       * render_preview.h (asPreview, asMonitoredPreview): ... here.
+
+       * insetexternal.C: use these new functions rather than dynamic_cast.
+       Various other small simplifications.
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * insetexternal.[Ch]: add the ability to 'preview' the external file
+       if so desired.
+
+       * insetinclude.C: changes due to the changes in the RenderPreview
+       interface.
+
+       * render_preview.[Ch]: Lots of small changes. Display a diagnostic
+       message if the preview image is not available. Only initiate the
+       loading of the preview from draw(). Ditto, start the monitoring
+       of an external file from RenderMonitoredPreview::draw.
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * insetcite.[Ch] (setLoadingBuffer): removed.
+       (getNatbibLabel): use the new Buffer::fully_loaded member function to
+       ascertain whether to proceed with the (expensive) task of computing
+       the natbib-style label. Remove the home-grown hack providing
+       similar functionality.
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * render_graphic.[Ch] (statusMessage, readyToDisplay): move out of the
+       class and into an anonymous namespace.
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * insetcommand.h: remove the display method.
+
+       * insetbibtex.h:
+       * insetfloatlist.h:
+       * insetindex.h (InsetPrintIndex):
+       * insettoc.h: add a display method, returning true.
+
+2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetcollapsable.h:
+       * insetcommand.h:
+       * insetfloat.h:
+       * insetfootlike.h:
+       * insetinclude.h: (1) finish off the inset display() work;
+       (2) fix the "is a bit silly" bug (accessing char
+       past end of par).
+
+2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * inset.h:
+       * insetfloat.h:
+       * insetfootlike.h: re-introduce display() for insets,
+       fixing the various bugs (stretch of line above, math inset
+       positioning, ...)
+
+2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetbase.C (dispatch): new func
+       (priv_dispatch): new func replaces...
+       (localDispatch): this, deleted.
+
+       * all insets with dispatch modified for new code.
+
+2003-10-15  André Pönitz  <poenitz@gmx.net>
+
+       * insetcollapsable.[Ch]
+       * insettabular.[Ch]
+       * inset.h: re-add some edit(bv, index) method called by undo
+
+2003-10-14  Angus Leeming  <leeming@lyx.org>
+
+       * insetexternal.[Ch] (view, cache, view_):
+       * insetgraphics.[Ch] (view, cache, view_):
+       * insetinclude.[Ch] (view, cache, view_): remove the BufferView cache.
+       (statusChanged): call LyX::cref().updateInset.
+
+       * insetinclude.C (fileChanged): use LyX::cref().updateInset rather than
+       the BufferView cache.
+
+       * insetlabel.h: remove #include <boost/weak_ptr.hpp>. Cruft from an
+       earlier clean-up.
+
+2003-10-14  Angus Leeming  <leeming@lyx.org>
+
+       * insetinclude.C (metrics, draw): only draw the preview when previews
+       are activated.
+
+2003-10-14  André Pönitz  <poenitz@gmx.net>
+
+       * insetcollapsable.[Ch]:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:
+       * inset.h: getText() as alternative to getParagraphs()
+
+2003-10-13  Angus Leeming  <leeming@lyx.org>
+
+       * insetexternal.C:
+       * insetgraphicsParams.C: displayTranslator is now a function.
+
+2003-10-13  Angus Leeming  <leeming@lyx.org>
+
+       * insetinclude.C: remove #include "PreviewImage.h".
+
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ExternalSupport.C:
+       * ExternalTransforms.C:
+       * insetbox.C:
+       * insetbox.h: ws changes only
+
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetinclude.C (localDispatch): do not call
+       InsetOld::localDispatch, just return UNDISPATCHED
+       * insetgraphics.C (localDispatch): ditto
+       * insetcommand.C (localDispatch): ditto
+
 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * inset.h: get rid of RESULT typedef for dispatch_result