]> 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 c15e84fc3c8c7ce4e905420541f7c9c95c091b8f..c732bd3502ddb5606204b30c364e0f1e3d977487 100644 (file)
@@ -1,14 +1,90 @@
+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 Bjonnes  <larsbj@gullik.net>
+2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * pch.h: new file
 
        * Makefile.am: support pch
 
-2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
+2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * PreviewLoader.C, GraphicsParams.C, GraphicsConverter.C: change
        "support/std_sstream.h" to <sstream>
        * PreviewLoader.C: use always a temp dir
        * PreviewLoader.C: check successfull creation of LaTeX file
 
-2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
+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 Bjonnes  <larsbj@gullik.net>
+2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * GraphicsTypes.C: include <string>
 
-2003-11-20  Lars Gullik Bjonnes  <larsbj@gullik.net>
+2003-11-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Previews.C: include paragraph.h
        * PreviewLoader.C: ditto