summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/cpp/cppwriteinitialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-1/+1
|\
| * uic: write out min/maximumSectionSize property before current sizeChristian Ehrlicher2019-03-141-1/+1
* | uic: Fix broken icon code generationFriedemann Kleint2019-01-231-8/+9
* | uic: Refactor CustomWidgetsInfo::extends()Friedemann Kleint2019-01-101-22/+32
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-151-1/+18
|\|
| * uic: Generate version check macros around newly introduced palette color roleFriedemann Kleint2018-12-141-1/+18
* | uic: Refactor DOM class lookup in class DriverFriedemann Kleint2018-12-131-2/+2
* | uic: No longer generate static_cast for enum values in legacy formsFriedemann Kleint2018-12-131-24/+15
* | uic: Small refactoringsFriedemann Kleint2018-12-121-92/+75
* | uic: Generate correctly qualified invocation of QCoreApplication::translate()Friedemann Kleint2018-12-031-1/+1
* | uic: Remove unused codeFriedemann Kleint2018-12-031-20/+1
* | uic: Generate code for container page tooltips using the Qt configure systemFriedemann Kleint2018-11-191-12/+18
* | uic: Use the Qt configure system when generating codeFriedemann Kleint2018-11-131-36/+55
|/
* uic: Write the float and double properties in 'f' formatJarek Kobus2018-10-051-2/+2
* uic: Fix pixmap functions for QIconFriedemann Kleint2018-09-061-2/+55
* uic: Fix clang-tidy warningsFriedemann Kleint2018-08-031-43/+38
* uic: Revert the microoptimization patch introducing QStringLiteralJarek Kobus2018-07-191-51/+63
* uic: Support id-based translationsFriedemann Kleint2018-01-181-5/+8
* uic: Fix clazy warnings clazy-qstring-left, clazy-unused-non-trivial-variableFriedemann Kleint2017-10-271-1/+1
* uic: Use nullptr instead of Q_NULLPTR in generated codeAlexander Volkov2017-08-281-1/+1
* uic: Add -no-stringliteral optionAlexander Volkov2017-08-031-4/+19
* uic: Don't clear and readd combobox items in retranslateUiJarek Kobus2017-07-051-46/+16
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-3/+4
|\
| * uic: Fix possible crash when reading the size hint propertyJarek Kobus2017-06-131-3/+4
* | Remove ancient embedded pixmaps and scripts from uicJarek Kobus2017-06-121-80/+2
* | uic: re-flow a lineMarc Mutz2017-06-021-1/+2
* | uic: standardize property lookups on QHash::value()Marc Mutz2017-06-021-17/+18
* | uic: Port Ui classes to QVectorFriedemann Kleint2017-04-131-15/+15
|/
* Use QStringBuilder moreAnton Kudryavtsev2017-03-301-10/+7
* Make uic handle -no-feature-shortcutPaul Olav Tvete2017-03-061-0/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-0/+1
|\
| * Add Q_ASSERT before dereference pointerJesus Fernandez2017-02-141-0/+1
* | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-121-4/+6
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-1/+1
| |\
| | * uic: generate translate calls with Q_NULLPTR instead of 0Dyami Caliri2016-09-031-1/+1
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-221-7/+7
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+5
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-1/+5
| | |\|
| | | * Always generate size hint for spacer itemsJarek Kobus2016-08-081-1/+5
| * | | Remove last uses of Java-style (non-mutable) iterators from QtBaseMarc Mutz2016-08-131-6/+2
* | | | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-08-181-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-47/+37
|\| |
| * | Optimize string usageAnton Kudryavtsev2016-07-151-43/+35
| * | Tools: replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-051-4/+2
| * | qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2016-05-111-5/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-1/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+4
| |\|
| | * Generate QVariant::fromValue(enum_value) for enum valuesJarek Kobus2016-03-091-1/+4
* | | QLatin1String: add at()/op[]/mid()/right()/left()Marc Mutz2016-02-191-4/+2