aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QQuickPopupWindow: forward pointer events to the menu under the mousewip/nativemenusRichard Moe Gustavsen2024-05-303-10/+104
* Replace AA_DontUsePopupWindows with Popup::popupTypeOliver Eftevaag2024-05-3017-20/+123
* Add and use QQPopupPrivate::handleReleaseWithoutGrab for menusShawn Rutledge2024-05-305-0/+47
* manual test, menus: use Popup.popupTypeRichard Moe Gustavsen2024-05-303-27/+32
* AbstractButton: Add click() and animateClick()Mitch Curtis2024-05-304-1/+259
* Menus test: inform when a restart is neededRichard Moe Gustavsen2024-05-291-1/+11
* QQuickMenuItem: add implicitTextPadding and textPaddingRichard Moe Gustavsen2024-05-298-7/+171
* Forward keyboard events to the active popup windowOliver Eftevaag2024-05-293-1/+42
* QQuickMenuBar: add docs about using a native menu bar on macOSRichard Moe Gustavsen2024-05-281-0/+9
* Menu: add insets to the menus, to accommodate for drop shadowsRichard Moe Gustavsen2024-05-287-24/+126
* Give QQuickPopup the ability to create top-level windowsOliver Eftevaag2024-05-2721-56/+878
* Merge remote-tracking branch 'origin/dev' into nativemenusRichard Moe Gustavsen2024-05-26315-1789/+5144
|\
| * TypedArray: Preserve exact NaN bit pattern on fill()Ulf Hermann2024-05-252-3/+8
| * QmlCompiler: Explicitly cast operations that result in QStringUlf Hermann2024-05-256-2/+95
| * QQuickAbstractButton: setAction will share its Accessible objectAleix Pol2024-05-248-20/+141
| * Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2024-05-241-5/+5
| * QML: Deprecate coercion on type assertionsUlf Hermann2024-05-2411-17/+191
| * CMake: Move add_subdirectory(impl) calls for styles to the frontAlexandru Croitor2024-05-232-4/+4
| * Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2024-05-231-5/+5
| * Add invokable default ctors to all named, structured value typesUlf Hermann2024-05-234-3/+48
| * QtQml: Allow "using" declarations in QML type registrationsUlf Hermann2024-05-2313-41/+163
| * Document QtQuickView embedding in ServicePetri Virkkunen2024-05-231-0/+37
| * qqmllsutils: move completion enums to completion classSami Shalayel2024-05-233-6/+6
| * qmlls: implement commitToBase workflow for lazy filesSami Shalayel2024-05-2314-52/+354
| * qqmldomastcreator: move widely used check into own methodSami Shalayel2024-05-232-56/+65
| * QtQml: Let QQmlTypeWrapper act as a constructor for its typeUlf Hermann2024-05-2313-79/+367
| * curve renderer: Fix uniform offset with multiviewEskil Abrahamsen Blomfeldt2024-05-231-2/+2
| * Fix ShaderEffect warning in tst_combobox.qmlMitch Curtis2024-05-233-10/+20
| * Improve font documentationMitch Curtis2024-05-232-3/+29
| * Doc: Mark Qt::createComponent module URI overload with a proper \sinceIvan Tkachenko2024-05-221-1/+2
| * Add a wrapper builtin for QJsonArrayLuca Di Sera2024-05-224-0/+35
| * Load a QJsonArray property as a SequenceLuca Di Sera2024-05-225-5/+261
| * Android: Add qml-dom-binary value to android deploy settingsSoheil Armin2024-05-221-0/+4
| * QmlCompiler: Use std::move where possibleUlf Hermann2024-05-221-1/+1
| * Android: Move Java types and conversion functions to their own headerSoheil Armin2024-05-226-82/+131
| * Android: Add QAndroidQuickView class that owns QAndroidViewSignalManagerSoheil Armin2024-05-223-12/+25
| * Android: Rename and split SignalHelper into new header and source filesSoheil Armin2024-05-225-152/+201
| * Android: Improve error handling and logging of QtQuickViewSoheil Armin2024-05-221-19/+21
| * Call polish after setting HAlign in Qml TextEditEd Cooke2024-05-223-26/+27
| * Fix warnings in tst_combobox.qmlMitch Curtis2024-05-221-12/+17
| * qmlls: fix typo in renaming error messageSami Shalayel2024-05-211-1/+1
| * Support moving sections (row and column) in quick table viewSanthosh Kumar2024-05-217-32/+470
| * tests: fix linebylinelex tests for mobile and embeddedSamuli Piippo2024-05-213-33/+9
| * Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2024-05-201-5/+5
| * Doc: explain that Window doesn't apply palette.window automaticallyMitch Curtis2024-05-202-3/+17
| * Doc: import Basic style in customization snippetsMitch Curtis2024-05-2041-45/+45
| * VectorImage: Fix wrong stroke-width and stroke-colorHatem ElKharashy2024-05-191-2/+2
| * tst_qv4estable: fix -Wsign-compareMarc Mutz2024-05-181-3/+3
| * Remove remnants of QtQuick's original QMinimalFlatSetMarc Mutz2024-05-182-150/+0
| * Add the registration of QByteArrayList in QMLAlexey Edelev2024-05-171-0/+8