| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc: Use tabs instead of a table that has code snippets6.3 | Andreas Eliasson | 2022-12-28 | 1 | -22/+31 |
* | Flickable: prevent fixup() from being called while dragging | Oliver Eftevaag | 2022-12-19 | 3 | -7/+10 |
* | Doc: Add missing QQuickWindow constructor | Hatem ElKharashy | 2022-11-17 | 1 | -1/+5 |
* | Fix performance issue with drag retrigger events for qtquick items | Santhosh Kumar | 2022-11-07 | 4 | -11/+72 |
* | tests/benchmarks/quickcontrols2: allow opening projects in Creator | Mitch Curtis | 2022-10-31 | 2 | -0/+12 |
* | Fix broken Text rendering when noantialiased NativeRendering is used | Dominik Holland | 2022-10-11 | 2 | -1/+29 |
* | Do not listen to baselineOffset changes unless really needed | Jan Arve Sæther | 2022-09-27 | 4 | -2/+67 |
* | Fix casts in qquickshapegenericrenderer | Laszlo Agocs | 2022-09-27 | 1 | -4/+4 |
* | Gallery example: Use qt_add_qml_module() in CMakeLists.txt | Oliver Eftevaag | 2022-09-26 | 1 | -75/+67 |
* | Adjust baselineOffset correctly when fontSizeMode == HorizontalFit | Jan Arve Sæther | 2022-09-22 | 2 | -15/+33 |
* | Text: Re-layout the text when a alignment is set and the height grows | Dominik Holland | 2022-09-20 | 2 | -1/+25 |
* | mac style (quick): sync slider setup with qmacstyle | Timur Pocheptsov | 2022-09-16 | 1 | -1/+13 |
* | DA: ignore disabled HoverHandlers when delivering hover events | Richard Moe Gustavsen | 2022-09-16 | 3 | -14/+77 |
* | Examples: Fix .pro files for chattutorial | Bartlomiej Moskal | 2022-09-16 | 6 | -11/+20 |
* | examples/texteditor: remove use of Material style | Samuli Piippo | 2022-09-14 | 1 | -3/+0 |
* | PinchArea: Keep the touch/mouse grab when pinch activated | Seokha Ko | 2022-09-14 | 2 | -0/+60 |
* | qmltyperegistrar: Add .hh to the list of recognized header extensions | Ulf Hermann | 2022-09-13 | 1 | -0/+1 |
* | Qml: Don't crash on bad grouped properties | Ulf Hermann | 2022-09-13 | 3 | -1/+25 |
* | Coin: Add core count config | Toni Saario | 2022-09-13 | 1 | -0/+6 |
* | Fix flaky ToolTip::test_activateShortcutWhileToolTipVisible test | Mitch Curtis | 2022-09-13 | 2 | -1/+12 |
* | UrlObject: Add colon after scheme | Leticia Valladares | 2022-09-13 | 3 | -9/+69 |
* | Fix for selecting file in FileDialog in Android | Bartlomiej Moskal | 2022-09-12 | 1 | -1/+1 |
* | CMake: Correctly process root paths for qmlimportscanner | Alexandru Croitor | 2022-09-09 | 1 | -1/+3 |
* | CMake: Harden construction of QML import paths for qmlimportscanner | Alexandru Croitor | 2022-09-09 | 1 | -10/+12 |
* | Android: Fix for URLs with local authorities | Bartlomiej Moskal | 2022-09-09 | 2 | -17/+79 |
* | Fix alias to inline component type | Fabian Kosmale | 2022-09-08 | 4 | -2/+39 |
* | Fix flaky tst_QQuickFileDialogImpl::goUpIntoLargeFolder test | Mitch Curtis | 2022-09-08 | 2 | -10/+21 |
* | V4: Account for the guard pages when allocating stack space | Ulf Hermann | 2022-09-07 | 2 | -6/+7 |
* | QQuickLabsPlatformFolderDialog: Modify the logic of setting the folder | Duan Ting | 2022-09-07 | 1 | -1/+0 |
* | QQmlEngineExtensionPlugin: Mention that CMake API is generally fine | Fabian Kosmale | 2022-09-07 | 1 | -0/+8 |
* | StackLayout: Do not set size of children to (-1, -1) | Jan Arve Sæther | 2022-09-06 | 3 | -4/+62 |
* | Doc: fix and improve FileDialog example snippet | Mitch Curtis | 2022-09-05 | 3 | -17/+61 |
* | Engine: Fix handling of attached objects in function calls | Fabian Kosmale | 2022-09-02 | 4 | -4/+43 |
* | Flickable: let changing contentItem pos also affect the drag starting pos | Oliver Eftevaag | 2022-09-02 | 4 | -8/+150 |
* | Imagine: fix ComboBox's implicit size bindings | Oliver Eftevaag | 2022-09-02 | 1 | -2/+2 |
* | PinchHandler: Enforce min/max scale limits with native gestures | Shawn Rutledge | 2022-09-02 | 3 | -19/+27 |
* | Integrate property binding evaluation fix from qtbase | Fabian Kosmale | 2022-09-02 | 3 | -3/+47 |
* | Optimize QQuickMultiPointHandler::grabPoints slightly | Shawn Rutledge | 2022-09-02 | 1 | -1/+1 |
* | Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping and nested | Heikki Halmet | 2022-09-01 | 1 | -0/+2 |
* | QmlCompiler: Prevent lookup of value type where we need an object type | Ulf Hermann | 2022-08-31 | 5 | -58/+98 |
* | examples, texteditor: remove the config file, and use default settings instead | Richard Moe Gustavsen | 2022-08-31 | 3 | -13/+0 |
* | examples: deploy qmldir for plugin example | Samuli Piippo | 2022-08-31 | 1 | -0/+2 |
* | Transition: properly remove QPropery based bindings | Fabian Kosmale | 2022-08-30 | 3 | -5/+54 |
* | tst_qquickmenu: Take into account menu margins when checking coordinates | Doris Verria | 2022-08-30 | 1 | -4/+4 |
* | Doc: Document behavior of remote implicit imports | Ulf Hermann | 2022-08-29 | 2 | -2/+11 |
* | Doc: fix typo in QQuickAccessible | Oliver Eftevaag | 2022-08-28 | 1 | -1/+1 |
* | Fix bad rendering after text selection | Shawn Rutledge | 2022-08-27 | 4 | -2/+116 |
* | Use the time stamp of the touch event when deliver touch as mouse | Seokha Ko | 2022-08-26 | 2 | -0/+111 |
* | Remove stray qDebug() | Ulf Hermann | 2022-08-25 | 1 | -1/+0 |
* | Doc: Apply some fixes to LocalStorage documentation | Ulf Hermann | 2022-08-25 | 1 | -5/+5 |