aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add license headers to cmake filesLucie GĂ©rard2022-07-0893-0/+279
* qmljscompiler: Replace categories with more specific warning idsMaximilian Goldstein2022-07-087-69/+131
* sg: Use rhi convenience to remove duplicated api name gettersLaszlo Agocs2022-07-081-14/+1
* QQmlImport: remove dead codeFabian Kosmale2022-07-081-9/+0
* QtQuickDialogs: Document the existence of the DontUseNativeDialog optionOliver Eftevaag2022-07-084-0/+4
* Let Controls inherit palettes and fonts from parentsJiDe Zhang2022-07-0818-42/+90
* Move the "cyclic dependency" warning into a logging categoryDominik Holland2022-07-072-3/+7
* Pass the "reset" attribute from metatypes through qmltypesUlf Hermann2022-07-074-2/+12
* QmlCompiler: Handle trivial signal handler constructionsUlf Hermann2022-07-0710-58/+122
* QmlCompiler: Allow wrapping enums into intUlf Hermann2022-07-074-14/+32
* QQmlValueTypeWrapper: readReferenceValue in virtualGetOwnPropertyUlf Hermann2022-07-071-4/+21
* qmldom: correctly use delete to free objects created with newFawzi Mohamed2022-07-071-1/+1
* Doc: support multiple model types in ComboBox customization exampleMitch Curtis2022-07-072-4/+44
* Delete transition when it's canceledBumjoon Park2022-07-071-0/+2
* QmlCompiler: Don't crash on unknown list value typesUlf Hermann2022-07-061-3/+4
* QmlCompiler: Clean up state merging codeUlf Hermann2022-07-063-18/+9
* Fix the compilation errorTimur Pocheptsov2022-07-062-2/+2
* iOS Style: Make basic style the required fallback styleDoris Verria2022-07-061-2/+2
* macOS, SpinBox: Let SpinBox use TextField internallyRichard Moe Gustavsen2022-07-061-32/+5
* macOS, ScrollBar: implement an opacity of 0.5Richard Moe Gustavsen2022-07-061-1/+2
* Native style: ensure implicitSize is not less than minimumSizeRichard Moe Gustavsen2022-07-062-11/+19
* masm: fix -Wdeprecated-enum-enum-conversionMarc Mutz2022-07-061-2/+2
* iOS Style: Add Drawer ControlDoris Verria2022-07-0514-0/+62
* QML: Re-add the Qt namespace enums to the Qt objectUlf Hermann2022-07-051-2/+12
* Implement virtualOwnPropertyKeys for QQmlTypeWrapperUlf Hermann2022-07-053-1/+15
* QmlCompiler: Initialize registers with undefined where necessaryUlf Hermann2022-07-054-3/+26
* QmlCompiler: Don't push type conversions back into the engineUlf Hermann2022-07-051-11/+33
* QmlCompiler: Really fix writing into argument valuesUlf Hermann2022-07-058-29/+114
* QmlCompiler: Fix register propagation in basic blocks passUlf Hermann2022-07-052-44/+72
* QQmlTypeLoader: prevent unnecessary refcount operationsFabian Kosmale2022-07-054-13/+12
* iOS Style: Fix transition duration for StackViewDoris Verria2022-07-051-6/+6
* iOS Style: Add missing importsDoris Verria2022-07-052-0/+2
* iOS Style: Minor sizing adjustments for TextFieldDoris Verria2022-07-051-3/+4
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-052-3/+18
* qmltyperegistrar: Initialize m_followForeignVersioningUlf Hermann2022-07-041-1/+1
* Explicitly include qtaggedpointer.hIvan Solovev2022-07-011-0/+1
* Repeater: Add cancel culling of item description info from ObjectModelLu YaNing2022-07-011-2/+3
* qmltyperegistrar: Extract into own librarySami Shalayel2022-07-0113-434/+268
* Doc: Add \relates command to documented global functionsTopi Reinio2022-07-012-10/+13
* qmllint: Hide plugin categoryMaximilian Goldstein2022-07-011-1/+1
* Introduce QQmlType::createWithQQmlDataFabian Kosmale2022-07-013-10/+21
* Doc: Document precedence between module and directory importsUlf Hermann2022-06-301-0/+5
* Do not store instantiation errors in QQmlComponentAndrei Golubev2022-06-304-84/+108
* Ensure that when an item resizes, its layer resizes immediatelyShawn Rutledge2022-06-301-1/+3
* Fix SplitView containmentMask hit testingIgor Bugaev2022-06-303-23/+56
* Flickable: don't grab on press if already movingShawn Rutledge2022-06-301-2/+3
* Dialog: fix qmllint's complaints about StandardButtons enumMitch Curtis2022-06-301-1/+1
* FolderBreadcrumbBar: remove unused idsMitch Curtis2022-06-305-5/+0
* macOS: ensure FocusFrame stays on top of the control, also when using layoutsRichard Moe Gustavsen2022-06-301-2/+2
* QQmlJSLogger: Switch to an ID based systemMaximilian Goldstein2022-06-3013-293/+435