aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Preserve statistics sorting order across model reloadsUlf Hermann2018-02-011-17/+37
* QmlProfiler: Fix translations and tests for statistics viewUlf Hermann2018-01-261-18/+16
* Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-241-3/+5
* 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
* 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
* | Move URL utilities from ProjectExplorer to UtilsUlf Hermann2017-10-054-24/+30
* | QmlDebug: Move QmlDebugConnection into own fileUlf Hermann2017-10-041-0/+2
* | QtSupport: Move populateFileFinder to BaseQtVersionUlf Hermann2017-10-041-50/+2
* | Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-041-7/+8
* | QtSupport: Add a method to retrieve the QML pathUlf Hermann2017-09-291-1/+1
* | QmlProfiler: Add QT_INSTALL_QML paths to FileInProjectFinderUlf Hermann2017-09-271-3/+9
* | QmlProfiler: Use a Target for populateFileFinder()Ulf Hermann2017-09-276-16/+11
|/
* QmlProfiler: 20s are still not enough for LocalQmlProfilerRunnerTestUlf Hermann2017-09-261-6/+6
* QmlProfiler: Unify local and tcp connection mechanismUlf Hermann2017-09-215-69/+56
* QmlProfiler: Correctly handle invalid message typesUlf Hermann2017-09-122-1/+7
* QmlProfiler: Don't trust in externally provided timestampsUlf Hermann2017-09-126-13/+28
* QmlProfiler: Accept animations events with 0 animationsUlf Hermann2017-09-122-5/+4
* QmlProfiler: Accept unknown input eventsUlf Hermann2017-09-122-7/+13
* QmlDebug: Streamline command line parameter creationhjk2017-09-121-1/+7
* Drop unused variables and lambda capturesUlf Hermann2017-09-082-3/+3