aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-1224-101/+101
* | Cleanup MM::allocObject()Lars Knoll2018-04-125-22/+22
* | Optimize MM::allocManaged()Lars Knoll2018-04-125-22/+8
* | Simplify allocation functions in the memory managerLars Knoll2018-04-121-150/+16
* | InternalClass: Unify handling of sealed and frozen classesLars Knoll2018-04-122-33/+45
* | Remove the pool allocator from InternalClassLars Knoll2018-04-124-40/+22
* | QQmlAdaptorModel: make a models row/column count read-onlyRichard Moe Gustavsen2018-04-125-107/+3
* | QQmlAdaptorModel: support dataChanged signals from multi-column modelsRichard Moe Gustavsen2018-04-123-2/+15
* | Tests: add new manual tests for TableViewRichard Moe Gustavsen2018-04-1212-0/+814
* | QQuickTableView: add new class: QQuickTableViewRichard Moe Gustavsen2018-04-129-2/+1865
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-1218-25/+230
|\|
| * Make QSGLayer::grab work correctly in software rendererJan Marker2018-04-114-6/+15
| * Pass on tab presses to the offscreen window to handle firstAndy Shaw2018-04-115-1/+179
| * Warn about non spec compliant extension being usedLars Knoll2018-04-113-4/+10
| * Fix crash with JIT on x86Simon Hausmann2018-04-111-0/+4
| * Fix plugins.qmltypes for QtQml installation in static buildsSimon Hausmann2018-04-101-1/+1
| * Fix leak of compiler contextsErik Verbruggen2018-04-104-13/+21
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-1014-83/+118
|\|
| * Fix XMLHttpRequest when used with QQmlEngine::evaluateSimon Hausmann2018-04-093-30/+69
| * clear() the loader before destroying itLars Knoll2018-04-091-4/+1
| * Fix crash when QML engine warning handler feeds errors back into QMLSimon Hausmann2018-04-096-33/+15
| * Improve QQuickItemGrabResult::image() docsMitch Curtis2018-04-091-1/+1
| * Avoid marking hidden windows as updatePending in Gui render loopDavid Edmundson2018-04-091-1/+4
| * Doc: Remove erroneous examplePaul Wicking2018-04-091-10/+8
| * Doc: Improve the "Interacting with QML from C++" sectionMitch Curtis2018-04-091-4/+20
* | testlib: Support regular expression ignores in ignoreMessageRobin Burchell2018-04-093-3/+31
* | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-04-0917-92/+240
|\|
| * Fix Flickable mouse wheel handling on macOSNils Jeisecke2018-04-061-4/+6
| * QQmlDebuggingEnabler test: Relax output string conditionUlf Hermann2018-04-061-4/+8
| * Allow for QQmlData::set*Bit and clear*Bit to be inlinedErik Verbruggen2018-04-062-66/+70
| * Doc: Change the section title to avoid a linking conflictVenugopal Shivashankar2018-04-061-1/+1
| * Improve documentation for qmlRegisterType<Foo>()Mitch Curtis2018-04-051-0/+68
| * Link to C++ => QML flowchart in QML registration function docsMitch Curtis2018-04-051-4/+13
| * Doc: correct Sprite's detailed descriptionMitch Curtis2018-04-051-2/+2
| * Doc: Add a section on scalable application UIVenugopal Shivashankar2018-04-054-6/+48
| * Doc: add a flowchart to aid choosing the correct C++ => QML integrationMitch Curtis2018-04-053-0/+6
| * Examples: remove bogus returnv5.11.0-beta3J-P Nurmi2018-04-031-1/+1
| * qmltest: Use correct Testlib headerFriedemann Kleint2018-04-031-1/+1
| * Fix debug-and-release builds with CONFIG += qtquickcompilerSimon Hausmann2018-03-311-1/+1
| * QmlProfiler test: Keep recording until we receive the needed eventsUlf Hermann2018-03-281-2/+15
* | QPacketProtocol: Add proper error handlingUlf Hermann2018-04-053-20/+57
* | test: fix tst_QQuickFramebufferObjectLiang Qi2018-04-031-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2833-102/+281
|\|
| * Doc: Drop the use of QT_PLUGIN_PATH in documentation configTopi Reinio2018-03-283-48/+5
| * Fix QQmlExpression::hasError()/error() on syntax errorsSimon Hausmann2018-03-273-10/+15
| * Fix CONFIG+=qtquickcompiler with paths that contain spacesSimon Hausmann2018-03-275-0/+26
| * qtquick_compiler_add_resources() with spaces in pathsSimon Hausmann2018-03-274-3/+3
| * Improve QtQuickCompiler cmake testsSimon Hausmann2018-03-274-6/+31
| * Qml Profiler: Store and send URL of compile eventsUlf Hermann2018-03-272-1/+37
| * Yarr: Add Q_FALLTHROUGH to silence GCC 7 warningPeter Varga2018-03-271-0/+1