aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Use QRandomGenerator instead of q?randThiago Macieira2017-08-2318-67/+65
* | 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-187-740/+833
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-08-1848-1047/+1332
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-1848-1047/+1332
| |\|
| | * Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-151-1/+1
| | * QQuickTextInput: Allow going from an Acceptable to an Intermediate stateAndy Shaw2017-08-151-0/+5
| | * Fix ListView::StrictlyEnforceRange with resizing delegateMichael Brasser2017-08-093-1/+14
| | * Improve releasing of memory allocated from compilation unit stringsSimon Hausmann2017-08-043-8/+9
| | * 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-024-137/+118
| | * 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-0212-100/+70
| | * Use QQmlType by valueLars Knoll2017-08-0228-343/+356
| | * 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
* | | Remove unnecesary if and dead codeJesus Fernandez2017-08-171-20/+17
* | | Update layout when QQuickWidget changes sizePaul Olav Tvete2017-08-161-0/+1
|/ /
* | Mention the t (zone) format specifier for formatDateTimeEdward Welbourne2017-08-151-0/+2
* | Remove hack to make QtC understand that typeof null is "object"Ulf Hermann2017-08-151-2/+0
* | Add API to learn about QQmlBinding's dependenciesAnton Kreuzkamp2017-08-136-9/+57
* | Doc: Fix PointerHandler QML docsTopi Reinio2017-08-113-40/+48
* | Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-101-1/+1
* | Initialize members in parserRobert Loehning2017-08-102-0/+2
* | Nvpr renderer: Adapt QPen behavior when setting dashPatternBerthold Krevert2017-08-091-3/+16
* | shapes: Remove unused signalLaszlo Agocs2017-08-091-1/+0
* | Fix hardcoding font family before the font is loadedEskil Abrahamsen Blomfeldt2017-08-092-0/+10
* | Merge "Merge branch 'wip/pointerhandler' into dev" into refs/staging/devShawn Rutledge2017-08-0934-266/+4038
|\ \
| * \ Merge branch 'wip/pointerhandler' into devShawn Rutledge2017-08-0834-266/+4038
| |\ \
| | * | Fix some bugs related to child mouse filteringwip/pointerhandlerJan Arve Saether2017-08-082-5/+9
| | * | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-08133-2339/+3763
| | |\ \
| | * | | Do not break qtlocation when integratingJan Arve Saether2017-07-131-0/+1
| | * | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-11196-1317/+8730
| | |\ \ \
| | * | | | Do not crash on WindowsJan Arve Saether2017-06-233-3/+2
| | * | | | PointerHandlers plugin: fix the build on iOSShawn Rutledge2017-05-301-1/+1
| | * | | | Add tst_multipointtoucharea_interop autotestShawn Rutledge2017-05-271-1/+0
| | * | | | Fix some problems with MouseDblClick handlingJan Arve Saether2017-05-264-3/+19
| | * | | | Move properties into grouped "point" propertyJan Arve Saether2017-05-234-91/+109
| | * | | | Change enum values to not start from 0Jan Arve Saether2017-05-221-7/+7
| | * | | | Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-2210-53/+87