summaryrefslogtreecommitdiffstats
path: root/src/tools/uic
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-1/+1
|\
| * Remove some unused, local variablesJędrzej Nowacki2017-10-141-1/+1
* | uic: Use nullptr instead of Q_NULLPTR in generated codeAlexander Volkov2017-08-281-1/+1
* | uic: Add -no-stringliteral optionAlexander Volkov2017-08-035-17/+29
* | Win: Set a proper description for the Qt toolsKai Koehne2017-07-311-0/+1
* | uic: Don't clear and readd combobox items in retranslateUiJarek Kobus2017-07-051-46/+16
* | uic: Ignore deprecated elements instead of raising an errorJarek Kobus2017-06-271-0/+31
* | 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-1224-3406/+444
* | uic: re-flow a lineMarc Mutz2017-06-021-1/+2
* | uic: standardize property lookups on QHash::value()Marc Mutz2017-06-022-19/+20
* | Keep in sync uic sources with qttools moduleJarek Kobus2017-05-042-3108/+1664
* | uic: Port Ui classes to QVectorFriedemann Kleint2017-04-136-331/+197
|/
* Use QStringBuilder moreAnton Kudryavtsev2017-03-301-10/+7
* uic & rcc: use the public API to set the hash seedThiago Macieira2017-03-161-2/+2
* Make uic handle -no-feature-shortcutPaul Olav Tvete2017-03-061-0/+2
* Build fix for xmlstreamreader/writer featuresPaul Olav Tvete2017-03-011-1/+1
* 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
* | Avoid detaching temporary objectsAlexander Volkov2017-01-251-1/+1
* | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-121-4/+6
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-6/+0
|\|
| * Remove last traces of MeeGoLars Knoll2016-11-231-6/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-0/+2
|\|
| * Compile uic and qdbusxml2cpp more often against libbootstrapLars Knoll2016-10-181-0/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-151-1/+1
|\|
| * 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: use a real ordered setMarc Mutz2016-09-122-13/+15
|/ / /
* | | 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
|/ /