summaryrefslogtreecommitdiff
path: root/plugins/qmlprofilerextension/pixmapcachemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/3.3'qp-v3.4.2qp-v3.4.1qp-v3.4.0-rc1qp-v3.4.0qp-3.4Eike Ziller2015-02-131-4/+4
|\
| * Update Licenseqp-v3.3.2qp-v3.3.1qp-3.3Eike Ziller2015-01-161-4/+4
* | Define separate methods for getting collapsed and expanded rowsUlf Hermann2014-12-051-3/+6
* | Remove useless checks in labels() methodsUlf Hermann2014-11-211-20/+16
* | Adapt to splitting of AbstractTimelineModelUlf Hermann2014-11-211-6/+6
* | Create extension models through a factoryUlf Hermann2014-11-211-7/+4
* | Adapt to switching of typeId and selectionIdUlf Hermann2014-11-211-7/+10
* | Don't use AbstractTimelineModel's private classUlf Hermann2014-11-211-138/+69
* | Adapt to merging of AbstractTimelineModel and SortedTimelineModelUlf Hermann2014-11-211-13/+13
* | Use TraceTime for determining trace start/end timesUlf Hermann2014-11-211-4/+5
|/
* Store typeIds in range dataUlf Hermann2014-09-291-7/+9
* Rename eventId to typeId and selectionIdUlf Hermann2014-09-291-3/+3
* Show full path when hovering over labels in pixmap cache profilerUlf Hermann2014-09-231-0/+1
* Respect the "hidden" property when generating labelsUlf Hermann2014-09-151-1/+1
* Centralize rowCount calculationUlf Hermann2014-09-151-13/+1
* Report supported features from timeline modelsUlf Hermann2014-09-151-1/+7
* Rename relative height of items in timeline to "relativeHeight"Ulf Hermann2014-09-111-1/+1
* Remove unused addVP() method from PixmapCacheModelUlf Hermann2014-09-081-10/+0
* Adapt to new class hierarchy for AbstractTimelineModelUlf Hermann2014-08-261-37/+42
* Simplify range detailsUlf Hermann2014-08-261-41/+16
* Adapt to renaming of get* and find* methodsUlf Hermann2014-08-261-10/+10
* Rename occurrences of "title" to "displayName"Ulf Hermann2014-08-261-2/+2
* Adapt to removal of name from AbstractTimelineModelUlf Hermann2014-08-261-4/+2
* Fix PixmapCacheModel to not get confused on plain LoadingFinishedUlf Hermann2014-07-091-0/+15
* Make it clear that the numbers in the pixmap scale are pixelsqp-v3.2.0-beta1Ulf Hermann2014-07-021-0/+5
* Add scale to memory usage and pixmap cache modelsUlf Hermann2014-07-021-1/+11
* Remove redundant displayNamesUlf Hermann2014-07-021-3/+0
* Adapt to centralization of type data.Ulf Hermann2014-06-181-4/+6
* Derive from AbstractTimelineModel instead of SingleCategoryTimelineModelUlf Hermann2014-06-171-3/+3
* Adapt to single category per modelUlf Hermann2014-06-161-4/+2
* Adapt to changes in event type definitionsUlf Hermann2014-06-161-2/+3
* 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-031-24/+6
* 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-031-56/+262
* 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-111-3/+2
* Adapt to unified data models in creatorqp-v3.1.0-beta1Ulf Hermann2014-02-191-3/+3
* Reduce code duplicationUlf Hermann2014-02-191-122/+31
* Use time formatting method of base class instead of reimplementing itUlf Hermann2014-02-181-12/+1
* Eliminate redundant isEmpty() methods.Ulf Hermann2014-02-181-5/+0
* Eliminate redundant name() methodsUlf Hermann2014-02-181-6/+2
* Eliminate redundant categories() method in favor of categoryCount()Ulf Hermann2014-02-181-5/+0
* Unify handling of category labelsUlf Hermann2014-02-181-7/+0
* Merge remote-tracking branch 'origin/3.0'Kai Koehne2014-02-121-0/+3
|\
| * 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
* | Use SortedTimelineModel for pixmap cache eventsUlf Hermann2013-12-121-98/+49
* | Use dataChanged() implementation from abstract timeline modelUlf Hermann2013-12-121-14/+0
* | Make sure that all pixmap URLs have a some event in the timelineUlf Hermann2013-12-121-15/+19