summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in uic testsJarek Kobus2020-06-231-2/+2
* Use QList instead of QVector in moc testsJarek Kobus2020-06-221-90/+58
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-202-25/+9
* Add support for QNotifiedProperty to the mocSimon Hausmann2020-06-181-10/+10
* Cleanups in QMetaPropertyFabian Kosmale2020-06-111-38/+38
* Qt6: remove support for property flags being functionsLars Knoll2020-06-111-7/+0
* metatype: Do not try analyze T in Q*Pointer<T> if T is incompleteFabian Kosmale2020-06-094-0/+67
* Port qmake from QStringRef to QStringViewLars Knoll2020-06-052-5/+2
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-025-9/+23
* moc: handle include directives in enumsFabian Kosmale2020-05-274-0/+59
* uic/Python: import all the classes for QtCore and QtGuiCristian Maureira-Fredes2020-05-051-5/+2
* Build qmake with QT_USE_STRINGBUILDERLars Knoll2020-05-052-1/+2
* uic: Generate string-based connections for custom slotsFriedemann Kleint2020-05-052-0/+415
* uic: Generate Qt 5 connection syntaxFriedemann Kleint2020-05-0456-92/+131
* Provide a way of exposing private QProperties with a fake APISimon Hausmann2020-04-301-0/+60
* Allow for private properties to be implemented using QPropertySimon Hausmann2020-04-301-0/+5
* uic tests: Update version in baselineFriedemann Kleint2020-04-29104-104/+104
* Fix autotests after the QHash changesLars Knoll2020-04-099-52/+400
* Allow declaring QProperty<> based Q_PROPERTYies with a notify signalSimon Hausmann2020-04-081-3/+9
* Port test to QRegularExpressionLars Knoll2020-03-311-2/+2
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-298-8/+8
* Get rid of QRegExp usage in rccLars Knoll2020-03-252-1/+67
* Add support for exposing public QProperty members in the meta-object systemSimon Hausmann2020-03-182-3/+120
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-033-8/+8
|\
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-6/+6
| * QMake: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-282-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-5/+68
|\|
| * moc: Record whether a meta object is an object, gadget, or namespaceUlf Hermann2020-02-131-4/+67
* | MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-251-1/+1
* | Normalize types at compile timeOlivier Goffart2020-02-202-8/+8
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-5/+5
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-081-4/+4
| |\
| | * uic/Python: Add imports for Q(Date)Time, QKeySequenceFriedemann Kleint2020-02-061-4/+4
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-1/+1
| |\|
| | * uic/Python: Set form object name correctlyFriedemann Kleint2020-02-051-1/+1
* | | moc: Extend revision markers to allow for major and minor versionUlf Hermann2020-02-071-8/+55
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-292-1/+41
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-282-1/+41
| |\| |
| | * | Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-232-0/+37
* | | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-2410-1165/+2049
|\| | |
| * | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-01-171-2/+2
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-161-2/+2
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-2/+2
| | | |\|
| | | | * uic/Python: Fix missing QCursor importFriedemann Kleint2020-01-141-1/+1
| | | | * uic: add customwidget imports support for pythonCristián Maureira-Fredes2020-01-141-1/+1
| * | | | Introduce Q_MOC_INCLUDEOlivier Goffart2020-01-177-4/+279
| |/ / /
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-102-21/+730
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-092-21/+730
| | |\|
| | | * uic: Extend the baseline test for PythonFriedemann Kleint2020-01-072-21/+730
| * | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-043-1/+14
| |\| |