aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.14 into 5.14.2Kari Oikarinen2020-03-106-5/+45
|\
| * QV4Engine: Avoid memory leak in toVariant conversionFabian Kosmale2020-03-091-1/+5
| * Make tst_qquickcanvasitem significant again; fix image size roundingShawn Rutledge2020-03-051-2/+3
| * QQuickItem: prevent endless loop in focus tab chainWang Chuan2020-03-031-1/+7
| * QQuickTableView: Immediately delete delegates when possibleUlf Hermann2020-02-283-1/+30
* | Don't replace all characters below 0x20 with spaces as they may be validAndy Shaw2020-03-021-2/+1
* | TableModel: Allow a double to be added to a field seen as int previouslyAndy Shaw2020-02-281-4/+17
|/
* QQmlTableInstanceModel: Fix refcounting of metatypesUlf Hermann2020-02-272-4/+14
* Doc: Add section about QVariantList and QVariantMap as C++ propertiesUlf Hermann2020-02-241-0/+19
* Fix build with -no-feature-networkUlf Hermann2020-02-243-0/+12
* Fix texture coords for the compressed texture atlasMichael Brasser2020-02-211-5/+5
* 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
* Add a null check to QQuickWindowPrivate::rendererAnton Kreuzkamp2020-02-121-1/+1
* QQuickLoader: store statusFabian Kosmale2020-02-122-39/+61
* Fix a bug where a layout could crash or become non-responsiveJan Arve Sæther2020-02-124-5/+34
* Fix QQmlProperty and Connections for properties starting with '_'Fabian Kosmale2020-02-112-3/+9
* Mention styleName in the Font QML type documentationAndy Shaw2020-02-111-0/+1
* Android: Don't include QtQuickParticles in the dependenciesAndy Shaw2020-02-101-4/+1
* QV4Engine: Do not construct invalid QVariantFabian Kosmale2020-02-071-19/+21
* Fix QAccessibleQuickWindow::focusChild() to return focused descendantPeter Varga2020-02-061-2/+6
* Clarify the Binding.restoreMode warning messageUlf Hermann2020-02-031-7/+11
* Doc: Remove outdated noteJoni Poikelin2020-02-031-4/+0
* Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-311-1/+24
* Fix static builds due to name clashesAndy Shaw2020-01-311-7/+7
* Fix some ListView bugs related to snapping when it had a headerJan Arve Sæther2020-01-301-15/+153
* Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-297-69/+150
* QQuickFlickable: fix division by zeroMitch Curtis2020-01-291-4/+15
* Doc: document behavior and caveats of TextInput's padding propertiesMitch Curtis2020-01-281-0/+12
* Merge remote-tracking branch 'origin/5.14.1' into 5.14Qt Forward Merge Bot2020-01-271-1/+4
|\
| * Merge 5.14 into 5.14.1v5.14.1Kari Oikarinen2020-01-1512-31/+185
| |\
| * | Return false for user types in isSaveable()Andy Shaw2020-01-101-1/+4
* | | Doc: Move snippet file to qtxmlpatternsPaul Wicking2020-01-271-20/+0
* | | V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-2316-42/+99
* | | ArrayPrototype::method_filter: Check for exception after callbackUlf Hermann2020-01-231-0/+1
* | | Remove shadereffect dependency from shapesKarim Pinter2020-01-223-3/+5
* | | Initialize boolean m_hasItemChangeListenersDavid Edmundson2020-01-211-1/+1
* | | Fix printing of garbled UTF-8 characters from QML verify() statementsDimitrios Apostolou2020-01-201-7/+7
* | | Text and TextEdit: document MarkdownText formatShawn Rutledge2020-01-175-62/+209
* | | Fix documented types for DelegateChoice propertiesMichael Brasser2020-01-151-4/+4
| |/ |/|
* | QQuickItemView: fix crash when changing modelWang Chuan2020-01-152-2/+7
* | fix for out-of-screen preview windowsUlf Hermann2020-01-142-8/+13
* | Register PointerScrollEvent and document the WheelHandler.wheel signalShawn Rutledge2020-01-133-4/+142
* | Remove unneeded/unused signalAlbert Astals Cid2020-01-132-2/+0
* | QQuickItemView: Fix iteration/deletion logicUlf Hermann2020-01-101-12/+16
* | On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-101-2/+2
* | SequenceObject: Better message when trying to write readonly containerUlf Hermann2020-01-091-1/+3
* | Fix unused variable warning on big-endianShawn Rutledge2020-01-081-0/+2
|/