Skip to content

Commit 319516c

Browse files
committed
GUI - upgrade QScintilla to 2.13.0
1 parent 8823fac commit 319516c

File tree

668 files changed

+387
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

668 files changed

+387
-242
lines changed

app/gui/qt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ find_package(Threads REQUIRED)
4141

4242
# We build QScintilla as part of the main project to make it easy to debug/fix
4343
# It is not built as part of externals
44-
add_subdirectory(QScintilla-2.12.1)
44+
add_subdirectory(QScintilla_src-2.13.0)
4545

4646
set(APP_NAME sonic-pi)
4747
set(MACOS_APP_NAME "Sonic Pi")

app/gui/qt/QScintilla-2.12.1/ChangeLog renamed to app/gui/qt/QScintilla_src-2.13.0/ChangeLog

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
1+
2021-06-13 Phil Thompson <[email protected]>
2+
3+
* NEWS, Python/sip/qsciscintillabase.sip:
4+
Fixed the Python bindings of SendScintilla() so that a negative
5+
value can be passed as the wParam argument (specifically
6+
SC_CURSORNORMAL).
7+
[84da33178802] [2.13.0]
8+
9+
2021-06-03 Phil Thompson <[email protected]>
10+
11+
* NEWS, Python/sip/qsciprinter.sip, qt/qscintilla.pro,
12+
qt/qsciprinter.cpp, qt/qsciprinter.h:
13+
Added the new QsciPrinter::printRange() overload. The library
14+
version number is now v15.1.0.
15+
[4b18dcfe67c4]
16+
17+
* Merged the 2.12-maint branch.
18+
[a33fcd321f79]
19+
20+
2021-05-20 Phil Thompson <[email protected]>
21+
22+
* qt/PlatQt.cpp:
23+
Fixed the handling of explicit Qt font weights for Qt6.
24+
[1dbb97147333] <2.12-maint>
25+
26+
2021-05-06 Phil Thompson <[email protected]>
27+
28+
* qt/qscintilla.pro:
29+
Bumped the version number of the shared library.
30+
[7b3f97fa852f] <2.12-maint>
31+
32+
* NEWS, qt/ListBoxQt.cpp:
33+
Improved the appearence of the auto-completion popup.
34+
[6d05cdc2c9c9] <2.12-maint>
35+
136
2021-03-04 Phil Thompson <[email protected]>
237

38+
* .hgtags:
39+
Added tag 2.12.1 for changeset c1e9b5f091d6
40+
[0e8a95ee3197] <2.12-maint>
41+
342
* NEWS:
443
Released as v2.12.1.
544
[c1e9b5f091d6] [2.12.1] <2.12-maint>

app/gui/qt/QScintilla-2.12.1/NEWS renamed to app/gui/qt/QScintilla_src-2.13.0/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v2.13.0 13th June 2021
2+
- Added the QsciPrinter::printRange() overload that uses a supplied QPainter
3+
to render the pages.
4+
- Improved the appearence of the auto-completion popup.
5+
- Bug fixes.
6+
17
v2.12.1 4th March 2021
28
- Packaging bug fixes.
39

app/gui/qt/QScintilla-2.12.1/Python/pyproject-qt5.toml renamed to app/gui/qt/QScintilla_src-2.13.0/Python/pyproject-qt5.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "sipbuild.api"
66
# Specify the PEP 566 metadata for the project.
77
[tool.sip.metadata]
88
name = "QScintilla"
9-
version = "2.12.1"
9+
version = "2.13.0"
1010
summary = "Python bindings for the QScintilla programmers editor widget"
1111
home-page = "https://www.riverbankcomputing.com/software/qscintilla/"
1212
author = "Riverbank Computing Limited"

app/gui/qt/QScintilla-2.12.1/Python/pyproject-qt6.toml renamed to app/gui/qt/QScintilla_src-2.13.0/Python/pyproject-qt6.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "sipbuild.api"
66
# Specify the PEP 566 metadata for the project.
77
[tool.sip.metadata]
88
name = "PyQt6-QScintilla"
9-
version = "2.12.1"
9+
version = "2.13.0"
1010
summary = "Python bindings for the QScintilla programmers editor widget"
1111
home-page = "https://www.riverbankcomputing.com/software/qscintilla/"
1212
author = "Riverbank Computing Limited"

0 commit comments

Comments
 (0)