summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove remaining traces of deprecated QtMsgHandlerMarcel Krems2020-08-291-1/+0
* Remove QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-08-281-2/+0
* Android: enable androiddeployqt to get the host's rcc binary pathAssam Boudjelthia2020-08-281-1/+15
* Android: add option to get app arguments with AndroidManifest.xmlAssam Boudjelthia2020-08-281-0/+10
* Use OpenType font weightsJonas Karlsson2020-08-283-2/+77
* Change QByteArray to handle large arraysLars Knoll2020-08-271-1/+1
* Android: add the option to set package signing information from env varsAssam Boudjelthia2020-08-251-1/+30
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-251-1/+1
* Be verboseBogDan Vatra2020-08-241-1/+1
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-241-10/+0
* Fix running qml tests on AndroidBogDan Vatra2020-08-241-31/+31
* Use QMetaType in QMetaCallEventLars Knoll2020-08-243-8/+8
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-2/+2
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+0
* Refactor QXmlStreamStringRefKarsten Heimrich2020-08-191-2/+0
* Refactor qxmlstream_p.hLars Knoll2020-08-193-0/+3
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-192-3/+3
* Remove binary compat sources for qbytearray and qstringAllan Sandfeld Jensen2020-08-192-2/+0
* MSVC: Fix C4996 warnings when building QtKai Koehne2020-08-191-0/+3
* Follow through on ### Qt6 comments in qglobal.hEdward Welbourne2020-08-181-1/+1
* CMake: Link Boostrap against PlatformCommonInternalJoerg Bornemann2020-08-171-0/+1
* Purge versioned style options from UICVolker Hilsheimer2020-08-161-12/+0
* Disentangle QIODevice dependenciesLars Knoll2020-08-152-2/+3
* Android: Be more verbose about which binary is not foundAlexandru Croitor2020-08-151-2/+3
* Avoid UB in moc generated codeLars Knoll2020-08-071-1/+1
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-062-2/+0
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-318-20/+20
* CMake: Regenerate load(qt_app) projectsAlexandru Croitor2020-07-313-6/+15
* QMetaType: force properties to have a complete type againFabian Kosmale2020-07-241-4/+16
* Suffix qt_pluginMetaData with class nameTor Arne Vestbø2020-07-161-3/+4
* moc: Accept NAME attribute for any propertiesUlf Hermann2020-07-151-2/+0
* moc: allow wrapper generation for QProperty in pimpl classFabian Kosmale2020-07-143-13/+56