aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.10.1' into 5.11Qt Forward Merge Bot2018-02-151-3/+4
| |\ \
| | * | skip filtering during post-delivery if there are no PointerHandlersv5.10.1Shawn Rutledge2018-02-061-0/+2
| | * | Make sure passive grabbers are cleared on releaseJan Arve Saether2018-02-021-3/+2
| * | | Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-128-45/+79
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-025-32/+43
| | |\|
| | | * Fix transition when removing the last item from ListView/GridViewKari Hautamäki2018-02-021-1/+3
| | | * If Loader loads Window, set its transient parent to the Loader's windowShawn Rutledge2018-02-023-4/+31
| | | * Prevent invalid characters being entered at the appropriate timesAndy Shaw2018-02-021-27/+9
| | * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-311-2/+4
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-311-2/+4
| | | |\|
| | | | * QQuickItem::stackBefore/After: print more useful warningsMitch Curtis2018-01-241-2/+4
| | * | | Do not stop delivering to handlers if all points are acceptedJan Arve Saether2018-01-311-7/+1
| | |/ /
| | * | Fix Shapes not playing well with QtGraphicalEffectsPaolo Angelelli2018-01-312-4/+31
| * | | Fix misleading doc for kerningRobert Loehning2018-02-083-9/+9
| * | | Fix clang 5 warningsAllan Sandfeld Jensen2018-02-071-2/+3
| * | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-0617-151/+235
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-0217-151/+235
| | |\| |
| | | * | Make sure we send the UngrabMouse event when clearing grabbersJan Arve Sæther2018-01-261-1/+5
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2417-147/+227
| | | |\|
| | | | * Fix quadratic behavior in QQuickRepeater::clear(), take 2Lars Knoll2018-01-171-1/+4
| | | | * Partially revert "Optimizations for Repeater::clear() and ~QQmlItem()"Lars Knoll2018-01-171-3/+3
| | | | * Optimizations for Repeater::clear() and ~QQmlItem()Lars Knoll2018-01-151-3/+3
| | | | * GridView: Fix an off-by-one offset of positioning of itemsJan Arve Sæther2018-01-101-7/+6
| | | | * Initialize member variableJesus Fernandez2018-01-101-2/+2
| | | | * Doc: state that childrenRect is read-onlyMitch Curtis2018-01-051-1/+2
| | | | * QQuickAnimatedImagePrivate::setMovie: check for re-assignment; cleanupShawn Rutledge2017-12-272-71/+64
| | | | * Move setVisible into QQuickItemPrivatePaolo Angelelli2017-12-242-9/+16
| | | | * Doc: correct Keys::shortcutOverride code snippetMitch Curtis2017-12-201-1/+1
| | | | * QQuickItemView: Clear pending changes when refillingUlf Hermann2017-12-181-35/+41
| | | | * QQuickList/GridViewPrivate::fixupPosition: don't set moveReasonShawn Rutledge2017-12-162-4/+0
| | | | * Add new logging category qt.quick.window.transientShawn Rutledge2017-12-156-3/+58
| | | | * Fix QSGTexture* leak in QQuickFramebufferObjectLaszlo Agocs2017-12-141-0/+1
| | | | * remove unimplemented QQuickItemPrivate::_q_windowChanged declarationShawn Rutledge2017-12-131-1/+0
| | | | * Flickable: don't jump after premature movementEnding due to timerShawn Rutledge2017-12-131-3/+11
| | | | * Handle the application state changes so items update appropriatelyAndy Shaw2017-12-112-2/+10
| | | | * Fix valgrind warning about uninitialized variableLars Knoll2017-12-111-1/+3
| | | | * Make deletion of transitions safeLars Knoll2017-12-111-8/+10
| * | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-024-5/+5
| * | | | QQuickTextEdit: Simplify node handlingUlf Hermann2018-02-022-42/+46
| |/ / /
| * | | Support masking of QQuickItemsPaolo Angelelli2018-01-255-3/+83
| * | | Add support for getting the flags from the original mouse eventAndy Shaw2018-01-184-6/+26
| * | | Add a speed property to AnimatedImageLouis du Verdier2018-01-164-1/+38
| * | | Add a feature Qt Quick RepeaterUlf Hermann2018-01-154-3/+19
| * | | Convert canvas2d methods to new calling conventionLars Knoll2018-01-121-457/+459
| * | | Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-102-2/+3
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-0912-69/+126
| |\| |
| | * | Prevent errors when unloading LoaderMichael Brasser2018-01-051-0/+12
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-0411-69/+114
| | |\|
| | | * grabMouse() and QQWPriv::removeGrabber(): be clear whether mouse or touchShawn Rutledge2017-12-053-41/+35
| | | * QQuickListView/GridView: load items that results from model changes synchrono...Richard Moe Gustavsen2017-11-302-4/+4