aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wasm: make no-tread platform independentMorten Johan Sørvig2018-04-243-11/+13
* webassembly: use default opengl backendLorn Potter2018-04-235-7/+8
* webassembly: revert the bitfield patchLorn Potter2018-03-2320-189/+3
* webassembly: make Date work againLorn Potter2018-03-211-3/+0
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-03-08734-8868/+14666
|\
| * Fix compiler warnings on gcc 7.2Lars Knoll2018-03-082-9/+9
| * Fix issue with allocating huge objects in the memory managerLars Knoll2018-03-082-3/+24
| * Rebuild property cache in QObjectWrapper::getProperty if deletedDavid Edmundson2018-03-081-0/+5
| * Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-086-41/+106
| * Fix calling Qt.createComponent() from QQmlEngine::evaluate()Simon Hausmann2018-03-081-0/+10
| * Add an example of binding LayoutMirroring to the app's layoutDirectionMitch Curtis2018-03-081-0/+7
| * Fix regression involving aliases on case-insensitive file systemsMitch Curtis2018-03-081-1/+3
| * Improve documentation on component creation contextMichael Brasser2018-03-082-1/+4
| * touchDevice: don't lose bits from QTouchDevice::capabilitiesShawn Rutledge2018-03-081-2/+1
| * TapHandler: add singleTapped and doubleTapped signalsShawn Rutledge2018-03-022-3/+29
| * doc: Add special module header to qtqmltest.qdocconfMartin Smith2018-03-021-1/+1
| * Doc: Change QtQuickTest to QtQmlTestMartin Smith2018-03-022-28/+28
| * doc: Fix another link to page titleMartin Smith2018-03-021-1/+1
| * doc: Fix link to page titleMartin Smith2018-03-021-1/+1
| * doc: Add qtquickcontrols2 to the dependency listMartin Smith2018-03-021-1/+1
| * doc: Fix one link commandMartin Smith2018-03-021-1/+1
| * allow DeviceType and PointerType enums 16 bits each; bit packingShawn Rutledge2018-03-021-11/+13
| * Don't crash if DragHandler have target: nullJan Arve Sæther2018-03-021-6/+8
| * Fix: Do not read texture files when backend is not openglEirik Aavitsland2018-03-011-5/+21
| * Silence a GCC 8 warning in qqmlprofilereventVille Voutilainen2018-02-281-2/+2
| * Silence another GCC 8 warning in qpodvectorVille Voutilainen2018-02-281-1/+1
| * Silence a GCC 8 warning in qquickanimationVille Voutilainen2018-02-281-3/+3
| * Silence GCC 8 warnings in qpodvectorVille Voutilainen2018-02-281-4/+4
| * Silence a GCC 8 warning in qv4stringVille Voutilainen2018-02-281-1/+1
| * Silence a GCC 8 warning in qv4engineVille Voutilainen2018-02-281-1/+1
| * Silence a GCC 8 warning in qqmljsparserVille Voutilainen2018-02-281-1/+1
| * Doc: correct references to snippetNico Vertriest2018-02-282-113/+28
| * Fix: do data size check of pkm format compressed texture filesEirik Aavitsland2018-02-281-3/+2
| * Doc: add code examples and GIFs of AnimatedSpriteMitch Curtis2018-02-285-3/+61
| * finish renaming of containsMask -> containmentMaskShawn Rutledge2018-02-283-6/+6
| * TapHandler: document that DragThreshold is the default gesturePolicyShawn Rutledge2018-02-281-18/+19
| * doc: Fix some odds and ends in qdoc commentsMartin Smith2018-02-283-6/+10
| * doc: Fix some odds and ends in qdoc commentsMartin Smith2018-02-281-1/+1
| * doc: Remove duplicate qdoc commentMartin Smith2018-02-281-17/+0
| * doc: Fix several Can't link to errorsMartin Smith2018-02-282-26/+49
| * rename containsMask to containmentMaskShawn Rutledge2018-02-272-9/+9
| * Do not write JSC files when debuggingErik Verbruggen2018-02-271-1/+1
| * Fix memory leak in compressed texture file readingEirik Aavitsland2018-02-273-0/+7
| * use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-2774-232/+232
| * AnimatedSprite: set implicit size based on implicit frame sizeMitch Curtis2018-02-261-1/+13
| * Fix QQmlEngine::retranslate() with PropertyChangesSimon Hausmann2018-02-261-8/+17
| * Remove unused testing codeSimon Hausmann2018-02-261-2/+0
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-2661-528/+359
| * Sprite, SpriteAnimation: document that frameDuration is in millisecondsMitch Curtis2018-02-262-2/+2
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-26497-2907/+2907