aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-261-0/+2
|\
| * qmlprofiler: Use server's datastream version for communicationUlf Hermann2015-10-151-0/+2
* | Tools: Fix single-character string literals.Friedemann Kleint2015-10-132-3/+3
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-182-0/+4
|\|
| * qmlprofiler: Add missing #include <limits>.Friedemann Kleint2015-07-282-0/+4
* | Allow specification of loadable debug services via command lineUlf Hermann2015-08-131-1/+2
* | qmlprofiler: Use QQmlProfilerDefinitions for accessing definitionsUlf Hermann2015-07-235-131/+144
* | Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-261-2/+2
* | qmlprofiler: Remove some dead codeUlf Hermann2015-06-152-7/+1
* | qmlprofiler: Allow specification of features to recordUlf Hermann2015-06-094-2/+120
* | qmlprofiler: Record input eventsUlf Hermann2015-06-095-6/+43
* | qmlprofiler: Output data after application quits in non-interactive modeUlf Hermann2015-06-073-1/+12
* | qmlprofiler: Redirect app stdout to qmlprofiler stderrUlf Hermann2015-06-071-1/+1
* | qmlprofiler: Improve options for trace outputUlf Hermann2015-06-064-50/+211
* | qmlprofiler: Only accept commands if we ask for themUlf Hermann2015-06-066-41/+20
* | qmlprofiler: Allow aggregation of multiple traces into one file.Ulf Hermann2015-05-211-4/+6
* | qmlprofiler: In interactive mode, don't quit if application quitsUlf Hermann2015-05-211-7/+7
* | qmlprofiler: Remove useless 'maximumTime' member.Ulf Hermann2015-05-211-11/+0
* | qmlprofiler: Add non-interactive mode and make it the default.Ulf Hermann2015-05-213-16/+30
* | qmlprofiler: Clean up recording state messUlf Hermann2015-05-214-96/+43
* | qmlprofiler: Add some sanity to command line parsing.Ulf Hermann2015-05-213-85/+87
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-161-14/+2
|\
| * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-141-14/+2
* | Update copyright headersJani Heikkinen2015-02-1215-105/+105
|/
* Update license headers and add new licensesJani Heikkinen2014-08-2515-285/+165
* Write memory events into tracefiles generated by qmlprofilerUlf Hermann2014-08-125-0/+35
* Javascript heap profilerUlf Hermann2014-06-061-1/+2
* Properly support all events in trace files and clean up a bit.Ulf Hermann2014-06-065-69/+236
* Save painting events in Qt5 style with thread ID from qmlprofilerUlf Hermann2014-03-185-22/+24
* fix whitespaceOswald Buddenhagen2014-01-222-2/+2
* suppress qml import scan for the tools which don't need itOswald Buddenhagen2013-10-211-0/+1
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-131-0/+1
|\
| * Fix a warning about not using a set variableLaszlo Papp2013-09-051-0/+1
* | Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-2/+4
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-242-1/+3
|\|
| * Make qtdeclarative compile with QT_NO_NETWORKPROXYTasuku Suzuki2013-06-111-0/+2
| * Make qtdeclarative compile with -no-guiTasuku Suzuki2013-06-101-1/+1
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1015-15/+15
* follow qt_tool.prf now setting up DESTDIROswald Buddenhagen2012-11-011-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2315-363/+363
* "export" the qml tools for qtPrepareTool() useOswald Buddenhagen2012-07-111-9/+2
* QmlProfiler: storing binding typeChristiaan Janssen2012-05-045-10/+32
* Use minimal javascript expression for bound signalsChris Adams2012-03-291-1/+1
* Debugger: Disable debugging for qmlprofiler, qmltestKai Koehne2012-03-201-1/+1
* QmlDebuggingTests: Separate out public and private testsAurindam Jana2012-03-194-4/+668
* QmlProfiler: updated standalone appChristiaan Janssen2012-03-1311-2224/+834
* QmlDebugging: Remove QQmlDebugClientAurindam Jana2012-03-094-4/+525
* Merge master <-> api_changesMatthew Vogt2012-03-056-153/+153
|\
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-2410-78/+78
|/