aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add attached Window::contentItem propertyJ-P Nurmi2014-11-055-0/+21
* Mark cleanup function as unused if compiled with QT_QML_NO_DEBUGGERUlf Hermann2014-11-051-0/+1
* Add a debug function to save contents of distance field cacheEskil Abrahamsen Blomfeldt2014-11-054-173/+175
* qv4: assign split edges to the correct loop groupFawzi Mohamed2014-11-041-9/+1
* Fix memory leak in QQmlLocaleDataLiang Jian2014-11-041-1/+1
* Fix disappearing nodes when adding in two levels of batch rootEskil Abrahamsen Blomfeldt2014-11-041-6/+12
* Fix memory leak in QV4::QQmlSequenceLiang Jian2014-11-041-1/+1
* Doc: Qt Quick Designer UI formsLeena Miettinen2014-11-031-0/+6
* Fix memory leak caused by QV4::ErrorObjectJian Liang2014-11-021-1/+1
* Don't use qDebug and qWarning for formatted outputThiago Macieira2014-10-311-37/+38
* Get rid of !this and similar constructsLars Knoll2014-10-3121-124/+108
* Don't allocate less memory than requiredLars Knoll2014-10-311-0/+2
* BorderImage: Fix white area when size changes after first paintEskil Abrahamsen Blomfeldt2014-10-312-1/+8
* Fix ICC-on-Mac warning about unknown #pragmaThiago Macieira2014-10-301-2/+2
* Fix Canvas documentation.Mitch Curtis2014-10-301-6/+6
* text input: always let cursor rect have a width == 1Richard Moe Gustavsen2014-10-303-27/+24
* Repeater & itemviews: fix setModel() JS array handlingJ-P Nurmi2014-10-297-3/+129
* Remove mouse grabber if touch used for mouse emulation has been grabbedDaniel d'Andrada2014-10-293-10/+104
* Revert: use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-284-16/+13
* Do not crash QML apps on startupJan Arve Saether2014-10-282-9/+16
* Don't document Context2D's TextMetrics as its own QML type.Mitch Curtis2014-10-281-21/+3
* Reduce memory pressure on system malloc when allocating large items on the GC...Simon Hausmann2014-10-271-0/+7
* Don't check the this pointer for 0 in member functionsLars Knoll2014-10-279-27/+27
* Reduce size of ArrayData by one pointerLars Knoll2014-10-274-33/+42
* Rework our simple array implementationLars Knoll2014-10-279-184/+199
* Fix QQmlTypeData object leakJian Liang2014-10-271-0/+1
* Move action handlers to the Accessible attached objectJan Arve Saether2014-10-275-16/+97
* Fix leaks in QQuickImageParticleJocelyn Turcotte2014-10-274-18/+37
* QML State Machine plugin: correct URL in Q_PLUGIN_METADATAShawn Rutledge2014-10-271-1/+1
* Remove logic that some accessible objects cannot have childrenFrederik Gladhorn2014-10-271-10/+0
* Expose searchEdit accessible property to Qt QuickFrederik Gladhorn2014-10-272-0/+7
* Properly handle negative years when printing JS Dates to strings.Ulf Hermann2014-10-243-1/+32
* 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