aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-118-19/+19
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-101-2/+2
* Fix compile time qsTranslate with empty contextUlf Hermann2023-10-241-5/+8
* QQmlRefCount: de-virtualize dtorMarc Mutz2023-06-251-1/+1
* Qml: Analyze qsTranslate at compile timeUlf Hermann2022-10-131-3/+6
* Add new Quick3D event typesAntti Määttä2022-10-101-2/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* QtQml: Remove unused includes in qml, first partSemih Yavuz2022-09-141-1/+0
* qmltc: translation binding supportSami Shalayel2022-08-251-1/+1
* Create Translation Bindings without CompiledData::BindingSami Shalayel2022-08-152-1/+50
* QQmlDebuggingEnabler: guard deprecated constructor definitionIvan Solovev2022-07-251-0/+2
* Remove Qt key words from header filesYuhang Zhao2022-07-194-9/+9
* Use SPDX license identifiersLucie Gérard2022-06-1123-875/+46
* qqmldebug.h: Wrap the QML debugging enabler into an unnamed namespaceUlf Hermann2022-06-022-3/+25
* Fix race condition on QQmlEnginePrivate::qml_debugging_enabledMarc Mutz2022-05-312-2/+2
* QQmlDebug: reliably print the debugger warningMarc Mutz2022-05-311-1/+10
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-1/+1
* QQmlDebugService interfaces: make ctors explicitMarc Mutz2022-05-101-7/+7
* QQmlDebugService interfaces: de-inline dtorsMarc Mutz2022-05-102-0/+36
* Add a TU for QQmlDebugServerConnection{,Factory} to de-inline dtor & includemocsMarc Mutz2022-05-092-0/+54
* Add a TU for QQmlDebugServiceFactory to de-inline dtor & includemocsMarc Mutz2022-05-092-0/+50
* Add a TU for QQmlDebugServerMarc Mutz2022-05-043-0/+51
* Make sure all private headers include at least one otherThiago Macieira2022-03-102-0/+2
* QtQml: Do not depend on transitive includesFabian Kosmale2022-03-041-0/+1
* Add quick3d events and types to qmlprofilerJanne Koskinen2021-12-201-0/+17
* Clean up some includesUlf Hermann2021-11-051-5/+7
* Plugins: Port to QPluginParsedMetaData and CBORThiago Macieira2021-11-012-9/+9
* Qmldebugtranslator: report elide issues correctly inside layoutsTim Jenssen2021-10-122-5/+13
* Add all qml debug translation fixes and functionalities from 5.15Tuomo Pelkonen2021-09-081-2/+4
* QQmlDebugServiceInterfaces: Fix build when qml_debug is disabledFabian Kosmale2021-07-191-0/+2
* Add explicit QDataStream streaming operatorsThiago Macieira2021-06-231-4/+33
* Drop dead codeUlf Hermann2021-05-111-1/+0
* Implement debugtranslationserviceTim Jenssen2021-04-263-6/+275
* Remove the qmake project filesFabian Kosmale2021-01-151-28/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-161-1/+1
* Standardize QJsonArray iterationDavid Skoland2020-10-281-1/+1
* Make the qtquick and qtqml plugins optionalUlf Hermann2020-07-022-2/+15
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-2/+4
* Fix broken -no-qml-debugAndré Klitzing2020-02-191-0/+1
* QmlDebug: add new debugtranslationserviceTim Jenssen2020-02-052-0/+22
* use initializer listsTim Jenssen2020-01-241-6/+4
* Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-311-2/+2
* Remove qqmlmemoryprofiler*Ulf Hermann2019-06-133-280/+0
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-7/+8
* Tooling: Use fprintf rather than qDebug() for debug warningUlf Hermann2019-01-281-4/+4
* QQmlDebugConnector: Don't complain about new pluginKey if it's unchangedUlf Hermann2018-06-221-1/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-27/+0
|\
| * Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-241-27/+0
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-1/+1
|\|