lyx_mirror/src/graphics
Enrico Forestieri 48a065e89e Always use utf-8 in scripts with Python3
In order to perform a conversion of graphic format LyX generates
a python script containing the path of the original file to convert.
While Python2 needs the file in the native encoding of the OS, in
Python3 the encoding has to strictly be how announced by the first
line of a script, in our case utf-8.
2024-01-25 10:17:23 +01:00
..
CMakeLists.txt prevent Qt6 from defining UNICODE (Qt6.1.1 and upwards) 2021-06-19 10:48:49 +02:00
epstools.cpp Include standard <regex> 2020-11-29 15:27:28 +02:00
epstools.h
GraphicsCache.cpp Cleanup included headers 2020-11-29 00:25:14 +02:00
GraphicsCache.h Add 'needauth' option to converters that need explicit user authorization. 2016-11-22 23:54:58 +01:00
GraphicsCacheItem.cpp Replace calls from make_unique to lyx::make_unique 2021-01-15 11:36:14 +01:00
GraphicsCacheItem.h Merge namespace signals2 into namespace lyx 2020-12-19 22:52:51 +02:00
GraphicsConverter.cpp Always use utf-8 in scripts with Python3 2024-01-25 10:17:23 +01:00
GraphicsConverter.h Merge namespace signals2 into namespace lyx 2020-12-19 22:52:51 +02:00
GraphicsImage.h Remove obsolete comment 2024-01-04 18:44:33 +01:00
GraphicsLoader.cpp Avoid null pointer dereference 2022-02-20 17:09:49 +01:00
GraphicsLoader.h Merge namespace signals2 into namespace lyx 2020-12-19 22:52:51 +02:00
GraphicsParams.cpp Support units in external inset bbox 2015-07-16 22:06:35 +02:00
GraphicsParams.h #9376 prepare use of Length in lyxrc - move the class Length to support 2020-08-07 09:24:31 +02:00
GraphicsTypes.h
PreviewImage.cpp Use iround function, amend c0ce79452f 2020-11-27 12:16:50 +02:00
PreviewImage.h Remove unused forward declarations 2020-10-13 09:57:36 +03:00
PreviewLoader.cpp Fix previews in yellow notes and disabled branches 2023-12-19 17:56:18 +01:00
PreviewLoader.h Merge namespace signals2 into namespace lyx 2020-12-19 22:52:51 +02:00