summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Hardcode a special case of using qOverload for slots without argumentsJarek Kobus2021-01-211-8/+19
* uic: Do not generate QComboBox::AdjustToMinimumContentsLength into codeFriedemann Kleint2021-01-041-6/+23
* Revert "Android: print tailored warning if qml dependency path is a dir"Assam Boudjelthia2020-12-111-8/+2
* CMake: Fix FEATURE_static_runtime buildJoerg Bornemann2020-12-101-0/+1
* Fix uic/rcc generating outdated export for Qt for PythonFriedemann Kleint2020-12-042-7/+7
* CMake: Avoid MSVC C4996 warningsLi Xinwei2020-12-041-0/+5
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-044-16/+16
* uic: Do not generate QDockWidget::AllDockWidgetFeatures into codeFriedemann Kleint2020-12-031-1/+6
* Avoid signed overflow in mocFabian Kosmale2020-12-031-1/+9
* Android: print tailored warning if qml dependency path is a dirAssam Boudjelthia2020-12-031-0/+6
* CMake: Re-generate project files in srcJoerg Bornemann2020-12-011-0/+1
* Change android target SDK version to 29Fabio Falsini2020-11-271-1/+1
* Android: use extraPrefixDirs with qmlimportscannerAssam Boudjelthia2020-11-191-2/+12
* Avoid linker errors for the bootstrap lib in debug builds on MSVCLars Knoll2020-11-192-0/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-4/+4
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-2/+3
* Update qclass_lib_map.h according to split of svg moduleJarek Kobus2020-11-131-2/+2
* Build Qt (and client apps using it) with /permissive-Giuseppe D'Angelo2020-11-101-1/+1
* moc: output errors and warnings in a way that matches compilersVolker Hilsheimer2020-11-091-10/+10
* moc: Handle include in enum, take 2Fabian Kosmale2020-11-031-3/+19
* Make the QMultiHash(const QHash &) constructor explicitLars Knoll2020-11-031-1/+1
* Use (void) instead of Q_UNUSEDAndré Klitzing2020-10-311-7/+7
* Split QMutex and QRecursiveMutexLars Knoll2020-10-171-1/+1
* Fix Clang compiler warnings (-Wrange-loop-analysis)David Skoland2020-10-173-5/+5
* Android: fix path issue with backslashes on WindowsAssam Boudjelthia2020-10-151-2/+2
* Android: add missing new line to androidtestrunner helpAssam Boudjelthia2020-10-131-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-4/+4
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-1/+1
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-031-1/+1
* Android: Make checking a dependency path accept both separator stylesAlessandro Portale2020-10-021-2/+2
* Android: account for native separators when checking a dependency pathAssam Boudjelthia2020-10-011-2/+2
* Android: Append .exe suffix to qmlImportScanner in androiddeployqtAlessandro Portale2020-09-301-4/+3
* CMake: make QT_ANDROID_DEPLOYMENT_SETTINGS_FILE consistent with qmakeAssam Boudjelthia2020-09-281-1/+1
* Use QMetaType instead of integer based type idsLars Knoll2020-09-232-9/+9
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2322-55/+55
* CMake: Regenerate projectsAlexandru Croitor2020-09-223-3/+16
* rcc: Make output deterministic for directoriesKai Koehne2020-09-191-16/+21
* Make moc ready for when null byte-arrays have null constData()Edward Welbourne2020-09-172-9/+12
* Android: remove --no-daemon arg for GradleAssam Boudjelthia2020-09-171-1/+1
* CMake: Fix building with -DQT_FEATURE_gui=OFFAlex Richardson2020-09-151-1/+3
* Remove the SAX parser from QtXmlLars Knoll2020-09-153-17/+1
* Fix generated forward declarations in qdbusxml.cppLars Knoll2020-09-121-7/+1
* Fix build with -trace lttngJoerg Bornemann2020-09-113-1/+16
* Moc: Require complete types consistentlyUlf Hermann2020-09-101-5/+6
* Enforce complete method types of QML registered classesFabian Kosmale2020-09-033-3/+16
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-033-0/+3
* Ignore weight in .ui files instead of converting itEskil Abrahamsen Blomfeldt2020-09-033-79/+0
* Make bindings introspectable through mocLars Knoll2020-09-023-68/+23
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-028-463/+85
* Add a QMetaSequence interfaceUlf Hermann2020-09-013-0/+3