aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfprofiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add final specifies to classesIgor Sidorov2020-02-052-2/+2
* Several SettingsPages: Code cosmeticshjk2020-01-301-2/+1
* Perf: Move closer to now-standard option page setuphjk2020-01-285-35/+23
* PerfProfiler: Fix memory leakChristian Kandeler2020-01-232-0/+13
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-1/+1
* PerfProfiler: Fix MSVC warning (struct/class inconsistency)Alessandro Portale2019-12-181-1/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-5/+5
* ProjectExplorer: Consolidate some Session::active* accesseshjk2019-11-293-21/+13
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-211-5/+2
|\
| * improve codeTim Jenssen2019-11-121-5/+2
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-041-2/+2
|\|
| * PerfProfiler: Disable failing testsChristian Stenger2019-11-041-2/+2
| * PerfProfilerFlameGraphModel: Make Payload::m_numSamples mutableUlf Hermann2019-10-221-1/+1
* | PerfProfiler: Avoid Q_DISABLE_COPY_MOVEUlf Hermann2019-10-221-1/+4
* | PerfProfilerFlameGraphModel: Fix linter warningsUlf Hermann2019-10-222-78/+84
|/
* BaseQtVersion: remove qmakeProperty(...) getterTobias Hunger2019-10-011-1/+1
* ProjectExplorer: Store some aspect data by value in the RunControlhjk2019-09-052-0/+2
* PerfProfiler: Remove unused signalhjk2019-09-032-2/+0
* ProjectExplorer: Use a ISettingsAspect::setConfigWidgetCreator() setterhjk2019-08-301-3/+4
* ProjectExplorer: Standardize RunWorker creation logichjk2019-08-273-7/+3
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-4/+5
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-311-34/+0
|\
| * PerfProfiler: Fix warning from SignalSlotEditor::fromUi()hjk2019-07-291-34/+0
* | Replace remaining Utils::FileName occurrences by Utils::FilePathhjk2019-07-231-2/+2
* | Avoid warning on empty expressionshjk2019-07-237-13/+13
* | Tracing: Use Combobox for the modes menuUlf Hermann2019-07-051-1/+0
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-3/+3
|\|
| * PerfProfiler: Connect the updateRunActions() signal earlierUlf Hermann2019-06-251-3/+3
* | ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-213-5/+5
|/
* Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-06-181-2/+3
|\
| * Fix perfresourcecounter testUlf Hermann2019-06-131-2/+3
* | connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-2/+1
* | Utils: Rename FileName to FilePathhjk2019-05-281-7/+7
* | ExtensionSystem: Move away from QListEike Ziller2019-05-272-3/+3
* | Remove excess blank lines after namespaceOrgad Shaneh2019-05-271-1/+0
* | CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-4/+4
* | Qt Creator CMake portCristian Adam2019-05-171-0/+41
* | PerfProfiler: Guard against some malformed inputUlf Hermann2019-05-084-1/+12