aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.7.1' in qt/qtdeclarativev6.7.16.7.1Qt Submodule Update Bot2024-05-081-5/+5
* Update dependencies on '6.7.1' in qt/qtdeclarativeQt Submodule Update Bot2024-05-041-5/+5
* Only apply QWindow::setVisibility() on first show or explicit requestTor Arne Vestbø2024-05-024-6/+68
* Do not try to rearrange if the width/height is < 0Jan Arve Sæther2024-05-022-1/+44
* Update dependencies on '6.7.1' in qt/qtdeclarativeQt Submodule Update Bot2024-04-281-5/+5
* Fix crash in MultiEffect with dynamic delegatesKaj Grönholm2024-04-262-2/+5
* Update dependencies on '6.7.1' in qt/qtdeclarativeQt Submodule Update Bot2024-04-251-5/+5
* Document all steps for subclassing QQuickAttachedPropertyPropagatorMitch Curtis2024-04-231-0/+3
* Cleanup QQmlTreeModelToTableModel connectionsAntti Määttä2024-04-232-45/+44
* qmlcachegen: Improve warnings for missing return type annotationsOlivier De Cannière2024-04-239-18/+93
* qv4codegen: Store the location of binary expressionsOlivier De Cannière2024-04-232-5/+9
* V4: Handle all array-like containers when converting to QJsonArrayOlivier De Cannière2024-04-237-11/+103
* QtQml: Fix some type conversion edge casesUlf Hermann2024-04-234-15/+51
* Fix documentation of List/GridView countAlbert Astals Cid2024-04-222-2/+2
* Doc: Fix mentioning of QQW::createTextureFromNativeObject in exampleKai Köhne2024-04-191-3/+2
* doc: Update C++ docs in QQuickTextDocumentShawn Rutledge2024-04-191-4/+126
* Fix attached property propagation through ListView with BehaviorMitch Curtis2024-04-192-12/+92
* Fix doc syntax in qt6_deploy_qml_importsNicolas Fella2024-04-181-2/+2
* qmlcachegen: Add hidden --static optionUlf Hermann2024-04-181-0/+3
* Fusion: Revert work-around for TabButton's y property not updatingOlivier De Cannière2024-04-181-9/+3
* qmlls: assume bound identifiers in completionsSami Shalayel2024-04-186-14/+57
* qmllint: do not ignore command line options with --ignore-settingsSami Shalayel2024-04-185-42/+64
* Fix adding columns to TreeViewAntti Määttä2024-04-187-0/+150
* Baseline tests: add tested QML file to the error outputVolker Hilsheimer2024-04-171-2/+3
* Baseline tests: grab the ApplicationWindow when testing ControlsVolker Hilsheimer2024-04-171-1/+1
* Modernize QML SceneGrabberVolker Hilsheimer2024-04-171-20/+18
* Fix top padding in Material style textareaSami Varanka2024-04-172-0/+4
* QQuickTableView: support unselecting cellsRichard Moe Gustavsen2024-04-178-45/+162
* Update dependencies on '6.7' in qt/qtdeclarativeQt Submodule Update Bot2024-04-171-5/+5
* Android: Restore accidentally deleted deduplication of QML root pathsUlf Hermann2024-04-171-0/+1
* Adds documentation for the qml_in_java_based_android_projects exampleNicholas Bennett2024-04-174-7/+139
* QQmlComponent::loadFromModule: Improve error handlingFabian Kosmale2024-04-172-13/+51
* Doc: Edit section about How to Separate Tests from App LogicAndreas Eliasson2024-04-1610-64/+230
* Doc: Replace deprecated Qt Graphical Effects with the MultiEffect typeAndreas Eliasson2024-04-161-8/+9
* Return masked characters for passwords during narrationPavel Dubsky2024-04-162-0/+32
* DelegateChooser: React to changes of choice property (via QAIM)Fabian Kosmale2024-04-166-1/+165
* Make sure PathView index isn't negative when filling the modelKaj Grönholm2024-04-163-0/+92
* Docs: add font.variableAxes to the available font propertiesVolker Hilsheimer2024-04-151-0/+1
* Doc: Add CMake instructions for how to run Qt Quick TestAndreas Eliasson2024-04-151-12/+58
* Fix revisioning of the variableAxes property in the Quick Font typeVolker Hilsheimer2024-04-152-1/+37
* Correct license for test filesLucie Gérard2024-04-1514-14/+14
* Fix contactlist example not finding ContactList type on macOSMitch Curtis2024-04-151-1/+0
* Remove native style customization warnings for ItemDelegateMitch Curtis2024-04-158-9/+14
* Update dependencies on '6.7' in qt/qtdeclarativeQt Submodule Update Bot2024-04-151-5/+5
* Fix Text with ElideRight rendering when margins are setIvan Solovev2024-04-143-2/+41
* Raise the dead in QSGRhiShaderMaterialTypeCacheLaszlo Agocs2024-04-131-2/+10
* GridView: add missing properties and signals to the documentationHatem ElKharashy2024-04-131-0/+44
* iOS: fix warnings in Slider in case of null handleVladimir Belyavsky2024-04-121-1/+3
* Fix PathView infinite create/remove loopsKaj Grönholm2024-04-125-9/+107
* Take into account inactive window when restoring focus after popup closeDoris Verria2024-04-123-2/+96