aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed license headersJani Heikkinen2015-02-17255-715/+715
* Flickable: use wheel event pixel deltas when availableShawn Rutledge2015-02-163-83/+214
* High-dpi SVG and QQuickImageProvider ImagesMorten Johan Sørvig2015-02-131-1/+13
* PinchArea: handle smart zoom gestureShawn Rutledge2015-02-133-0/+40
* Fix 590 inconsistent override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-136-30/+30
* Doc: Bump QtQuick import version to 2.5Shawn Rutledge2015-02-121-1/+1
* Use TabFocusBehavior in QStyleHints in QtQuickLiang Qi2015-02-122-12/+2
* QQuickText: Move baseUrl to ExtraData.Robin Burchell2015-02-122-5/+8
* QQuickText: Decrease the size of QQuickTextPrivate by moving image tags to Ex...Robin Burchell2015-02-122-50/+65
* QQuickParticleData: Reorganise fields to drop size from 208 to 200 bytes on x...Robin Burchell2015-02-122-5/+10
* QML Models: Register ItemSelectionModelGabriel de Dietrich2015-02-122-0/+141
* QuickTestResult: Try a bit harder when stringifying a valueGabriel de Dietrich2015-02-121-1/+3
* Add Q_GADGET wrappers for QModelIndex & Co.Gabriel de Dietrich2015-02-125-0/+412
* 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