PyQt6-WebEngine 6.9.0__tar.gz → 6.10.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. pyqt6_webengine-6.10.0/ChangeLog +339 -0
  2. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/NEWS +3 -0
  3. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/PKG-INFO +4 -3
  4. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/pyproject.toml +4 -3
  5. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/QtWebEngineCoremod.sip +5 -3
  6. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginecertificateerror.sip +6 -0
  7. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineclienthints.sip +6 -0
  8. pyqt6_webengine-6.10.0/sip/QtWebEngineCore/qwebengineextensioninfo.sip +47 -0
  9. pyqt6_webengine-6.10.0/sip/QtWebEngineCore/qwebengineextensionmanager.sip +51 -0
  10. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginefilesystemaccessrequest.sip +4 -1
  11. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineframe.sip +3 -0
  12. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginefullscreenrequest.sip +3 -0
  13. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineglobalsettings.sip +1 -1
  14. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineloadinginfo.sip +4 -0
  15. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginepermission.sip +2 -2
  16. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineprofile.sip +22 -11
  17. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineprofilebuilder.sip +3 -0
  18. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginesettings.sip +7 -1
  19. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineQuick/qquickwebengineprofile.sip +6 -1
  20. pyqt6_webengine-6.9.0/ChangeLog +0 -277
  21. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/LICENSE +0 -0
  22. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/README.md +0 -0
  23. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qtwebenginecoreglobal.sip +0 -0
  24. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineclientcertificateselection.sip +0 -0
  25. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineclientcertificatestore.sip +0 -0
  26. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginecontextmenurequest.sip +0 -0
  27. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginecookiestore.sip +0 -0
  28. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginedesktopmediarequest.sip +0 -0
  29. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginedownloadrequest.sip +0 -0
  30. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginefindtextresult.sip +0 -0
  31. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginehistory.sip +0 -0
  32. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginehttprequest.sip +0 -0
  33. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginenavigationrequest.sip +0 -0
  34. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginenewwindowrequest.sip +0 -0
  35. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginenotification.sip +0 -0
  36. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginepage.sip +0 -0
  37. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginequotarequest.sip +0 -0
  38. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineregisterprotocolhandlerrequest.sip +0 -0
  39. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginescript.sip +0 -0
  40. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginescriptcollection.sip +0 -0
  41. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineurlrequestinfo.sip +0 -0
  42. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineurlrequestinterceptor.sip +0 -0
  43. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineurlrequestjob.sip +0 -0
  44. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineurlscheme.sip +0 -0
  45. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebengineurlschemehandler.sip +0 -0
  46. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineCore/qwebenginewebauthuxrequest.sip +0 -0
  47. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineQuick/QtWebEngineQuickmod.sip +0 -0
  48. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineQuick/qtwebenginequickglobal.sip +0 -0
  49. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineWidgets/QtWebEngineWidgetsmod.sip +0 -0
  50. {pyqt6_webengine-6.9.0 → pyqt6_webengine-6.10.0}/sip/QtWebEngineWidgets/qwebengineview.sip +0 -0
