aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtDeclarative fixes and workarounds for NaClwip/naclMorten Johan Sørvig2016-05-1310-9/+43
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2016-01-216-4/+54
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-196-4/+54
| |\
| | * QQuickTextLine: set lineOffset to zero in ctor5.5Anton Kudryavtsev2015-12-171-1/+1
| | * Fix QQmlComponent::errors() documentationMitch Curtis2015-12-111-1/+1
| | * Fix link to QQmlError in QQmlComponent documentationMitch Curtis2015-12-101-1/+1
| | * docfix: Make it clearer how Context2D relates to CanvasGunnar Sletta2015-11-301-0/+8
| | * MouseArea: fixed a crash in propagate()Liang Qi2015-11-263-1/+43
* | | QQuickItem: fix an infinite loop nextItemInFocusChain()Liang Qi2016-01-203-0/+33
* | | qmlplugindump: avoid generating conflicting types.Marco Benelli2016-01-201-0/+7
* | | Provide access to signal parameters in SignalTransition::onTriggered.Michael Brasser2016-01-197-5/+274
|/ /
* | QmlPluginDump: use QFileInfo::exist(f) instead ofAnton Kudryavtsev2016-01-191-2/+2
* | QSGDefaultImageNode: Only set DirtyGeometry if new texturePär-Olof Håkansson2016-01-191-1/+2
* | qmlplugindump test: added check.Marco Benelli2016-01-181-0/+1
* | Fix up commit 9d7b27f5bf44a46707e6d50ebf51ecf73f91dd1bSimon Hausmann2016-01-161-1/+18
* | tst_qquicklistview: Share window in stickyPositioning test.Robin Burchell2016-01-151-2/+2
* | QQuickItemView: Take sticky header/footer into account for positionViewAtInde...Robin Burchell2016-01-155-14/+80
* | Doc: typo fixJoerg Bornemann2016-01-121-1/+1
* | Doc: Added brief statements for examples overview pageNico Vertriest2016-01-112-0/+3
* | Fix inconsistent use of override keywordThiago Macieira2016-01-081-3/+3
* | Set CMP0056 to NEW only if it exists for the running cmake versionStephen Kelly2016-01-081-1/+3
* | QQuickAnimatorController: fix dangling QQuickAnimatorProxyJob pointerJ-P Nurmi2016-01-081-0/+2
* | Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-0810-55/+55
* | Check for python executable.Joerg Bornemann2016-01-071-0/+7
* | Correct declaration in doc to match const in code.Edward Welbourne2016-01-061-2/+2
* | V4: Replace QVector with (Q)VarLengthArray in BasicBlock.Erik Verbruggen2016-01-062-7/+25
* | Fix a couple of container detachmentsSérgio Martins2016-01-052-2/+2
* | Doc: Added brief statements for Qt examples overview pageNico Vertriest2016-01-055-0/+7
* | don't rely on transitive dependenciesOswald Buddenhagen2016-01-052-0/+4
* | QQmlXmlHttpRequest: Fix a memory leak on use of XMLHttpRequest's responseXML.Robin Burchell2016-01-051-0/+1
* | QQuickRepeater: Use qmlobject_(dis)connect instead of regular (dis)connect.Robin Burchell2016-01-051-10/+12
* | Fix value changed logic for ValueTypeProvider typesFrank Meerkoetter2016-01-043-1/+109
* | Make QQuickPaintedItem support Item::layerGunnar Sletta2016-01-041-0/+7
* | Fix typos in ParticleSystem documentationMitch Curtis2016-01-041-2/+2
* | QQuickFlipable: Set enabled property on whichever side is considered active.Robin Burchell2015-12-311-4/+13
* | Fix crash in a non-debug build with assertions enabledThiago Macieira2015-12-291-12/+4
* | QQuickDropArea include cleanupSamuel Gaist2015-12-242-5/+0
* | Fix ListView.OverlayHeaderJ-P Nurmi2015-12-233-2/+146
* | Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-236-27/+2
* | V4: Shrink IR::Temp by removing unnecessary padding.Erik Verbruggen2015-12-231-5/+5
* | Fix inconsistent use of 'override'.Erik Verbruggen2015-12-231-2/+2
* | Improve Scene Graph and Rendering documentationMitch Curtis2015-12-211-2/+2
* | Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-186-2/+27
* | qml: preserve composite singleton types.Marco Benelli2015-12-176-8/+40
* | Link to drag and drop examples in relevant placesMitch Curtis2015-12-162-0/+3
* | Fix crash when grabbing a QQuickWidget before it is shown.Friedemann Kleint2015-12-152-6/+16
* | Fix QQuickPaintedItem::renderTarget docsJ-P Nurmi2015-12-151-1/+1
* | Don't warn about non-existent default properties when one was foundMitch Curtis2015-12-154-5/+64
* | Fix containsMouse with touch and hoverEnabledPaul Olav Tvete2015-12-153-0/+137
* | Fix shader compiler error (uniform and out variables with same name)Sean Harmer2015-12-151-2/+2