summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/abstracttimelinemodel_p.h
Commit message (Collapse)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* QmlProfiler: Put height of rows in the timeline into the modelUlf Hermann2014-06-241-0/+1
| | | | | | | | Like that we can provide functionality to interactively resize rows in the model so that one can zoom in to more interesting parts. Change-Id: I31f14cd8aa37703240ebec744ca2e77188fb0f27 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* QmlProfiler: Remove SingleCategoryTimelineModelUlf Hermann2014-06-171-0/+4
| | | | | | | | All models are single-category now, so we can merge that into the base class. Change-Id: I4eab43ac2b4a77402121f004097e51a29b379aa4 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* QmlProfiler: Reduce code duplication between timeline modelsUlf Hermann2014-02-191-0/+62
Change-Id: Ic898ad06437209040c029304ee156f5aef5929da Reviewed-by: Kai Koehne <kai.koehne@digia.com>