aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-2468-198/+57328
|\
| * Fix QQmlExpression leaking QQmlError objectsRobert Griebl2017-02-231-0/+1
| * Fix build for -no-feature-quick-spriteStephan Binner2017-02-221-1/+3
| * Flip a broken qtConfig conditionJake Petroules2017-02-221-1/+1
| * Do not build qmlplugindump for -no-feature-regularexpressionStephan Binner2017-02-211-1/+5
| * Fix build without features.cursorStephan Binner2017-02-201-2/+4
| * Shaders: Fix crash when disconnecting shaders from item propertiesErik Verbruggen2017-02-151-3/+7
| * Finish sentence properly in documentationFrederik Schwarzer2017-02-151-1/+1
| * Minor wording issues and typo fixes in docsFrederik Schwarzer2017-02-153-4/+4
| * Binary compatibility files for qtdeclarative (5.8.0)Milla Pohjanheimo2017-02-154-0/+56517
| * Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-083-5/+55
| * Improve QQuickAsyncImageProvider exampleAlbert Astals Cid2017-02-082-8/+12
| * Flickable: handle child mouse ungrab when hidden or disabledJ-P Nurmi2017-02-083-1/+37
| * QQuickMouseArea: only start pressAndHoldTimer for accepted eventsRichard Moe Gustavsen2017-02-061-1/+2
| * Implement QAccessibleQuickWindow::focusChildFrederik Gladhorn2017-02-062-0/+9
| * Fix move ordering while resolving edges in register allocationErik Verbruggen2017-02-045-67/+196
| * MouseArea: fix bug preventing dragging from startOleg Yadrov2017-02-033-7/+72
| * Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-023-13/+54
| * Prevent propagating results of a phi node into another phi nodeErik Verbruggen2017-02-011-8/+37
| * Fix libs build with msvc on Chinese locale on WindowsLiang Qi2017-02-012-5/+5
| * Fix regression with UniformAnimator target property validationJoni Poikelin2017-02-013-1/+10
| * fix memory leak in QQuickWindowPrivate::deliverTouchAsMouseShawn Rutledge2017-02-011-7/+7
| * Doc: Improve introduction to Qt Quick SceneGraph RendererKai Koehne2017-02-011-9/+5
| * Fix -no-qmldebug debug build with MSVCKai Koehne2017-02-014-10/+15
| * Fix typo in qmlplugindump error messagePeter Varga2017-01-311-1/+1
| * Quick: Check fbo msaa related extensions via QtGuiLaszlo Agocs2017-01-313-9/+11
| * qmlplugindump: add -qapp optionMarco Benelli2017-01-312-7/+30
| * Tools: Add product name, version and description to the .pro filesFriedemann Kleint2017-01-3111-0/+99
| * Doc: Fix documentation warningsTopi Reinio2017-01-306-16/+28
| * Fix build without animation by disabling quickTasuku Suzuki2017-01-301-1/+1
| * QQmlTypeCompiler: Fix read after free in tst_qqmllanguageRobin Burchell2017-01-281-2/+1
| * Mention that QVariantList is also a supported model typeKavindra Palaraja2017-01-281-6/+16
| * Doc: reinserted hello.qml which had been deleted by mistakeNico Vertriest2017-01-272-1/+77
| * Fix build without features.temporaryfileTasuku Suzuki2017-01-271-0/+5
* | Do not crash when qmlcachegen is called without argumentsRobert Loehning2017-02-231-1/+3
* | QQuickLayout: ensure that all change listeners are removedMitch Curtis2017-02-224-4/+122
* | QtQuickTest::mouseEvent(): pass QPointF by referencev5.9.0-alpha1J-P Nurmi2017-02-211-1/+1
* | Add a javascript push method binding to QQmlListPropertyIonut Alexandrescu2017-02-218-1/+77
* | Fix smile qml exampleIonut Alexandrescu2017-02-211-6/+6
* | Doc: added requirement for importing JavaScript resourcesNico Vertriest2017-02-211-4/+4
* | QQuickWindowPrivate::deliverWheelEvent: fix global position of the eventOleg Yadrov2017-02-172-6/+22
* | qmlimportscanner: allow "-" as value for qmlFilesMarco Benelli2017-02-171-1/+1
* | qmlplugindump: reports qmlimportscanner's messageMarco Benelli2017-02-171-0/+2
* | qmlplugindump: import paths clean-upMarco Benelli2017-02-171-1/+2
* | Add missing qmlRegisterExtendedUncreatableType variantKevin Ottens2017-02-175-0/+158
* | Fix assert on QT_POINTER_SIZE != 8BogDan Vatra2017-02-151-1/+1
* | Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-154-8/+72
* | Fix typo in documentationFrederik Schwarzer2017-02-151-1/+1
* | Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macrosKimmo Ollila2017-02-159-10/+54
* | QtQml/qv4mm.cpp: Fix type of debug helper lastAllocRequestedSlotsFriedemann Kleint2017-02-151-1/+1