aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix new Text and TextEdit properties not available in 2.10Paolo Angelelli2017-08-291-0/+2
| * | Remove QQuickEventPoint parameter from tapped propertyJan Arve Sæther2017-08-282-2/+2
| * | Doc: mention that Path is a non-visual typeMitch Curtis2017-08-251-0/+3
| * | pointerhandler manual tests: enable hi-dpi scaling by defaultShawn Rutledge2017-08-251-0/+1
| * | optimization: get acceptedButtons before checking it twiceShawn Rutledge2017-08-251-2/+3
| * | Add property to disable shaping on fontsEskil Abrahamsen Blomfeldt2017-08-259-0/+107
| * | Fix symbol clash in static builds in etc texture providerSimon Hausmann2017-08-252-10/+10
* | | Doc: Fix issues for Qt Quick Shapes documentationTopi Reinio2017-09-011-109/+125
* | | Remove isValid from QQuickPointerEventFrederik Gladhorn2017-08-303-7/+1
* | | Update import to 2.10 in tests for Text.advanceEskil Abrahamsen Blomfeldt2017-08-296-6/+6
* | | failsafe: never allow touch or mouse grab to persist after releaseShawn Rutledge2017-08-291-6/+8
* | | TapHandler docs: correct the import statementShawn Rutledge2017-08-291-1/+1
* | | use QTextOption::tabStopDistance now that it existsShawn Rutledge2017-08-291-3/+3
* | | Fix some qdoc warnings for 5.10Friedemann Kleint2017-08-284-7/+13
|/ /
* | Restore filtering behaviorShawn Rutledge2017-08-242-12/+22
* | improve cat. logging during event delivery to child-filtering itemsShawn Rutledge2017-08-231-8/+8
* | Add a way to set the default render type of text-like elementsGiuseppe D'Angelo2017-08-2310-20/+111
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-2323-48/+48
|\|
| * Fix compiler errors with clang 4.0Lars Knoll2017-08-231-12/+12
| * Fix memory corruption with type trimmingSimon Hausmann2017-08-234-12/+14
| * Small cleanupLars Knoll2017-08-231-2/+1
| * Fix valgrind warning about uninitialized variableLars Knoll2017-08-231-0/+1
| * Cleanup obsolete TODO in source codeLars Knoll2017-08-231-3/+0
| * Clean up void * usageLars Knoll2017-08-235-13/+16
| * Fix finding test data on AndroidEskil Abrahamsen Blomfeldt2017-08-221-0/+5
| * Fix memory leaks with threaded rendererJoni Poikelin2017-08-223-5/+5
| * qmlplugindump: fix bug in reading command lineMarco Benelli2017-08-211-1/+1
| * Make sure QQmlDebugProcess correctly reports session as startedUlf Hermann2017-08-177-15/+4
| * Don't crash when trying to bind an invalid property indexUlf Hermann2017-08-171-1/+1
* | Use QRandomGenerator instead of q?randThiago Macieira2017-08-2325-97/+97
* | Retranslate all child contextsFrank Osterfeld2017-08-181-2/+5
* | Restore yylval initializationSimon Hausmann2017-08-182-0/+2
* | Support explicit enum value declaration in QMLMichael Brasser2017-08-1818-740/+899
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-08-1862-1231/+1665
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-1862-1231/+1665
| |\|
| | * Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-152-1/+44
| | * QQuickTextInput: Allow going from an Acceptable to an Intermediate stateAndy Shaw2017-08-152-0/+80
| | * Example: Replace the deprecated propertyVenugopal Shivashankar2017-08-101-1/+1
| | * 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