aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use tabs instead of a table that has code snippets6.3Andreas Eliasson2022-12-281-22/+31
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-192-6/+3
* Doc: Add missing QQuickWindow constructorHatem ElKharashy2022-11-171-1/+5
* Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-072-11/+28
* Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-1/+4
* Do not listen to baselineOffset changes unless really neededJan Arve Sæther2022-09-273-2/+17
* Fix casts in qquickshapegenericrendererLaszlo Agocs2022-09-271-4/+4
* Adjust baselineOffset correctly when fontSizeMode == HorizontalFitJan Arve Sæther2022-09-221-15/+17
* Text: Re-layout the text when a alignment is set and the height growsDominik Holland2022-09-201-1/+1
* mac style (quick): sync slider setup with qmacstyleTimur Pocheptsov2022-09-161-1/+13
* DA: ignore disabled HoverHandlers when delivering hover eventsRichard Moe Gustavsen2022-09-162-14/+30
* PinchArea: Keep the touch/mouse grab when pinch activatedSeokha Ko2022-09-141-0/+4
* qmltyperegistrar: Add .hh to the list of recognized header extensionsUlf Hermann2022-09-131-0/+1
* Qml: Don't crash on bad grouped propertiesUlf Hermann2022-09-131-1/+3
* Fix flaky ToolTip::test_activateShortcutWhileToolTipVisible testMitch Curtis2022-09-131-0/+5
* UrlObject: Add colon after schemeLeticia Valladares2022-09-131-4/+12
* Fix for selecting file in FileDialog in AndroidBartlomiej Moskal2022-09-121-1/+1
* CMake: Correctly process root paths for qmlimportscannerAlexandru Croitor2022-09-091-1/+3
* CMake: Harden construction of QML import paths for qmlimportscannerAlexandru Croitor2022-09-091-10/+12
* Android: Fix for URLs with local authoritiesBartlomiej Moskal2022-09-091-17/+58
* Fix alias to inline component typeFabian Kosmale2022-09-082-2/+9
* Fix flaky tst_QQuickFileDialogImpl::goUpIntoLargeFolder testMitch Curtis2022-09-081-2/+10
* V4: Account for the guard pages when allocating stack spaceUlf Hermann2022-09-071-4/+7
* QQuickLabsPlatformFolderDialog: Modify the logic of setting the folderDuan Ting2022-09-071-1/+0
* QQmlEngineExtensionPlugin: Mention that CMake API is generally fineFabian Kosmale2022-09-071-0/+8
* StackLayout: Do not set size of children to (-1, -1)Jan Arve Sæther2022-09-062-4/+12
* Doc: fix and improve FileDialog example snippetMitch Curtis2022-09-053-17/+61
* Engine: Fix handling of attached objects in function callsFabian Kosmale2022-09-021-4/+6
* Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-09-022-7/+25
* Imagine: fix ComboBox's implicit size bindingsOliver Eftevaag2022-09-021-2/+2
* PinchHandler: Enforce min/max scale limits with native gesturesShawn Rutledge2022-09-021-0/+1
* Integrate property binding evaluation fix from qtbaseFabian Kosmale2022-09-021-3/+5
* Optimize QQuickMultiPointHandler::grabPoints slightlyShawn Rutledge2022-09-021-1/+1
* QmlCompiler: Prevent lookup of value type where we need an object typeUlf Hermann2022-08-312-58/+70
* Transition: properly remove QPropery based bindingsFabian Kosmale2022-08-301-5/+10
* Doc: Document behavior of remote implicit importsUlf Hermann2022-08-292-2/+11
* Doc: fix typo in QQuickAccessibleOliver Eftevaag2022-08-281-1/+1
* Fix bad rendering after text selectionShawn Rutledge2022-08-272-2/+22
* Use the time stamp of the touch event when deliver touch as mouseSeokha Ko2022-08-261-0/+1
* Remove stray qDebug()Ulf Hermann2022-08-251-1/+0
* Doc: Apply some fixes to LocalStorage documentationUlf Hermann2022-08-251-5/+5
* Doc: Drop duplicated wordPaul Wicking2022-08-251-1/+1
* Doc: fix FolderDialog example snippetMitch Curtis2022-08-251-4/+4
* Platform: fix MenuItem being triggered when disabledMitch Curtis2022-08-252-33/+45
* Native style: ensure implicitSize is not less than minimumSizeRichard Moe Gustavsen2022-08-232-11/+19
* A11Y: Send Scrolling Events when Flickable movesJens Trillmann2022-08-191-0/+12
* doc: Add missing PointerHandler.CanTakeOverFromItems enum valueShawn Rutledge2022-08-181-0/+2
* Fix scroll bars not showing up when binding to standalone contentItemMitch Curtis2022-08-173-0/+42
* PinchArea: fix pinches being stolen when in PathViewMitch Curtis2022-08-161-0/+6
* Don't compress touch events in subscene DeliveryAgentsShawn Rutledge2022-08-151-0/+5