aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Update license headers and add new licensesJani Heikkinen2014-08-2564-1209/+697
* | Add const & to argumentsAlbert Astals Cid2014-08-241-2/+2
* | CleanupSimon Hausmann2014-08-152-10/+10
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-2/+4
|\|
| * Fix crash when animators are deleted just after being started.Gunnar Sletta2014-08-081-2/+4
* | Protect against crashes with invalid openglContext()Simon Hausmann2014-08-081-6/+6
* | Add declarative QQuickTextMetrics API from QQuickFontMetrics invokablesMitch Curtis2014-08-085-5/+404
* | Get rid of StringRefLars Knoll2014-07-221-11/+11
* | Add QQuickFontMetrics.Mitch Curtis2014-07-174-2/+455
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-107-11/+9
|\|
| * Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-027-11/+9
* | Properly collect polish timings from all render loopsUlf Hermann2014-07-022-8/+6
* | Use the same length for all scene graph numeric dataUlf Hermann2014-07-021-1/+1
* | QQuickSystemPalette: use QGuiApplication::paletteChanged()J-P Nurmi2014-07-022-44/+15
* | QQuickApplication: do not filter LayoutDirectionChange eventsJ-P Nurmi2014-06-252-35/+4
* | QQuickApplication: do not filter ApplicationActive/Inactive eventsJ-P Nurmi2014-06-231-19/+5
* | Optimize the way AnimatedImage display its contentLouis du Verdier2014-06-052-0/+21
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-042-2/+2
|\|
| * Fix potential null pointer dereferencingFrederik Gladhorn2014-05-301-1/+1
| * Fix type of AnimationController::animation in documentation.Mitch Curtis2014-05-271-1/+1
| * Fix crash when sharing data structures between 32-bit and 64-bitSimon Hausmann2014-05-261-1/+5
* | Rework custom parser integrationSimon Hausmann2014-06-042-108/+91
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-224-9/+67
|\|
| * Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-194-9/+67
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-1/+1
|\|