aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix qtdeclarative compilationPaolo Angelelli2017-01-245-22/+93
* Remove qWarning about QQuickImageProviderWithOptionsAlbert Astals Cid2017-01-243-12/+3
* Doc: Added a description of visible in MouseAreaAram So2017-01-241-0/+3
* Simplify handling of non GC managed heap dataLars Knoll2017-01-224-19/+15
* Add some asserts to help debuggingLars Knoll2017-01-222-0/+2
* Check pointers for 0 before calling mark on themLars Knoll2017-01-221-1/+2
* PathAnimation: fix bug when PathSvg or PathLine is the last item in PathOleg Yadrov2017-01-203-16/+1
* Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-195-33/+2
* Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-193-4/+3
* QQmlListModel: Fix potential uninitialized valueRobin Burchell2017-01-181-4/+6
* Item views: Q_DECL_OVERRIDE -> overrideJ-P Nurmi2017-01-1811-138/+138
* QQuickItemView: use some more C++11 range for loopsJ-P Nurmi2017-01-181-35/+34
* QQuickGridView: use C++11 range for loops for visible itemsJ-P Nurmi2017-01-171-16/+13
* QQuickListView: use C++11 range for loops for visible itemsJ-P Nurmi2017-01-171-16/+11
* qml: Remove last foreach, and mark QT_NO_FOREACHRobin Burchell2017-01-176-9/+13
* QQuickGravityAffector: Properly deprecate the acceleration property in docsRobin Burchell2017-01-171-7/+5
* QQuickGravityAffector: Move implementations from header to cppRobin Burchell2017-01-172-37/+46
* qmlInfo: Switch message level to QtInfoMsg, matching the function nameRobin Burchell2017-01-171-1/+1
* Fix up some last un-fixed instances of qmlInfo that should be qmlWarningRobin Burchell2017-01-162-2/+2
* Remove remnants of blackberry platform supportRobin Burchell2017-01-168-41/+6
* QQuickGridLayout: Use qmlWarning to give extra context to warningsRobin Burchell2017-01-161-4/+7
* QQuickGridLayout: Remove dead code in layoutRobin Burchell2017-01-161-15/+4
* QQuickLayout: Use qmlWarning instead of qWarning to give context informationRobin Burchell2017-01-161-1/+2
* Item views: eliminate some repeated QList::at() accessJ-P Nurmi2017-01-162-16/+27
* ListView: allow flicking to both directionsJ-P Nurmi2017-01-163-6/+65
* Remove QQuickWebView from QQmlEngine documentationRobin Burchell2017-01-161-2/+1
* networktransparency: Remove reference to WebView, and instead only use local ...Robin Burchell2017-01-161-6/+2
* QQmlApplicationEngine: Yet another fix after QUrl behavior changes in QtBaseRobin Burchell2017-01-161-5/+10
* Quick: Remove last foreach, and mark QT_NO_FOREACHRobin Burchell2017-01-162-1/+3
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-1423-66/+143
|\
| * Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-131-1/+4
| * Fix build without feature.imTasuku Suzuki2017-01-131-0/+2
| * QJSValue: Mention how to construct QJSValue from other non-obvious typesRobin Burchell2017-01-121-1/+2
| * Fix projection matrix for DepthAware QSGRenderNodesLaszlo Agocs2017-01-121-1/+6
| * Propagate root changes to rendernodes tooLaszlo Agocs2017-01-121-0/+4
| * Update QSGRenderNode docs to match realityLaszlo Agocs2017-01-121-3/+0
| * Avoid needless notifications when destroying layoutsJan Arve Saether2017-01-123-5/+29
| * QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-112-11/+13
| * Fix crash in CanvasGunnar Sletta2017-01-101-1/+0
| * Doc: Rearranged order of Extending QML ExamplesNico Vertriest2017-01-091-0/+36
| * Clarify MouseArea's onClicked and onPressAndHold documentationKavindra Palaraja2017-01-081-2/+2
| * Clarified that QQmlListProperty can only be used for lists of QObject-derived...Kavindra Palaraja2017-01-051-2/+3
| * Added documentation for the GroupSwitchModifierKavindra Palaraja2017-01-051-0/+1
| * Fix stencil clips with core profile contextsLaszlo Agocs2017-01-041-1/+22
| * Added the missing link to AnimationKavindra Palaraja2017-01-031-0/+1
| * Fix QML cache not being invalidated when source path changesSimon Hausmann2017-01-021-0/+5
| * QQuickWindow flushFrameSynchronousEvents: don't hover if nothing dirtyShawn Rutledge2016-12-281-2/+3
| * Get rid of the GCBlockerLars Knoll2016-12-284-36/+0
| * Removed auto-generated links to internal classesKavindra Palaraja2016-12-281-0/+10
* | QQuickItemViewPrivate: cleanup superfluous semi-colonsJ-P Nurmi2017-01-141-2/+2