aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-192-2/+2
|\
| * Remove some double-meaning text from documentationFrederik Schwarzer2016-08-181-1/+1
| * QML: Do not register dependencies of deleted bindingErik Verbruggen2016-08-181-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-186-7/+16
|\|
| * QV4Object: fix GCC 6.1 tautologial compare warningMarc Mutz2016-08-171-1/+3
| * Fix throwing an exception inside a finally block with a return in catchSimon Hausmann2016-08-162-3/+10
| * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-153-3/+3
* | Doc: Remove references to Windows CEVenugopal Shivashankar2016-08-171-1/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-138-197/+197
|\|
| * Move the moth stack slot allocator into qmldevtoolsSimon Hausmann2016-08-122-162/+164
| * QQmlObjectCreator: prefer initializer syntax over assignmentEdward Welbourne2016-08-111-5/+4
| * QQmlObjectCreator: initialize _bindingTargetEdward Welbourne2016-08-111-0/+1
| * Fix char conversions in QMLChristian Strømme2016-08-092-27/+11
| * Clarify doc on modification of the global object in JS imported by QMLMitch Curtis2016-08-081-1/+4
| * Fix crash with Component.onDestructionSimon Hausmann2016-08-051-1/+12
| * Fix crash when cache property can not be foundFilipe Azevedo2016-08-051-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-053-4/+10
|\|
| * Fix recursion during aggressive GCSimon Hausmann2016-08-041-0/+3
| * Fix grammar in JavaScript Host Environment docMitch Curtis2016-08-041-2/+2
| * QQmlComponent: fix handling of relative pathsDavid Faure2016-08-031-2/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-017-25/+151
|\|
| * Fix documentation of Component.createObjectGiuseppe D'Angelo2016-07-261-1/+1
| * Mention Q_FLAG in C++ <=> QML type conversion documentationMitch Curtis2016-07-261-0/+2
| * QQmlPropertyMap: Don't spuriously emit valueChanged() signalThomas McGuire2016-07-251-1/+1
| * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-212-0/+50
| * Fix QQmlEngine crash on big endian 64 bit architectures (s390x)Maximiliano Curia2016-07-201-2/+2
| * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-201-21/+95
* | Doc: syntax error qml exampleNico Vertriest2016-07-201-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-4/+4
|\|
| * Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-141-4/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-292-3/+6
|\|
| * Fix QQmlTypeData object leakJian Liang2016-06-251-2/+2
| * Add missing signal handling for QJSValueMichal Klocek2016-06-211-1/+4
* | Use QDateTime::currentMSecsSinceEpoch() instead of currentDateTimeThiago Macieira2016-06-221-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-2010-81/+71
|\|
| * Doc: Refactor cpp integration Message sampleSamuel Gaist2016-06-191-5/+5
| * Fix reference to Windows RT which actually meant Windows Runtime.Jake Petroules2016-06-161-1/+1
| * V4: Always set the tag when boxing a pointer in QV4::Value.Erik Verbruggen2016-06-165-72/+62
| * Add QNX to an x86-64 gcc/g++ listJames McDonnell2016-06-141-1/+1
| * Make some QNX only code Dinkum specificJames McDonnell2016-06-141-1/+1
| * QML: Only release types if they aren't referenced anymoreUlf Hermann2016-06-101-1/+2
| * QmlIncubator: correct documentation snippet about waiting for ReadyShawn Rutledge2016-06-101-1/+1
* | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-161-1/+2
|\ \
| * | QML: Only release types if they aren't referenced anymorev5.7.0Ulf Hermann2016-06-111-1/+2
| * | Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-231-0/+5
| |\ \
* | \ \ Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-107-8/+17
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fix crash when using with statement with an expression that throwsSimon Hausmann2016-06-071-2/+3
| * | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-311-0/+5
| |\|
| | * Workaround for crashes in QtQml code relating to null this pointersv5.6.1Thiago Macieira2016-05-201-0/+5
| * | RegAllocInfo: Initialize member _currentStmt.Edward Welbourne2016-05-301-0/+1