summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qml/Label.qml
Commit message (Collapse)AuthorAgeFilesLines
* QmlProfiler: Rename Label to CategoryLabelAurindam Jana2013-11-051-166/+0
| | | | | | | | | This is to avoid confusion with generic Label Quick component. Change-Id: I6a72266c394862706215b6db40bcd3592f9d24b3 Reviewed-by: Ulf Hermann <ulf.hermann@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* QmlProfiler: Avoid generic property types in QMLAurindam Jana2013-09-181-3/+3
| | | | | Change-Id: I4dddf19d37004f59bfbe75b45e0b626bf1563fa2 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* QmlProfiler: Update Qt Quick 2.0 to Quick 2.1Aurindam Jana2013-09-181-1/+1
| | | | | Change-Id: Ib40cf370798e12540d81e2f7ec532bb119293e4e Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* QmlProfiler: Initial conversion from Quick 1 to Quick 2Thomas Hartmann2013-09-161-1/+1
| | | | | | | Updated class names and functions. Fixed imports. Change-Id: I5f12e3a108a0e60c091acc9c415ff77e52118029 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* QmlProfiler: reworkedChristiaan Janssen2013-08-091-30/+28
| | | | | Change-Id: I66a236a024d76e7bef6edfb91ae30b5dd098b76b Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* QmlProfiler: do not show richtext in event detailsKai Koehne2013-06-251-0/+1
| | | | | Change-Id: I1daa2573e6c0ca26d6082a52473372432054a628 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-051-21/+20
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* QmlProfiler: RefactorChristiaan Janssen2012-03-141-8/+10
| | | | | | | | | | | The code of the qmlprofiler client has become a bit too complex, this patch reorganizes the modules in a more sensible way, having the modules communicate with each other through a state machine instead of the excess of signals and slots from before. Change-Id: I76f7313779888a1bd07a1cdb1acbf2e47aacf42a Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* QmlProfiler: manage server-side start tracing messageChristiaan Janssen2012-02-171-6/+12
| | | | | | | | | | | | | also QmlProfiler: refactor eventlist state If unexpected data is received, assuming server stopped profiling. Also, introducing a eventlist state instead of relying on signals sent around. This is part of a coming bigger patch where the profiler client is refactored. Change-Id: Ibed9007903956daf03cc0fcb90f77b5ad2d3cf90 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* QmlProfiler: rewriting details for bindingsChristiaan Janssen2012-01-201-14/+17
| | | | | Change-Id: Ie180ecc8d336bca1713edd5eb5fff0681c641b9d Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* QmlProfiler: tooltips for the labels columnChristiaan Janssen2012-01-131-0/+8
| | | | | | | | | Due to space restrictions, the descriptive text of events in the labels column of the timeline view are elided. This patch adds tooltips on mouseover with location and details. Change-Id: I229988e114f21e4d9575dff137aa91918ad1afa3 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* QmlProfiler: next and previous buttons have now consistent behaviourChristiaan Janssen2011-11-241-2/+17
| | | | | | | | | | Having them behave differently depending on the locked mode was confusing. This patch moves that functionality to the event labels, thus next and prev just select next and previous events in the timeline, in strict chronological order. Change-Id: I5bd996199dd6a4af4c65e3205493f17495d0135b Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
* QmlProfiler: improved look of the timeline UIChristiaan Janssen2011-11-241-17/+30
| | | | | Change-Id: I5d79394529f3ba303e7353a60df77f59bbe38a12 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/libs/qmljs/qmljsinterpreter.cpp src/libs/qmljs/qmljsinterpreter.h src/plugins/debugger/qml/scriptconsole.cpp src/plugins/git/gitplugin.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas_p.h Change-Id: Iad59c8d87c72a21c79c047e374c0ab689998af39
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | | | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* | QmlProfiler: optimizations in canvas repaintChristiaan Janssen2011-11-021-1/+1
| | | | | | | | | | Change-Id: I866f8941129c5a42256f40dca4e4c4fe15b5a760 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* | QmlProfiler: optimized timeline displayChristiaan Janssen2011-11-021-3/+71
|/ | | | | Change-Id: I0d7cf110356ef5f805b81a5fc39dca3870765ea3 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* corrected license headersThomas Murach2011-07-061-13/+12
| | | | | | | Change-Id: I56fa50745a80abf52488bebe6a5a72cf26932a8b Merge-request: 352 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/1251
* Fix/add copyright headersTobias Hunger2011-05-061-2/+2
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* QmlProfiler: Move ui files to 'qml' subdirKai Koehne2011-03-281-0/+56