summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-126-7/+7
* Remove most compiler warnings about missing overridesLars Knoll2020-09-112-6/+6
* tst_qdbuscpp2xml: stop doing math on enumerationsGiuseppe D'Angelo2020-09-051-1/+1
* Ignore weight in .ui files instead of converting itEskil Abrahamsen Blomfeldt2020-09-031-1/+0
* Make bindings introspectable through mocLars Knoll2020-09-022-141/+101
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-021-100/+96
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* Fix warnings in tst_mocTor Arne Vestbø2020-08-235-5/+34
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-202-3/+4
* cmake support for tst_mocFabian Kosmale2020-08-103-6/+155
* moc: allow wrapper generation for QProperty in pimpl classFabian Kosmale2020-07-141-0/+7
* moc: For non-STORED QProperties, expect a pointerUlf Hermann2020-07-091-8/+8
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-092-1/+14
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-095-7/+7
* moc: Allow out-of-line storage for Q_PRIVATE_QPROPERTYUlf Hermann2020-07-081-0/+38
* Don't set the environment variable QT_RCC_TEST anymore in tst_rccJoerg Bornemann2020-07-081-3/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in other qtbase testsJarek Kobus2020-07-071-2/+2
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-061-1/+1
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-062-4/+4
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-8/+6
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-012-0/+4
* CMake: Fix tst_qmake not to hang and re-enable itAlexandru Croitor2020-06-261-5/+1
* Remove superfluous define from tst_qmakeJoerg Bornemann2020-06-263-23/+0
* CMake: Fix tst_qmake::resources() on WindowsJoerg Bornemann2020-06-264-30/+4
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-1/+1
* 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
|\