summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* DA: don't ignore subtreeHoverEnabledRichard Moe Gustavsen2022-11-011-1/+1
* Doc: add notes for customization of the attached ToolTip controlMitch Curtis2022-11-013-0/+15
* QQmlComponent: Don't crash on unknown propertiesUlf Hermann2022-11-011-1/+9
* Check only for enabled HoverHandlersShawn Rutledge2022-11-012-4/+4
* QQuickHoverHandler: listen for parent changes, and update hasHoverInChildRichard Moe Gustavsen2022-11-013-13/+44
* CMake: Use _qt_internal_get_tool_wrapper_script_pathAlexandru Croitor2022-10-311-8/+17
* QmlCompiler: Add a separate flag for the "pragma Strict" checkUlf Hermann2022-10-312-3/+16
* Fix implicit size in qml buttonSanthosh Kumar2022-10-311-3/+4
* qmltc: Remove broken alias optimizationSami Shalayel2022-10-311-7/+11
* QSGGeometry: add Q_DISABLE_COPY_MOVEThiago Macieira2022-10-281-0/+1
* Don't accept all QTouchEvent::points unless the item accepts touchBumjoon Park2022-10-281-8/+6
* CMake: fix configuring with -no-feature-testlibJohannes Kauffmann2022-10-281-3/+3
* QQuickPopup: forget touchId when closed on press outsideShawn Rutledge2022-10-271-0/+1
* Add QQuickTest::pointerPress/Move/Release convenience functionsShawn Rutledge2022-10-272-0/+98
* QQuickTableView: ensure that column sizes are in sync when using a sync viewRichard Moe Gustavsen2022-10-271-4/+20
* Doc: add section to QJSValue about converting to JSONMitch Curtis2022-10-271-0/+10
* Fusion: don't set ButtonText palette roleMitch Curtis2022-10-272-11/+5
* Ensure Flickable.flickEnded signal is emitted after flick-then-dragShawn Rutledge2022-10-262-19/+27
* Propagate ShortcutOverride events up the parent chainVolker Hilsheimer2022-10-264-13/+21
* TapHandler: don't cancel on releaseShawn Rutledge2022-10-231-13/+8
* TextEdit: deal with scrolling backwards in plain textShawn Rutledge2022-10-231-2/+5
* QQmlTreeModelToTableModel: move logic from modelLayoutChanged() to modelLayou...Richard Moe Gustavsen2022-10-212-26/+64
* Remove dead codeJan Arve Sæther2022-10-211-7/+4
* Fix projection matrix to correct viewport sizeAntti Määttä2022-10-211-1/+1
* Doc: add Windows to list platforms with native MenuBar supportMitch Curtis2022-10-211-0/+1
* Doc: Expand DelegateModel documentationPaul Wicking2022-10-191-0/+3
* Implement modal blocking for wheel eventsVolker Hilsheimer2022-10-191-0/+24
* Do not connect to a non-existent signalJan Arve Sæther2022-10-191-5/+27
* Keep track of glyphs we're asked to referenceMårten Nordheim2022-10-192-1/+4
* Basic style, TreeViewDelegate: set a row size that matches the styleRichard Moe Gustavsen2022-10-181-3/+3
* QmlCompiler: Properly check contained type for enumsUlf Hermann2022-10-171-1/+1
* QV4::Heap::SharedArrayBuffer: avoid std::aligned_storage (deprecated in C++23)Marc Mutz2022-10-171-1/+4
* QmlCompiler: Do not crash on version-mismatched property accessUlf Hermann2022-10-172-7/+16
* doc: Change \qmlproperty enum to enumerationShawn Rutledge2022-10-142-2/+2
* TableView/TreeViewDelegate: clearify the use of pointerNavigationEnabledRichard Moe Gustavsen2022-10-142-0/+10
* QV4::Scope: Forbid calling alloc with qint64Fabian Kosmale2022-10-134-13/+18
* QV4: Avoid memory corruption in Reflect.applyFabian Kosmale2022-10-134-9/+27
* TableView: Expose the flag via Q_FLAGS, not the underlying enumFabian Kosmale2022-10-121-1/+1
* Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-1/+4
* qmltc: fix code generation for implicit componentsSami Shalayel2022-10-111-0/+3
* qmllint: Don't crash on malformed icFabian Kosmale2022-10-111-2/+6
* Doc: Fix compilation errors in snippetSze Howe Koh2022-10-111-2/+2
* Fix typo in docsShawn Rutledge2022-10-111-1/+1
* QQmlListModel: emit dataChange signal when updating the translationsUlf Hermann2022-10-111-0/+10
* Fix wrong item-sizeHint-cache when StackLayout children were reorderedJan Arve Sæther2022-10-112-10/+13
* Fix casts in qquickshapegenericrendererLaszlo Agocs2022-10-071-4/+4
* CMake: fix qmlimportscanner import argumentMorten Sørvig2022-10-071-1/+1
* masm: Treat Android as generic Posix regarding mmap and friendsUlf Hermann2022-10-062-8/+17
* Doc: link to QQuickPaintedItem examplesMitch Curtis2022-10-031-0/+2
* Popup: Don't propagate unhandled mouse events beyond the overlayVolker Hilsheimer2022-10-011-0/+6