lyx_mirror/src/graphics
Georg Baum f09a9fe2e6 Remove unsafe method FileName::tempName()
FileName::tempName() created a new temp file name by using qt to create a
temporary file with a unique name, and then deleting that file and returning
the name. This was unsafe, since other processes or even other threads of the
running LyX could create files with the same name between deletion and then
using the temp name.
This is fixed by using the TempFile class instead. As a side effect, a few
cases where the temp files were not deleted after usage were fixed as well.
The only place that is still unsafe is createTmpDir().
2014-06-09 13:05:50 +02:00
..
CMakeLists.txt Revert "Cmake build: Make PreviewLoader.cpp compilable again" 2012-12-15 11:05:09 +01:00
epstools.cpp Fix bug #8114: LyX does not retrieve negative bbox parameters 2012-04-08 23:20:01 +02:00
epstools.h Move readBB_from_PSFile() out of support (no code change), 2012-02-15 20:50:52 +00:00
GraphicsCache.cpp
GraphicsCache.h
GraphicsCacheItem.cpp Remove unsafe method FileName::tempName() 2014-06-09 13:05:50 +02:00
GraphicsCacheItem.h
GraphicsConverter.cpp Remove unsafe method FileName::tempName() 2014-06-09 13:05:50 +02:00
GraphicsConverter.h fix some typos. Patch by Yuri Chornoivan. 2010-12-29 16:57:04 +00:00
GraphicsImage.h Header cleanup cont. 2013-05-23 22:12:29 -07:00
GraphicsLoader.cpp This is the result of an audit of all static variables, looking 2014-04-21 11:51:57 -04:00
GraphicsLoader.h
GraphicsParams.cpp
GraphicsParams.h Header cleanup cont. 2013-05-23 22:12:29 -07:00
GraphicsTypes.h Header cleanup. 2011-07-14 17:00:35 +00:00
PreviewImage.cpp Header cleanup cont. 2013-05-23 22:12:29 -07:00
PreviewImage.h
PreviewLoader.cpp Centralize replacement of "$$s" 2014-05-14 15:45:20 -04:00
PreviewLoader.h