aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* Make adjustments for using QFont::setFamilies()Andy Shaw2020-11-306-20/+0
* Doc: Remove version numbers for import statement in snippetsJerome Pasion2020-11-262-15/+15
* QQuickStackView: Allow URLs in createElement()Ulf Hermann2020-11-111-0/+20
* Follow up on change of QQmlListProperty to qsizetypeVolker Hilsheimer2020-11-119-42/+42
* Document how to use Controls types in property declarationsMitch Curtis2020-11-092-2/+4
* Doc: Fix broken links and other warningsVenugopal Shivashankar2020-11-091-1/+1
* Doc: remove all instances of \qmlpropertygroupMitch Curtis2020-11-096-8/+0
* Doc: Fix qdoc warningsVenugopal Shivashankar2020-11-068-19/+18
* Doc: fix SplitView's inheritanceMitch Curtis2020-11-051-1/+1
* Fix QQuickHeaderView models to pass model testerVolker Hilsheimer2020-11-041-3/+8
* Filter touch presses and releases in QQDrawer::childMouseEventFilter()Shawn Rutledge2020-11-041-0/+3
* Fix deprecation warnings related to QMetaTypeFriedemann Kleint2020-11-021-1/+1
* QQuickAbstractButton: don't accept key release if we're not pressedMitch Curtis2020-10-211-1/+1
* ScrollView: document how you can make ScrollView scroll in only one directionRichard Moe Gustavsen2020-10-151-1/+7
* ScrollView: always clip implicitly created FlickableRichard Moe Gustavsen2020-10-141-5/+14
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-071-3/+3
* Fix compile warnings: replace QTouchEvent::touchPoints with pointsVolker Hilsheimer2020-10-029-11/+11
* Fix QQuickPaletteForeign definitionMitch Curtis2020-10-021-1/+2
* Add setAcceptTouchEvents() in more controls that handle touch eventsShawn Rutledge2020-10-017-0/+30
* QQuickAbstractButton: accept touch eventsShawn Rutledge2020-10-011-0/+1
* QQuickAbstractButton: accept touch eventsShawn Rutledge2020-09-301-0/+1
* QQuickMenu: fix heap-use-after-freeMitch Curtis2020-09-292-0/+11
* QQuickMenu: fix contentModel memory leakMitch Curtis2020-09-292-1/+8
* Fix static buildEskil Abrahamsen Blomfeldt2020-09-231-1/+1
* Don't trigger a close due to a release if we did not get a pressAndy Shaw2020-09-181-0/+2
* Fix build after qtbase changesVolker Hilsheimer2020-09-154-5/+4
* Fix build after qtbase API changesLars Knoll2020-09-1510-16/+16
* Allow the preparation of the exit transition even if it did have focusAndy Shaw2020-09-151-2/+3
* Unregister the accessible observer before deleting the private objectAndy Shaw2020-09-151-3/+3
* Update the text when the inputted value is out of rangeAndy Shaw2020-09-111-13/+24
* QQuickToolTip: don't specify QML import version when creating instanceMitch Curtis2020-09-071-1/+1
* Merge remote-tracking branch 'nativestyle' into devMitch Curtis2020-09-041-0/+8
|\
| * Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-2669-345/+599
| |\
| * \ Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-139-44/+44
| |\ \
| * \ \ Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-07-1736-174/+322
| |\ \ \
| * | | | Let macOS have TabFocus focus policyJan Arve Sæther2020-06-221-0/+8
* | | | | Fix qdoc errorsMitch Curtis2020-09-031-0/+2
* | | | | Fix TODO comments for revisionsMitch Curtis2020-09-031-2/+2
* | | | | Dialog: emit accepted()/rejected() before closed()Mitch Curtis2020-09-021-6/+11
* | | | | ToolTip: only begin timeout when openedMitch Curtis2020-09-023-11/+19
* | | | | Menu: Do not unblock parent shortcuts while menu popup is openYuya Nishihara2020-09-021-6/+0
* | | | | Menu: Close menu by Alt key on platforms supporting mnemonic shortcutsYuya Nishihara2020-09-021-0/+8
| |_|_|/ |/| | |
* | | | Fix CMake buildMitch Curtis2020-08-261-0/+15
* | | | Bump import version to 6.0Mitch Curtis2020-08-261-1/+1
* | | | Register C++ types declarativelyMitch Curtis2020-08-2662-334/+558
* | | | QQuickSpinBox: fix another "function expressions as statements" warningMitch Curtis2020-08-201-1/+1
* | | | Document that pop() does nothing if depth is less than or equal to 1Mitch Curtis2020-08-201-0/+3
* | | | SwipeDelegate: don't allow calling close() when pressedMitch Curtis2020-08-191-0/+5
* | | | SwipeDelegate: don't emit closed() when already closedMitch Curtis2020-08-191-1/+5
* | | | Prevent against re-entering prepareExitTransition after a focus changeAndy Shaw2020-08-191-1/+1