aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix docs and implementation of qt_generate_foreign_qml_typesAlexandru Croitor2022-02-154-19/+38
* QuickDialogs: make the factory function treat all dialogs equallyOliver Eftevaag2022-02-141-7/+1
* FontDialog: Set overlay at the bottom of the qml fileOliver Eftevaag2022-02-141-8/+8
* Imagine: Use 16 pixels of margin, rather than 20 (for consistency)Oliver Eftevaag2022-02-142-9/+12
* QQuickTreeView: add collapseRecursively()Richard Moe Gustavsen2022-02-144-4/+90
* QQuickTreeView: add expandRecursively()Richard Moe Gustavsen2022-02-144-12/+95
* QQuickTableView: don't position the table contents outside the viewportRichard Moe Gustavsen2022-02-142-0/+71
* CMake: Error out when using CMake < 3.19 with qml app deploymentAlexandru Croitor2022-02-145-1/+27
* QQmlStrongJSQObjectReference: rename setObject() argument o → objMarc Mutz2022-02-141-5/+5
* QQuickFontLoader: replace a QVector with QDuplicateTrackerMarc Mutz2022-02-141-7/+5
* qmldir: Allow for specifying default importsMaximilian Goldstein2022-02-149-10/+65
* QtQuick: Add proper QInputMethod singletonMaximilian Goldstein2022-02-144-0/+275
* Use QSGRendererInterface::OpenGL in documentation and examplesKai Köhne2022-02-141-2/+2
* Doc: Add documentation for ComboBox::valueAt()Kai Köhne2022-02-141-1/+10
* QmlCompiler: Allow assigning empty lists to list propertiesUlf Hermann2022-02-145-6/+65
* qqmlproperty: avoid reliance on transitive includesFabian Kosmale2022-02-141-0/+2
* Avoid spurious dependency on qml_compile_hash_p.hFabian Kosmale2022-02-132-2/+2
* Redesign QQmlJSLogger internalsAndrei Golubev2022-02-127-294/+270
* QmlCompiler: Don't store void and nullptrUlf Hermann2022-02-122-32/+41
* scenegraph: Use lightweight probing for MetalLaszlo Agocs2022-02-121-8/+1
* CMake: Fix issue with Xcode common dep between qmllint and toolingAlexandru Croitor2022-02-121-1/+1
* CMake: Clarify doc comment about Xcode common dependency issueAlexandru Croitor2022-02-121-2/+4
* CMake: Fix incorrect option passed to qt_deploy_qml_imports in docsAlexandru Croitor2022-02-121-3/+1
* Add 6.3 revision to failOnWarningShawn Rutledge2022-02-121-1/+1
* Mark QQuickRenderControl constructor explicitShawn Rutledge2022-02-121-1/+1
* Doc: State Qt versions for when CMake commands etc. were introducedJoerg Bornemann2022-02-125-0/+8
* Record deferred and immediate names of anonymous types in qmltypesAndrei Golubev2022-02-111-17/+17
* Clean up an incorrect dpr query in QQWLaszlo Agocs2022-02-111-2/+2
* Simplify dpr handling when rendering is redirectedLaszlo Agocs2022-02-112-38/+32
* scenegraph: Remove unused separateIndexBuffer logicLaszlo Agocs2022-02-113-35/+15
* Rename private dev.pix.ratio member var in QQuickWindowLaszlo Agocs2022-02-112-5/+5
* QML: Clean up sequence registrations for value typesUlf Hermann2022-02-116-37/+73
* Adapt to renaming of \qmlbasictype qdoc directiveUlf Hermann2022-02-113-20/+20
* Use qmlimportscanner IMPORTED_LOCATION when generating deployment settingsAlexey Edelev2022-02-101-7/+2
* Stop using deprecated QMouseEvent and QContextMenuEvent ctorsShawn Rutledge2022-02-101-1/+2
* TreeViewDelegate: allow app to add custom pointer handlersRichard Moe Gustavsen2022-02-101-0/+7
* Make sure QQuickWidget and its offscreen window's screens are always in syncVlad Zahorodnii2022-02-081-15/+11
* quick: only forward declare QQmlV4FunctionFabian Kosmale2022-02-085-1/+5
* qqmlintegration: forward declare QmlExtendedNamespaceFabian Kosmale2022-02-081-0/+2
* Correctly handle QQuickState::whenFabian Kosmale2022-02-081-1/+9
* QQmlTreeModelToTableModel: make lastChildIndex constRichard Moe Gustavsen2022-02-082-2/+7
* qmlcompiler: Support accessing vars in JavaScript filesMaximilian Goldstein2022-02-053-24/+36
* SwipeView: don't cull every child item that gets addedShawn Rutledge2022-02-051-1/+0
* QmlCompiler: Discern between internal and anonymous importsUlf Hermann2022-02-052-10/+16
* V4: Avoid repeated lookup of h->object() in QObjectWrapperUlf Hermann2022-02-051-5/+5
* Imagine GroupBox: Ignore background topPadding unless it's a 9PatchImageOliver Eftevaag2022-02-051-4/+4
* Use the new QHoverEvent ctor taking globalPosShawn Rutledge2022-02-051-5/+5
* QmlCompiler: Place code for CmpNeInt in parenthesesUlf Hermann2022-02-041-2/+2
* Stop using QGuiApplicationPrivate::lastCursorPosition.toPoint()Shawn Rutledge2022-02-042-5/+5
* TreeView: add missing QML_ADDED_IN_VERSIONShawn Rutledge2022-02-041-0/+1