summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic
Commit message (Expand)AuthorAgeFilesLines
* 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
* uic: Avoid use of Q_UNUSED in the generated codehjk2019-07-301-1/+1
* uic: Implement form window setting to disable QObject::connectSlotsByName()Friedemann Kleint2019-07-022-3/+1
* uic test: Test PythonFriedemann Kleint2019-04-161-0/+102
* uic test: Pre-populate the test data arrayFriedemann Kleint2019-04-161-24/+40
* 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
* 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
|\|
| * Always generate size hint for spacer itemsJarek Kobus2016-08-082-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-112-0/+94
|\|
| * Generate QVariant::fromValue(enum_value) for enum valuesJarek Kobus2016-03-092-0/+94
* | uic: Accept an -idbased argumentPavel Geiger2016-01-283-2/+490
* | Updated license headersJani Heikkinen2016-01-2151-867/+612
|/
* Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-281-0/+1
* uic: Delay the setting of QPushButton::default.Friedemann Kleint2015-04-237-8/+22
* Improve tst_uic.Friedemann Kleint2015-04-221-28/+66
* Update copyright headersJani Heikkinen2015-02-1151-357/+357
* Remove __DATE__ usage from qtbaseSune Vuorela2015-02-051-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-2451-969/+561
* uic: Accept an -include argument to generate a #include.Stephen Kelly2013-11-112-0/+102
* Fix module name format in displayed codeSze Howe Koh2013-02-112-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1851-51/+51
* Remove the timestamp info in genarated filesLiang Qi2012-12-15101-204/+102
* uic - fix to handle QTreeWidget with empty header(s)Thorbjørn Lund Martsum2012-11-212-0/+159
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2251-1224/+1224
* test: Remove QSKIP from tst_uic::stdOut()Sergio Ahumada2012-09-101-3/+0
* uic-Autotest: Remove SRCDIR-define, add stdout-test.Friedemann Kleint2012-08-023-74/+86
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1