aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-0246-252/+266
* Deprecate non-const version of saveToFile()Jan Arve Sæther2020-02-282-1/+6
* Properly deprecate QQuickText::doLayout() and get rid of it for Qt6Jan Arve Sæther2020-02-282-1/+10
* Revert "error -> networkError to fix deprecation warning"Timur Pocheptsov2020-02-282-3/+3
* error -> networkError to fix deprecation warningFawzi Mohamed2020-02-272-3/+3
* V4: Fix mark stack overrunsUlf Hermann2020-02-277-62/+51
* QQmlDelegateModel: Avoid use-after-freeUlf Hermann2020-02-271-4/+6
* Revision properties and methods added in 5.15Ulf Hermann2020-02-275-9/+9
* Add revision to QQmlTypeNotAvailableUlf Hermann2020-02-261-0/+1
* Move dependencies.json files into the right placesUlf Hermann2020-02-263-0/+0
* Propagate the LanguageChange events from the QQuickWindow to the itemsAndy Shaw2020-02-252-0/+8
* qmltyperegistrar: Correctly collect attached typesUlf Hermann2020-02-253-25/+41
* Export QQuickRootItem to QMLUlf Hermann2020-02-252-1/+8
* Provide a way to statically register namespacesUlf Hermann2020-02-252-8/+62
* QQuickColorSpaceValueType: Version importFabian Kosmale2020-02-251-0/+1
* Revert "Replace call to deprecated QNetworkReply::error method"Timur Pocheptsov2020-02-247-8/+8
* Warn when requesting unknown RHI backendJohan Klokkhammer Helsing2020-02-241-0/+2
* Doc: Fix QQuickTableView snippetUlf Hermann2020-02-244-43/+120
* Doc: Fix documentation from QQmlEngine::singletonInstance()Ulf Hermann2020-02-241-6/+9
* Revert "QQuickItemView: do not set parent to nullptr upon destruction"v5.15.0-beta1Ulf Hermann2020-02-211-1/+1
* Fix QML basic type documentationEdward Welbourne2020-02-201-26/+7
* Avoid cast from ASCII to QStringUlf Hermann2020-02-201-2/+2
* Make qtdeclarative compile with -no-feature-tableteventShawn Rutledge2020-02-204-0/+10
* QV4Engine: Avoid memory leak in toVariant conversionFabian Kosmale2020-02-201-1/+5
* Inline component: Avoid even more leaksFabian Kosmale2020-02-201-0/+2
* Inline components: do not leak contextFabian Kosmale2020-02-201-1/+4
* Doc: Fix documentation warnings for Qt QMLTopi Reinio2020-02-208-25/+27
* Doc: Fix the qmltypes format documentationUlf Hermann2020-02-201-17/+26
* Doc: Fix imports documentationUlf Hermann2020-02-201-6/+6
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-204-3/+7
|\
| * QQmlAdaptorModel: Don't const_cast to call release()Ulf Hermann2020-02-191-1/+1
| * Doc: list Grid's alignment properties as "since 5.1"Mitch Curtis2020-02-181-0/+1
| * Fix inverted logicMichael Brasser2020-02-171-1/+1
| * Windows: Do look for <plugin>d.dll as a fallbackKai Koehne2020-02-151-1/+4
* | ResolvedList: attempt read from correct meta objectFabian Kosmale2020-02-191-5/+42
* | Avoid memory leaks for inline component typesFabian Kosmale2020-02-192-1/+5
* | Fix broken -no-qml-debugAndré Klitzing2020-02-191-0/+1
* | Doc: Update documentation for "extending" exampleUlf Hermann2020-02-191-10/+19
* | Fix deprecation warning against QDateTime(QDate)Edward Welbourne2020-02-181-2/+2
* | QQmlPropertyCacheCreator: initialize memberFabian Kosmale2020-02-181-0/+1
* | QQmlType: Do not dereference pointer if nullFabian Kosmale2020-02-181-2/+2
* | Doc: Fix extension plugin examples and documentationUlf Hermann2020-02-181-23/+26
* | Remove some dead codeUlf Hermann2020-02-181-5/+0
* | Add documentation for the QML_* macrosUlf Hermann2020-02-172-14/+290
* | Rearrange QQuickPixmapKey operator==Shawn Rutledge2020-02-151-2/+5
* | MultiPointTouchArea: update the TouchPoint.x and y properties togetherShawn Rutledge2020-02-152-19/+13
* | V4 Debugger: Properly set up context object for expressionsUlf Hermann2020-02-141-4/+4
* | Optimize QQuickPixmapCache readImage() slightlyShawn Rutledge2020-02-141-2/+3
* | TestCase: deprecate mouseDoubleClick()Mitch Curtis2020-02-141-8/+9
* | QQuickItemView: do not set parent to nullptr upon destructionRichard Moe Gustavsen2020-02-141-1/+1