| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
Load and save once so that fully qualified enumerations are used.
Task-number: PYSIDE-2846
Change-Id: I544467c1d9254533bf62e1344c26c90c7d17d118
Reviewed-by: Shyamnath Premnadh <[email protected]>
|
|
|
|
|
|
|
|
| |
Amends e4199ec3881d8e556385af98084856be857e0dbe .
Task-number: PYSIDE-2846
Change-Id: I562aa4cfb30b92b698be440d3302ecd06f7d6722
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
|
| |
Adapt to qtbase/3512fb1ec5ff088772170540c4e91b1886fbea45 .
widgetgraphgallery will be fixed in a separate change.
Change-Id: I1b6ebb56bf17fb64581e0180fce236255c5114fd
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The new enums still support old syntax by the forgiveness mode.
Nevertheless, when using mypy to check files, strict correctness
is enforced.
We correct a large number of forgiveness-induced errors,
but there is still a whole lot of other complaints to fix.
Task-number: PYSIDE-2846
Change-Id: If566187d268ef75bc09b8d86f73d2c7d19f284f9
Reviewed-by: Friedemann Kleint <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
Rename the example, adapt to 6.8 and add a pyproject file.
Make it clear that it is a simplified version.
Task-number: QTBUG-128113
Task-number: PYSIDE-2620
Change-Id: If6cb578f3f0c7405041404f90e014dcfb3903e03
Reviewed-by: Shyamnath Premnadh <[email protected]>
|
|
|
|
|
|
| |
Task-number: PYSIDE-2620
Change-Id: If99122740848dacff2850549fdd8ff912a100a1b
Reviewed-by: Shyamnath Premnadh <[email protected]>
|
|
|
|
|
|
|
| |
The example_gallery tools also adds anchors, use these instead.
Change-Id: I488250fae608cf50804c3edfe0ec12d4aa08194a
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
| |
- Many https links and sphinx references which were broken have been
fixed.
Change-Id: Ia10a44bbbbe4ed7e761c72042b45a46030d02186
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The autogenerated examples documentation was updated to use
sphinx references instead of relative paths because they are easier
to maintain.
- Additionally the 'bindings.rst' was updated to use the correct
sphinx references. This has been historically broken.
Task-number: PYSIDE-2837
Change-Id: I0c9f2f2e40dbadf8387e62cae05ff7aa12f43f72
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
| |
Pick-to: 6.7 6.5
Change-Id: I8d5ab02e25dda5e04c501cd5e5ad1021dae00e76
Reviewed-by: Shyamnath Premnadh <[email protected]>
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
| |
PyOpenGL is only used for a few modules,
not the build process.
This removes the requirements.txt entry and add
one file on each example that uses it.
Change-Id: Ia0965eb97645343b7e2c96095bef7c9ba46b322a
Reviewed-by: Friedemann Kleint <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
Port qtwebview/3cbbf09d189db4dd1d9421f86446e3b03831a2a0.
Amends c042e74cb490905c5cf5dc7d1c3887f627291019.
Task-number: PYSIDE-2206
Pick-to: 6.5 6.7
Change-Id: Ic372da014132c19bed187ff369403ed0fd09bcb5
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
|
| |
- tests the working of the QtWebView module
Task-number: PYSIDE-2206
Pick-to: 6.5 6.7
Change-Id: I8d75e427f1b26ead1d37693701fe77cca9e4c03b
Reviewed-by: Friedemann Kleint <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
The minimal and eratosthenes examples kept now-invalid arguments to
QtAsyncio.run() as leftovers from a previous change.
Pick-to: 6.7
Task-number: PYSIDE-769
Change-Id: I64ec3dcf136f44b757ef93743b96aa0a2d8a91be
Reviewed-by: Friedemann Kleint <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
signal handling
Use QObject.sender() instead of functools.partial to retrieve the reply.
The callable stored in the signal manager then no longer references it.
Pick-to: 6.7
Task-number: PYSIDE-2793
Change-Id: I43e9f393a7291944da0a7b0b310f8ff889d7906e
Reviewed-by: Shyamnath Premnadh <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove the optional application argument from the constructor of
QAsyncioEventLoopPolicy, as it is unnecessary. If a QCoreApplication or
other type of qApp was created outside of QtAsyncio, it will always be
retrieved by QCoreApplication.instance(), and therefore passing it as an
argument makes little sense.
Task-number: PYSIDE-769
Change-Id: Iac7a913a1c9d6ebbb0984fe11f8b5cda955baab1
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: Christian Tismer <[email protected]>
|
|
|
|
|
|
|
|
|
| |
Use 50200 as does the C++ example,
Pick-to: 6.7 6.5
Task-number: PYSIDE-2793
Change-Id: Ie827a1f0d3f3b0c0e2bf8ed4ffe343ac26f62275
Reviewed-by: Adrian Herrmann <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
We can already use the modern typing syntax introduced with Python 3.10
in 3.9 via future statement definitions, even before we raise the
minimum Python version to 3.10.
Note that direct expressions with "|" don't work yet.
Task-number: PYSIDE-2786
Change-Id: Ie36c140fc960328322502ea29cf6868805a7c558
Reviewed-by: Christian Tismer <[email protected]>
|
|
|
|
|
|
|
|
| |
Add a future statement to all Python source files.
Task-number: PYSIDE-2786
Change-Id: Icd6688c7795a9e16fdcaa829686d57792df27690
Reviewed-by: Adrian Herrmann <[email protected]>
|
|
|
|
|
|
| |
Pick-to: 6.7
Change-Id: I5fbc1be390c7d24ef7f204721cd060e5d61c88e0
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
| |
Pick-to: 6.7
Change-Id: If870ad3e34721da6c7f3d618b1b36378ec4bc754
Reviewed-by: Adrian Herrmann <[email protected]>
|
|
|
|
|
|
|
|
| |
Remove -S and use -DCMAKE_C_COMPILER=cl.exe consistently.
Pick-to: 6.7
Change-Id: I73a4e9aaf37bb082d8a4398113c8752caebf9358
Reviewed-by: Shyamnath Premnadh <[email protected]>
|
|
|
|
|
|
|
|
| |
Rename it to widgetgraphgallery, matching the name
in the qtgraphs repo.
Change-Id: I5e43b9d9c738860d6e5ede5687fec03b952188fe
Reviewed-by: Adrian Herrmann <[email protected]>
|
|
|
|
|
|
|
|
|
| |
Prepend path, fixing:
qt.svg: Cannot open file '../FileSystemModule/icons/app_icon.svg', because: No such file or directory
Pick-to: 6.7
Change-Id: I82876af19a63110f46f85222fb2bfb92ec8f1965
Reviewed-by: Adrian Herrmann <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
Make the two QtAsyncio examples handle the Ctrl + C interrupt for a more
natural user experience.
Pick-to: 6.7
Task-number: PYSIDE-769
Change-Id: I1dd87227fd1f1b70684476087f776ccc82da9571
Reviewed-by: Friedemann Kleint <[email protected]>
|
|
|
|
|
|
|
| |
Pick-to: 6.7
Task-number: PYSIDE-2698
Change-Id: If9b9af49bb351fcb4e2355277ff84bd0936b5033
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
|
| |
- Application breaks because deleting engine before calling app.exec_().
Pick-to: 6.7 6.6 6.5
Task-number: PYSIDE-2206
Change-Id: Ifb049788227dd19b851babc7ed7c00c1609d01db
Reviewed-by: Friedemann Kleint <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Partially revert 4d761eaaf852f8d82925e111150f25c0dd5f3e83.
Adapt to qtmultimedia/7fcea568c9c64f3bcebda21f0df02aa0107dfd0c,
reverting qtmultimedia/edaec2bf714c98d65f12c8ed9a2ffbd1603635a7.
Task-number: QTBUG-123997
Pick-to: 6.7
Change-Id: Ibd0ad737293f4b9107909f37554c03f64bce5d1e
Reviewed-by: Shyamnath Premnadh <[email protected]>
|
|
|
|
|
|
|
|
| |
Replace the message box by a status label.
Pick-to: 6.7
Change-Id: Ic046e3a7b9c818079760aef90cce3f6a42baf1f0
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
| |
As a drive-by, fix the resource file name of the PDF viewer example.
Pick-to: 6.7
Change-Id: Ie86ee8d7ed538bc2e55018913b547add88f48efa
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
| |
As a drive-by, fix the headlines and remove a dead link.
Pick-to: 6.7 6.6
Change-Id: Ifb92c0ac7e02e04f3cffe1cb0cc8ff82e8fd803e
Reviewed-by: Shyamnath Premnadh <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
| |
Fix:
example_graphs_2d_hellographs.rst:27: WARNING: Title underline too short.
Amends 0414eec326959e40907b5aeb5db2e19f1c3dedd5.
Task-number: PYSIDE-2497
Change-Id: I2e519e06cf9f30bca844a9f4a82a5a5edbe4a412
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
| |
Add some missing icons.
Task-number: PYSIDE-2206
Change-Id: I7763f3ad145427dd97084e6191fd4828c2432baa
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
| |
Change-Id: I3f4a1eda4a72e6de1101ba83907019d3f1f24183
Reviewed-by: Adrian Herrmann <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
| |
The changes related PYSIDE-939 can be removed when
3.9 support is dropped, because the problem was fixed
and included in 3.9.13 so we cannot assume everyone
will be on that version or superior.
Change-Id: I78afc660edc6fbb3bb1a2438e17366e63b24e375
Reviewed-by: Shyamnath Premnadh <[email protected]>
Reviewed-by: Qt CI Bot <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The previously undocumented cmake -H has been replaced with the official
-S in 3.13, update the documentation accordingly:
https://cgold.readthedocs.io/en/latest/glossary/-H.html
Pick-to: 6.6
Change-Id: I54fb700a36746b49a04449e8c9af21fd2bd235c7
Reviewed-by: Qt CI Bot <[email protected]>
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
| |
Task-number: PYSIDE-2497
Change-Id: Ifa5ac24a5abf2f9a17736942bbeb8bb0f18e7067
Reviewed-by: Shyamnath Premnadh <[email protected]>
|
|
|
|
|
|
| |
Task-number: PYSIDE-2497
Change-Id: Ic57785fa221afa7d3d5cd5f3550c5a6e2d38f08b
Reviewed-by: Shyamnath Premnadh <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
This is bad practice which slows down the application startup.
Task-number: PYSIDE-2576
Task-number: QTBUG-119785
Pick-to: 6.6
Change-Id: I761bceab9c2a3071a9a63c347df08c75fffec84f
Reviewed-by: Adrian Herrmann <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
| |
- Adapt the examples.
- Create an alias into the module.
- Add a hack to the signal manager for signals which
maintain the old string-based signature.
Task-number: PYSIDE-2497
Change-Id: I9db5e59851a2cb9161fdcecf87e78d980eda2045
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
| |
Task-number: QTBUG-114091
Task-number: PYSIDE-2497
Change-Id: I62b6c50ea4cafd240ef75b2814849821f4eb2c3b
Reviewed-by: Shyamnath Premnadh <[email protected]>
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
- When Python is run in interpreter mode, we print and exist with
a message.
Pick-to: 6.5 6.6
Task-number: PYSIDE-2468
Change-Id: I79ce06eb2b96418fc2f84c11cccbd2e72207f3c1
Reviewed-by: Friedemann Kleint <[email protected]>
|
|
|
|
|
|
|
| |
Match the structure in the Qt repo.
Change-Id: I372ef102165ce9bbe3cef03f915ad44b82f1fc44
Reviewed-by: Shyamnath Premnadh <[email protected]>
|
|
|
|
|
|
|
|
| |
Task-number: QTBUG-113331
Task-number: PYSIDE-2497
Task-number: PYSIDE-2206
Change-Id: I69b69a761eb4485b8a0f6c14d92065b0699336ea
Reviewed-by: Shyamnath Premnadh <[email protected]>
|
|
|
|
|
|
|
|
|
| |
Make sure it stops in closeEvent().
Pick-to: 6.6 6.5 6.2
Task-number: PYSIDE-2206
Change-Id: I749e82b6bd689b8c608c3438fe3480581e82bf14
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
For historical reasons, the minimal asyncio example was unnecessarily
complicated (as it tried to follow the trio example's approach of an
AsyncHelper class). Simplify the code to make it more straightforward
and understandable.
Pick-to: 6.6
Task-number: PYSIDE-769
Change-Id: I376b73356f7e46f640db482a9e149f1a6fa54dd6
Reviewed-by: Christian Tismer <[email protected]>
|
|
|
|
|
|
|
|
|
| |
Remove the use of the "translations" directory and make it
a resource prefix instead. Adapt the tutorial accordingly.
Pick-to: 6.6 6.5
Change-Id: I9b7da17b4aac6a1470f5105b33a6267c78e1c26b
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
|
|
| |
Add CMAKE_C_COMPILER definition to prevent CMake from falling
back to Clang.
Pick-to: 6.6 6.5
Change-Id: I755d6c99f84293c680e56b7cfa7af3f7fb0dd934
Reviewed-by: Christian Tismer <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Although not any more in Qt, it nicely shows the use of roles
and delegates in QML.
- Use a little data class for Person.
- Change the custom role name away from "modelData" which is
now a reserved name and caused it to no longer work.
- Use a modern decorator.
Pick-to: 6.6 6.5
Task-number: PYSIDE-2206
Change-Id: I3a3c1ad96f3a7ee89ada839236b45f461af149c7
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
|
|
|
|
|
|
|
| |
Pick-to: 6.6
Task-number: PYSIDE-1112
Change-Id: Ica9c369f488afae6206b30e17d3743e0f3772642
Reviewed-by: Shyamnath Premnadh <[email protected]>
|