| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
THIS COMMIT WAS GENERATED BY A SCRIPT
Task-number: PYSIDE-962
Task-number: PYSIDE-1587
Change-Id: I58b05c3d05606efb6303193f2d7f907a0ab5741b
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
|
| |
|
|
|
|
|
|
|
| |
Replace the Qt forwarding headers by the .h files. This brings down
the dependency list by approx 6%.
Pick-to: 6.9
Change-Id: Iaa57400fd20600b940119a6016041b885a68d207
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
| |
Fixes non-unity build compilation error in anystringview_helpers.h
(missing qsizetype). Amends 16098891ad21c2ba984582a1de770e49f961f22b.
Pick-to: 6.7
Task-number: PYSIDE-2792
Fixes: PYSIDE-2804
Change-Id: Ia6d08ce162c66464da5325f53fa564c7a3c6cce6
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Move the functionality to register partially qualified names
(previously in helper registerConverterInScopes() and elsewhere), to
register names with indirections, and to use typeid() into the
streamable class controlled by flags. Simplify the code accordingly.
This requires adding indexOf() to the helpers for QAnyStringView.
Task-number: PYSIDE-2792
Change-Id: I7af0d8333e3c417e03f6615b471dc7220c95d388
Reviewed-by: Christian Tismer <tismer@stackless.com>
|
| |
|
|
|
|
|
|
| |
It has been added in Qt 6.7.
Task-number: PYSIDE-2497
Change-Id: I48b9d8ebac9b13acb0f589590fca0b406e1852a8
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
|
| |
|
|
|
|
| |
Task-number: PYSIDE-2537
Change-Id: I7d9c160b4b8c46854b11722c05510da766dcc3f5
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
|
|
|
The parser historically used UTF-16 literals, but in the meantime,
some adaption has been done to be able to accept QAnyStringView in
more places. Use _L1, adapt to modern string theory findings.
Add a header with helper functions for QAnyStringView to be
streamable.
Task-number: PYSIDE-2537
Change-Id: Icc6729ecbf5fee0aaaa1c74cd5f5dd24f753ed63
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
|