aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Mark QQmlTableModel(QObject*) constructor explicitHEADdevMatthias Rauter13 hours1-1/+1
* qquicktransformgroup: change transitive include to an explicit oneFabian Kosmale15 hours1-0/+1
* qmllintsuggestions: allow to re-lint a fileSami Shalayel15 hours2-12/+28
* Doc: Document QSGRenderNode::RenderStateAndreas Eliasson15 hours1-0/+11
* Take Rectangle per-corner radii out of tech previewMatthias Rauter16 hours1-12/+0
* QQmlJSContextProperty: add isWarningEnabledSami Shalayel16 hours2-0/+12
* QQmlJSLinter: add crude context properties warningsSami Shalayel16 hours9-18/+87
* qqmljscontextproperties: "grep" for setContextProperty callsSami Shalayel16 hours3-0/+169
* Material: Fix ToolBar color updates on theme changesJarkko Koivikko16 hours2-12/+48
* Doc: Fix \sa in rowHeightProviderKai Köhne17 hours1-1/+1
* Doc: Remove transparent backgrounds from calendar imagesKai Köhne17 hours15-6/+6
* QmlCompiler: Refactor property lookupUlf Hermann29 hours2-91/+110
* Doc: Remove transparent backgrounds from wireframe imagesKai Köhne41 hours19-13/+13
* Make GridView::reuseItems workVlad Zahorodnii2 days1-1/+1
* qdslintplugin: warn about function blocksSami Shalayel2 days1-0/+31
* QQmlSA: extend ScriptBindingValueType for function bindingsSami Shalayel2 days4-6/+27
* Android: fix comparison of different signed integersRami Potinkara2 days1-1/+1
* QtQml: Remove object/binding/parser status counts from CUsUlf Hermann2 days4-141/+3
* QtQml: Do not prematurely delete composite metatypesUlf Hermann2 days7-49/+65
* QtQml: Store metatype to QQmlType mapping for inline componentsUlf Hermann2 days1-0/+3
* qqmljsscope: rename ConstPtrWrapperIterator to ChildScopesIteratorSami Shalayel2 days2-5/+5
* QQmlListModel: Align variants of set() for array-likesUlf Hermann2 days2-24/+32
* CMake: fix unity builds for qml plugins on windowsTim Blechmann2 days1-0/+5
* qmlformat: document .qmlformat.ini settingsSemih Yavuz3 days1-0/+53
* Fix TableView::view attached property being null in certain situationsDavid Redondo3 days1-0/+3
* Doc: Fix Linking issuesTopi Reinio3 days6-9/+10
* Avoid redundant property Animation stepsEirik Aavitsland3 days1-97/+111
* qmllint: Warn about unterminated non-empty case blocksOlivier De Cannière3 days5-3/+80
* qmllint: Warn about enums declared in non-root elementsOlivier De Cannière3 days3-1/+8
* qmllint: Warn about enum entries matching the name of the enum itselfOlivier De Cannière3 days3-0/+8
* qmllint: Move enum warnings to linting visitor and add warning categoryOlivier De Cannière3 days6-29/+48
* Support replace animationsEskil Abrahamsen Blomfeldt3 days6-175/+414
* QtQml: Reduce import and plugin paths for to plugin applicationsStefan Wastl4 days2-18/+35
* QtQml: Document overriding of toString() in object typesUlf Hermann5 days1-0/+6
* VectorImage: Support transform referencesEirik Aavitsland6 days5-27/+157
* Support items that are visible for specific durationsEskil Abrahamsen Blomfeldt6 days2-20/+36
* qmllint: Warn about duplicate importsOlivier De Cannière6 days4-0/+66
* qqmljsfunctioninitializer: initialize all argument typesSami Shalayel6 days1-2/+2
* qmllint: implement WarnConfusingPluses and MinusesSami Shalayel6 days4-0/+70
* qmllint: implement WarnVoidSami Shalayel6 days4-0/+10
* qmllint: implement WarnXConstructorSami Shalayel6 days4-0/+27
* qmllint: implement WarnCommaSami Shalayel6 days4-0/+18
* Qml: Rename Expression to CommaExpression in the ASTOlivier De Cannière6 days12-19/+20
* linterimportvisitor: add helper for parent nodesSami Shalayel6 days2-2/+26
* LinterImportVisitor: move linting code from QQmlJSImportVisitorSami Shalayel6 days4-45/+47
* qqmljslinter: introduce LinterImportVisitor visitorSami Shalayel6 days4-4/+70
* qqmljsscope: make ConstPtrWrapperIterator an aliasSami Shalayel7 days1-52/+1
* Add QML Test macro to allow QQ4A testingPetri Virkkunen7 days5-18/+168
* Android: QQ4A: Connect QCoreApplication to QQmlEngine::quit signalPetri Virkkunen7 days1-0/+3
* QJSEngine: Allow strings as arguments to throwError()Ulf Hermann7 days1-1/+3