summaryrefslogtreecommitdiff
path: root/src/plugins/perfprofiler/perftracepointdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-2/+2
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-2/+2
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-1/+0
* PerfProfiler: Convert to using Tr::trAlessandro Portale2022-09-221-9/+10
* PerfProfiler: inline perftracepointdialog.uiAlessandro Portale2022-09-221-21/+47
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Introduce a IDevice::filePathhjk2022-05-101-2/+2
* PerfProfiler: Use QtcProcess instead of IDevice::createProcess()Jarek Kobus2022-04-291-3/+3
* PerfTracePointDialog: Connect to QtcProcess::done() signalJarek Kobus2022-04-271-23/+11
* Get rid of no-op calls to QtcProcess::kill()Jarek Kobus2022-03-241-9/+1
* DeviceProcess: Minimize the usage of DeviceProcessJarek Kobus2022-02-281-6/+5
* PerfTracePointDialog: Use QtcProcess::setWriteDataJarek Kobus2022-02-281-9/+2
* ProjectExplorer: Normalize DeviceProcess::start() signaturehjk2022-02-141-4/+3
* ProjectExplorer: Rename DeviceProcess::error to errorOccuredhjk2022-01-271-1/+1
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-3/+4
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-6/+4
* ProjectExplorer: Introduce DeviceManager::defaultDesktopDevice()hjk2021-07-051-3/+1
* ProjectExplorer: Consolidate some Session::active* accesseshjk2019-11-291-10/+8
* Replace remaining Utils::FileName occurrences by Utils::FilePathhjk2019-07-231-2/+2
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-2/+2
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-1/+1
|\
| * PerfProfiler: Remove misplaced white spaceRobert Loehning2019-03-071-1/+1
* | ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-0/+4
* | ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-1/+1
|/
* PerfProfiler: Allow creating trace points without valid projectUlf Hermann2019-02-071-9/+19
* PerfProfiler: Handle failure to read trace point script fileUlf Hermann2019-01-091-2/+6
* Add PerfProfiler pluginUlf Hermann2018-12-181-0/+159