summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* qmljs: remove remaining references to QtQuick1Marco Benelli2018-04-031-3/+0
* Project: Improve default implementation of Project::needsConfigurationTobias Hunger2018-03-091-0/+2
* QmlProfiler: Fix warning about unused lambda captureTobias Hunger2018-03-061-1/+1
* Fix build: add missing #include for QmlProfilerSettingsThiago Macieira2018-02-201-0/+1
* QmlProfiler: Use a predictable kit in the QmlProfilerTool testUlf Hermann2018-02-191-0/+11
* QmlProfiler: Prevent kits without device in the attach dialogUlf Hermann2018-02-191-0/+4
* QmlProfiler: Pimpl QmlProfilerPlugin class a bit morehjk2018-02-196-32/+26
* QmlProfiler: Use EngineControl to hold engines until we're doneUlf Hermann2018-02-131-4/+26
* QmlProfiler: Test that server recording changes only clear eventsUlf Hermann2018-02-132-1/+31
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-071-17/+37
|\
| * QmlProfiler: Preserve statistics sorting order across model reloadsUlf Hermann2018-02-011-17/+37
* | QmlProfiler: Remove a few uses of ActionManager::instance()hjk2018-02-021-9/+6
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-011-18/+16
|\ \ | |/
| * QmlProfiler: Fix translations and tests for statistics viewUlf Hermann2018-01-261-18/+16
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-01-251-3/+5
|\ \ | |/
| * Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-241-3/+5
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-01-192-1/+9
|\ \ | |/
| * QmlProfiler: Fix buildOrgad Shaneh2018-01-171-1/+1
| * QmlProfiler: Improve robustness of QmlProfilerTool testUlf Hermann2018-01-171-0/+2
| * QmlProfiler: Also handle RunControl::finished() signalUlf Hermann2018-01-171-1/+7
* | QmlProfiler: Defer chained state changesUlf Hermann2018-01-171-3/+8
|/
* Timeline: Use some better number typesUlf Hermann2018-01-168-9/+9
* QmlProfiler: Drop static accessors from QmlProfilerToolUlf Hermann2018-01-117-68/+90
* QmlProfiler: Guard state widget against unexpected deletion orderUlf Hermann2018-01-101-3/+11
* QmlProfiler: Reduce retry params for testConnectionFailure()Ulf Hermann2018-01-101-0/+2
* QmlProfiler: Verify attached RunControl stops when connection closesUlf Hermann2018-01-098-29/+120
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2018-01-098-9/+47
|\
| * QmlProfiler: Retain event types between sessions on same connectionUlf Hermann2018-01-038-8/+43
| * QmlProfiler: Stop run control if connection to external app closesUlf Hermann2018-01-031-0/+2
| * QmlProfiler: Set scheme for URL in attach dialogUlf Hermann2018-01-031-0/+1
* | QmlProfiler: Test that attachToWaitingApplication tries to connectUlf Hermann2018-01-085-0/+110
* | QmlProfiler: Allow QmlProfilerRunner::stop() without profilerStateUlf Hermann2018-01-081-1/+4
* | QmlProfiler: Show more useful arguments in attach dialogUlf Hermann2018-01-081-2/+2
* | QmlProfiler: Process remaining events if connection dropsUlf Hermann2018-01-043-10/+19
* | QmlProfiler: Update traceClient test for queued debug messagesUlf Hermann2018-01-041-0/+0
* | FlameGraph: Verify that window is exposed in testUlf Hermann2018-01-031-2/+2
* | Merge remote-tracking branch 'origin/4.5'Oswald Buddenhagen2017-12-211-6/+26
|\ \ | |/
| * QmlProfiler: Record debug messages separatelyUlf Hermann2017-12-191-6/+26
* | QmlProfiler: Silence truncation warningAlessandro Portale2017-12-151-2/+2
* | Remove accidentally committed fuzzing artifactUlf Hermann2017-11-231-4/+0
* | QmlProfiler: Fix compile on WindowsChristian Stenger2017-11-231-1/+1
* | QmlProfiler: Tests for QmlProfilerTraceClientUlf Hermann2017-11-228-0/+150
* | QmlProfiler: Don't write past end in QmlEventUlf Hermann2017-11-223-2/+24
* | QmlProfiler: Properly clear the trace clientUlf Hermann2017-11-223-3/+5
* | QmlProfiler: Eliminate some clang warningsUlf Hermann2017-11-211-10/+11
* | Merge remote-tracking branch 'origin/4.5'Orgad Shaneh2017-11-112-9/+0
|\ \ | |/
| * ProjectExplorer: Fix copying of RunConfigurationAspectshjk2017-11-102-9/+0
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-093-0/+29
|\ \ | |/
| * QmlProfiler: Reset the serverRecording flag when the connection dropsUlf Hermann2017-11-093-0/+26
* | QmlDebug: Extract a general QML debug connection manager from QmlProfilerUlf Hermann2017-10-163-287/+51