aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix syntax error when trying to declare read-only object propertiesSimon Hausmann2014-10-248-1030/+1092
* Fix license headers in Qml grammar specificationSimon Hausmann2014-10-241-48/+42
* Fix crash in SpriteSequenceAlex Blasche2014-10-244-3/+153
* Doc: Updated the code snippets for the toLocalexxx functionsVenu2014-10-241-3/+3
* Android: Keyboard doesn't hide from done buttonSamuel Nevala2014-10-241-0/+7
* Stop waiting in QTcpServerConnection if waitForBytesWritten failsUlf Hermann2014-10-241-2/+7
* Fix build with QT_NO_DEBUG_OUTPUT definedSamuel Gaist2014-10-241-5/+13
* QmlEngine: Use separate mutex for network access managerKai Koehne2014-10-232-2/+3
* Fix pixelgrid snapping of native text on retina displays.Gunnar Sletta2014-10-235-14/+26
* Relayout rich text when width increasesEskil Abrahamsen Blomfeldt2014-10-232-1/+29
* Remove unnecessary doneCurrent in QQuickWidgetLaszlo Agocs2014-10-231-2/+0
* Doc: Fixed an error in the QML snippetVenu2014-10-231-6/+6
* Fix assignment to QObject pointer propertiesSimon Hausmann2014-10-232-5/+32
* Screen attached property: expose devicePixelRatio propertyShawn Rutledge2014-10-235-1/+28
* Fix non-compiling QtQml code snippetAlex Blasche2014-10-231-1/+1
* Add high dpi support to QQuickFramebufferObjectLaszlo Agocs2014-10-221-0/+23
* Reduce memory pressure on the JS stack during garbage collectionSimon Hausmann2014-10-221-6/+16
* Fix line ending for test fileKai Koehne2014-10-221-10/+10
* Add note to QQuickItem docs about directly setting properties in C++.Mitch Curtis2014-10-221-0/+13
* Fix a PIDLIST_ABSOLUTE leak in QQmlEngine on WindowsJocelyn Turcotte2014-10-221-1/+5
* Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-2210-13/+41
* Add \since 5.4 to FontMetrics and TextMetrics.Mitch Curtis2014-10-222-0/+2
* Support Accessible.ignored on non-leaf itemsJan Arve Saether2014-10-219-26/+185
* Check list property before component when validating bindingsUlf Hermann2014-10-214-2/+16
* Fix a bug in implementation of Accessible.ignoredJan Arve Saether2014-10-212-2/+1
* QQuickCustomParticle: Check for current OpenGL Context before useAndy Nichols2014-10-211-0/+3
* QQuickSpriteEngine do not use OpenGL without checking for GLContextAndy Nichols2014-10-211-0/+4
* Don't assume there is only one toplevel item.Jan Arve Saether2014-10-212-15/+18
* Improve hit testing so that it works better with ignored itemsJan Arve Saether2014-10-215-85/+57
* Fix failing makeCurrent in basic renderloop when closing windowsLaszlo Agocs2014-10-211-3/+19
* qmlstatemachine: Rename StateBase to StateKevin Funk2014-10-2128-143/+174
* Tweak new animation driver.Gunnar Sletta2014-10-201-18/+18
* Make test more robust against ignored children.Jan Arve Saether2014-10-204-33/+84
* Fix tst_qquickpositioners on OS XFrederik Gladhorn2014-10-201-0/+3
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-10-143-14/+29
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-143-14/+29
| |\
| | * Move syncTimer measurment to the correct place.5.3Josh Arenson2014-09-121-4/+4
| | * Fix crash with foreach on arguments objectSimon Hausmann2014-09-112-14/+37
* | | examples/quick/positioners: Colors changed and layout obeys screen resolutionKari Hautamäki2014-10-143-164/+210
|/ /
* | Correct KeyEvent::key documentation.Mitch Curtis2014-10-131-2/+1
* | Improve performance of animators.v5.4.0-beta1Gunnar Sletta2014-10-105-18/+63
* | Fix issues with Keyboard Focus documentation.Mitch Curtis2014-10-101-3/+3
* | Stabilize and fix comparisons in animator tests.Gunnar Sletta2014-10-1011-64/+60
* | PathView: Fix QML engine thinking currentItem is null when it's notSérgio Martins2014-10-103-0/+47
* | Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-0925-87/+87
* | Return the content position rounded on the right sideGiulio Camuffo2014-10-091-9/+9
* | Export QQuickKeyNavigationAttached as a part of the private APIOleg Shparber2014-10-091-1/+1
* | Make QQuickKeyNavigationAttached respect user set valuesOleg Shparber2014-10-091-6/+6
* | Doc: Updated the QML State Machine docsVenu2014-10-097-125/+111
* | Doc: Updated the \brief and detailed descriptionVenu2014-10-091-2/+3