aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-121205-7770/+7746
* 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-051-0/+7
* QQuickItemParticle: Only delete owned particlesAlan Alpert2015-02-042-11/+54
* 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
* 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
* MouseArea: add scrollGestureEnabled propertyShawn Rutledge2015-01-284-3/+39
* 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-2325-106/+71
* Move the definition of Object vtables into qv4object_p.hLars Knoll2015-01-232-59/+60
* Remove all remaining usages of ValueRefLars Knoll2015-01-2323-126/+45
* Get rid of most uses of ValueRefLars Knoll2015-01-2383-1036/+1025
* Introduce ShortcutJ-P Nurmi2015-01-234-2/+399
* 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-2130-98/+96
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-2138-97/+0
* 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-214-8/+17
* QQmlData: More member reorganisation to remove holes.Robin Burchell2015-01-201-2/+3
* Models: Remove QModelIndex metatype re-declarationGabriel de Dietrich2015-01-201-2/+0
* QQmlValueTypeWrapper: Use QVariant to QString conversion if possibleGabriel de Dietrich2015-01-201-10/+18
* Send hover events also to QQuickItem::childMouseEventFilterJørgen Lind2015-01-201-0/+5
* Move vtable out of internalClassLars Knoll2015-01-2021-72/+76
* Remove not required std::vector::reserve() callsLars Knoll2015-01-201-2/+0
* Fix a bug in removeMember causing a duplicate transition with an 0 lookup.Robin Burchell2015-01-201-3/+8
* QV4::InternalClass: Fix a memory leak.Robin Burchell2015-01-201-2/+2