lyx_mirror/development
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
..
attic Fix some issues found by the shellcheck script, and move an old 2017-08-21 17:16:30 -04:00
autotests findadv tests: Adapt one test for the new greedy behaviour 2018-11-26 16:00:27 +01:00
batchtests Adapt test 'BATCH_outline-beamer' to reflect lokalization changes 2018-08-05 09:40:13 +02:00
checksigs Keep track of signatures stored on ftp server. 2017-02-16 12:54:43 -08:00
checkurls
CI Set n:o digits in abbrev. hash in script that checks commit log. 2017-08-20 18:34:25 +02:00
cmake Move all python shebangs from /usr/bin/env to python3. 2018-12-29 19:14:41 +00:00
coding
cygwin Update the formats of lyxrc.dist.in to 22 2017-08-14 02:02:57 -04:00
HTML
keystest
lyxserver Update the server_monitor example client to Qt5 2018-08-07 17:47:50 +02:00
MacOSX Slightly lighter icons 2018-12-27 17:17:33 +01:00
mathmacros
tools Move all python shebangs from /usr/bin/env to python3. 2018-12-29 19:14:41 +00:00
unix Adapt Format-entry in unix/lyxrc.dist 2018-04-22 12:02:27 +02:00
Win32 Slightly lighter icons 2018-12-27 17:17:33 +01:00
.gitignore
coverity_modeling.cpp Model lyx_exit() to tell coverity what it does 2017-03-31 16:51:02 +02:00
expectedTestFailures
FORMAT Fix parentheses with Hebrew 2018-10-30 12:33:35 +01:00
LyX-Mac-binary-release.sh Less verbose framework relocation support output. 2018-09-21 21:50:21 +02:00
lyx.package.README
lyx.rpm.README
lyx.spec.in
Makefile.am Makefile.am: forgot this in the previous commit 2018-02-18 15:52:30 +01:00
PAINTING_ANALYSIS Remove row crc computation 2017-11-11 13:24:08 +01:00
TestsToDo