summaryrefslogtreecommitdiffstats
path: root/src/tools/rcc
Commit message (Expand)AuthorAgeFilesLines
* tools: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-09-271-0/+1
* Don't bootstrap rccJoerg Bornemann2021-09-201-1/+0
* Deprecate qGlobalQHashSeed and qSetGlobalQHashSeed in Qt 6.6Thiago Macieira2021-05-231-3/+1
* rcc: Fix error message when temporary file cannot be openedJoerg Bornemann2021-05-211-1/+1
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-16/+16
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-231-0/+1
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-39/+0
* Remove the qmake project filesJoerg Bornemann2021-01-072-24/+0
* rcc: Remove support for Python2Friedemann Kleint2020-12-073-41/+23
* uic/rcc: Use QT_VERSION_MAJOR for major versionFriedemann Kleint2020-12-071-1/+3
* Fix uic/rcc generating outdated export for Qt for PythonFriedemann Kleint2020-12-041-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-6/+6
* rcc: Make output deterministic for directoriesKai Koehne2020-09-191-16/+21
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-7/+7
* CMake: Make it possible to build tools when cross-compilingLeander Beernaert2020-06-022-6/+8
* pro2cmake: Handle QMAKE_TARGET_XXX variablesJoerg Bornemann2020-05-122-0/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-5/+4
|\
| * rcc: Always seed the hash with 0hjk2020-04-171-5/+4
* | rcc: Fix line endings on Windows when redirectedFriedemann Kleint2020-04-201-2/+1
* | Get rid of QRegExp usage in rccLars Knoll2020-03-251-2/+11
* | rcc: Teach rcc the --no-zstd optionAlexandru Croitor2020-03-123-7/+23
* | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-072-0/+75
|\ \
| * | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-10/+16
| |\|
| * | Regenerate src/Leander Beernaert2020-01-142-4/+4
| * | Regenerate src/*Alexandru Croitor2019-11-142-6/+6
| * | Regenerate everything under ./srcAlexandru Croitor2019-11-122-2/+0
| * | Regenerate tools projectsAlexandru Croitor2019-10-082-5/+59
| * | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-113-5/+61
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-0/+1
| |\ \ \
| * | | | Export tool config and target files for each relevant moduleAlexandru Croitor2019-05-021-0/+1
| * | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-164-64/+493
| |\ \ \ \
| * | | | | CMake: Re-generate bootstrap-related CMakeLists.txt filesTobias Hunger2019-03-041-1/+22
| * | | | | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
* | | | | | Cleanup code where we mixed QHash and QMultiHash iterator codeLars Knoll2020-02-031-12/+8
| |_|_|_|/ |/| | | |
* | | | | Use a QMultiHash explicitly if insertMulti() is being usedLars Knoll2019-12-121-3/+3
* | | | | rcc: Fix namespace handling for initializerSamuel Gaist2019-12-101-7/+13
| |_|_|/ |/| | |
* | | | rcc: Add -d option to output a Makefile-syntax depfileMarvin Scholz2019-06-291-0/+58
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-1/+1
|\ \ \ \
| * | | | RCC: Change the default compression to ZlibThiago Macieira2019-06-201-1/+1
* | | | | rcc: Avoid needless use of macrohjk2019-05-282-4/+2
| |_|_|/ |/| | |
* | | | QRegExp include cleanupSamuel Gaist2019-04-191-0/+1
| |_|/ |/| |
* | | rcc: Avoid raw string literalshjk2019-03-201-23/+12
* | | rcc: Support Python as output formathjk2019-03-073-26/+197
|/ /
* | Fix compilation with QT_NO_COMPRESSAlbert Astals Cid2018-12-211-1/+1
* | rcc: Use SOURCE_DATE_EPOCH for mtimeBernhard M. Wiedemann2018-12-141-0/+3
* | Resources: reject compressed content we can't decompressThiago Macieira2018-12-123-12/+74
* | 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