aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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
| * 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
| * 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
| * QQuickPointerHandler: make classBegin and componentComplete protectedShawn Rutledge2018-03-272-5/+13
| * QML Tooling: Don't send StartTrace if we haven't started any profilersUlf Hermann2018-03-271-2/+1
| * Use a separate process for testing perf.map fileUlf Hermann2018-03-274-68/+99
| * QML Tooling: Wait for QML trace to be started in QML profiler testUlf Hermann2018-03-271-0/+3
| * QML Tooling: Remember global "enabled" flag in profiler serviceUlf Hermann2018-03-272-1/+14
| * Quick/DesignerSupport: Use QByteArrayList when checking property listsFriedemann Kleint2018-03-272-4/+4
| * Add test for jump strict-not-equal undefined on 32bitErik Verbruggen2018-03-261-0/+21
| * Fix isInt32 for -0.0Erik Verbruggen2018-03-261-1/+1
| * Add additional check for support JIT compilation on ARM platformMikhail Svetkin2018-03-221-0/+5
| * doc: Fix qtquick.qdocconf to include stuff for qtquickwidgetsMartin Smith2018-03-222-0/+49
| * Correct logging of swap time in software render loopMichael BrĂ¼ning2018-03-221-1/+1
| * add qmlRegisterModule to all QML plugins (QUIP 99)Shawn Rutledge2018-03-219-0/+32
| * Add a feature for DelegateModelUlf Hermann2018-03-2111-12/+72
| * Do not look up objects in deferred propertiesThomas Hartmann2018-03-213-1/+35
| * Simplify handling of function expressions as signal handlersMichael Brasser2018-03-214-22/+12
| * Handle function expressions in SignalTransitionMichael Brasser2018-03-212-4/+11
| * Doc: provide an example of the C++ - QML interaction pathMitch Curtis2018-03-211-11/+115
| * Doc: mention alternative syntax for resource filesMitch Curtis2018-03-211-15/+35