aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak when QQuickPixmapReply::Event is delete before being usedAlbert Astals Cid2015-08-191-0/+7
* Consistently use the override keywordThiago Macieira2015-07-191-4/+4
* Fix more casts that dropped the constness.Thiago Macieira2015-07-071-2/+2
* Fix ICC warning about change of signThiago Macieira2015-07-071-2/+2
* Improve support for HTML entities in StyledTextKai Uwe Broulik2015-07-031-0/+6
* Doc: resize tables with overflowNico Vertriest2015-06-251-1/+4
* Optionally apply orientation on imagesAllan Sandfeld Jensen2015-05-193-36/+82
* QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-134-5/+5
* Add QtQuick::Text::font.weight enum valuesShawn Rutledge2015-05-111-5/+9
* Speed up object creationSimon Hausmann2015-04-161-2/+2
* Do not stall loading of local images if network is slowAlbert Astals Cid2015-04-091-10/+29
* Improve debug formatting of QAbstractAnimationJob and related classes.Friedemann Kleint2015-04-022-0/+17
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-011-3/+5
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-3/+5
| |\
| | * Always remove reply from replies when processing cancelledAlbert Astals Cid2015-03-301-3/+5
* | | Add inheritance documentation markup to animator classes.Friedemann Kleint2015-03-311-0/+6
|/ /
* | Fixed a memory-leak when changing property bindings in states.Robert Griebl2015-03-251-0/+5
* | Fix inconsistent overrides. [-Winconsistent-missing-override]Sérgio Martins2015-03-221-2/+2
* | Fix usage of QtQmlDevTools private headers on OSX with framework buildsSimon Hausmann2015-03-162-2/+2
* | QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-263-16/+12
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-243-4/+5
|\|
| * Doc: fix exampleJoerg Bornemann2015-02-161-1/+2
| * Doc: link issues qtdeclarativeNico Vertriest2015-02-042-3/+3
* | Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-193-11/+10
* | Add Qt.hsva() functionSean Harmer2015-02-181-0/+5
* | Update copyright headersJani Heikkinen2015-02-1266-462/+462
* | Introduce QSG_TRANSIENT_IMAGES.Gunnar Sletta2015-02-032-5/+10
* | Introduce ShortcutJ-P Nurmi2015-01-234-2/+399
* | Expose QStyleHints as Qt.styleHintsJ-P Nurmi2015-01-171-0/+8
* | Fix Qt.inputMethod ownershipJ-P Nurmi2015-01-171-1/+3
* | Remove v8engine usage in the value type providerLars Knoll2015-01-081-12/+9
* | Initial work on gadget supportSimon Hausmann2014-12-223-150/+38
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-11/+11
* | Simplify QFont value type wrapper in preparation for gadgetsSimon Hausmann2014-12-132-21/+3
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-0/+7
|\|
| * Fix QtQuick2 module unload supportChris Adams2014-12-041-0/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-296-16/+64
|\|
| * Add \since 5.4 to FontMetrics and TextMetrics.Mitch Curtis2014-10-222-0/+2
| * Improve performance of animators.v5.4.0-beta1Gunnar Sletta2014-10-104-16/+62
* | Remove the "groupNode"Gunnar Sletta2014-10-171-9/+21
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-096-48/+109
|\|
| * Fix memory leak and crash with transform animators.Gunnar Sletta2014-10-093-7/+18
| * Remove alpha channel from images that doesn't actually have alpha.Gunnar Sletta2014-10-091-0/+25
| * Select specific features to be recorded when profiling QMLUlf Hermann2014-09-113-29/+38
| * Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-083-5/+14
| |\
| | * Fix crash with cleanup of animators.Gunnar Sletta2014-08-303-5/+14
* | | QQuickPixmapStore: Don't start expiration timer when application quitsOleg Shparber2014-10-021-1/+3
* | | Use QQuickProfiler's own timer to sample eventsUlf Hermann2014-09-122-7/+114
|/ /
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-1/+1
|\|
| * Fix typo in StateChangeScript documentation.Mitch Curtis2014-08-191-1/+1