aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* Utils: Remove FilePath::operator+()hjk2022-11-301-1/+1
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+0
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-252-2/+0
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-10-183-10/+0
|\
| * QmlProfiler: Remove access to non-existent TimeInPercentRoleAlessandro Portale2022-10-171-1/+0
| * QmlProfiler: Allow setting breakpoints in profile result lineDavid Schulz2022-10-132-9/+0
* | Add support for new Quick3D profiling eventsAntti Määttä2022-10-1413-41/+1168
|/
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-074-5/+5
* Merge remote-tracking branch 'origin/8.0' into 9.0Tim Jenssen2022-10-0426-85/+115
|\
| * Add more checks for backwards compatibilityAntti Määttä2022-09-299-27/+55
| * Fix backward compatibility issue with QmlProfilerAntti Määttä2022-09-2924-58/+60
* | Fix qbs buildChristian Stenger2022-09-227-7/+8
* | QmlProfiler: Convert to using Tr::trAlessandro Portale2022-09-2231-419/+446
* | Replace QtSupport::QtVersionNumber with QVersionNumberAlessandro Portale2022-09-191-1/+1
* | Use SPDX license identifiersLucie Gérard2022-08-26122-2928/+244
* | Tracing/Qml|PerfProfiler/CtfVisualizer: Move QML modules to :/qt/qmlAlessandro Portale2022-07-206-8/+12
* | Tracing/QmlProfiler/PerfProfiler/CtfVisualizer: Remove pre Qt 6.2 codeAlessandro Portale2022-07-1812-231/+50
* | qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-137-27/+31
* | QmlProfiler: Fix warningMarco Bubke2022-07-111-2/+4
* | Add plugintr.h files to all pluginshjk2022-06-273-1/+39
* | Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-06-277-15/+12
|\|
| * Code cosmeticshjk2022-06-247-15/+12
* | Tracing/QmlProfiler: Fix deprecation warning with Qt 6.3+Alessandro Portale2022-06-091-2/+4
|/
* QMLPlugins: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-015-7/+11
* Dissolve RunControl::setRunnablehjk2022-05-311-21/+19
* ProjectExplorer: Reduce use of Runnable in SimpleTargetRunnerhjk2022-05-251-8/+7
* ProjectExplorer: Rename some RunControl functionshjk2022-05-021-1/+1
* CMake: Qt Creator Static build supportCristian Adam2022-04-291-0/+2
* QmlProfiler: Use annotions instead of custom icons on marksDavid Schulz2022-04-283-20/+32
* IDevice: Make it possible to forward declare Ptr and ConstPtrJarek Kobus2022-04-141-19/+22
* ProjectExplorer: Copy more RunConfiguration data to RunControlhjk2022-04-121-3/+2
* RunControl: Drop IDevice * from doStart()Jarek Kobus2022-02-231-2/+2
* Add quick3d memory consumption to profilerAntti Määttä2022-02-092-29/+153
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-242-2/+2
* QmlProfiler: Add quick3dmodel.cpp/.h to qbsAlessandro Portale2022-01-241-0/+1
* Add Quick3d profiler supportJanne Koskinen2022-01-2410-3/+266
* Remove qmake build filesEike Ziller2022-01-203-152/+0
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-063-33/+24
* QmlProfiler: Remove unneeded Q_OBJECT in some testhjk2021-11-261-3/+0
* Remove unneeded includes of ApplicationLauncherJarek Kobus2021-11-101-1/+0
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-6/+9
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-1/+1
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-131-0/+2
|\
| * Migrate to fixed add_shaders prefix handlingLaszlo Agocs2021-09-101-0/+2
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-301-0/+4
|\|
| * Update scenegraph API check in isUsableLaszlo Agocs2021-08-261-0/+4
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-201-1/+1
|\|
| * Tracing/QmlProfiler/PerfProfiler: Fix qt_add_qml_module callAlessandro Portale2021-08-201-1/+1
* | Use more FileUtils based file dialogshjk2021-08-191-17/+17
* | Utils: Introduce a FilePath constructor from char arrayshjk2021-08-172-7/+6