aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditPy
AgeCommit message (Expand)AuthorFilesLines
2021-11-12Remove ScintillaEditPy as its prerequisites are unsupported.Neil7-792/+0
2021-07-03Remove remnants of support for including lexers in Scintilla.Neil1-1/+1
2020-05-01Better diagnostics when script failsNeil1-1/+2
2020-04-17Update Python versions for files that may involve PySide on Linux which requiresNeil2-1/+2
2020-03-16Fail early if Python 3.x.Neil1-0/+3
2019-12-30gcc 9 has a new warning deprecated-copy which occurs many times in Qt headers.Neil1-1/+1
2018-12-14Stop specifying -std:c++latest as that is no longer needed to enable C++17 withNeil1-1/+0
2018-03-16Remove line-end white space.Neil2-14/+14
2018-01-28Allow C++17 in all build and project files.Neil1-2/+2
2017-07-23Bug [#1959]. Avoid problems with changes with different versions of Qt.Neil Hodgson1-2/+3
2017-06-15Avoid warnings from G++ 7 for ScintillaEditPy in code generated by Shiboken.Neil1-1/+3
2017-06-14Use $$files instead of bare wildcard to support including in a parent project.Neil1-3/+4
2017-06-12Removed unused functions and methods from Platform.h.Neil1-9/+2
2016-04-28Fixes for problems with C++11 <regex>.Neil Hodgson1-0/+9
2016-01-22For Qt, release builds have assertions turned off.John Ehresman1-0/+3
2015-11-20Remove line end whitespace.Neil1-9/+9
2014-08-06Fix the platform scope to work on Linux.Neil1-1/+1
2014-08-06Bug [#1635]. Make build on FreeBSD 9.2.Neil1-1/+4
2013-11-07Feature [feature-requests:#1544]. Qt build system fixes for PySide separate f...nyamatongwe2-13/+20
2013-10-03Match change 4801 for Python binding types.nyamatongwe2-5/+5
2013-08-10Fix PySide interface to match 64-bit fixes in ScintillaEdit.Unknown2-4/+8
2013-07-01Move non-platform-specific scripts into the scripts directory.Neil1-6/+13
2013-06-14Define custom marginMaskN / setMarginMaskN to treat values as a bitmask.Unknown1-0/+22
2013-06-10Define custom get_ / set_ margin_mask_n to treat values as a bitmaskJohn Ehresman1-0/+27
2013-05-06Bug: [#1448]. Detect QT 5.x and add widgets to QT to allow building.Neil Hodgson1-0/+1
2012-09-20Fix example PySide code to match current API.Neil Hodgson1-5/+5
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-29Information about running on Fedora.nyamatongwe1-1/+2
2012-05-27On Linux, disable warnings that occur in PySide generated code or PySide headersNeil Hodgson1-0/+1
2012-05-17Fixed out-of-date test program name.nyamatongwe1-1/+1
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe7-0/+696