aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* [new compiler] Initial support for QQuick state changesSimon Hausmann2014-01-172-0/+63
* Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-1/+1
|\
| * Doc: Fix broken linksSze Howe Koh2013-12-301-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-0/+1
|\|
| * QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-201-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-162-18/+6
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-11/+0
| |\
| | * Revert "Load "@2x" images on high-dpi "retina" systems."Morten Johan Sørvig2013-12-031-11/+0
| * | Fix up listening for layout direction changes.Robin Burchell2013-12-101-1/+1
| * | Correctly profile the size of loaded pixmapsUlf Hermann2013-12-091-6/+2
| * | Profile a pixmap start event also when loading is asynchronous.Ulf Hermann2013-12-061-0/+3
* | | Fix SpringAnimation in Behavior when current value is set.Michael Brasser2013-12-121-2/+6
* | | Behavior should not trigger when the tracked value has not changed.Michael Brasser2013-12-041-0/+5
|/ /
* | Slightly accelerate access to value type propertiesSimon Hausmann2013-11-281-41/+41
* | QSmoothedAnimation: Don't set property if animation isn't runningRobin Burchell2013-11-251-0/+3
|/
* Do not crash when one of group animation's children is nullJacek Całusiński2013-11-151-1/+2
* Don't dereference a null animationTemplateLars Knoll2013-11-141-1/+2
* Fix crash in animation controller upon destructionSimon Hausmann2013-11-091-0/+2
* Refactored Animator internalsGunnar Sletta2013-11-064-179/+184
* Doc: Fix broken linksSze Howe Koh2013-11-053-10/+10
* Track size changes from transform animators.Gunnar Sletta2013-10-291-2/+3
* Allow " in QQuickStyledTextJohn Brooks2013-10-241-0/+2
* Don't use constructor function to initialize providersTor Arne Vestbø2013-10-151-4/+1
* Several smaller fixes to Animators.Gunnar Sletta2013-10-083-2/+23
* Make sure to markDirty the node from UniformAnimator.Gunnar Sletta2013-10-031-0/+4
* Make sure we apply the last transformation step.Gunnar Sletta2013-10-031-7/+6
* Make transform and opacity animators work when layer.enabled: trueGunnar Sletta2013-10-031-0/+12
* Remane private QQuickAction into QQuickStateActionGabriel de Dietrich2013-10-0311-80/+80
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-0215-157/+157
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-3045-45/+45
* remove more uses of QV4::ValueLars Knoll2013-09-301-33/+33
* Fix crash in tst_qmltest with the new animators.Gunnar Sletta2013-09-281-5/+14
* Allow animators to work properly with multiple windowsGunnar Sletta2013-09-264-51/+68
* Support looping for "uncontrolled animations".Gunnar Sletta2013-09-262-1/+1
* Fix API of QQmlV4HandleLars Knoll2013-09-261-10/+14
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-2515-40/+40
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-252-9/+9
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-12/+14
* Animators - Render thread animation systemGunnar Sletta2013-09-2115-10/+2098
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-3/+6
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-11/+11
* Expose "Qt.application.state".Yoann Lopes2013-09-172-1/+12
* Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-1/+3
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-121-1/+1
* Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-221-1/+1
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-222-2/+14
|\
| * Added ApplicationStateChangeEvent handling to QQuickApplication.Tomasz Olszak2013-07-091-2/+8
| * Add bool QQuickKeyEvent::matches(QKeySequence::StandardKey)J-P Nurmi2013-07-011-0/+6