lyx_mirror/src/graphics
José Matos 3f03f0a447 Move all python shebangs from /usr/bin/env to python3.
The change is only relevant to development as all the call to python scripts is done
calling C++ os::python that invoques the appropriate python version.

The change is two fold, on one hand remove all the uses of /usr/bin/env for python.

On the other hand rename all the calls to python from python to python3 making it explicit
and being compliant with PEP 394 -- The "python" Command on Unix-Like Systems:
https://www.python.org/dev/peps/pep-0394/

Remove the sheebang from src/graphics/GraphicsConverter.cpp because it is not necessary.

Some small whitespace changes.
2018-12-29 19:14:41 +00:00
..
CMakeLists.txt
epstools.cpp
epstools.h
GraphicsCache.cpp
GraphicsCache.h
GraphicsCacheItem.cpp
GraphicsCacheItem.h
GraphicsConverter.cpp Move all python shebangs from /usr/bin/env to python3. 2018-12-29 19:14:41 +00:00
GraphicsConverter.h
GraphicsImage.h
GraphicsLoader.cpp Avoid duplicate generation of the same preview 2018-06-06 18:59:37 +02:00
GraphicsLoader.h
GraphicsParams.cpp
GraphicsParams.h
GraphicsTypes.h
PreviewImage.cpp
PreviewImage.h
PreviewLoader.cpp Fix preview with a nested preview not being shown (#10795) 2018-01-06 02:39:51 -05:00
PreviewLoader.h