docutil/docsvg.py
12 months ago Edouard Tisserant Fix SVGHMI build exception on windows: return bytes for inkscape path in docsvg.
12 months ago Edouard Tisserant docsvg: safer version checking of Inkscape
21 months ago Edouard Tisserant Py3 related fixes for SVGHMI UI.
21 months ago Edouard Tisserant Fix Py3 problems with basic SVGHMI build and run.
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
2022-08-08 Edouard Tisserant IDE, SVGHMI: Workaround Snap package not launching Inskape, POEdit or Chromium directly, producing lot of output in Incskape CLI, and messing with TMPDIR wxPython4
2022-05-26 Edouard Tisserant SVGHMI: Adapt to Inkscape 0.92 "-e" replaced by "-o" in 1.2, and workaround access right problem when generating thumbnails.
2022-05-23 Edouard Tisserant IDE/Windows: Find Inkscape binary even if Inkscape was installed for current user only.
2021-01-18 Edouard Tisserant Docutil : reworked Inkscape launching and path resolution in docsvg.py svghmi
2020-09-03 Edouard Tisserant docsvg.py : Better error message when inkscape is not installed.
2019-08-12 Edouard Tisserant Allow using docutil.get_inkscape_path() on Linux also.
2018-10-04 Andrey Skvortsov python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-18 Andrey Skvortsov fix pylint warning '(expression-not-assigned) Expression "X" is assigned to nothing'
2017-10-16 Andrey Skvortsov fix pylint error "(undefined-variable) Undefined variable 'X'"
2017-09-28 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
2017-09-22 Andrey Skvortsov fix unnecessary parens after keyword
2017-09-12 Andrey Skvortsov found installed Inkscape on Windows
2017-08-19 Andrey Skvortsov clean-up: fix PEP8 E722 do not use bare except'
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 W293 blank line contains whitespace
2017-08-14 Andrey Skvortsov clean-up: fix some PEP8 E228 missing whitespace around modulo operator
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E401 multiple imports on one line
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz