summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/cpp/cppwriteinitialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | uic: optimize string handling in WriteInitialization::acceptWidget()Marc Mutz2016-02-191-20/+22
|/ /
* | uic: replace an inefficient QList with QVectorMarc Mutz2016-02-111-1/+2
* | 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-081-8/+6
* | uic: Accept an -idbased argumentPavel Geiger2016-01-281-6/+13
* | uic: optimize generateMultiDirectiveBegin()Marc Mutz2016-01-261-15/+7
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* uic: Delay the setting of QPushButton::default.Friedemann Kleint2015-04-231-1/+6
* Remove support for some very old compilersAllan Sandfeld Jensen2015-02-151-7/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Uic: Fix memory leaksTobias Hunger2014-09-041-4/+12
|/
* Remove qFill usages from uicGiuseppe D'Angelo2013-09-131-2/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* uic - fix to handle QTreeWidget with empty header(s)Thorbjørn Lund Martsum2012-11-211-0/+6
* uic: Map QLCDNumber::numDigits to QLCDNumber::digitCount.Friedemann Kleint2012-10-081-1/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-191-2/+2
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-1/+1
* Don't use the deprecated translate() method anymoreLars Knoll2012-05-181-5/+0
* Remove QWorkspace.Debao Zhang2012-03-231-2/+0
* uic: use QStringLiteral() instead of QString::fromUtf8() where applicableMarc Mutz2012-02-201-28/+25
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* uic: Add translation-attributes to string list properties.Friedemann Kleint2012-01-201-14/+36