@@ -0,0 +1,339 @@
1
+ commit 14b3e276ae013b46b2a9de0c6b89ea825eed9c05
2
+ Author: Phil Thompson <phil@riverbankcomputing.com>
3
+ Date: Thu Oct 16 11:03:55 2025 +0100
4
+
5
+ Release 6.10.0
6
+
7
+ commit 38b2529666314f9063a4978ba8c0da4ab4d9a6db
8
+ Author: Phil Thompson <phil@riverbankcomputing.com>
9
+ Date: Fri Oct 10 16:18:52 2025 +0100
10
+
11
+ Updated the build system requirements.
12
+
13
+ commit d73b718a8eb89f681ecb5adadb2086024a01c2fb
14
+ Author: Phil Thompson <phil@riverbankcomputing.com>
15
+ Date: Wed Oct 8 14:48:30 2025 +0100
16
+
17
+ Added support for Qt v6.10.
18
+
19
+ commit b445652bfa9aa261c4a8b4e8c86f143ceb83d65c
20
+ Author: Phil Thompson <phil@riverbankcomputing.com>
21
+ Date: Tue Jul 8 17:22:34 2025 +0100
22
+
23
+ Imported from Mercurial
24
+
25
+ commit c7f222b12377bdf80021d283871315ce37ba4254
26
+ Author: Phil Thompson <phil@riverbankcomputing.com>
27
+ Date: Sat May 24 19:07:03 2025 +0100
28
+
29
+ Use PEP 639 licensing.
30
+ SIP v6.12 is required.
31
+ Updated the project format.
32
+
33
+ commit ca87ba6f06dfde25883c9292390a241db792cd8c
34
+ Author: Phil Thompson <phil@riverbankcomputing.com>
35
+ Date: Thu Apr 3 11:22:11 2025 +0100
36
+
37
+ Added tag 6.9.0 for changeset e2ad25594dcc
38
+
39
+ commit 3dfe8d747e284fd4a522830d8a77f32f0b344f52
40
+ Author: Phil Thompson <phil@riverbankcomputing.com>
41
+ Date: Thu Apr 3 11:21:59 2025 +0100
42
+
43
+ Updated the NEWS file.
44
+
45
+ commit 370dd0003696bd64fc7a1de9fec5849b2b84f3bd
46
+ Author: Phil Thompson <phil@riverbankcomputing.com>
47
+ Date: Fri Mar 21 14:47:58 2025 +0000
48
+
49
+ Updated for Qt v6.9.0rc.
50
+
51
+ commit 8072bf5df1111e6e8cafab59100dfc359a4adc6d
52
+ Merge: a2c995b 973abd6
53
+ Author: Phil Thompson <phil@riverbankcomputing.com>
54
+ Date: Thu Dec 12 16:27:10 2024 +0000
55
+
56
+ Merged missing fix from upstream.
57
+
58
+ commit a2c995bbbc1059f3956d42f7f2c0bd052ba22f94
59
+ Author: Phil Thompson <phil@riverbankcomputing.com>
60
+ Date: Fri Dec 6 14:01:40 2024 +0000
61
+
62
+ Added tag 6.8.0 for changeset 33da3a9ed997
63
+
64
+ commit 973abd6e29816aac7778df118dea0edd6a60dbfa
65
+ Author: Phil Thompson <phil@riverbankcomputing.com>
66
+ Date: Sat Nov 2 09:30:02 2024 +0000
67
+
68
+ Fixed building when not concatanating generated files.
69
+
70
+ commit f54e9849d31f6905d41939cf8f4ae6489131a71c
71
+ Author: Phil Thompson <phil@riverbankcomputing.com>
72
+ Date: Thu Oct 24 14:48:54 2024 +0100
73
+
74
+ Updated the NEWS file.
75
+
76
+ commit fb7eb6aca450220d143ceec758de3068a20ae2a8
77
+ Author: Phil Thompson <phil@riverbankcomputing.com>
78
+ Date: Mon Oct 14 13:08:29 2024 +0100
79
+
80
+ Updated the build system requirements to SIP v6.9 and PyQt-builder v1.17.
81
+
82
+ commit 3286a4a5d18f3ceac00b91fba5b6b34f4c73bf11
83
+ Author: Phil Thompson <phil@riverbankcomputing.com>
84
+ Date: Fri Oct 4 16:05:34 2024 +0100
85
+
86
+ Updated for Qt v6.8.0.
87
+
88
+ commit 7e6cc4489da268bb7aedc6817ceb1835317e5864
89
+ Author: Phil Thompson <phil@riverbankcomputing.com>
90
+ Date: Sat Apr 20 16:15:38 2024 +0100
91
+
92
+ Added tag 6.7.0 for changeset cb8b0faaaac7
93
+
94
+ commit cc21815f82f0faf3d03ac730b4285b145e636c88
95
+ Author: Phil Thompson <phil@riverbankcomputing.com>
96
+ Date: Thu Apr 4 15:00:39 2024 +0100
97
+
98
+ Updated for Qt v6.7.0.
99
+
100
+ commit ac48e61c396a4bd40db5dbeacce09f663897c0d3
101
+ Author: Phil Thompson <phil@riverbankcomputing.com>
102
+ Date: Sun Mar 17 15:53:00 2024 +0000
103
+
104
+ Added support for Qt v6.7.
105
+
106
+ commit 3af6d87cee27e75270d04e042b28ce61eb808aec
107
+ Author: Phil Thompson <phil@riverbankcomputing.com>
108
+ Date: Sun Feb 18 13:30:08 2024 +0000
109
+
110
+ Migrated from [tool.sip.metadata] to [project] in pyproject.toml.
111
+
112
+ commit 2e58abefc8a931e65b2008243da5d09aaef1c1f4
113
+ Author: Phil Thompson <phil@riverbankcomputing.com>
114
+ Date: Sun Feb 18 13:26:30 2024 +0000
115
+
116
+ Updated the NEWS file.
117
+
118
+ commit 5fa1de3a53924f5687576ce63972a31d2370e9a5
119
+ Merge: 38e4bfc f12c921
120
+ Author: Phil Thompson <phil@riverbankcomputing.com>
121
+ Date: Sun Feb 18 13:25:49 2024 +0000
122
+
123
+ Merged the 6.6-maint branch.
124
+
125
+ commit f12c9215e29af426e4d12231ce9611e3c7254a0b
126
+ Author: Phil Thompson <phil@riverbankcomputing.com>
127
+ Date: Tue Jan 2 12:09:18 2024 +0000
128
+
129
+ Removed the product file.
130
+
131
+ commit 38e4bfc09ab8938168bfdeeb3849a05a2715a333
132
+ Author: Phil Thompson <phil@riverbankcomputing.com>
133
+ Date: Wed Oct 25 09:52:55 2023 +0100
134
+
135
+ Added tag 6.6.0 for changeset 6b4eda057dbf
136
+
137
+ commit 2d5f53a7913652851718e1ac420abe3ca1e8bd9d
138
+ Author: Phil Thompson <phil@riverbankcomputing.com>
139
+ Date: Wed Oct 25 09:52:45 2023 +0100
140
+
141
+ Removed an out of date entry in the product file.
142
+
143
+ commit 19f4592b470c7f487ef9676ef6b599fca24daa3d
144
+ Author: Phil Thompson <phil@riverbankcomputing.com>
145
+ Date: Sun Oct 22 18:11:45 2023 +0100
146
+
147
+ Updated for Qt v6.6.
148
+
149
+ commit 9ae14aa6e12c81cff4221dc897bdadac1eb3b3ab
150
+ Author: Phil Thompson <phil@riverbankcomputing.com>
151
+ Date: Tue Apr 4 15:07:37 2023 +0100
152
+
153
+ Added tag 6.5.0 for changeset 105702805a7a
154
+
155
+ commit e45104e7c57ec62415b92ab3cc5100cbd970af4c
156
+ Author: Phil Thompson <phil@riverbankcomputing.com>
157
+ Date: Fri Mar 31 15:36:52 2023 +0100
158
+
159
+ Updated for Qt v6.5.0rc.
160
+
161
+ commit 666c621b4e271f349e7ead00415f521f7db61659
162
+ Author: Phil Thompson <phil@riverbankcomputing.com>
163
+ Date: Fri Sep 30 09:10:06 2022 +0100
164
+
165
+ Added tag 6.4.0 for changeset 1514ce956b1e
166
+
167
+ commit 82fe4e8be06d7d290ea95b00a63ee8b500c07c2f
168
+ Author: Phil Thompson <phil@riverbankcomputing.com>
169
+ Date: Fri Sep 30 08:56:20 2022 +0100
170
+
171
+ Updated for Qt v6.4.0.
172
+
173
+ commit 4e4f344d55f3b3aa7d1e88b0232c46386fab57f2
174
+ Author: Phil Thompson <phil@riverbankcomputing.com>
175
+ Date: Wed Sep 21 04:32:24 2022 +0100
176
+
177
+ Updated for Qt v6.4.0rc.
178
+
179
+ commit 77672ef74854e9d0ad6f137d3ec7eaf7be6777a3
180
+ Author: Phil Thompson <phil@riverbankcomputing.com>
181
+ Date: Sun Sep 18 22:50:16 2022 +0100
182
+
183
+ Updated the NEWS file.
184
+
185
+ commit 39d208e50ed479fcc0a4b7a8e52b23d2e0bc4210
186
+ Merge: 7ea62e4 8a577b0
187
+ Author: Phil Thompson <phil@riverbankcomputing.com>
188
+ Date: Sun Sep 18 22:49:11 2022 +0100
189
+
190
+ Merged the 6.3-maint branch.
191
+
192
+ commit 8a577b0200f1c9eb488d77e404b2b0cdb6ffb7ca
193
+ Author: Phil Thompson <phil@riverbankcomputing.com>
194
+ Date: Thu Sep 8 22:45:26 2022 +0100
195
+
196
+ Switched the order or the QWebEnginePage ctors so that a profile is not
197
+ interpreted as the parent object.
198
+
199
+ commit 12c481b087a352904932b005dea44caf2c63fd63
200
+ Author: Phil Thompson <phil@riverbankcomputing.com>
201
+ Date: Fri Jun 17 14:35:39 2022 +0100
202
+
203
+ Added tag 6.3.1 for changeset 4ff79187d623
204
+
205
+ commit 590820d8a8c2506c5791162255eca247d4cc5b4b
206
+ Author: Phil Thompson <phil@riverbankcomputing.com>
207
+ Date: Tue Apr 26 13:02:42 2022 +0100
208
+
209
+ Added qWebEngineVersion(), qWebEngineChromiumVersion(), and
210
+ qWebEngineChromiumSecurityPatchVersion().
211
+
212
+ commit 7ea62e4816b2ed9ead0faab2d71da9369df4ddc7
213
+ Author: Phil Thompson <phil@riverbankcomputing.com>
214
+ Date: Tue Apr 12 16:04:49 2022 +0100
215
+
216
+ Added tag 6.3.0 for changeset 233ae2b96b8a
217
+
218
+ commit b3b459ee86d358e5990020810c15816a615bd428
219
+ Author: Phil Thompson <phil@riverbankcomputing.com>
220
+ Date: Thu Mar 31 18:45:53 2022 +0100
221
+
222
+ Updated for Qt v6.3.0rc.
223
+
224
+ commit 8e127fc0df64da4c7db3acbdd6d5741427d97b0e
225
+ Merge: 215f625 d4bea1a
226
+ Author: Phil Thompson <phil@riverbankcomputing.com>
227
+ Date: Mon Mar 28 22:14:48 2022 +0100
228
+
229
+ Merged the 6.2-maint branch.
230
+
231
+ commit d4bea1a4c2a06af8e243fd7535125e78f7ad84d6
232
+ Author: Phil Thompson <phil@riverbankcomputing.com>
233
+ Date: Tue Mar 15 16:46:13 2022 +0000
234
+
235
+ Allow Qt.AA_ShareOpenGLContexts to be specified before a QCoreApplication is
236
+ created to allow QtWebEngineWidgets to be imported later.
237
+
238
+ commit 461dc7b777dff844778836a457ab2429b88da157
239
+ Author: Phil Thompson <phil@riverbankcomputing.com>
240
+ Date: Thu Oct 28 10:38:44 2021 +0100
241
+
242
+ Added tag 6.2.1 for changeset b7db172105e0
243
+
244
+ commit 508c8d813629bf366f5195e3253e367842f899f7
245
+ Author: Phil Thompson <phil@riverbankcomputing.com>
246
+ Date: Thu Oct 28 10:05:40 2021 +0100
247
+
248
+ Updated to the latest project format.
249
+
250
+ commit 904fe797fadd86dc05eae02fa509cf532c9fbc5f
251
+ Author: Phil Thompson <phil@riverbankcomputing.com>
252
+ Date: Sun Oct 3 15:59:28 2021 +0100
253
+
254
+ Added a missing '#include'.
255
+
256
+ commit 215f6258cb7d4973d2e70f769be0f5579286e001
257
+ Author: Phil Thompson <phil@riverbankcomputing.com>
258
+ Date: Thu Sep 30 15:03:57 2021 +0100
259
+
260
+ Added tag 6.2.0 for changeset 3bea54ff6aa7
261
+
262
+ commit 41e9cea6b9cd85b7a578fb3893b94a3ce947d0ae
263
+ Author: Phil Thompson <phil@riverbankcomputing.com>
264
+ Date: Thu Sep 30 15:03:44 2021 +0100
265
+
266
+ Updated for Qt v6.2.0.
267
+
268
+ commit 66d6d9bad8c3fc18812130f30460f5f6267f481b
269
+ Author: Phil Thompson <phil@riverbankcomputing.com>
270
+ Date: Fri Sep 17 18:57:35 2021 +0100
271
+
272
+ Updated for Qt v6.2.0rc.
273
+
274
+ commit c4d3dc0a131eff3e85ed413bcae54c16f2bf897e
275
+ Author: Phil Thompson <phil@riverbankcomputing.com>
276
+ Date: Thu Aug 26 17:01:27 2021 +0100
277
+
278
+ Fixed the QWebEnginePage.FindFlag, QWebEngineScript.ScriptWorldId and
279
+ QWebEngineUrlScheme.Flag enums.
280
+
281
+ commit 0dbc2fbc01608718a03afd18ac96b01fedc270da
282
+ Author: Phil Thompson <phil@riverbankcomputing.com>
283
+ Date: Wed Aug 25 12:08:35 2021 +0100
284
+
285
+ Added the sub-class convertor code.
286
+
287
+ commit 43b787108915506e94841028743c3477b852c126
288
+ Author: Phil Thompson <phil@riverbankcomputing.com>
289
+ Date: Wed Aug 25 12:01:08 2021 +0100
290
+
291
+ All modules can now be imported.
292
+
293
+ commit 26a1859abaa902e286aaf5c39cb8e3cc8382a200
294
+ Author: Phil Thompson <phil@riverbankcomputing.com>
295
+ Date: Wed Aug 25 11:51:17 2021 +0100
296
+
297
+ All modules now compile.
298
+
299
+ commit 30744264e99c1e184fc6ef06cf214dc6d2f9cc8d
300
+ Author: Phil Thompson <phil@riverbankcomputing.com>
301
+ Date: Tue Aug 24 13:07:22 2021 +0100
302
+
303
+ Completed the initial port of Qt v6.2.0beta3.
304
+
305
+ commit cdcacc55b99cf8be24915c6139a68b548f9b25c5
306
+ Author: Phil Thompson <phil@riverbankcomputing.com>
307
+ Date: Sun Aug 22 17:50:41 2021 +0100
308
+
309
+ Ported the majority of QtWebEngineCore.
310
+
311
+ commit e8b1dd666a44d1481b18abf3fb962db2a61ff65b
312
+ Author: Phil Thompson <phil@riverbankcomputing.com>
313
+ Date: Sun Aug 22 16:30:01 2021 +0100
314
+
315
+ Completed QtWebEngineQuick and QtWebEngineWidgets.
316
+
317
+ commit ef1690d9575be66425e7db805e430dbb988a0bdb
318
+ Author: Phil Thompson <phil@riverbankcomputing.com>
319
+ Date: Sun Aug 22 14:57:40 2021 +0100
320
+
321
+ Initial restructuring of the modules for Qt v6.2.0.
322
+
323
+ commit e7830b11670ac591755145893e0b52f7c29c1e11
324
+ Author: Phil Thompson <phil@riverbankcomputing.com>
325
+ Date: Thu Aug 5 16:00:20 2021 +0100
326
+
327
+ Removed the legacy sub-class version files.
328
+
329
+ commit 4ba0bb97c863513a06fd64b2136e19bdc0b0daec
330
+ Author: Phil Thompson <phil@riverbankcomputing.com>
331
+ Date: Thu Jul 15 14:50:13 2021 +0100
332
+
333
+ Stripped legacy versions from the project file.
334
+
335
+ commit 7b323eca0c77738ccea3f98944a2e080e8d1fe50
336
+ Author: Phil Thompson <phil@riverbankcomputing.com>
337
+ Date: Thu Jul 15 14:27:57 2021 +0100
338
+
339
+ Initial commit based on PyQtWebEngine for PyQt5.
@@ -1,3 +1,6 @@
1
+ v6.10.0 16th October 2025
2
+ - Added support for Qt v6.10.
3
+
1
4
  v6.9.0 3rd April 2025
