]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/ChangeLog
The free_spacing patch and fix to the mess that Rob discovered.
[lyx.git] / src / graphics / ChangeLog
index 4b75a6b3e7b3355594bc8bfa9b0baf0dde3bfb81..4b9ac506ec0297e735f99c76fdacb0002ab04eb3 100644 (file)
@@ -1,3 +1,371 @@
+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
+       generating more than 999 preview snippets. Use filenames with 5 digit
+       numbers, not 3, in the first instance, although more general code is
+       commented out. I don't suppose /anyone/ has 100000 formulae in one
+       document...
+
+2002-09-03  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C: activate #ifdef USING_NEW_PREVIEW_STY code.
+
+2002-09-03  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsConverter.C (Impl c-tor): remove lyxpreview2xpm cruft.
+
+2002-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * GraphicsConverter.C (Impl c-tor): "hide" crash by prefixing
+       convertDefault command with "sh ".
+
+2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * GraphicsImage.C: small style fix to width/height setting.
+
+       * GraphicsTypes.h: have a displayTranslator here.
+
+       * Makefile.am:
+       * GraphicsTypes.C: new file added for the setDisplayTranslator();
+
+2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * 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>
+
+       * GraphicsImageXPM.h: inlcude boost/shared_ptr.hpp, remove include
+       for support/smart_ptr.h, switch to boost smart ptr.
+
+       * GraphicsImageXPM.C: reorder includes, include boost/bind.hpp
+       (~Data): let the smart_ptr handle cleanup
+       (reset): use nifty 3rd arg
+       (resetData): ditto
+       (free_color_table): free the table manually
+
+2002-08-09  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): pass Buffer::filePath() to
+       Buffer::makeLaTeXFile() so that LaTeX can find \input files because
+       input@path is now set correctly.
+
+2002-08-06  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C: add support for preview.sty 0.73 (currently
+       #ifdef-ed out, awaiting the formal release).
+
+       * PreviewedInset.[Ch] (removePreview): new method. Useful if previewing
+       the contents of a file that has changed.
+
+2002-08-05  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): add lyx to the list of options output
+       to preview.sty. Works only for versions of preview.sty > 0.72b but
+       doesn't hurt earlier versions. Allows me to test the new parsing of
+       LyX-specific data from the generated log file.
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsLoader.C: cache the BufferView as a weak_ptr.
+
+       * PreviewLoader.[Ch] (buffer): new method, returning the owner.
+       (add): don't add empty snippets.
+
+       * PreviewedInset.[Ch]: cache the BufferView as a weak_ptr.
+       (view, setView): access to to the cache_.
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewedInset.[Ch]: cache the LaTeX snippet.
+
+2002-08-01  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewedInset.[Ch]: new files. An abstract base class that can help
+       insets to generate previews.
+       The daughter class must instantiate three small methods.
+       The Inset would own an instance of this daughter class and invoke it
+       as necessary. For example, mathd/formula.C gets previews at the cost
+       of 15 or so lines of code.
+
+       * Makefile.am: add PreviewedInset.[Ch].
+
+       * PreviewLoader.C (add): add debug message.
+
+       * Previews.C (generateBufferPreviews): remove if-block from loop.
+
+2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * PreviewLoader.C (setFontScalingFactor): strip,frontStrip ->
+       trim,ltrim,rtrim
+       (setAscentFractions): ditto
+
+2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * PreviewLoader.C (setAscentFractions): modify because of strip
+       changes
+
+2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * GraphicsConverter.C (build_script): take a ostream as a more
+       general argument than ostringstream.
+
+2002-07-22  Herbert Voss  <voss@lyx.org>
+
+       * GraphicsConverter.C: get the "default converter" run again
+
+2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * PreviewLoader.C: use BufferParams::getLyXTextClass
+
+2002-07-21  Herbert Voss  <voss@lyx.org>
+
+       * GraphicsImage.C: get the LyXAspectRatio run.
+
+       * GraphicsParams.[Ch]: add bool keepLyXXAspectRatio
+
+2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * PreviewLoader.C (startLoading): pass an interger as resolution
+       to the lyxpreview converter
+
+       * GraphicsParams.C: include <cstdlib>
+
+2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * PreviewLoader.C (startLoading): use LibScriptSearch to find the
+       preview converter script
+
+2002-07-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * GraphicsCacheItem.C (reset): use erase() instead of clear() for
+       strings
+
+2002-07-18  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsCacheItem.[Ch]: add a FileMonitor variable to the the Impl
+       class.
+       (startMonitoring, monitoring, checksum): new methods to interact with
+       the FileMonitor.
+
+       * GraphicsLoader.[Ch] (startMonitoring, monitoring, checksum): new
+       methods invoking the CacheItem methods of the same name.
+       (resetFile): if monitoring and the file changes, start monitoring this
+       new file.
+
+2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Makefile.am: remove FileMonitor.[Ch]
+
+2002-06-17  Herbert Voss  <voss@lyx.org>
+
+       * GraphicsCachItem.C (findTargetFormat): remove the speciell case
+       for old ps-files (Garst). It's now handled by defining a converter and
+       disabling the ps-support of xforms.
+
+2002-07-17  Angus Leeming  <leeming@lyx.org>
+
+       Be true to the Pimpl idiom, moving all signals into the respective
+       Impl classes and defining methods to connect them to an outside slot.
+       Const-ify all visible class methods as they act only on a const pimpl_.
+
+       * GraphicsCache.[Ch] (add, remove): const-ify.
+
+       * GraphicsCacheItem.[Ch] (startLoading): const-ify.
+       (statusChanged): move the signal into the Impl class.
+       (connect): new method, enabling a listener to connect to this signal.
+
+       * GraphicsConverter.[Ch]: (startConversion): const-ify.
+       (finishedConversion): move the signal into the Impl class.
+       (connect): new method, enabling a listener to connect to this signal.
+
+       * GraphicsLoader.[Ch] (reset, startLoading): const-ify.
+       (statusChanged): move the signal into the Impl class.
+       (connect): new method, enabling a listener to connect to this signal.
+
+       * PreviewLoader.[Ch] (add, remove, startLoading): const-ify.
+       (imageReady): move the signal into the Impl class.
+       (connect): new method, enabling a listener to connect to this signal.
+       (emitSignal): new method, enabling PreviewImage to tell the outside
+       world that the file has been loaded into memory.
+
+       * Previews.[Ch] (loader, removeLoader, generateBufferPreviews):
+       const-ify.
+
+       * GraphicsCache.C:
+       * GraphicsCacheItem.C:
+       * GraphicsConverter.[Ch]:
+       * GraphicsImage.h:
+       * GraphicsImageXPM.C:
+       * GraphicsLoader.C:
+       * PreviewLoader.[Ch]: whitespace clean-up.
+
 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * PreviewLoader.C (setConverter): remove unused variable
        * Previews.[Ch]: use const in more places.
        (generateBufferPreviews): now takes a Buffer const & argument, not a
        pointer.
+
 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
 
        * GraphicsImage.h: remove getPixmap/X, add isDrawable()
+
 2002-07-12  Angus Leeming  <leeming@lyx.org>
 
        * GraphicsLoader.[Ch]: smart loading of images. Images are loaded only
 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
 
        * GraphicsCache.C: remove init_graphics()
+
 2002-07-09  Angus Leeming  <leeming@lyx.org>
 
        * PreviewLoader.C (setAscentFractions): fix bug due to use of integer