]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Small refactoring of DocBook stuff
[lyx.git] / src / insets / ChangeLog
index f85ebb44fa59ef92d3e4d55db634d77403c824b1..bfa50b00d7d23ba77ae8c2ff497a1aaea64a6d6f 100644 (file)
@@ -1,3 +1,100 @@
+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>