aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditPy/sepbuild.py
AgeCommit message (Collapse)AuthorFilesLines
2021-11-12Remove ScintillaEditPy as its prerequisites are unsupported.Neil1-345/+0
2020-05-01Better diagnostics when script failsNeil1-1/+2
2020-04-17Update Python versions for files that may involve PySide on Linux which requiresNeil1-0/+1
Python 2 still. On Windows, Python3 is used.
2020-03-16Fail early if Python 3.x.Neil1-0/+3
2015-11-20Remove line end whitespace.Neil1-9/+9
2013-11-07Feature [feature-requests:#1544]. Qt build system fixes for PySide separate ↵nyamatongwe1-11/+18
from shiboken. From Mark Yen.
2013-10-03Match change 4801 for Python binding types.nyamatongwe1-1/+1
From John Ehresman.
2013-08-10Fix PySide interface to match 64-bit fixes in ScintillaEdit.Unknown1-0/+4
2013-07-01Move non-platform-specific scripts into the scripts directory.Neil1-6/+13
Use FileGenerator module for file generation instead of code in each script.
2012-07-16Clean up more generated files when run with --clean.Neil Hodgson1-4/+7
2012-06-13Discover name of qmake as it is qmake-qt4 in some distributions of Linux.Neil Hodgson1-2/+9
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+312
at Scientific Toolworks, Inc. with additions performed for Wingware.