aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | WinRT: Enable JIT for x86/x64 target platformsMaurice Kalinowski2016-01-167-12/+114
* | | V4 JIT: Switch all platforms to W^X for the ExecutableAllocator.Erik Verbruggen2016-01-153-26/+53
* | | Plugins: fix expensive iteration over QHash::keys()Anton Kudryavtsev2016-01-152-5/+6
* | | Tools: fix expensive iteration over QHash::keys()Anton Kudryavtsev2016-01-152-7/+10
* | | JIT: move FP save/restore to platform pro-/epilogue.Erik Verbruggen2016-01-152-12/+30
* | | Print warning if JIT is disabledMathias Hasselmann2016-01-141-2/+11
* | | Remove needless use of the ternary operatorFrank Meerkoetter2016-01-141-1/+1
* | | QQuickCanvasItem: fix expensive iteration over QMap::keys()Anton Kudryavtsev2016-01-141-2/+2
* | | context2d: replace foreach with range-based forAnton Kudryavtsev2016-01-142-5/+5
* | | QQuickTextEdit: added preeditText propertyLiang Qi2016-01-136-1/+55
* | | QQuickTextInput: added preeditText propertyLiang Qi2016-01-134-0/+36
* | | Remove debugChangesHash from QQmlEngineUlf Hermann2016-01-122-31/+0
* | | Rewrite inspector serviceUlf Hermann2016-01-1225-1564/+1149
* | | Make environment for QQmlDebugProcess usefulUlf Hermann2016-01-112-4/+4
* | | V4 Debugger: Move all the jobs into one placeUlf Hermann2016-01-1110-439/+544
* | | V4 Debugger: Clean up testsUlf Hermann2016-01-111-170/+78
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-1046-139/+409
|\| |
| * | 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
* | | QtDeclarative: use prefix ++/-- for iterator typesAnton Kudryavtsev2016-01-092-3/+3
* | | V4 Debugger: If no context is given inject the QML contextUlf Hermann2016-01-073-9/+55
* | | V4 Debugger: Allow expression evaluation without pausingUlf Hermann2016-01-078-204/+276
* | | Make RuntimeHelpers::numberToString() comply with EcmaScriptUlf Hermann2016-01-053-13/+83
* | | V4: use range-based for-loops in the IR.Erik Verbruggen2016-01-051-9/+9
* | | QSBatchRenderer: Replace Node::children QList with a singly linked list.Robin Burchell2016-01-052-22/+65
* | | tvOS supportMike Krus2016-01-017-5/+13
* | | Fixed assertion failure when using QSG_RENDERER_DEBUG=upload.Jason Erb2015-12-311-12/+14
* | | Make QQmlDebugConnector::hasEngine() constUlf Hermann2015-12-224-6/+6
* | | Remove dead codeFrank Meerkoetter2015-12-191-1/+1