aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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-135-13/+13
* 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
* Update copyright headersJani Heikkinen2015-02-12156-1089/+1089
* Respect the text's background-color when it is set in the style in HTMLAndy Shaw2015-02-051-0/+7
* MouseArea: add scrollGestureEnabled propertyShawn Rutledge2015-01-284-3/+39
* PinchArea: handle native gestures when availableShawn Rutledge2015-01-255-55/+167
* Let ApplicationWindow inherit QQuickWindowQmlImplJ-P Nurmi2015-01-242-107/+140
* CleanupsLars Knoll2015-01-231-296/+296
* CleanupsLars Knoll2015-01-231-1/+1
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-2/+2
* Get rid of most uses of ValueRefLars Knoll2015-01-233-5/+5
* QQuickText: respect new line width set by lineLaidOut() handler.Dmitry Volosnykh2015-01-211-6/+6
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-2/+2
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-212-5/+0
* Introduce Flickable.OvershootBounds behaviorJ-P Nurmi2015-01-214-8/+17
* Send hover events also to QQuickItem::childMouseEventFilterJørgen Lind2015-01-201-0/+5
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-165-11/+52
|\
| * Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-165-11/+52
| |\
| | * Make opengl context current in context2d's toImage if necessaryUlf Hermann2015-01-121-4/+26
| | * Fix grammatical error in Text and TextEdit documentation.Mitch Curtis2015-01-092-2/+2
| | * TextEdit: fix construction time text cacheJ-P Nurmi2015-01-081-1/+1
| | * Fix QQuickText alignment when lineHeight is setDaiwei Li2014-12-162-3/+15
| | * Add hiDPI @2x retina image support to AnimatedImageMarko Kangas2014-12-101-1/+8
* | | Avoid an incorrect warning when dynamically parenting a WindowJocelyn Turcotte2015-01-161-18/+16
* | | Check for "c" being a nullptr in all placesHolger Hans Peter Freyther2015-01-141-1/+1
* | | Add null check for target as wellHolger Hans Peter Freyther2015-01-141-1/+1
* | | No need to include qsgbatchrenderer_p.h from qquickwindow_p.hGunnar Sletta2015-01-141-1/+0
|/ /
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-134-12/+12
* | Fix flick() with ListView.SnapToItem at bounds.Michael Brasser2015-01-131-4/+4
* | Improve startup of bindings using QQuickScreenSimon Hausmann2015-01-121-0/+4
* | Add Window.width and Window.height attached propertiesJ-P Nurmi2015-01-093-0/+33
* | QQuickGridMesh: Avoid a signal connection per mesh instance by just calling t...Robin Burchell2015-01-091-1/+1
* | Cleanup variant conversion codeLars Knoll2015-01-091-5/+5
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-5/+5
* | Remove v8engine from qmlcomponent and canvas2dLars Knoll2015-01-084-22/+17
* | Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-18/+8
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-032-4/+4
* | Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-3/+3
* | Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-2/+1
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-10/+4
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-202-21/+21
* | Allow batching ShaderEffects without atlas samplersJocelyn Turcotte2014-12-183-25/+35
* | Support threading with QQuickRenderControlLaszlo Agocs2014-12-122-1/+17
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-0921-421/+339
|\|
| * Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-092-2/+2
| |\