summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* rcc: Use SOURCE_DATE_EPOCH for mtimeBernhard M. Wiedemann2018-12-141-0/+3
* uic: Refactor DOM class lookup in class DriverFriedemann Kleint2018-12-133-61/+54
* uic: No longer generate static_cast for enum values in legacy formsFriedemann Kleint2018-12-133-24/+111
* Resources: reject compressed content we can't decompressThiago Macieira2018-12-123-12/+74
* uic: Small refactoringsFriedemann Kleint2018-12-127-120/+116
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-122-2/+2
* Handle errors in moc generate.sh scriptJędrzej Nowacki2018-12-121-0/+2
* RCC: introduce compression algorithm "best"Thiago Macieira2018-12-112-0/+12
* RCC: Add support for Zstandard compressionThiago Macieira2018-12-114-3/+95
* QResource: add support for resources compressed with ZstandardThiago Macieira2018-12-111-0/+1
* RCC: Modernize the compression algorithm selectionThiago Macieira2018-12-113-24/+123
* QtDbus: Remove unused QStrings [-Wclazy-unused-non-trivial-variable]Sergio Martins2018-12-101-3/+0
* Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-1/+1
* Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-051-1/+1
* uic: Generate correctly qualified invocation of QCoreApplication::translate()Friedemann Kleint2018-12-031-1/+1
* uic: Remove unused codeFriedemann Kleint2018-12-0311-168/+1
* Compile with QT_STRICT_ITERATORS definedLars Knoll2018-11-261-0/+2
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-39/+60
|\
| * Android: Prepare for the worst, when the NDK will remove all GNU toolsBogDan Vatra2018-11-191-38/+59
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-161-1/+1
| |\
| | * Android: Make sure that the path is using / for separatorsAndy Shaw2018-11-121-1/+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-135-36/+190
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-131-1/+4
|\| |
| * | qdbuscpp2xml: Don't silently ignore unregistered property typesLuca Weiss2018-11-121-1/+4
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-102-7/+7
|\| |
| * | moc: Modernize generated code a bit, use autoKevin Funk2018-11-091-6/+6
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+1
| |\ \
| | * | Modernize the "textcodec" featureLiang Qi2018-11-071-1/+1
| | * | Fix apkPath for gradle 4.0+BogDan Vatra2018-08-091-3/+8
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-066-113/+13
|\| | |
| * | | uic: Remove remains of old Java generatorFriedemann Kleint2018-11-016-113/+13
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-2/+6
|\| |
| * | uic: Ignore obsolete pixmap functionsFriedemann Kleint2018-10-161-2/+6
* | | Fix build with no-cast-from-asciiSimon Hausmann2018-10-142-2/+2
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-081-2/+2
|\| |
| * | uic: Write the float and double properties in 'f' formatJarek Kobus2018-10-051-2/+2
* | | Use std::addressof for taking an address instead of operator& in mocJędrzej Nowacki2018-10-012-5/+5
|/ /
* | moc: Fix compilation of text strings containing non-ASCIIThiago Macieira2018-09-101-1/+3
* | Moc: use QVector more oftenThiago Macieira2018-09-093-8/+8
* | uic: Fix pixmap functions for QIconFriedemann Kleint2018-09-062-2/+57
* | Bump copyright year of code generated by dbus toolsAlex Blasche2018-09-032-2/+2
* | Plugins: Save some architectural requirement flagsThiago Macieira2018-09-011-16/+5
* | Plugins: store the metadata in CBOR instead of binary JSONThiago Macieira2018-09-013-47/+211
* | Tracepoints: fix ETW generator for pointersAlessandro Ambrosano2018-08-251-0/+3
* | androiddeployqt: Add auxiliary modeChristian Kandeler2018-08-211-0/+23
* | Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-112-7/+10
* | Look for dependency XML files in all prefix pathsVolker Krause2018-08-071-2/+7
* | Add support for additional prefix pathsVolker Krause2018-08-071-7/+24
* | Fix apkPath for gradle 4.0+BogDan Vatra2018-08-071-3/+8