summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-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-2114-238/+168
|/
* 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-201-1/+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-1114-98/+98
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-037-45/+45
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-2914-266/+154
|\
| * Update license headers and add new license filesMatti Paaso2014-09-2414-266/+154
* | Uic: Fix memory leaksTobias Hunger2014-09-041-4/+12
|/
* uic: Accept an -include argument to generate a #include.Stephen Kelly2013-11-111-0/+3
* Remove qFill usages from uicGiuseppe D'Angelo2013-09-131-2/+4
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1814-14/+14
* 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-2214-336/+336
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-1910-28/+28
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-252-2/+2
* Don't use the deprecated translate() method anymoreLars Knoll2012-05-181-5/+0
* Remove QWorkspace.Debao Zhang2012-03-231-2/+0
* QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-261-2/+2
* 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-3014-14/+14
* Update contact information in license headers.Jason McDonald2012-01-2314-14/+14
* uic: Add translation-attributes to string list properties.Friedemann Kleint2012-01-202-15/+40
* Update copyright year in license headers.Jason McDonald2012-01-0514-14/+14
* Fix compiler warnings.Friedemann Kleint2011-10-271-5/+0
* uic: #include <QLayout> for QToolBox on non-laid-out forms.Friedemann Kleint2011-05-272-1/+7
* uic: Use QString::fromUtf8 for QUrl properties.Friedemann Kleint2011-05-271-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2414-238/+238
* uic: Remove Q3Support.Friedemann Kleint2011-05-063-427/+13
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2715-0/+5068