aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem2/tst_qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't crash: Connections with a signal on a nonexistent objectShawn Rutledge2017-05-071-0/+10
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-2/+2
* Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-101-6/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-201-0/+8
|\
| * Item: sort out mapFromGlobal() and mapToGlobal()J-P Nurmi2016-10-131-0/+8
* | Make LayoutMirroring work with WindowJ-P Nurmi2016-09-121-1/+19
* | Fix itemGeometryChanged() listenersJ-P Nurmi2016-07-131-102/+161
* | QML: Pass the kind of geometry change aroundErik Verbruggen2016-07-111-1/+5
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-0/+198
|\|
| * Fix QQuickItem change listenersJ-P Nurmi2016-05-241-0/+198
* | Get tests building when QT_NO_OPENGL is definedAndy Nichols2016-05-061-2/+2
|/
* Determine QQuickItem::childAt() correctlyKari Hautamäki2016-02-241-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-0/+64
|\
| * QQuickItem: fix another infinite loop in nextItemInFocusChain()Liang Qi2016-01-301-0/+64
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-0/+22
|\|
| * QQuickItem: fix an infinite loop nextItemInFocusChain()Liang Qi2016-01-201-0/+22
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Fixed qtdeclarative tests to pass with updated license headerJani Heikkinen2016-01-201-4/+4
* | QQuickItem: added isAncestorOf()Liang Qi2015-12-071-0/+38
|/
* Fix childrenRect calculationCornelius Mika2015-10-311-0/+17
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-261-0/+26
|\
| * QQuickItem: detect loop in KeyNavigation chainLiang Qi2015-10-141-0/+26
* | QQuickItem: Make setParent() error message more usefulGabriel de Dietrich2015-10-221-1/+4
* | QQuickItem: correct focus reason for key navigationLiang Qi2015-10-141-1/+5
* | Add isTabFence private flagGabriel de Dietrich2015-08-211-0/+72
* | tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-43/+43
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-3/+3
|/
* Use TabFocusBehavior in QStyleHints in QtQuickLiang Qi2015-02-121-4/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Revert "Temporarily mark grab()/item.layer tests insignificant under ANGLE"Andrew Knight2014-09-301-3/+0
* Update license headers and add new licensesJani Heikkinen2014-08-251-23/+15
* Temporarily mark grab()/item.layer tests insignificant under ANGLEAndrew Knight2014-08-071-0/+3
* QQmlError::toString: improve handling of empty urls.David Faure2014-07-241-1/+1
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-1/+1
|\
| * Update qmltypes filesAlan Alpert2014-05-061-1/+1
* | Minor: Remove unneeded include from qquickitem.hKevin Funk2014-05-131-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-0/+209
|\|
| * Avoid event propagation with Keys.forwardToJ-P Nurmi2014-04-121-0/+73
| * On Mac only editable text input should receive tab focusLiang Qi2014-04-021-0/+136
* | Notify about the focus reasonBerthold Krevert2014-05-061-0/+72
* | Say hello to QQuickItem::grabToImage().Gunnar Sletta2014-05-011-0/+37
|/
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-031-1/+1
* Add QQuickMatrix4x4, a way to specify a matrix transform in QML.Erik Larsson2014-01-071-1/+3
* KeyNavigation should use forceActiveFocusFrederik Gladhorn2013-11-011-1/+11
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-211-0/+13
|\
| * Fix a crash in QQuickItem::nextItemInFocusChain()Liang Qi2013-09-191-0/+13
* | Add bool QQuickKeyEvent::matches(QKeySequence::StandardKey)J-P Nurmi2013-07-011-0/+60
|/
* Prevent tab focus from wrapping endlesslyLiang Qi2013-05-271-0/+87
* Mac: respect the system settings in Full Keyboard AccessLiang Qi2013-05-141-0/+132
* Revert "Mac: respect the system settings in Full Keyboard Access"Liang Qi2013-05-081-132/+0