2
5
  - Added support for Qt v6.9.
3
6
 
@@ -1,12 +1,13 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: PyQt6-WebEngine
3
- Version: 6.9.0
3
+ Version: 6.10.0
4
4
  Requires-Python: >=3.9
5
5
  Summary: Python bindings for the Qt WebEngine framework
6
6
  Description-Content-Type: text/markdown
7
7
  Project-Url: homepage, https://www.riverbankcomputing.com/software/pyqtwebengine/
8
8
  Requires-Dist: PyQt6 (>=6.2.0)
9
- License: GPL v3
9
+ License-Expression: GPL-3.0-only
10
+ License-File: LICENSE
10
11
  Author-Email: Riverbank Computing Limited <info@riverbankcomputing.com>
11
12
 
12
13
  # PyQt6-WebEngine - Python Bindings for the Qt WebEngine Framework
@@ -1,16 +1,17 @@
1
1
  # Specify the build system requirements.
2
2
  [build-system]
3
- requires = ["sip >=6.9, <7", "PyQt-builder >=1.17, <2"]
3
+ requires = ["sip >=6.13.1, <7", "PyQt-builder >=1.19, <2"]
4
4
  build-backend = "sipbuild.api"
5
5
 
6
6
  [project]
7
7
  name = "PyQt6-WebEngine"
