aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfprofiler
Commit message (Expand)AuthorAgeFilesLines
* 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-192-21/+19
* | Utils: Introduce a FilePath constructor from char arrayshjk2021-08-172-4/+5
* | ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-133-15/+9
|/
* Tracing/QmlProfiler: Port shaders to Qt 6Alessandro Portale2021-08-111-0/+1
* QmlProfiler/PerfProfiler: Restore support for Qt >= 6.2Alessandro Portale2021-07-161-4/+4
* Restore support for CMake < 3.11Alessandro Portale2021-07-151-8/+11
* ProjectExplorer: Introduce DeviceManager::defaultDesktopDevice()hjk2021-07-051-3/+1
* Don't call qt_add_qml_module with inexistent TARGETAlessandro Portale2021-07-021-0/+4
* PerfProfiler: Add qml, register types via qt_add_qml_moduleAlessandro Portale2021-06-285-39/+74
* Tracing: Add qml, register types via qt_add_qml_moduleAlessandro Portale2021-06-223-2/+6
* Tracing/QmlProfiler/CtfVisualizer/PerfProfiler: Compile with Qt 6Alessandro Portale2021-06-091-0/+1
* Tracing/QmlProfiler/Perfprofiler: Merge modulesAlessandro Portale2021-06-083-8/+8
* Utils: Move process arguments class out of QtcProcesshjk2021-05-112-3/+3
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-4/+2
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-2/+2
* Analyzer: Base ISettingsAspect on Utils::AspectContainerhjk2021-04-122-23/+8
* Utils: Provide a method to set total cell span for aspectshjk2021-04-092-2/+2
* PerfProfiler: Fix compileChristian Stenger2021-04-091-1/+0
* Perf: Partially aspectify settingshjk2021-04-0810-350/+146
* CMake build/Qt6: Automatically disable build of profilersEike Ziller2021-03-051-0/+1
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* OutputFormatter: Reduce usages of DebugFormatChristian Stenger2021-01-211-1/+1
* Use new, more evocative MessageManager APIEike Ziller2020-12-161-3/+2
* Use Q_ENUM instead of obsoleted Q_ENUMSJarek Kobus2020-12-111-1/+1
* Don't call non-const method on temporary containerJarek Kobus2020-12-081-1/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-3/+3
* Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-182-6/+6
* PerfProfiler: Fix test generated dataChristian Stenger2020-11-021-2/+2
* PerfProfiler: Compile fix for Qt5hjk2020-10-081-1/+1
* PerfProfiler: Some Qt6 compilationhjk2020-10-083-10/+13
* PerfProfiler: Some compile fixes with Qt6hjk2020-08-203-4/+4
* Replace QT_USE_FAST_{OPERATOR_PLUS,CONCATENTION} by QT_USE_QSTRINGBUILDERhjk2020-08-071-3/+4
* PerfProfiler: Fix qbs buildChristian Kandeler2020-08-031-0/+1
* Use IDE_DISPLAY_NAMERobert Loehning2020-08-031-2/+5
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-023-10/+10
* Check for selection support of clipboardChristian Stenger2020-05-141-1/+2
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-141-1/+0
|\
| * Remove unused QTC_PLUGIN_REVISION macrosEike Ziller2020-04-091-1/+0
* | PerfProfiler: Add hint how to make perf workRobert Loehning2020-04-021-1/+2
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-271-1/+1
|\|
| * ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-261-1/+1
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-261-2/+2
|\|
| * Misc: Fix MSVC warningsOrgad Shaneh2020-02-251-2/+2
* | ProjectExplorer: Introduce ToolChainKitAspect::{c,cxx}ToolChainhjk2020-02-191-14/+13
|/
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-072-5/+0