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 Fix building with cmake and Qt4 2015-06-11 00:09:31 +02:00
epstools.cpp Move the global formats and system_formats variables into the 2017-03-13 23:40:29 -04:00
epstools.h Move readBB_from_PSFile() out of support (no code change), 2012-02-15 20:50:52 +00:00
GraphicsCache.cpp Fix trailing whitespace in cpp files. 2017-07-03 13:53:14 -04:00
GraphicsCache.h Add 'needauth' option to converters that need explicit user authorization. 2016-11-22 23:54:58 +01:00
GraphicsCacheItem.cpp If the external modification is a deletion, do not ask for reloading. 2017-06-11 19:51:17 +02:00
GraphicsCacheItem.h Properly track the lifetime of signals2::slots (#8261) 2017-06-11 19:51:17 +02:00
GraphicsConverter.cpp Move all python shebangs from /usr/bin/env to python3. 2018-12-29 19:14:41 +00:00
GraphicsConverter.h Properly track the lifetime of signals2::slots (#8261) 2017-06-11 19:51:17 +02:00
GraphicsImage.h Header cleanup cont. 2013-05-23 22:12:29 -07:00
GraphicsLoader.cpp Avoid duplicate generation of the same preview 2018-06-06 18:59:37 +02:00
GraphicsLoader.h Properly track the lifetime of signals2::slots (#8261) 2017-06-11 19:51:17 +02:00
GraphicsParams.cpp Support units in external inset bbox 2015-07-16 22:06:35 +02:00
GraphicsParams.h Support units in external inset bbox 2015-07-16 22:06:35 +02:00
GraphicsTypes.h Header cleanup. 2011-07-14 17:00:35 +00:00
PreviewImage.cpp Properly track the lifetime of signals2::slots (#8261) 2017-06-11 19:51:17 +02:00
PreviewImage.h Add 'needauth' option to converters that need explicit user authorization. 2016-11-22 23:54:58 +01:00
PreviewLoader.cpp Fix preview with a nested preview not being shown (#10795) 2018-01-06 02:39:51 -05:00
PreviewLoader.h Properly track the lifetime of signals2::slots (#8261) 2017-06-11 19:51:17 +02:00