8
- version = "6.9.0"
8
+ version = "6.10.0"
9
9
  description = "Python bindings for the Qt WebEngine framework"
10
10
  readme = "README.md"
11
11
  urls.homepage = "https://www.riverbankcomputing.com/software/pyqtwebengine/"
12
12
  dependencies = ["PyQt6 (>=6.2.0)"]
13
- license = {text = "GPL v3"}
13
+ license = "GPL-3.0-only"
14
+ license-files = ["LICENSE"]
14
15
 
15
16
  [[project.authors]]
16
17
  name = "Riverbank Computing Limited"
@@ -27,7 +27,7 @@
27
27
  %Import QtNetwork/QtNetworkmod.sip
28
28
  %Import QtWebChannel/QtWebChannelmod.sip
29
29
 
30
- %Timeline {QtWebEngine_6_0_0 QtWebEngine_6_1_0 QtWebEngine_6_2_0 QtWebEngine_6_3_0 QtWebEngine_6_4_0 QtWebEngine_6_5_0 QtWebEngine_6_6_0 QtWebEngine_6_7_0 QtWebEngine_6_8_0 QtWebEngine_6_9_0}
30
+ %Timeline {QtWebEngine_6_0_0 QtWebEngine_6_1_0 QtWebEngine_6_2_0 QtWebEngine_6_3_0 QtWebEngine_6_4_0 QtWebEngine_6_5_0 QtWebEngine_6_6_0 QtWebEngine_6_7_0 QtWebEngine_6_8_0 QtWebEngine_6_9_0 QtWebEngine_6_10_0}
31
31
 
32
32
  %Copying
33
33
  Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
@@ -54,8 +54,8 @@ int PYQT_WEBENGINE_VERSION;
54
54
  const char *PYQT_WEBENGINE_VERSION_STR;
55
55
 
56
56
  %ModuleCode
57
- static int PYQT_WEBENGINE_VERSION = 0x060900;
58
- static const char *PYQT_WEBENGINE_VERSION_STR = "6.9.0";
57
+ static int PYQT_WEBENGINE_VERSION = 0x060a00;
58
+ static const char *PYQT_WEBENGINE_VERSION_STR = "6.10.0";
59
59
  %End
60
60
 
61
61
  %Include qtwebenginecoreglobal.sip
@@ -67,6 +67,8 @@ static const char *PYQT_WEBENGINE_VERSION_STR = "6.9.0";
67
67
  %Include qwebenginecookiestore.sip
68
68
  %Include qwebenginedesktopmediarequest.sip
69
69
  %Include qwebenginedownloadrequest.sip
70
+ %Include qwebengineextensioninfo.sip
71
+ %Include qwebengineextensionmanager.sip
70
72
  %Include qwebenginefilesystemaccessrequest.sip
71
73
  %Include qwebenginefindtextresult.sip
72
74
  %Include qwebengineframe.sip
@@ -29,6 +29,9 @@ class QWebEngineCertificateError /NoDefaultCtors/
29
29
  public:
30
30
  enum Type
31
31
  {
32
+ %If (QtWebEngine_6_10_0 -)
33
+ Ok,
34
+ %End
32
35
  SslPinnedKeyNotInCertificateChain,
33
36
  CertificateCommonNameInvalid,
34
37
  CertificateDateInvalid,
@@ -51,6 +54,9 @@ public:
51
54
 
52
55
  QUrl url() const;
53
56
  bool isOverridable() const;
57
+ %If (QtWebEngine_6_10_0 -)
58
+ QWebEngineCertificateError();
59
+ %End
54
60
  QWebEngineCertificateError(const QWebEngineCertificateError &other);
55
61
  void defer();
56
62
  void rejectCertificate();
@@ -51,6 +51,12 @@ public:
51
51
  bool isAllClientHintsEnabled();
52
52
  void setAllClientHintsEnabled(bool enabled);
53
53
  void resetAll();
54
+ %If (QtWebEngine_6_10_0 -)
55
+ QStringList formFactors() const;
56
+ %End
57
+ %If (QtWebEngine_6_10_0 -)
58
+ void setFormFactors(const QStringList &);
59
+ %End
54
60
  };
