aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add dependency check for quickwidgetsZhang Xingtao2014-04-291-1/+1
* Ensure RGB32 images are not converted on upload to atlas.Michael Brasser2014-04-281-1/+1
* Don't forcibly accept touch events if mouse event synthesis is disabledGiuseppe D'Angelo2014-04-251-3/+5
* Remove unneeded ;Albert Astals Cid2014-04-253-4/+4
* Append the start time of the current loop to the animation time.Gunnar Sletta2014-04-241-1/+1
* Reset loop counters when animations are started.Gunnar Sletta2014-04-242-1/+4
* Fix sequential animations with uncontrolled looped children.Gunnar Sletta2014-04-241-2/+6
* Fix nested parallel/sequential animations combined with animators.Gunnar Sletta2014-04-241-5/+10
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Tony Sarajärvi2014-04-2416-20/+82
|\
| * Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-2316-20/+82
| |\
| | * Implement the new inputmethod query API for Qt QuickPaul Olav Tvete2014-04-222-0/+47
| | * If a popup window is opened, do not change the focusShawn Rutledge2014-04-221-4/+6
| | * QQuickItemView/QQuickPathView: Fix creation of delegatesAlbert Astals Cid2014-04-182-0/+4
| | * Make sure the clipPath is retained as state of Context2DUlf Hermann2014-04-181-0/+2
| | * Prevent a crash when the item is deleted but not removed from cacheAndy Shaw2014-04-181-1/+1
| | * Refine fix for dynamic properties on QObjects wrapped in JavaScriptSimon Hausmann2014-04-171-1/+1
| | * V4: fix register usage on ARM.Erik Verbruggen2014-04-173-7/+7
| | * Regenerate mipmaps after changing the imagedata of a texture.Gunnar Sletta2014-04-151-0/+1
| | * Disable mipmap filtering by default in texture materials.Gunnar Sletta2014-04-151-1/+1
| | * Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-122-0/+8
| | * V4 IR: only mark blocks after iterator calculation as loop blocks.Erik Verbruggen2014-04-121-4/+2
| | * Avoid event propagation with Keys.forwardToJ-P Nurmi2014-04-121-2/+2
* | | Fix time zone calculationFabian Bumberger2014-04-241-1/+1
* | | Always implement text input "canPaste" propertyBernd Weimer2014-04-242-6/+4
|/ /
* | V4 IR: reduce runtime cost.Erik Verbruggen2014-04-155-35/+59
* | V4 IR: prevent accidental detaches of QVectors.Erik Verbruggen2014-04-154-9/+10
* | V4 IR: clean up basic-block management and statement access.Erik Verbruggen2014-04-1511-409/+662
* | V4 JIT: fix constant shifts.Erik Verbruggen2014-04-153-11/+35
* | V4 JIT: make call destination printing portable.Erik Verbruggen2014-04-152-2/+10
|/
* Fix the initial value of XmlListModel::countJ-P Nurmi2014-04-101-1/+1
* Document QJSEngine as reentrant.Michael Brasser2014-04-101-0/+1
* Reduce memory pressure on JS stack when garbage collectingSimon Hausmann2014-04-091-3/+8
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-095-5/+27
* Add support for dynamic properties for QObjects in JavaScriptSimon Hausmann2014-04-091-3/+10
* ListView: fix rounding errorsJ-P Nurmi2014-04-092-7/+7
* Fix remaining QQmlLocale auto-test failuresSimon Hausmann2014-04-081-2/+5
* Fix wrong register usage for integer binopsSimon Hausmann2014-04-081-23/+8
* Zero memory in WinRT allocatorAndrew Knight2014-04-081-0/+1
* make accessibility plugin declare that it extends QuickOswald Buddenhagen2014-04-081-0/+1
* Fix XHR auto tests always failingSimon Hausmann2014-04-081-1/+2
* Fix memory corruption in XHR implementationSimon Hausmann2014-04-081-0/+1
* Support dumping of animation jobs via QML_ANIMATION_TICK_DUMP.Michael Brasser2014-04-0819-3/+167
* Fix marking of prototype objects in chainSimon Hausmann2014-04-071-9/+6
* Doc: Fix apidoc for QQuickLoader::sourceComponentKevin Funk2014-04-071-2/+1
* Don't start continuing animation when it doesn't have children.Gunnar Sletta2014-04-071-2/+5
* Don't mipmap by default in QSGSimpleTextureNodeGunnar Sletta2014-04-071-0/+2
* Don't append garbage to the function parameter slotswip/gcThiago Macieira2014-04-041-1/+2
* Regression: Fix id objects in group propertiesSimon Hausmann2014-04-041-5/+4
* Make the destroy method optionalLars Knoll2014-04-041-4/+5
* Garbage collect member dataLars Knoll2014-04-0412-43/+207