aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add QQuickTest::qWaitForItemPolished()Mitch Curtis2018-10-312-0/+28
* Add QQuickTest::qIsPolishScheduled()Mitch Curtis2018-10-314-1/+27
* Make QQmlDirParser and QQmlError available in QmlDevToolsUlf Hermann2018-10-2512-25/+103
* Add an extra diagnostic kind "Hint"Ulf Hermann2018-10-241-1/+1
* Move QQmlJS::SourceLocation to its own fileUlf Hermann2018-10-244-23/+91
* QmlDebug: Add QQmlInspectorClientUlf Hermann2018-10-244-0/+296
* QmlDebug: Add QQmlEngineDebugClientUlf Hermann2018-10-244-0/+813
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-247-22/+53
|\
| * Fix erroneous enum conflict warningsSimon Hausmann2018-10-231-5/+24
| * QQuickStateGroup: Warn if two states have the same nameAlbert Astals Cid2018-10-231-0/+8
| * Fix lookup of methods in the scope objectSimon Hausmann2018-10-221-5/+9
| * INTEGRITY: Fix build failures on 64-bit ARMPasi Petäjäjärvi2018-10-224-12/+12
* | QmlDebug: Add V4 debug client from tst_qqmldebugjs.cppUlf Hermann2018-10-234-2/+784
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-2020-112/+222
|\|
| * FolderListModel: use header initialization; fix pedantic warningsv5.12.0-beta3Shawn Rutledge2018-10-192-26/+14
| * Add sortCaseSensitive property so the sorting can ignore the caseAndy Shaw2018-10-194-1/+36
| * Item Views: cancel flicking before a model resetTobias Koenig2018-10-191-0/+1
| * Export QQmlInstantiator and QQmlInstantiatorPrivate privatelyMitch Curtis2018-10-182-2/+6
| * Optimize QQuickWindowPrivate::grabTouchPoints()Shawn Rutledge2018-10-181-7/+19
| * qtlite: qml-preview depends on features.filesystemwatcherLiang Qi2018-10-181-0/+1
| * JS: Fix stack buffer overflow in the QML/JS parserLars Knoll2018-10-181-15/+10
| * Improve interaction between snapping and sectionsMichael Brasser2018-10-171-11/+27
| * TableView: connect to 'layoutChanged' signal from the modelRichard Moe Gustavsen2018-10-172-0/+11
| * QQmlAdaptorModel: return correct column count from the modelRichard Moe Gustavsen2018-10-171-1/+1
| * Improve some pathelogical borderImage casesAllan Sandfeld Jensen2018-10-172-9/+19
| * QQmlScriptData: Extract qmlContextDataForContext from scriptValueForContextJüri Valdmann2018-10-173-44/+56
| * wasm: fix opengl layers, depth stencilLorn Potter2018-10-161-0/+25
* | Fix -Wweak-vtables warningJesus Fernandez2018-10-175-7/+7
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-168-42/+60
|\|
| * JS: Check if the rhs of an assignment had errors before using itErik Verbruggen2018-10-151-1/+4
| * JS: Check lhs of an 'in' expression to be an lvalueErik Verbruggen2018-10-151-0/+4
| * Fix translation contexts for paths with drive letters on WindowsErik Verbruggen2018-10-153-19/+16
| * Store the instruction pointer in more instructionsErik Verbruggen2018-10-151-0/+4
| * Remove useless assertErik Verbruggen2018-10-151-2/+0
| * Revert "BaselineJIT: slightly improve arm codegen for shifts"Lars Knoll2018-10-151-3/+6
| * Abort parsing on errorLars Knoll2018-10-151-17/+14
| * Fix compilation in C++11 modeLars Knoll2018-10-152-0/+12
* | ShaderEffect: Allow use of shaders without QML enginePeter Hartmann2018-10-151-5/+12
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-1314-20/+43
|\|
| * BaselineJIT: slightly improve arm codegen for shiftsv5.12.0-beta2Erik Verbruggen2018-10-121-6/+3
| * Make the function name printing the same when dumping bytecodeErik Verbruggen2018-10-121-1/+1
| * V4: Conform method_objectLiteral arguments to equal other methodsErik Verbruggen2018-10-124-5/+5
| * JS: Check expressions inside template literals for validityErik Verbruggen2018-10-121-0/+4
| * Remove doc about accepting/rejecting the event in ungrabEvent virtualsShawn Rutledge2018-10-111-4/+0
| * Item Views: cancel flicking before programmatic absolute positioningShawn Rutledge2018-10-111-0/+2
| * Fix error reporting when imports or re-exports in modules failSimon Hausmann2018-10-115-4/+28
* | QQuickTableView: add a protected contructor with d pointer as first argumentYulong Bai2018-10-122-0/+9
* | Remove GPU_BLACKLIST infrastructureEdward Welbourne2018-10-122-9/+0
* | Add tracing feature (disabled by default)Erik Verbruggen2018-10-121-0/+9
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-1212-14/+1354
|\|