aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add offset test for QV4::Heap::String::texthjk2015-02-121-0/+9
* Photosurface example: flickable surfaceShawn Rutledge2015-02-121-61/+107
* Remove unnecessary calls to initializeOpenGLFunctionsLaszlo Agocs2015-02-111-5/+2
* Implement dnd support in QQuickWidget differentlyLaszlo Agocs2015-02-112-15/+43
* Exposed TypedArray private APIs for Canvas3D use.Pasi Keranen2015-02-114-6/+20
* Respect the text's background-color when it is set in the style in HTMLAndy Shaw2015-02-052-0/+21
* tst_qquickview: Prepare test to handle multiple pieces of data.Robin Burchell2015-02-041-7/+7
* QQuickItemParticle: Only delete owned particlesAlan Alpert2015-02-046-11/+223
* Initial shot at native Qml-and-C++ debugginghjk2015-02-041-0/+234
* Use correct QOpenGLFunctions objectBerthold Krevert2015-02-041-3/+15
* Move VAO binding to Renderer::render()Berthold Krevert2015-02-042-12/+3
* QQmlEngineDebugService: Avoid assert when debugging QModelIndexGabriel de Dietrich2015-02-041-1/+15
* Re-enable ListView auto-testGabriel de Dietrich2015-02-041-0/+1
* Remove meta-type declaration for QPersistentModelIndexGabriel de Dietrich2015-02-032-2/+0
* Fix autotest not to rely on broken operator<<(QDebug, QUrl) behaviorKai Koehne2015-02-031-7/+6
* Handle context lost in the Windows render loopLaszlo Agocs2015-02-031-2/+11
* Introduce QSG_TRANSIENT_IMAGES.Gunnar Sletta2015-02-033-9/+11
* Release atlas texture's image instance once uploadedGunnar Sletta2015-02-032-14/+62
* Keep PersistentValueStorage page size in sync with system page sizeTor Arne Vestbø2015-02-021-14/+12
* Add some tools specific consistency testshjk2015-01-293-1/+132
* MouseArea: add scrollGestureEnabled propertyShawn Rutledge2015-01-284-3/+39
* Fix ItemParticle ExampleAlan Alpert2015-01-261-5/+3
* Properly mark all arguments in the call contextLars Knoll2015-01-261-5/+3
* Avoid crashes when resetting the same material or geometry.Gunnar Sletta2015-01-261-3/+3
* PinchArea: handle native gestures when availableShawn Rutledge2015-01-255-55/+167
* Let ApplicationWindow inherit QQuickWindowQmlImplJ-P Nurmi2015-01-242-107/+140
* Properly mark all members in QObjectMethodLars Knoll2015-01-231-0/+2
* Move Stmt::d to Phi::dRobin Burchell2015-01-233-20/+34
* V4: change regalloc hints to be a QVarLengthArray.Erik Verbruggen2015-01-231-7/+13
* Typeloader cleanupSimon Hausmann2015-01-233-31/+26
* Doc: Update QtQuick import version to 2.5Caroline Chao2015-01-231-3/+3
* Better align data members in ExecutionContextLars Knoll2015-01-232-7/+5
* Remove the realArgumentsCount member in CallContextLars Knoll2015-01-234-17/+10
* Store a double in NumberObjectLars Knoll2015-01-236-17/+16
* CleanupsLars Knoll2015-01-2341-1054/+1064
* CleanupsLars Knoll2015-01-2326-107/+72
* Move the definition of Object vtables into qv4object_p.hLars Knoll2015-01-232-59/+60
* Remove all remaining usages of ValueRefLars Knoll2015-01-2326-134/+53
* Get rid of most uses of ValueRefLars Knoll2015-01-2384-1037/+1026
* Introduce ShortcutJ-P Nurmi2015-01-239-2/+973
* QML: Fix MSVC 2013/64bit warnings.Friedemann Kleint2015-01-225-23/+29
* QQuickText: respect new line width set by lineLaidOut() handler.Dmitry Volosnykh2015-01-211-6/+6
* Rework QJSValue internalsLars Knoll2015-01-2111-274/+354
* Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-217-24/+37
* Move the internalClass pointer into Heap::ObjectLars Knoll2015-01-2116-51/+25
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-2131-99/+97
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-2139-100/+2
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-2125-176/+67
* Introduce Flickable.OvershootBounds behaviorJ-P Nurmi2015-01-215-8/+23
* QQmlData: More member reorganisation to remove holes.Robin Burchell2015-01-201-2/+3