aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QML: Resolve conflict in ImportSpecifier rulev5.14.0-rc1Ulf Hermann2019-11-291-1/+5
* Add changes file for Qt 5.14.0Antti Kokko2019-11-281-0/+372
* mouseDrag(): ensure that intermediate moves are done for all dragsMitch Curtis2019-11-262-9/+39
* Fix NativeRendering text on core profileEirik Aavitsland2019-11-263-3/+3
* TableView: use fetchMore() when scrolling to the end of the tableKari Hormi2019-11-206-0/+61
* Fix: NativeRendering text for non-integer screen scalingEirik Aavitsland2019-11-187-6/+51
* Retrieve the attached properties base type without recursionUlf Hermann2019-11-185-32/+29
* Disable deprecation warnings in function that are themselves deprecatedUlf Hermann2019-11-181-0/+8
* Fix deprecation warning about QString from character literalUlf Hermann2019-11-181-1/+1
* mouseDrag(): never drag along an axis that wasn't requestedMitch Curtis2019-11-142-2/+138
* QQmlTableInstanceModel: always emit index changed when an item is reusedRichard Moe Gustavsen2019-11-146-6/+60
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-149-55/+120
|\
| * Fix a layout bug caused by a delegate item that was moved by the user5.13Jan Arve Sæther2019-11-123-1/+12
| * Doc: add section on imperative vs declarative to best practices pageMitch Curtis2019-11-111-0/+37
| * QQuickAccessibleAttached: keep track of name being explicitly setMitch Curtis2019-11-063-2/+50
| * QQmlVMEMetaObject: Scope MemberData for allocating writeUlf Hermann2019-11-052-52/+21
* | Qt Quick Layouts: Do not assert when specifying an invalid row/columnJan Arve Sæther2019-11-132-2/+49
* | Fuzzing: Don't copy input data to QByteArrayRobert Loehning2019-11-131-1/+1
* | Fix warning about non-relative paths in qmldir filesSimon Hausmann2019-11-131-1/+1
* | autotest, tableview: silence compiler warningRichard Moe Gustavsen2019-11-121-1/+1
* | QQuickTableView::forceLayout(): rebuild table if the size of the model has ch...Richard Moe Gustavsen2019-11-123-17/+66
* | fix rendernode example buildLorn Potter2019-11-121-0/+4
* | Doc: Fix documentation warningsTopi Reinio2019-11-1127-56/+65
* | RuntimeHelpers: Short-circuit stringToNumber on huge stringsUlf Hermann2019-11-071-0/+9
* | lancelot graphics test: Use application bundle on MacEirik Aavitsland2019-11-073-4/+15
* | Blacklist tst_qquicktextedit::mouseSelectionMode on OpenSuse 15Ulf Hermann2019-11-071-0/+4
* | Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-041-1/+2
|\|
| * QQuickItem::setParentItem: Check for d->window after deref'ing itUlf Hermann2019-10-311-1/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-3118-29/+275
|\|
| * QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-302-3/+30
| * QML Drag: Prevent crash when using image provider urlFabian Kosmale2019-10-302-1/+26
| * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-295-2/+79
| |\
| | * Set the screen on the QOpenGLContext to be the same as the windowv5.13.2Andy Shaw2019-10-181-1/+3
| | * Handle null in QQuickPointerEvent and QQEventPoint debug operatorsShawn Rutledge2019-10-171-0/+8
| | * Add changes file for Qt 5.13.2Antti Kokko2019-10-171-0/+63
| | * Bump versionFrederik Gladhorn2019-10-141-1/+1
| | * Merge 5.13 into 5.13.2Frederik Gladhorn2019-10-1132-33/+494
| | |\
| | * | Doc: Add a \note about the (broken) Binding value restoration policyUlf Hermann2019-10-091-0/+4
| * | | QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-293-4/+37
| * | | qv4compileddata: do not use raw constexprFabian Kosmale2019-10-281-1/+1
| * | | Add missing emits from various property setters in {Grid,Row}LayoutJan Arve Sæther2019-10-252-0/+60
| * | | Loader: Actually clear initial properties when changing sourceFabian Kosmale2019-10-244-1/+31
| * | | Rename some variables and a function to improve clarityJan Arve Sæther2019-10-242-19/+17
* | | | Adapt test case to avoid null characters in directory namesUlf Hermann2019-10-291-0/+0
* | | | Add vulkanunderqml to the list of examplesLaszlo Agocs2019-10-251-0/+1
* | | | Fix assertion with certain Text items when rendering with MetalLaszlo Agocs2019-10-251-2/+4
* | | | Enhance Layer.smooth docsLaszlo Agocs2019-10-251-1/+5
* | | | qmllint: fix typoFabian Kosmale2019-10-241-1/+1
* | | | Update flowchart to reflect addition of new methodsFabian Kosmale2019-10-242-0/+0
* | | | QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-247-19/+99