]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/ChangeLog
If the graphics loader has a copy c-tor it should have copy assignment that does...
[lyx.git] / src / graphics / ChangeLog
index 1b8b84681c43e08c78438cfe267cad465e7ab008..48e67610cbc59b01c46682c24b72543fd615053c 100644 (file)
@@ -1,3 +1,179 @@
+2003-06-04  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsLoader.C (Loader copy c-tor): make it work as expected. ;-)
+       (operator=): if it has a copy c-tor, it should have this too.
+
+2003-06-03  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsLoader.[Ch] (Loader): add copy constructor.
+
+2003-05-23  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): rename fragile as moving_arg.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): no longer pass a free_spacing arg to
+       the inset::latex method.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): no longer pass a fragile arg to
+       the inset::latex method.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): the 'nice' param passed to
+       makeLaTeXFile is now encapsulated within runparams.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble):
+       pass around a LatexRunParams parameter.
+
+2003-05-13 André Pönitz <poenitz@gmx.net>
+
+       * GraphicsConverter.C:
+       * PreviewLoader.C: use tostr from own header
+
+2003-05-12 André Pönitz <poenitz@gmx.net>
+
+       * PreviewLoader.C:  boost::format -> bformat 
+
+2003-04-15  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsConverter.C: #include lstrings.h.
+
+2003-02-28  Alfredo Braunstein <abraunst@libero.it>
+
+       * GraphicsConverter.C
+       * PreviewLoader.C: added #include "format.h"
+
+2003-02-26  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewedInset.[Ch]: strip out the caching of the BufferView and
+       use the cache of the parent inset instead.
+
+       * PreviewLoader.C (startLoading): Prevent a crash if the user is
+       not using a tmp directory.
+
+2003-02-26  Alfredo Braunstein  <abraunst@libero.it>
+
+       * GraphicsLoader.[Ch],
+       * PreviewImage.[Ch],
+       * PreviewedInset.C: Removed unneeded list of owner insets 
+
+2003-02-25  Alfredo Braunstein  <abraunst@libero.it>
+
+       * GraphicsConverter (startConversion): add the call to
+       ForkedCallQueue::add 
+
+       * GraphicsLoader.[Ch],
+       * PreviewImage.[Ch],
+       * PreviewedInset.C: Removed unneeded BufferView 
+       
+2003-02-25  Alfredo Braunstein  <abraunst@libero.it>
+
+       * LoaderQueue.[Ch]: a simplification of the code, eliminated
+       the unneeded input bucket.
+
+       * GraphicsCacheItem.C (imageConverted): move warning inside the
+       !success block.
+
+2003-02-25  Alfredo Braunstein  <abraunst@libero.it>
+
+       * PreviewLoader.C (FindFirst): use ==, not < with std::find.
+
+2003-02-21  Alfredo Braunstein  <abraunst@libero.it>
+       
+       * LoaderQueue.[Ch] (setPriority): added
+       
+       * PreviewLoader.C (finishedGenerating): reversed the loading order so 
+       first images get 'touched' last, and so load first.
+
+2003-02-20  Alfredo Braunstein  <abraunst@libero.it>
+
+       * LoaderQueue.[Ch]: added. Implements a service queue that loads
+       images in background
+       * GraphicsSupport.[Ch]: removed
+       * Makefile.am: the changes above
+       * GraphicsLoader.C: use the loading queue
+
+2003-01-21  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): ensure that \lyxlock does not prevent
+       previews from being generated.
+
+2003-01-13  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsCacheItem.C (findTargetFormat): define the default conversion
+       format to be PPM not XPM.
+
+2002-12-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (EXTRA_DIST): remove variable 
+
+2002-12-13  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsImageXPM.[Ch]: removed.
+
+       * Makefile.am: associated change.
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: ws changes
+
+2002-11-21  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsConverter.C (build_script, move_file):
+       Don't use "if [ $? -ne 0 ]; then..."
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * PreviewLoader.C (IncrementedFileName): STRCONV
+       (startLoading): ditto
+
+       * GraphicsConverter.C (Impl): STRCONV
+       (move_file): ditto
+
+       * GraphicsTypes.C: include config.h
+
+2002-10-25  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsConverter.C (Impl::converted)
+       * PreviewLoader.C (Impl::finishedGenerating): no longer receives a
+       string as first arg, reflecting change in ForkedCall interface.
+
+       * PreviewLoader.C: use pid rather than command as identifier in
+       InProgress map.
+
+2002-10-18  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsCacheItem.C (findTargetFormat): add debug message.
+
+2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (INCLUDES): loose SIGC_INCLUDES
+
+2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * GraphicsConverter.C (build_script): do not use ChangeExtension
+       on a base name
+       (Impl): ditto
+
+2002-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * all files: modify the headers as discussed on the list.
+
+2002-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (startLoading): pass the desired output format to the
+       conversion script.
+
+2002-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C: remove this ndigits stuff as an unnecessary extra.
+
 2002-09-03  Angus Leeming  <leeming@lyx.org>
 
        * PreviewLoader.C: fix crash reported by Norbert Koksch when
        * GraphicsImage.C:
        * GraphicsParams.[Ch]: remove keepLyXAspectRatio, width and height
        because this input has gone from the graphics dialog.
-       
+
        * GraphicsTypes.h: add enum DisplayType DefaultDisplay
 
 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>