55
61
 
56
62
  %End
@@ -0,0 +1,47 @@
1
+ // qwebengineextensioninfo.sip generated by MetaSIP
2
+ //
3
+ // This file is part of the QtWebEngineCore Python extension module.
4
+ //
5
+ // Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
6
+ //
7
+ // This file is part of PyQt6-WebEngine.
8
+ //
9
+ // This file may be used under the terms of the GNU General Public License
10
+ // version 3.0 as published by the Free Software Foundation and appearing in
11
+ // the file LICENSE included in the packaging of this file. Please review the
12
+ // following information to ensure the GNU General Public License version 3.0
13
+ // requirements will be met: http://www.gnu.org/copyleft/gpl.html.
14
+ //
15
+ // If you do not wish to use this file under the terms of the GPL version 3.0
16
+ // then you may purchase a commercial license. For more information contact
17
+ // info@riverbankcomputing.com.
18
+ //
19
+ // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
20
+ // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
+
22
+
23
+ %If (QtWebEngine_6_10_0 -)
24
+
25
+ class QWebEngineExtensionInfo
26
+ {
27
+ %TypeHeaderCode
28
+ #include <qwebengineextensioninfo.h>
29
+ %End
30
+
31
+ public:
32
+ QWebEngineExtensionInfo();
33
+ QWebEngineExtensionInfo(const QWebEngineExtensionInfo &other);
34
+ ~QWebEngineExtensionInfo();
35
+ void swap(QWebEngineExtensionInfo &other /Constrained/);
36
+ QString name() const;
37
+ QString id() const;
38
+ QString description() const;
39
+ QString path() const;
40
+ QString error() const;
41
+ QUrl actionPopupUrl() const;
42
+ bool isEnabled() const;
43
+ bool isLoaded() const;
44
+ bool isInstalled() const;
45
+ };
46
+
47
+ %End
@@ -0,0 +1,51 @@
1
+ // qwebengineextensionmanager.sip generated by MetaSIP
2
+ //
3
+ // This file is part of the QtWebEngineCore Python extension module.
4
+ //
5
+ // Copyright (c) 2025 Riverbank Computing Limited <info@riverbankcomputing.com>
6
+ //
7
+ // This file is part of PyQt6-WebEngine.
8
+ //
9
+ // This file may be used under the terms of the GNU General Public License
10
+ // version 3.0 as published by the Free Software Foundation and appearing in
11
+ // the file LICENSE included in the packaging of this file. Please review the
12
+ // following information to ensure the GNU General Public License version 3.0
13
+ // requirements will be met: http://www.gnu.org/copyleft/gpl.html.
14
+ //
15
+ // If you do not wish to use this file under the terms of the GPL version 3.0
16
+ // then you may purchase a commercial license. For more information contact
17
+ // info@riverbankcomputing.com.
18
+ //
19
+ // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
20
+ // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
+
22
+
23
+ %If (QtWebEngine_6_10_0 -)
24
+
25
+ class QWebEngineExtensionManager : public QObject /NoDefaultCtors/
26
+ {
27
+ %TypeHeaderCode
28
+ #include <qwebengineextensionmanager.h>
29
+ %End
30
+
31
+ public:
32
+ virtual ~QWebEngineExtensionManager();
33
+ void loadExtension(const QString &path);
34
+ void installExtension(const QString &path);
35
+ void unloadExtension(const QWebEngineExtensionInfo &extension);
36
+ void uninstallExtension(const QWebEngineExtensionInfo &extension);
37
+ void setExtensionEnabled(const QWebEngineExtensionInfo &extension, bool enabled);
38
+ QString installPath() const;
39
+ QList<QWebEngineExtensionInfo> extensions() const;
40
+
41
+ signals:
42
+ void loadFinished(const QWebEngineExtensionInfo &extension);
43
+ void installFinished(const QWebEngineExtensionInfo &extension);
44
+ void unloadFinished(const QWebEngineExtensionInfo &extension);
45
+ void uninstallFinished(const QWebEngineExtensionInfo &extension);
46
+
47
+ protected:
48
+ virtual bool event(QEvent *e);
49
+ };
50
+
51
+ %End
@@ -41,9 +41,12 @@ public:
41
41
  Directory,
42
42
  };
43
43
 
44
+ %If (QtWebEngine_6_10_0 -)
45
+ QWebEngineFileSystemAccessRequest();
46
+ %End
44
47
  QWebEngineFileSystemAccessRequest(const QWebEngineFileSystemAccessRequest &other);
45
48
  ~QWebEngineFileSystemAccessRequest();
46
- void swap(QWebEngineFileSystemAccessRequest &other);
49
+ void swap(QWebEngineFileSystemAccessRequest &other /Constrained/);
47
50
  typedef QFlags<QWebEngineFileSystemAccessRequest::AccessFlag> AccessFlags;
48
51
  void accept();
49
52
  void reject();
@@ -33,6 +33,9 @@ class QWebEngineFrame /NoDefaultCtors/
33
33
  %End
34
34
 
35
35
  public:
36
+ %If (QtWebEngine_6_10_0 -)
37
+ ~QWebEngineFrame();
38
+ %End
36
39
  bool isValid() const;
37
40
  QString name() const;
38
41
  QString htmlName() const;
@@ -27,6 +27,9 @@ class QWebEngineFullScreenRequest
27
27
  %End
28
28
 
29
29
  public:
30
+ %If (QtWebEngine_6_10_0 -)
31
+ QWebEngineFullScreenRequest();
32
+ %End
30
33
  QWebEngineFullScreenRequest(const QWebEngineFullScreenRequest &other);
31
34
  ~QWebEngineFullScreenRequest();
32
35
  void reject();
@@ -28,7 +28,7 @@ namespace QWebEngineGlobalSettings
28
28
  #include <qwebengineglobalsettings.h>
29
29
  %End
30
30
 
31
- enum class SecureDnsMode
31
+ enum class SecureDnsMode : quint8
32
32
  {
33
33
  SystemOnly,
34
34
  SecureWithFallback,
@@ -49,6 +49,10 @@ public:
49
49
  %End
50
50
  };
51
51
 
52
+ %If (QtWebEngine_6_10_0 -)
53
+ QWebEngineLoadingInfo();
54
+ %End
55
+
52
56
  private:
