aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-193-4/+5
|\
| * Revert "Fix crash on QQmlEngine destruction."Robin Burchell2016-02-172-4/+3
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-151-0/+2
| |\
| | * Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-122-2/+9
|\| |
| * | Fix grammar in QML property aliases documentationMitch Curtis2016-02-111-2/+2
| * | QQmlComponent: mention errors when component is prematurely destructedMitch Curtis2016-02-101-0/+7
| |/
* | Qml: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-109-29/+29
* | Don't deep copy std::vector [-Wclazy-foreach]Sérgio Martins2016-02-082-6/+6
* | Include qqml.h in qqmlengine.h for convenienceMitch Curtis2016-02-052-37/+1
* | Enable V4 JIT for aarch64Laszlo Agocs2016-02-011-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2911-20/+71
|\|
| * QML: do not wrap property values of type QVariant.Erik Verbruggen2016-01-271-2/+8
| * Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-273-10/+16
| * Fix don't delete singletons objects owned by C++BogDan Vatra2016-01-251-1/+1
| * Pass Qt.include() URLs through the URL interceptor if presentKevin Krammer2016-01-231-0/+2
| * Make sure we destroy all QV4::QObjectWrapper objectsJian Liang2016-01-225-7/+44
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-225-4/+44
|\|
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2016-01-211-2/+2
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-2/+2
| | |\
| | | * Fix QQmlComponent::errors() documentationMitch Curtis2015-12-111-1/+1
| | | * Fix link to QQmlError in QQmlComponent documentationMitch Curtis2015-12-101-1/+1
| * | | Provide access to signal parameters in SignalTransition::onTriggered.Michael Brasser2016-01-192-0/+23
| |/ /
| * | Fix up commit 9d7b27f5bf44a46707e6d50ebf51ecf73f91dd1bSimon Hausmann2016-01-161-1/+18
| * | Doc: typo fixJoerg Bornemann2016-01-121-1/+1
* | | Add selector() to get underlying FileSelectorAndré Klitzing2016-01-212-0/+11
* | | Remove a case of type-punning.Erik Verbruggen2016-01-201-6/+4
* | | V4: Tweak "enable JIT" ifdefs.Erik Verbruggen2016-01-202-13/+18
* | | V4: Rename StackFrameRegister to FramePointerRegister.Erik Verbruggen2016-01-194-27/+27
* | | Updated license headersJani Heikkinen2016-01-19373-5270/+7463
* | | V4: add Aarch64/ARM64 support.Erik Verbruggen2016-01-192-1/+116
* | | Qml: fix expensive iteration over QHash::keys() and QMap::keys()Anton Kudryavtsev2016-01-183-14/+10
* | | WinRT: Enable JIT for x86/x64 target platformsMaurice Kalinowski2016-01-162-2/+3
* | | V4 JIT: Switch all platforms to W^X for the ExecutableAllocator.Erik Verbruggen2016-01-151-2/+0
* | | 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 debugChangesHash from QQmlEngineUlf Hermann2016-01-122-31/+0
* | | Rewrite inspector serviceUlf Hermann2016-01-121-2/+5
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-1022-109/+95
|\| |
| * | Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-0810-55/+55
| * | 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
| * | QQmlXmlHttpRequest: Fix a memory leak on use of XMLHttpRequest's responseXML.Robin Burchell2016-01-051-0/+1
| * | Fix value changed logic for ValueTypeProvider typesFrank Meerkoetter2016-01-041-1/+1
| * | Fix crash in a non-debug build with assertions enabledThiago Macieira2015-12-291-12/+4
| * | 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
* | | Make RuntimeHelpers::numberToString() comply with EcmaScriptUlf Hermann2016-01-051-2/+30
* | | V4: use range-based for-loops in the IR.Erik Verbruggen2016-01-051-9/+9
* | | tvOS supportMike Krus2016-01-014-2/+5