| Commit message (Expand) | Author | Age | Files | Lines |
| * | QmlProfiler: Code cosmetics | hjk | 2025-04-10 | 1 | -11/+13 |
| * | Utils: Introduce a convenience function creatorColor() | hjk | 2024-05-29 | 1 | -1/+1 |
| * | Remove unneeded version checks | Eike Ziller | 2024-03-04 | 1 | -4/+0 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Tracing/Qml|PerfProfiler/CtfVisualizer: Move QML modules to :/qt/qml | Alessandro Portale | 2022-07-20 | 1 | -2/+2 |
| * | Tracing/QmlProfiler/PerfProfiler/CtfVisualizer: Remove pre Qt 6.2 code | Alessandro Portale | 2022-07-18 | 1 | -58/+2 |
| * | Tracing/QmlProfiler: Fix deprecation warning with Qt 6.3+ | Alessandro Portale | 2022-06-09 | 1 | -2/+4 |
| * | Tracing/QmlProfiler: Port shaders to Qt 6 | Alessandro Portale | 2021-08-11 | 1 | -4/+19 |
| * | Tracing/QmlProfiler: Prepare for porting of shaders to Qt 6 | Alessandro Portale | 2021-08-11 | 1 | -25/+23 |
| * | QmlProfiler: Add qml, register types via qt_add_qml_module | Alessandro Portale | 2021-06-28 | 1 | -4/+6 |
| * | Tracing/QmlProfiler/CtfVisualizer/PerfProfiler: Compile with Qt 6 | Alessandro Portale | 2021-06-09 | 1 | -5/+43 |
| * | Avoid warning on empty expressions | hjk | 2019-07-23 | 1 | -3/+3 |
| * | QmlProfiler: Modernize | Alessandro Portale | 2018-12-02 | 1 | -18/+13 |
| * | Prefer using 'override' instead of 'virtual' | Alessandro Portale | 2018-07-11 | 1 | -4/+4 |
| * | QmlProfiler: Avoid some 0 as nullptr warnings | Ulf Hermann | 2018-04-17 | 1 | -3/+3 |
| * | Timeline: Use some better number types | Ulf Hermann | 2018-01-16 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/4.2' | Eike Ziller | 2016-12-20 | 1 | -0/+1 |
| |\ |
|
| | * | Timeline: Check for validity of vertexData() after allocating geometry | Ulf Hermann | 2016-12-15 | 1 | -0/+1 |
| * | | QmlProfiler: Unify conditions in binding loop render pass | Ulf Hermann | 2016-12-06 | 1 | -11/+10 |
| * | | QmlProfiler: Initialize members | Tobias Hunger | 2016-11-29 | 1 | -3/+3 |
| |/ |
|
| * | QmlProfiler: Paint binding loop markers in timeline highlight color | Ulf Hermann | 2016-08-05 | 1 | -0/+7 |
| * | QmlProfiler: Clean up binding loops render pass | Ulf Hermann | 2016-07-13 | 1 | -6/+6 |
| * | QmlProfiler: Apply some code cosmetics | Ulf Hermann | 2016-05-06 | 1 | -2/+2 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | Timeline: Properly encapsulate render pass states | Ulf Hermann | 2015-05-18 | 1 | -27/+57 |
| * | QmlProfiler: Fix compiler warnings on release build | Orgad Shaneh | 2015-01-12 | 1 | -0/+1 |
| * | Timeline: Create new library from contents of QmlProfiler | Ulf Hermann | 2014-12-16 | 1 | -2/+1 |
| * | QmlProfiler: be more resilient against missing models in render passes | Ulf Hermann | 2014-12-15 | 1 | -6/+3 |
| * | QmlProfiler: Require only subset of renderer to execute render passes | Ulf Hermann | 2014-12-15 | 1 | -1/+1 |
| * | QmlProfiler: Convert the render pass state into a pure interface | Ulf Hermann | 2014-12-15 | 1 | -14/+18 |
| * | QmlProfiler: Move timeline classes into own namespace | Ulf Hermann | 2014-12-15 | 1 | -6/+8 |
| * | QMLProfiler: Use scene graph for painting events in timeline | Ulf Hermann | 2014-12-12 | 1 | -0/+356 |