| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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 <Friedemann.Kleint@qt.io>
|
| |
|
|
|
|
|
|
| |
Add a future statement to all Python source files.
Task-number: PYSIDE-2786
Change-Id: Icd6688c7795a9e16fdcaa829686d57792df27690
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
|
| |
|
|
|
|
|
|
|
| |
Issues were found related to images, indentation level,
and old references.
Pick-to: 6.4
Change-Id: Idb343d4b3660ec44148fffd2de978ea868c56e90
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
|
|
|
Display a networkx graph into a QGraphicsView. The user can move
nodes and change the graph's layout with nodes positions animation.
Pick-to: 6.4
Task-number: PYSIDE-841
Change-Id: I58bd6585f93caaf678b9961adae00c099c974d29
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
|