summaryrefslogtreecommitdiffstats
path: root/src/tools/uic
Commit message (Expand)AuthorAgeFilesLines
* Add Q_ASSERT before dereference pointerJesus Fernandez2017-02-141-0/+1
* Remove last traces of MeeGoLars Knoll2016-11-231-6/+0
* Compile uic and qdbusxml2cpp more often against libbootstrapLars Knoll2016-10-181-0/+2
* 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
* | | uic: prune unused includesOswald Buddenhagen2016-08-302-2/+0
* | | uic: use QStringList::removeDuplicates()Marc Mutz2016-08-302-9/+1
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-262-0/+6
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-222-23/+12
|\ \ \
| * | | 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-132-22/+7
* | | | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-08-181-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-192-49/+38
|\| |
| * | Optimize string usageAnton Kudryavtsev2016-07-151-43/+35
| * | Tools: replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-052-6/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+1
|\| |
| * | qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2016-05-112-6/+6
* | | 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
* | | uic: optimize string handling in WriteInitialization::acceptWidget()Marc Mutz2016-02-191-20/+22
|/ /
* | uic: replace an inefficient QList with QVectorMarc Mutz2016-02-112-4/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-1/+3
|\|
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-1/+3
* | uic: eradicate all Q_FOREACH loops [non-generated code]Marc Mutz2016-02-082-10/+10
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-7/+7
|\|
| * Fix GCC 6 valid warnings about misleading indendationsThiago Macieira2016-01-301-7/+7
* | uic: Accept an -idbased argumentPavel Geiger2016-01-283-6/+20
* | uic: optimize generateMultiDirectiveBegin()Marc Mutz2016-01-261-15/+7
* | uic: eradicate all Q_FOREACH loops [generated code]Marc Mutz2016-01-261-35/+70
* | Updated license headersJani Heikkinen2016-01-2132-544/+384
|/
* uic: updates from running generate_ui (III)Marc Mutz2015-10-191-101/+101
* uic: updates from running generate_ui (II)Marc Mutz2015-10-191-25/+25
* uic: updates from running generate_uiMarc Mutz2015-10-152-1/+125
* uic/class_lib_map.h: Fix include path of QValidator-derived classes.Friedemann Kleint2015-09-301-4/+4
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-271-1/+6
|\
| * uic: Delay the setting of QPushButton::default.Friedemann Kleint2015-04-231-1/+6
* | Remove <qhash.h> where it's not usedMarc Mutz2015-04-202-2/+0
|/
* Remove support for some very old compilersAllan Sandfeld Jensen2015-02-152-25/+0
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-2/+2
* Update copyright headersJani Heikkinen2015-02-1132-224/+224
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-102-336/+339
|\
| * uic: don't use QStringLiteral in comparisonsMarc Mutz2015-02-021-273/+273
| * uic: update sources from current generate_uiMarc Mutz2015-02-022-63/+66
* | Remove traces of the Maemo platformTor Arne Vestbø2015-02-041-6/+0
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0310-56/+56