summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilertimelinemodelproxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | QmlProfiler: Store typeIds in range dataUlf Hermann2014-09-291-11/+5
* | QmlProfiler: rename "eventId" fields to "typeId" and "selectionId"Ulf Hermann2014-09-291-19/+19
* | QmlDebug/QmlProfiler: Fix MSVC warningsOrgad Shaneh2014-09-241-1/+1
* | QmlProfiler: introduce properties for empty, hidden and displayNameUlf Hermann2014-09-151-1/+1
* | QmlProfiler: Centralize timeline rowCount calculationUlf Hermann2014-09-151-26/+6
* | QmlProfiler: Filter event types also on client sideUlf Hermann2014-09-151-22/+3
* | QmlProfiler: Allow preselection of events to be recordedUlf Hermann2014-09-151-9/+27
* | QmlProfiler: revert to fixed layout for detail windowsUlf Hermann2014-08-261-4/+1
* | QmlProfiler: Remove template/virtual magic from SortedTimelineModelUlf Hermann2014-08-261-34/+30
* | QmlProfiler: Simplify range detailsUlf Hermann2014-08-261-38/+9
* | QmlProfiler: Rename get* and find* methods to their canonical namesUlf Hermann2014-08-261-17/+16
* | QmlProfiler: Rename occurrences of "title" to "displayName"Ulf Hermann2014-08-261-1/+1
* | QmlProfiler: Remove name from abstracttimelinemodelUlf Hermann2014-08-261-3/+2
|/
* QmlProfiler: Fix crash in range modelUlf Hermann2014-07-031-1/+1
* QmlProfiler: improve location lookup a bitUlf Hermann2014-06-241-4/+4
* QmlProfiler: replace calls to QVector::length() with QVector::size()Ulf Hermann2014-06-241-4/+4
* QmlProfiler: get rid of hash stringsUlf Hermann2014-06-171-54/+47
* QmlProfiler: Replace QStringList with QString in event dataUlf Hermann2014-06-171-1/+1
* QmlProfiler: Remove SingleCategoryTimelineModelUlf Hermann2014-06-171-3/+3
* QmlProfiler: remove eventType and simplify nesting calculationsUlf Hermann2014-06-171-32/+14
* QmlProfiler: Allow only one category per model in timelineUlf Hermann2014-06-161-145/+70
* QmlProfiler: Unify event type definitionsUlf Hermann2014-06-061-11/+8
* QmlProfiler: No need to qualify calls to SortedTimelineModel::clear()Ulf Hermann2014-04-091-1/+1
* QmlProfiler: Avoid indexOf and contains on list of stringsUlf Hermann2014-03-311-2/+10
* QmlProfiler: Deduplicate color selection and saturate colors some moreUlf Hermann2014-03-101-2/+1
* QML profiler: fix messages and UI textLeena Miettinen2014-03-071-1/+1
* QmlProfiler: Properly initialize private members of timeline modelsUlf Hermann2014-02-261-0/+2
* QmlProfiler: Unify QML and V8 data modelsUlf Hermann2014-02-191-7/+7
* QmlProfiler: Reduce code duplication between timeline modelsUlf Hermann2014-02-191-68/+29
* QmlProfiler: Only analyze binding loops for bindings and signalsUlf Hermann2014-02-191-3/+1
* QmlProfiler: Make time formatting available to all timeline modelsUlf Hermann2014-02-181-13/+2
* QmlProfiler: eliminate redundant isEmpty() methodsUlf Hermann2014-02-181-5/+0
* QmlProfiler: eliminate redundant name() methods.Ulf Hermann2014-02-181-6/+2
* QmlProfiler: eliminate redundant categories() methodsUlf Hermann2014-02-181-5/+0
* QmlProfiler: Unify handling of category labelsUlf Hermann2014-02-181-8/+0
* QmlProfiler: Remove some useless signals and QML variablesUlf Hermann2014-02-181-2/+0
* QmlProfiler: Show Javascript calls in timeline viewUlf Hermann2014-02-101-3/+5
* QmlProfiler: Don't hide the "Painting" categoryUlf Hermann2014-01-131-9/+10
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | QmlProfiler: Use the SortedTimelineModel for basic timeline modelUlf Hermann2013-12-111-193/+41
* | QmlProfiler: Deduplicate dataChanged() slot in timeline models.Ulf Hermann2013-12-111-14/+0
|/
* QmlProfiler: reworkedChristiaan Janssen2013-08-091-0/+721