index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
qmlprofilerextension
/
scenegraphtimelinemodel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add texture deletion events to scene graph profiler
qp-v3.3.0-beta1
Ulf Hermann
2014-10-16
1
-1
/
+8
*
Use QT_TRANSLATE_NOOP to mark translatable strings in arrays
Ulf Hermann
2014-10-15
1
-22
/
+22
*
Improve appearance of Scene Graph profiler.
Ulf Hermann
2014-10-15
1
-77
/
+93
*
Store typeIds in range data
Ulf Hermann
2014-09-29
1
-23
/
+36
*
Rename eventId to typeId and selectionId
Ulf Hermann
2014-09-29
1
-2
/
+2
*
Respect the "hidden" property when generating labels
Ulf Hermann
2014-09-15
1
-1
/
+1
*
Centralize rowCount calculation
Ulf Hermann
2014-09-15
1
-15
/
+1
*
Report supported features from timeline models
Ulf Hermann
2014-09-15
1
-1
/
+7
*
Rename "Glyph Count" to just "Glyphs"
Ulf Hermann
2014-09-08
1
-1
/
+1
*
Don't resolve the type ID twice when coloring scene graph events
Ulf Hermann
2014-09-08
1
-1
/
+1
*
Fix typo in scene graph model
Ulf Hermann
2014-09-08
1
-1
/
+1
*
Adapt to new class hierarchy for AbstractTimelineModel
Ulf Hermann
2014-08-26
1
-39
/
+38
*
Change the scene graph profiler to give more accurate information
Ulf Hermann
2014-08-26
1
-171
/
+205
*
Simplify range details
Ulf Hermann
2014-08-26
1
-16
/
+11
*
Adapt to renaming of get* and find* methods
Ulf Hermann
2014-08-26
1
-9
/
+8
*
Rename occurrences of "title" to "displayName"
Ulf Hermann
2014-08-26
1
-1
/
+1
*
Adapt to removal of name from AbstractTimelineModel
Ulf Hermann
2014-08-26
1
-3
/
+2
*
Fix switched times for windows render loop.
Ulf Hermann
2014-07-02
1
-2
/
+2
*
Remove redundant displayNames
Ulf Hermann
2014-07-02
1
-2
/
+0
*
Show scene graph events in correct thread for non-threaded render loop
Ulf Hermann
2014-07-02
1
-10
/
+26
*
Adapt to centralization of type data.
Ulf Hermann
2014-06-18
1
-3
/
+5
*
Derive from AbstractTimelineModel instead of SingleCategoryTimelineModel
Ulf Hermann
2014-06-17
1
-4
/
+4
*
Adapt to single category per model
Ulf Hermann
2014-06-16
1
-4
/
+2
*
Adapt to changes in event type definitions
Ulf Hermann
2014-06-16
1
-3
/
+3
*
Saturate colors some more and use color selection from base class
Ulf Hermann
2014-03-11
1
-1
/
+1
*
Fix label for render thread.
Ulf Hermann
2014-03-10
1
-1
/
+1
*
Adapt to unified data models in creator
qp-v3.1.0-beta1
Ulf Hermann
2014-02-19
1
-3
/
+3
*
Reduce code duplication
Ulf Hermann
2014-02-19
1
-123
/
+27
*
Use time formatting method of base class instead of reimplementing it
Ulf Hermann
2014-02-18
1
-14
/
+1
*
Eliminate redundant isEmpty() methods.
Ulf Hermann
2014-02-18
1
-5
/
+0
*
Eliminate redundant name() methods
Ulf Hermann
2014-02-18
1
-6
/
+2
*
Eliminate redundant categories() method in favor of categoryCount()
Ulf Hermann
2014-02-18
1
-5
/
+0
*
Unify handling of category labels
Ulf Hermann
2014-02-18
1
-7
/
+0
*
Use dataChanged() implementation from abstract timeline model
Ulf Hermann
2013-12-12
1
-17
/
+0
*
Use SortedTimelineModel for scenegraph timeline model
Ulf Hermann
2013-12-12
1
-101
/
+41
*
QmlProfilerExtension: using QtCreator's qmlprofiler plugin
Christiaan Janssen
2013-08-12
1
-2
/
+2
*
QmlProfiler: fix issues with SceneGraphModelProxy
qp-2.8
Christiaan Janssen
2013-08-08
1
-5
/
+19
*
QmlProfiler: fixed bug in status completion
Christiaan Janssen
2013-08-06
1
-1
/
+1
*
QmlProfiler: Status bar for several models
Christiaan Janssen
2013-08-06
1
-1
/
+5
*
QmlProfiler: resetting expanded when data changes
Christiaan Janssen
2013-08-06
1
-1
/
+7
*
QmlProfiler: link views when selecting event
Christiaan Janssen
2013-07-11
1
-0
/
+10
*
Rename QmlProfilerExtended to QmlProfilerExtension
Kai Koehne
2013-06-25
1
-0
/
+475