aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | V4: Mirror jsAlloc behavior at stack allocation.Erik Verbruggen2016-05-272-5/+5
| * | Fix crash with SignalTransitionSimon Hausmann2016-05-251-1/+1
| * | Fix crash for unknown QQmlListModel roles in debug buildsFilipe Azevedo2016-05-231-0/+2
* | | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-2026-16/+41
* | | V4: create a fast-path for QObjectWrapper::wrapErik Verbruggen2016-05-202-5/+21
* | | Always use ::copysign instead of std::copysign where availableRalf Nolden2016-05-201-8/+0
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-1912-141/+74
|\| |
| * | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-199-26/+23
| |\|
| | * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-184-9/+20
| | * QML: Fix asynchronous cached loading.Erik Verbruggen2016-05-131-1/+1
| | * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-131-1/+1
| | * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-124-114/+41
| | |\
| | * | QmlDebug: Drop explicit Q_IMPORT_PLUGIN statementsUlf Hermann2016-05-092-14/+0
| * | | Revert "Remove this piece of code"Simon Hausmann2016-05-181-2/+11
| | |/ | |/|
| * | Remove workaround for the pointer size in bootstrapped tool buildsThiago Macieira2016-05-111-5/+1
| * | V4: Limit call depth by count, not by checking the native stack.Erik Verbruggen2016-05-112-106/+36
| * | Fix warning about mixing basic font type's pointSize and pixelSizeMitch Curtis2016-05-111-3/+4
* | | Eradicate Q_FOREACH loops from headersMarc Mutz2016-05-113-3/+4
* | | QML: Fill QtObject lazily.Erik Verbruggen2016-05-112-11/+85
* | | Teach the QML engine to find static Qt Quick Controls 2 stylesJ-P Nurmi2016-05-111-10/+31
* | | Merge remote-tracking branch 'origin/5.6.1' into 5.7Simon Hausmann2016-05-091-1/+1
|\ \ \ | | |/ | |/|
| * | Revert parts of 392c7b99348e2a96ef11adb5712095fbd13fb780Simon Hausmann2016-05-091-1/+1
| |/
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-062-4/+3
|\|
| * Fix crash when trying to call a property of the scope or context objectSimon Hausmann2016-05-011-3/+2
| * Add version tag to QQmlExtensionInterface_iidJoni Poikelin2016-04-291-1/+1
* | V4: make QQmlEnginePrivate::dereferenceScarceResources inlinable.Erik Verbruggen2016-05-042-22/+32
* | Docs: Prefer Q_ENUM over Q_ENUMSKai Uwe Broulik2016-05-031-3/+3
* | Add QVector support to JS sequencesKevin Ottens2016-05-032-0/+18
* | QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-025-79/+171
* | V4 profiler: Don't duplicate function locationsUlf Hermann2016-05-022-16/+38