53
57
  %If (QtWebEngine_6_9_0 -)
54
58
  QWebEngineLoadingInfo(const QUrl &url, QWebEngineLoadingInfo::LoadStatus status, bool isErrorPage = false, const QString &errorString = QString(), int errorCode = 0, QWebEngineLoadingInfo::ErrorDomain errorDomain = QWebEngineLoadingInfo::NoErrorDomain, const QMultiMap<QByteArray, QByteArray> &responseHeaders = {}, bool isDownload = false);
@@ -34,7 +34,7 @@ public:
34
34
  ~QWebEnginePermission();
35
35
  void swap(QWebEnginePermission &other);
36
36
 
37
- enum class PermissionType
37
+ enum class PermissionType : quint8
38
38
  {
39
39
  Unsupported,
40
40
  MediaAudioCapture,
@@ -49,7 +49,7 @@ public:
49
49
  LocalFontsAccess,
50
50
  };
51
51
 
52
- enum class State
52
+ enum class State : quint8
53
53
  {
54
54
  Invalid,
55
55
  Ask,
@@ -46,16 +46,21 @@ class QWebEngineProfile : public QObject
46
46
  {sipName_QWebEngineContextMenuRequest, &sipType_QWebEngineContextMenuRequest, -1, 2},
47
47
  {sipName_QWebEngineCookieStore, &sipType_QWebEngineCookieStore, -1, 3},
48
48
  {sipName_QWebEngineDownloadRequest, &sipType_QWebEngineDownloadRequest, -1, 4},
49
- {sipName_QWebEngineHistory, &sipType_QWebEngineHistory, -1, 5},
50
- {sipName_QWebEngineHistoryModel, &sipType_QWebEngineHistoryModel, -1, 6},
51
- {sipName_QWebEngineNavigationRequest, &sipType_QWebEngineNavigationRequest, -1, 7},
52
- {sipName_QWebEngineNewWindowRequest, &sipType_QWebEngineNewWindowRequest, -1, 8},
53
- {sipName_QWebEngineNotification, &sipType_QWebEngineNotification, -1, 9},
54
- {sipName_QWebEnginePage, &sipType_QWebEnginePage, -1, 10},
55
- {sipName_QWebEngineProfile, &sipType_QWebEngineProfile, -1, 11},
56
- {sipName_QWebEngineUrlRequestInterceptor, &sipType_QWebEngineUrlRequestInterceptor, -1, 12},
57
- {sipName_QWebEngineUrlRequestJob, &sipType_QWebEngineUrlRequestJob, -1, 13},
58
- {sipName_QWebEngineUrlSchemeHandler, &sipType_QWebEngineUrlSchemeHandler, -1, 14},
49
+ #if QT_VERSION >= 0x060a00
50
+ {sipName_QWebEngineExtensionManager, &sipType_QWebEngineExtensionManager, -1, 5},
51
+ #else
52
+ {0, 0, -1, 5},
53
+ #endif
54
+ {sipName_QWebEngineHistory, &sipType_QWebEngineHistory, -1, 6},
55
+ {sipName_QWebEngineHistoryModel, &sipType_QWebEngineHistoryModel, -1, 7},
56
+ {sipName_QWebEngineNavigationRequest, &sipType_QWebEngineNavigationRequest, -1, 8},
57
+ {sipName_QWebEngineNewWindowRequest, &sipType_QWebEngineNewWindowRequest, -1, 9},
58
+ {sipName_QWebEngineNotification, &sipType_QWebEngineNotification, -1, 10},
59
+ {sipName_QWebEnginePage, &sipType_QWebEnginePage, -1, 11},
60
+ {sipName_QWebEngineProfile, &sipType_QWebEngineProfile, -1, 12},
61
+ {sipName_QWebEngineUrlRequestInterceptor, &sipType_QWebEngineUrlRequestInterceptor, -1, 13},
62
+ {sipName_QWebEngineUrlRequestJob, &sipType_QWebEngineUrlRequestJob, -1, 14},
63
+ {sipName_QWebEngineUrlSchemeHandler, &sipType_QWebEngineUrlSchemeHandler, -1, 15},
59
64
  #if QT_VERSION >= 0x060700
60
65
  {sipName_QWebEngineWebAuthUxRequest, &sipType_QWebEngineWebAuthUxRequest, -1, -1},
61
66
  #else
@@ -250,7 +255,7 @@ public:
250
255
  %End
251
256
  %If (QtWebEngine_6_8_0 -)
252
257
 
253
- enum class PersistentPermissionsPolicy
258
+ enum class PersistentPermissionsPolicy : quint8
254
259
  {
255
260
  AskEveryTime,
256
261
  StoreInMemory,
@@ -279,4 +284,10 @@ public:
279
284
  %If (QtWebEngine_6_8_0 -)
280
285
  QList<QWebEnginePermission> listPermissionsForPermissionType(QWebEnginePermission::PermissionType permissionType) const;
281
286
  %End
287
+ %If (QtWebEngine_6_10_0 -)
288
+ QList<QSslCertificate> additionalTrustedCertificates() const;
289
+ %End
290
+ %If (QtWebEngine_6_10_0 -)
291
+ QWebEngineExtensionManager *extensionManager() const;
292
+ %End
282
293
  };
@@ -37,6 +37,9 @@ public:
37
37
  QWebEngineProfileBuilder &setPersistentCookiesPolicy(QWebEngineProfile::PersistentCookiesPolicy persistentCookiesPolicy);
38
38
  QWebEngineProfileBuilder &setHttpCacheMaximumSize(int maxSizeInBytes);
39
39
  QWebEngineProfileBuilder &setPersistentPermissionsPolicy(QWebEngineProfile::PersistentPermissionsPolicy persistentPermissionPolicy);
40
+ %If (QtWebEngine_6_10_0 -)
41
+ QWebEngineProfileBuilder &setAdditionalTrustedCertificates(const QList<QSslCertificate> &additionalTrustedCertificates);
42
+ %End
40
43
  };
41
44
 
42
45
  %End
@@ -88,6 +88,9 @@ public:
88
88
  %End
89
89
  %If (QtWebEngine_6_9_0 -)
90
90
  TouchEventsApiEnabled,
91
+ %End
92
+ %If (QtWebEngine_6_10_0 -)
93
+ BackForwardCacheEnabled,
91
94
  %End
92
95
  };
93
96
 
@@ -121,9 +124,12 @@ public:
121
124
  QWebEngineSettings::UnknownUrlSchemePolicy unknownUrlSchemePolicy() const;
