aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix ListView::StrictlyEnforceRange with resizing delegateMichael Brasser2017-08-095-1/+69
* Bump tests262 submodule to include .gitattributes fixSimon Hausmann2017-08-071-0/+0
* Improve releasing of memory allocated from compilation unit stringsSimon Hausmann2017-08-043-8/+9
* Fix flaky failure in attachedProperty() autotestJan Arve Saether2017-08-032-1/+1
* Doc: Mention license in Qt Quick documentationKai Koehne2017-08-031-0/+8
* Avoid meta-object creation when looking up QML properties in the property cacheSimon Hausmann2017-08-021-4/+8
* Reduce memory consumption of stat() cache in QML type loaderSimon Hausmann2017-08-022-24/+20
* Fix void * usage in our internal APIsLars Knoll2017-08-027-63/+60
* Move the m_qmlLists member in the QML engine to QQmlMetaTypeLars Knoll2017-08-025-47/+67
* Remove unused types on engine destructionSimon Hausmann2017-08-026-99/+202
* Remove unused variableSimon Hausmann2017-08-021-1/+0
* Change data structures in QQmlMetaTypeDataLars Knoll2017-08-025-192/+173
* Remove QQmlEnginePrivate::typePropertyCacheSimon Hausmann2017-08-025-112/+146
* Move property cache from the engine to QQmlTypeSimon Hausmann2017-08-025-32/+38
* Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-0213-112/+76
* Use QQmlType by valueLars Knoll2017-08-0232-411/+424
* Simplify logicLars Knoll2017-08-021-3/+1
* Use QQmlType by value in the type wrapperLars Knoll2017-08-026-36/+65
* Use QQmlType by value in the MemberExpressionResolverLars Knoll2017-08-022-11/+17
* Turn QQmlType into a refcounted value typeLars Knoll2017-08-022-67/+142
* tst_QQuickDropArea: Pass with High DPI scalingFriedemann Kleint2017-08-021-10/+14
* tst_qquickwindow: Make touch tests pass with High DPI scalingFriedemann Kleint2017-08-021-40/+61
* Use QSharedPointer::create() moreMarc Mutz2017-07-311-1/+1
* Ignore debugger failures with GCC on WindowsSimon Hausmann2017-07-2811-3/+53
* Add QDebugStateSaver to operator<<(QDebug, const QSGRootNode)Jesus Fernandez2017-07-271-0/+1
* QJSEngine: document limitation of dynamic QObject propertiesMitch Curtis2017-07-272-1/+19
* QQuickTextInput: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-262-3/+47
* Fix loading of QML plugins with old IID in static buildsSimon Hausmann2017-07-262-2/+5
* Fix compilation with namespaceEskil Abrahamsen Blomfeldt2017-07-261-3/+2
* Fix memory leak in QSGAtlasTexture::Manager::create()Mitch Curtis2017-07-262-4/+5
* Fix QQuickFramebufferObject::Renderer::invalidateFramebufferObject()Wieland Hagen2017-07-251-8/+6
* Do not (dis)connectNotify on dynamically created model item objectsErik Verbruggen2017-07-255-17/+18
* Use __builtin_trap in GCC tooThiago Macieira2017-07-221-1/+1
* Export QQuickWindowAttachedJ-P Nurmi2017-07-181-1/+2
* QQuickWindowQmlImpl: declare attached properties in the headerJ-P Nurmi2017-07-172-3/+4
* Software Adaptation: Fix nested clipping logicAndy Nichols2017-07-171-2/+2
* Add a unit-test for QQuickWidget::grab()Sérgio Martins2017-07-141-0/+10
* Rebuild QQmlData::propertyCache if deleted by another engineDavid Edmundson2017-07-131-1/+6
* Doc: link to Qt::WindowFlags in Window's flag docMitch Curtis2017-07-131-0/+2
* QDoc: Fix syntax error on the definition of the Q_GADGETHolger Hans Peter Freyther2017-07-131-1/+1
* Doc: finish incomplete sentence in Loader’s detailed descriptionMitch Curtis2017-07-111-0/+1
* Fix test for highdpi systemsErik Verbruggen2017-07-101-2/+2
* Doc: explain ListView default Z values in detailMitch Curtis2017-07-061-7/+55
* QQuickFBO: Keep devicePixelRatio qreal as long as possibleLaszlo Agocs2017-07-061-1/+1
* Doc: Add \keyword for "Grouped" and "Attached" property topicsVenugopal Shivashankar2017-07-034-5/+5
* doc: Add font.hintingPreference to font type documentationEskil Abrahamsen Blomfeldt2017-06-301-0/+14
* Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-304-9/+94
|\
| * Add changes file for 5.9.1v5.9.1Antti Kokko2017-06-221-0/+83
| * Merge 5.9 into 5.9.1Oswald Buddenhagen2017-06-1938-42/+370
| |\
| * | Fix QML compiler crashes on big endian systemsDmitry Shachnev2017-06-183-9/+11