summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic
Commit message (Expand)AuthorAgeFilesLines
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Ignore weight in .ui files instead of converting itEskil Abrahamsen Blomfeldt2020-09-031-1/+0
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in uic testsJarek Kobus2020-06-231-2/+2
* uic/Python: import all the classes for QtCore and QtGuiCristian Maureira-Fredes2020-05-051-5/+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
* uic tests: Update version in baselineFriedemann Kleint2020-04-29104-104/+104
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-298-8/+8
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-5/+5
|\
| * uic/Python: Add imports for Q(Date)Time, QKeySequenceFriedemann Kleint2020-02-061-4/+4
| * uic/Python: Set form object name correctlyFriedemann Kleint2020-02-051-1/+1
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-242-21/+730
|\|
| * 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
| * uic: Extend the baseline test for PythonFriedemann Kleint2020-01-072-21/+730
* | Regenerate tests/auto/toolsAlexandru Croitor2019-11-121-1/+10
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-1/+1
|\|
| * uic: Avoid use of Q_UNUSED in the generated codehjk2019-07-301-1/+1
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-112-3/+1
|\|
| * uic: Implement form window setting to disable QObject::connectSlotsByName()Friedemann Kleint2019-07-022-3/+1
* | Merge remote-tracking branch 'gerrit/dev' into wip/cmakeTobias Hunger2019-04-161-24/+142
|\|
| * uic test: Test PythonFriedemann Kleint2019-04-161-0/+102
| * uic test: Pre-populate the test data arrayFriedemann Kleint2019-04-161-24/+40
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-16106-1529/+1553
|\|
| * uic: Fix broken icon code generationFriedemann Kleint2019-01-232-1/+5
| * uic: No longer generate static_cast for enum values in legacy formsFriedemann Kleint2018-12-1313-25/+25
| * uic: Generate correctly qualified invocation of QCoreApplication::translate()Friedemann Kleint2018-12-03103-1004/+1004
| * tst_uic: Brush up the uic autotestFriedemann Kleint2018-11-1399-107/+127
| * uic: Use the Qt configure system when generating codeFriedemann Kleint2018-11-1335-388/+388
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* uic: Write the float and double properties in 'f' formatJarek Kobus2018-10-054-39/+39
* uic: Fix pixmap functions for QIconFriedemann Kleint2018-09-062-0/+121
* uic: Revert the microoptimization patch introducing QStringLiteralJarek Kobus2018-07-19105-1562/+1562
* uic: Add the include for QIcon conditionallyJarek Kobus2018-03-065-0/+5
* uic: Support id-based translationsFriedemann Kleint2018-01-182-0/+104
* Don't generate QAction include unconditionallyJarek Kobus2018-01-1596-96/+0
* Don't generate QButtonGroup include unconditionallyJarek Kobus2018-01-15105-103/+487
* Don't generate QHeaderView include unconditionallyJarek Kobus2018-01-1580-80/+0
* uic: Use nullptr instead of Q_NULLPTR in generated codeAlexander Volkov2017-08-28102-995/+995
* uic: Don't clear and readd combobox items in retranslateUiJarek Kobus2017-07-058-80/+97
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-192-117/+203
|\
| * uic: Fix possible crash when reading the size hint propertyJarek Kobus2017-06-132-117/+203
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-143-3/+11
|\|
| * Make uic handle -no-feature-shortcutPaul Olav Tvete2017-03-063-3/+11
* | tst_uic: Update version regexpFriedemann Kleint2017-02-031-2/+3
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-05102-985/+985
|\
| * uic: generate translate calls with Q_NULLPTR instead of 0Dyami Caliri2016-09-03102-985/+985
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-102-3/+3
|\|