aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Get the scale of the popup item when setting the parent itemAndy Shaw2020-08-172-8/+11
| |_|/ |/| |
* | | Fix event refactoring warnings and errorsMitch Curtis2020-08-119-44/+44
| |/ |/|
* | ComboBox: add implicitContentWidthPolicyMitch Curtis2020-07-162-3/+192
* | Doc: mention cache property in the relevant placesMitch Curtis2020-07-152-0/+2
* | Fix crash on exit when centering Popup within Overlay in StackView itemMitch Curtis2020-07-142-1/+31
* | Use QList instead of QVectorJarek Kobus2020-07-092-2/+2
* | Add ; to Q_UNUSEDLars Schmertmann2020-06-306-14/+14
* | QQuickSplitHandleAttached: pass correct d ptr to QObject constructorMitch Curtis2020-06-251-1/+1
* | Fix warnings after deprecation of QApplication::keyboardModifiersVolker Hilsheimer2020-06-251-2/+5
* | Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-1111-44/+44
* | Use QList instead of QVectorJarek Kobus2020-06-098-16/+16
* | ApplicationWindow: remove deprecated overlay APIMitch Curtis2020-06-083-83/+0
* | QQuickStackView: deprecate Transition enum valueMitch Curtis2020-06-082-6/+9
* | CMake: Regenerate configure.cmake filesAlexandru Croitor2020-06-041-2/+6
|/
* QQuickTextArea: resize background different when inside FlickableRichard Moe Gustavsen2020-06-021-2/+11
* StackView: fix heap-use-after-free when pushing after clearMitch Curtis2020-05-293-14/+32
* Add missing overrideAlexander Volkov2020-05-251-1/+1
* Listen for the LanguageChange event in event() instead of using filtersAndy Shaw2020-05-192-21/+7
* ComboBox: fix currentValue not being updated on model changesMitch Curtis2020-05-121-6/+6
* Menu: remove deprecated removeItem(var) overloadMitch Curtis2020-05-112-19/+1
* Fix -no-accessibility buildPeter Varga2020-05-112-0/+4
* Container: remove deprecated removeItem(var) overloadMitch Curtis2020-05-113-20/+2
* ComboBox: make pressed read-onlyMitch Curtis2020-05-112-1/+2
* HeaderView: always use headerdata from syncView modelRichard Moe Gustavsen2020-05-051-7/+2
* Adapt to geometryChanged => geometryChange renamingMitch Curtis2020-04-2434-51/+51