122
125
  void setUnknownUrlSchemePolicy(QWebEngineSettings::UnknownUrlSchemePolicy policy);
123
126
  void resetUnknownUrlSchemePolicy();
127
+ %If (QtWebEngine_6_10_0 -)
128
+ typedef unsigned char uint8_t /PyInt/;
129
+ %End
124
130
  %If (QtWebEngine_6_8_0 -)
125
131
 
126
- enum class ImageAnimationPolicy
132
+ enum class ImageAnimationPolicy : uint8_t
127
133
  {
128
134
  Allow,
129
135
  AnimateOnce,
@@ -154,7 +154,7 @@ signals:
154
154
  public:
155
155
  %If (QtWebEngine_6_8_0 -)
156
156
 
157
- enum class PersistentPermissionsPolicy
157
+ enum class PersistentPermissionsPolicy : quint8
158
158
  {
159
159
  AskEveryTime,
160
160
  StoreInMemory,
@@ -188,4 +188,9 @@ signals:
188
188
  %If (QtWebEngine_6_8_0 -)
189
189
  void persistentPermissionsPolicyChanged();
190
190
  %End
191
+
192
+ public:
193
+ %If (QtWebEngine_6_10_0 -)
194
+ QWebEngineExtensionManager *extensionManager();
195
+ %End
191
196
  };
@@ -1,277 +0,0 @@
1
- 2025-04-03 Phil Thompson <phil@riverbankcomputing.com>
2
-
3
- * NEWS:
4
- Updated the NEWS file.
5
- [e2ad25594dcc] [6.9.0]
6
-
7
- 2025-03-21 Phil Thompson <phil@riverbankcomputing.com>
8
-
9
- * PyQt6-WebEngine.msp:
10
- Updated for Qt v6.9.0rc.
11
- [78cc618f8ea0]
12
-
13
- 2024-12-12 Phil Thompson <phil@riverbankcomputing.com>
14
-
15
- * Merged missing fix from upstream.
16
- [61b9b527fce3]
17
-
18
- 2024-11-02 Phil Thompson <phil@riverbankcomputing.com>
19
-
20
- * NEWS, PyQt6-WebEngine.msp:
21
- Fixed building when not concatanating generated files.
22
- [546f20b0bde8]
23
-
24
- 2024-12-06 Phil Thompson <phil@riverbankcomputing.com>
25
-
26
- * .hgtags:
27
- Added tag 6.8.0 for changeset 33da3a9ed997
28
- [7c31575f7a16]
29
-
30
- 2024-10-24 Phil Thompson <phil@riverbankcomputing.com>
31
-
32
- * NEWS:
33
- Updated the NEWS file.
34
- [33da3a9ed997] [6.8.0]
35
-
36
- 2024-10-14 Phil Thompson <phil@riverbankcomputing.com>
37
-
38
- * pyproject.toml:
39
- Updated the build system requirements to SIP v6.9 and PyQt-builder
40
- v1.17.
41
- [2ca014817aec]
42
-
43
- 2024-10-04 Phil Thompson <phil@riverbankcomputing.com>
44
-
45
- * PyQt6-WebEngine.msp, mksccode/QtWebEngineCore.versions:
46
- Updated for Qt v6.8.0.
47
- [a921a4c073f6]
48
-
49
- 2024-04-20 Phil Thompson <phil@riverbankcomputing.com>
50
-
51
- * .hgtags:
52
- Added tag 6.7.0 for changeset cb8b0faaaac7
53
- [fc6338be5751]
54
-
55
- 2024-04-04 Phil Thompson <phil@riverbankcomputing.com>
56
-
57
- * NEWS, PyQt6-WebEngine.msp:
58
- Updated for Qt v6.7.0.
59
- [cb8b0faaaac7] [6.7.0]
60
-
61
- 2024-03-17 Phil Thompson <phil@riverbankcomputing.com>
62
-
63
- * NEWS, PyQt6-WebEngine.msp, mksccode/QtWebEngineCore.versions:
64
- Added support for Qt v6.7.
65
- [10ef78663bab]
66
-
67
- 2024-02-18 Phil Thompson <phil@riverbankcomputing.com>
68
-
69
- * README, README.md, pyproject.toml:
70
- Migrated from [tool.sip.metadata] to [project] in pyproject.toml.
71
- [44c8b10a047b]
72
-
73
- * NEWS:
74
- Updated the NEWS file.
75
- [dfeb66ea536b]
76
-
77
- * Merged the 6.6-maint branch.
78
- [4ff980ee9851]
79
-
80
- 2024-01-02 Phil Thompson <phil@riverbankcomputing.com>
81
-
82
- * NEWS, rb-product.toml:
83
- Removed the product file.
84
- [b7be550b308f] <6.6-maint>
85
-
86
- 2023-10-25 Phil Thompson <phil@riverbankcomputing.com>
87
-
88
- * .hgtags:
89
- Added tag 6.6.0 for changeset 6b4eda057dbf
90
- [35b28a4bc972]
91
-
92
- * NEWS, rb-product.toml:
93
- Removed an out of date entry in the product file.
94
- [6b4eda057dbf] [6.6.0]
95
-
96
- 2023-10-22 Phil Thompson <phil@riverbankcomputing.com>
97
-
98
- * NEWS, PyQt6-WebEngine.msp:
99
- Updated for Qt v6.6.
100
- [618f2f9800e9]
101
-
102
- 2023-04-04 Phil Thompson <phil@riverbankcomputing.com>
103
-
104
- * .hgtags:
105
- Added tag 6.5.0 for changeset 105702805a7a
106
- [d3ffa12ad593]
107
-
108
- 2023-03-31 Phil Thompson <phil@riverbankcomputing.com>
109
-
110
- * NEWS, PyQt6-WebEngine.msp:
111
- Updated for Qt v6.5.0rc.
112
- [105702805a7a] [6.5.0]
113
-
114
- 2022-09-30 Phil Thompson <phil@riverbankcomputing.com>
115
-
116
- * .hgtags:
117
- Added tag 6.4.0 for changeset 1514ce956b1e
118
- [0eff8a16b8ef]
119
-
120
- * NEWS:
121
- Updated for Qt v6.4.0.
122
- [1514ce956b1e] [6.4.0]
123
-
124
- 2022-09-21 Phil Thompson <phil@riverbankcomputing.com>
125
-
126
- * NEWS, PyQt6-WebEngine.msp:
127
- Updated for Qt v6.4.0rc.
128
- [dfc5e1aaac42]
129
-
130
- 2022-09-18 Phil Thompson <phil@riverbankcomputing.com>
131
-
132
- * NEWS:
133
- Updated the NEWS file.
134
- [939405302b63]
135
-
136
- * Merged the 6.3-maint branch.
137
- [5e0f39f3325a]
138
-
139
- 2022-09-08 Phil Thompson <phil@riverbankcomputing.com>
140
-
141
- * NEWS, PyQt6-WebEngine.msp:
142
- Switched the order or the QWebEnginePage ctors so that a profile is
143
- not interpreted as the parent object.
144
- [ba280f841c39] <6.3-maint>
145
-
146
- 2022-06-17 Phil Thompson <phil@riverbankcomputing.com>
147
-
148
- * .hgtags:
149
- Added tag 6.3.1 for changeset 4ff79187d623
150
- [83840fda4879] <6.3-maint>
151
-
152
- 2022-04-26 Phil Thompson <phil@riverbankcomputing.com>
153
-
154
- * NEWS, PyQt6-WebEngine.msp:
155
- Added qWebEngineVersion(), qWebEngineChromiumVersion(), and
156
- qWebEngineChromiumSecurityPatchVersion().
157
- [4ff79187d623] [6.3.1] <6.3-maint>
158
-
159
- 2022-04-12 Phil Thompson <phil@riverbankcomputing.com>
160
-
161
- * .hgtags:
162
- Added tag 6.3.0 for changeset 233ae2b96b8a
163
- [396d9fbec4c3]
164
-
165
- 2022-03-31 Phil Thompson <phil@riverbankcomputing.com>
166
-
167
- * NEWS, PyQt6-WebEngine.msp:
168
- Updated for Qt v6.3.0rc.
169
- [233ae2b96b8a] [6.3.0]
170
-
171
- 2022-03-28 Phil Thompson <phil@riverbankcomputing.com>
172
-
173
- * NEWS:
174
- Merged the 6.2-maint branch.
175
- [d2b0c7ca12b1]
176
-
177
- 2022-03-15 Phil Thompson <phil@riverbankcomputing.com>
178
-
179
- * NEWS, PyQt6-WebEngine.msp:
180
- Allow Qt.AA_ShareOpenGLContexts to be specified before a
181
- QCoreApplication is created to allow QtWebEngineWidgets to be
182
- imported later.
183
- [060f78886515] <6.2-maint>
184
-
185
- 2021-10-28 Phil Thompson <phil@riverbankcomputing.com>
186
-
187
- * .hgtags:
188
- Added tag 6.2.1 for changeset b7db172105e0
189
- [28b353871f07] <6.2-maint>
190
-
191
- * NEWS, PyQt6-WebEngine.msp:
192
- Updated to the latest project format.
193
- [b7db172105e0] [6.2.1] <6.2-maint>
194
-
195
- 2021-10-03 Phil Thompson <phil@riverbankcomputing.com>
196
-
197
- * NEWS, PyQt6-WebEngine.msp:
198
- Added a missing '#include'.
199
- [fd4ef8c42b00] <6.2-maint>
200
-
201
- 2021-09-30 Phil Thompson <phil@riverbankcomputing.com>
202
-
203
- * .hgtags:
204
- Added tag 6.2.0 for changeset 3bea54ff6aa7
205
- [207cbcd62885]
206
-
207
- * NEWS, PyQt6-WebEngine.msp:
208
- Updated for Qt v6.2.0.
209
- [3bea54ff6aa7] [6.2.0]
210
-
211
- 2021-09-17 Phil Thompson <phil@riverbankcomputing.com>
212
-
213
- * NEWS, PyQt6-WebEngine.msp:
214
- Updated for Qt v6.2.0rc.
215
- [39fe7f7f823b]
216
-
217
- 2021-08-26 Phil Thompson <phil@riverbankcomputing.com>
218
-
219
- * NEWS, PyQt6-WebEngine.msp:
220
- Fixed the QWebEnginePage.FindFlag, QWebEngineScript.ScriptWorldId
221
- and QWebEngineUrlScheme.Flag enums.
222
- [f6f76fc73a1d]
223
-
224
- 2021-08-25 Phil Thompson <phil@riverbankcomputing.com>
225
-
226
- * NEWS, PyQt6-WebEngine.msp:
227
- Added the sub-class convertor code.
228
- [51a5f1600320]
229
-
230
- * PyQt6-WebEngine.msp:
231
- All modules can now be imported.
232
- [98cb6c2cd8cc]
233
-
234
- * PyQt6-WebEngine.msp:
235
- All modules now compile.
236
- [04da79605ac9]
237
-
238
- 2021-08-24 Phil Thompson <phil@riverbankcomputing.com>
239
-
240
- * NEWS, PyQt6-WebEngine.msp:
241
- Completed the initial port of Qt v6.2.0beta3.
242
- [bcf2a75a1633]
243
-
244
- 2021-08-22 Phil Thompson <phil@riverbankcomputing.com>
245
-
246
- * PyQt6-WebEngine.msp:
247
- Ported the majority of QtWebEngineCore.
248
- [62740a61322c]
249
-
250
- * PyQt6-WebEngine.msp, pyproject.toml:
251
- Completed QtWebEngineQuick and QtWebEngineWidgets.
252
- [622c5b61208b]
253
-
254
- * NEWS, PyQt6-WebEngine.msp, pyproject.toml:
255
- Initial restructuring of the modules for Qt v6.2.0.
256
- [994c8eca9f14]
257
-
258
- 2021-08-05 Phil Thompson <phil@riverbankcomputing.com>
259
-
260
- * NEWS, mksccode/QtWebEngine.versions,
261
- mksccode/QtWebEngineCore.versions,
262
- mksccode/QtWebEngineWidgets.versions:
263
- Removed the legacy sub-class version files.
264
- [db7b01ff15c2]
265
-
266
- 2021-07-15 Phil Thompson <phil@riverbankcomputing.com>
267
-
268
- * PyQt6-WebEngine.msp:
269
- Stripped legacy versions from the project file.
270
- [a274c1e046b0]
271
-
272
- * .hgignore, NEWS, PyQt6-WebEngine.msp, README,
273
- mksccode/QtWebEngine.versions, mksccode/QtWebEngineCore.versions,
274
- mksccode/QtWebEngineWidgets.versions, pyproject.toml, rb-
275
- product.toml:
276
- Initial commit based on PyQtWebEngine for PyQt5.
277
- [31e565a7caa4]