aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug
Commit message (Expand)AuthorAgeFilesLines
* qmlpreview: add Configuration message type to support in-place updatesSemih Yavuz10 days2-0/+21
* QQmlProfilerEventType: fix qHash() implementationMarc Mutz2026-04-171-8/+3
* QQmlProfilerEventLocation: fix qHash() implementationMarc Mutz2026-04-161-8/+3
* Replace QVector with QListShawn Rutledge2026-01-093-9/+9
* Qml Profiling: Handle the case of profiling without any featuresUlf Hermann2025-11-273-20/+33
* QmlPreview: Allow setting animation speedUlf Hermann2025-11-262-1/+10
* QmlProfiler: Allow querying the event receiver for the number of eventsUlf Hermann2025-11-204-17/+14
* Tooling: Add an event replay debug clientUlf Hermann2025-11-183-0/+128
* QmlDebug: Support QtQuick3D profiler eventsUlf Hermann2025-11-104-1/+51
* QmlTooling: Add security headersUlf Hermann2025-10-3140-0/+40
* QmlDebug: Move QmlProfilerData to the QmlDebug libraryUlf Hermann2025-10-155-2/+777
* Correct license for module and plugin fileLucie Gérard2024-04-092-2/+2
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-201-0/+1
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+2
* Remove outdated #undef QT_NO_FOREACHUlf Hermann2023-08-212-4/+0
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-172-0/+4
* Remove remaining foreach in srcUlf Hermann2023-08-081-1/+1
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-202-4/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Avoid both virtual and override on destructorsJohannes Kauffmann2022-08-281-1/+1
* Remove Qt key words from header filesYuhang Zhao2022-07-199-9/+9
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-1138-1422/+76
* Add a TU for QQmlProfilerEventReceiverMarc Mutz2022-04-293-2/+52
* QmlDebugPrivate: includemocsMarc Mutz2022-04-297-0/+14
* Make sure all private headers include at least one otherThiago Macieira2022-03-104-4/+7
* Make formerly transitive includes explicitFabian Kosmale2022-02-152-0/+3
* Qmldebugtranslator: report elide issues correctly inside layoutsTim Jenssen2021-10-121-1/+1
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-101-2/+2
* Add missing limits include to fix build with GCC 11Antonio Rojas2021-05-231-0/+1
* Implement debugtranslationserviceTim Jenssen2021-04-265-44/+40
* QmlDebug: Check results of malloc()Ulf Hermann2021-02-191-0/+2
* Remove the qmake project filesFabian Kosmale2021-01-151-46/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-164-4/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-1/+1
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-2/+2
* Change qHash return value to size_tFabian Kosmale2020-04-162-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-2/+1
|\
| * Remove mindless cast, 'errorOccurred' was never ambiguousTimur Pocheptsov2020-03-241-2/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-2/+2
|\|
| * Fix some network related deprecation warningsFabian Kosmale2020-03-161-2/+2
* | CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-121-0/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-123-1/+160
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-173-1/+160
| |\|
| | * QmlDebug: add new debugtranslationserviceTim Jenssen2020-02-053-1/+160
* | | Regenerate projects to handle private deps correctlyAlexandru Croitor2020-02-051-5/+2
* | | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-1/+1
* | | Regenerate projectsAlexandru Croitor2019-11-141-3/+0
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-145-124/+126
|\| |