]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/ChangeLog
Trivial fixes to some warnings thrown up by MSVS.Net 2003.
[lyx.git] / src / graphics / ChangeLog
index bf0b3738b306f530d97432896b1709993046c6d1..c732bd3502ddb5606204b30c364e0f1e3d977487 100644 (file)
@@ -1,3 +1,436 @@
+2005-11-02  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsCacheItem.C: trivial fix to a MSVS warning.
+
+2005-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (startLoading): quote the name of the LaTeX file
+       passed to the lyxpreview converter script.
+
+2005-04-17  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsConverter.C (c-tor): quote conversion commands correctly.
+
+2005-02-15  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsLoader.C: s/struct/class/ in definition of
+       lyx::graphics::Loader::Impl to silence MSVC warning:
+       "type name first seen using 'class' now seen using 'struct'".
+
+2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * PreviewLoader.C (Impl): use convert<> instead of atoi,strToXXX
+       and friends
+
+       * GraphicsParams.h (class Params): change angle from float to double
+
+2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * PreviewLoader.C (unique_filename): tostr -> convert
+
+2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * PreviewLoader.C: lyxrc.preview_scale_factor is a string now.
+
+2004-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * rename a lot of InsetOld to InsetBase
+
+2004-11-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * GraphicsCache.C: include <map> to fix compilation with boost
+       1.32.0
+
+2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * GraphicsCacheItem.C:
+       s/getFormatFromContents/formats.getFormatFromFile/
+
+2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * GraphicsCacheItem.C: s/getExtFromContents/getFormatFromContents/
+       * GraphicsImage.h (loadableFormats): correct documentation
+
+2004-10-01  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsConverter.C (move_file, build_script): protect
+       shell variables with quotes.
+
+2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * pch.h: use proper signal include
+
+       * GraphicsCacheItem.[Ch]: Use preferred calling of Boost.Signal
+       * GraphicsConverter.C: ditto
+       * GraphicsImage.h: ditto
+       * GraphicsLoader.[Ch]: ditto
+       * PreviewLoader.[Ch]: ditto
+
+2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * pch.h: include <boost/function.hpp> instead of
+       <boost/function/function0.hpp>
+
+       * GraphicsImage.C: Use preferred calling of boost::function
+       * GraphicsImage.h: ditto
+
+2004-08-16  José Matos  <jamatos@lyx.org>
+
+       * PreviewLoader.C (Impl::startLoading): remove space at end of line.
+
+2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * pch.h: new file
+
+       * Makefile.am: support pch
+
+2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * PreviewLoader.C, GraphicsParams.C, GraphicsConverter.C: change
+       "support/std_sstream.h" to <sstream>
+
+2004-04-19  Angus Leeming  <leeming@lyx.org>
+
+       * Previews.[Ch] (status): new member function, replacing activated.
+
+2004-04-15  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (startLoading): change arguments passed to the
+       preview-generation script to include the foreground and background
+       colours.
+       (dumpPreamble): no longer write the foreground and background
+       colours to the latex file as PostScript specials.
+       (setConverter): consider only those 'to' formats that are
+       loadable natively by the GUI library, rather than all formats
+       for which a converter exists.
+       (setAscentFractions): re-written to parse much simplified metrics
+       file.
+
+2004-04-13  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble):
+       * Previews.C (generateBufferPreviews): re-enable iteration over all
+       insets.
+
+2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * GraphicsCacheItem.C (convertToDisplayFormat): unzip zipped files
+       to a temporary file
+       * PreviewLoader.C: use always a temp dir
+       * PreviewLoader.C: check successfull creation of LaTeX file
+
+2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * PreviewLoader.C (FindFirst): inherit from std::unary_function
+       and make operator() const
+       (FindSnippet): inherit from unary_function, simplify slightly.
+
+2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * GraphicsTypes.C: include <string>
+
+2003-11-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Previews.C: include paragraph.h
+       * PreviewLoader.C: ditto
+
+2003-11-05  José Matos  <jamatos@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): rename ascii to plaintext
+       and LatexRunParams to OutputParams.
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewImage.C (statusChanged): always pass on the signal, not just
+       when the preview is ready for display.
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsConverter.C (Impl c-tor): add a warning message if the file
+       to contain the conversion script cannot be opened.
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (startLoading): do nothing if the buffer is not yet
+       loaded.
+
+2003-10-13  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsTypes.[Ch] (setDisplayTranslator): removed.
+       Make displayTranslator a function,
+
+2003-10-10  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewedInset.[Ch]: removed.
+
+       * Makefile.am: remove PreviewedInset.[Ch].
+
+2003-10-09  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewedInset.[Ch] (previewReady): remove the side effects.
+       Now simply reports whether the preview is ready.
+
+2003-10-09  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewedInset.[Ch]: move PreviewedInset out of namespace lyx::graphics.
+       Remove the inset and view member functions.
+       Add a new connect member function and preview_ready_signal_ member
+       variable, to enable the class to tell an arbirary connectee that the
+       preview is ready.
+
+2003-10-09  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewedInset.[Ch] (removePreview, previewReady): these functions
+       are now passed a 'Buffer const &', eliminating most of the remaining
+       need for PreviewedInset to use a BufferView cache.
+
+2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * GraphicsCache.h:
+       * PreviewImage.h: add <string> and other small fixes to make
+       Lars' std::string patch compile with STLport.
+
+2003-09-29  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsParams.[Ch] (asString): removed. Replaced with
+       operator<<(std::ostream &, BoundingBox const &).
+
+2003-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsParams.[Ch] (asString): new member function.
+
+2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Previews.C (Previews): fix new bug
+
+       * GraphicsCache.C (Cache): fix new bug
+
+2003-09-19  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewedInset.[Ch] (generatePreview, previewWanted): now passed
+       a 'Buffer const &' argument.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewedInset.C (latexString): add a Buffer const & arg.
+       * PreviewedInset.C (addPreview): pass the buffer to latexString.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewedInset.[Ch] (c-tor) move out of line.
+       (d-tor): make private.
+       (inset): return a const reference rather than a non-const pointer.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsImage.h: separate interface from implementation. Make all the
+       pure virtual functions private.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C: add #include "LColor.h".
+
+2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * GraphicsConverter.C
+       * PreviewLoader.C: remove usage of STRCONV
+
+2003-09-14  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (remove): consider all InProgressProcesses when
+       ascertaining which ones to remove from the list, not every other one.
+
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * GraphicsCacheItem.C: change Assert to BOOST_ASSERT
+       * Previews.C: ditto
+
+2003-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsImage.C:
+       * GraphicsParams.C:
+       * PreviewLoader.C: remove redundant using directives.
+
+2003-09-07  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsTypes.h:
+       * Previews.h: remove #include "support/std_string.h".
+
+2003-09-06  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewedInset.C: add #include "insets/inset.h"
+
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * *.C: strip out redundant #includes. (26 in total.)
+
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * LoaderQueue.C (get):
+
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsCache.C:
+       * GraphicsCacheItem.C:
+       * GraphicsConverter.C:
+       * PreviewImage.C:
+       * PreviewLoader.C:
+       * PreviewedInset.C:
+       * Previews.C: 'namespace support = lyx::support' rather than
+       'using lyx::support'.
+
+       * Previews.h: cleaned up some comments.
+
+       * LoaderQueue.[Ch]: move #include "GraphicsCacheItem.h" into the .C file.
+
+2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * GraphicsTypes.h: do not declare displayTranstor here (and remove
+       extra include)
+
+2003-07-27  José Matos  <jamatos@fep.up.pt>
+
+       * PreviewLoader.C (Impl::dumpPreamble): comply with makeLaTeXFile
+       argument change.
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsCache.h:
+       * GraphicsCacheItem.[Ch]:
+       * GraphicsParams.h:
+       * PreviewLoader.h:
+       * PreviewedInset.[Ch]:
+       * Previews.h: use namespace lyx::graphics rather than grfx shortcut.
+
+2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Change namespace grfx to lyx::graphics.
+
+2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * introcude namespace lyx::support
+
+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