summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Make loadData() and clear() protectedUlf Hermann2014-09-153-0/+3
* Centralize rowCount calculationUlf Hermann2014-09-156-37/+3
* Report supported features from timeline modelsUlf Hermann2014-09-1510-5/+126
* Rename relative height of items in timeline to "relativeHeight"Ulf Hermann2014-09-114-4/+4
* Rename "Glyph Count" to just "Glyphs"Ulf Hermann2014-09-081-1/+1
* Don't resolve the type ID twice when coloring scene graph eventsUlf Hermann2014-09-081-1/+1
* Fix typo in scene graph modelUlf Hermann2014-09-081-1/+1
* Remove unused addVP() method from PixmapCacheModelUlf Hermann2014-09-081-10/+0
* Move to JSON plugin meta dataEike Ziller2014-09-022-13/+15
* Remove unnecessary Q_EXPORT_PLUGINEike Ziller2014-08-261-2/+0
* Adapt to new class hierarchy for AbstractTimelineModelUlf Hermann2014-08-263-105/+106
* Change the scene graph profiler to give more accurate informationUlf Hermann2014-08-262-175/+209
* Simplify range detailsUlf Hermann2014-08-266-78/+42
* Adapt to renaming of get* and find* methodsUlf Hermann2014-08-266-46/+45
* Rename occurrences of "title" to "displayName"Ulf Hermann2014-08-263-6/+5
* Adapt to removal of name from AbstractTimelineModelUlf Hermann2014-08-263-11/+6
* Be more verbose about aggregated memory allocationsqp-v3.2.0Ulf Hermann2014-07-112-26/+56
* Use fewer QVariantMaps to create memory event detailsUlf Hermann2014-07-111-31/+16
* Show correct wording for memory eventsUlf Hermann2014-07-111-1/+1
* Fix PixmapCacheModel to not get confused on plain LoadingFinishedUlf Hermann2014-07-091-0/+15
* Replace lastTimeMark with traceEndTime for end time of memory profilerUlf Hermann2014-07-091-2/+2
* Make it clear that the numbers in the pixmap scale are pixelsqp-v3.2.0-beta1Ulf Hermann2014-07-021-0/+5
* Fix switched times for windows render loop.Ulf Hermann2014-07-021-2/+2
* Group memory usage events by their cause and add location informationUlf Hermann2014-07-022-23/+91
* Add scale to memory usage and pixmap cache modelsUlf Hermann2014-07-024-2/+21
* Remove redundant displayNamesUlf Hermann2014-07-023-7/+0
* Show scene graph events in correct thread for non-threaded render loopUlf Hermann2014-07-021-10/+26
* Adapt to centralization of type data.Ulf Hermann2014-06-183-11/+17
* Derive from AbstractTimelineModel instead of SingleCategoryTimelineModelUlf Hermann2014-06-176-16/+16
* Memory usage modelUlf Hermann2014-06-174-2/+306
* Adapt to single category per modelUlf Hermann2014-06-164-12/+8
* Adapt to changes in event type definitionsUlf Hermann2014-06-162-5/+6
* No need to qualify calls to SortedTimelineModel::clear()qp-v3.1.0qp-3.1Ulf Hermann2014-04-101-1/+1
* Remove some dead codeUlf Hermann2014-04-032-27/+7
* Don't save minCacheSize and properly initialize maxCacheSizeUlf Hermann2014-04-031-9/+7
* Fix pixmap cache profiling for multiple pixmaps with equal URLsUlf Hermann2014-04-032-56/+263
* Make the cache count row lie less.Ulf Hermann2014-03-241-11/+4
* Saturate colors some more and use color selection from base classUlf Hermann2014-03-113-4/+5
* Fix label for render thread.Ulf Hermann2014-03-101-1/+1
* Adapt to unified data models in creatorqp-v3.1.0-beta1Ulf Hermann2014-02-194-8/+8
* Reduce code duplicationUlf Hermann2014-02-194-309/+64
* Use time formatting method of base class instead of reimplementing itUlf Hermann2014-02-182-26/+2
* Eliminate redundant isEmpty() methods.Ulf Hermann2014-02-184-14/+0
* Eliminate redundant name() methodsUlf Hermann2014-02-184-14/+4
* Eliminate redundant categories() method in favor of categoryCount()Ulf Hermann2014-02-184-12/+0
* Unify handling of category labelsUlf Hermann2014-02-184-16/+0
* Merge remote-tracking branch 'origin/3.0'Kai Koehne2014-02-123-3/+19
|\
| * Disable functionality for invalid licensesqp-3.0Kai Koehne2014-01-242-3/+16
| * Send expandedChanged if expanded state changes.Ulf Hermann2013-12-021-0/+3
* | Update cache size when pixmap size becomes knownUlf Hermann2013-12-121-4/+13