aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-102-0/+37
|\
| * Fix Flickable generated release event with pressDelay.Martin Jones2014-01-092-0/+37
* | Dont call updatePolish if an item is not visibleFabian Bumberger2014-01-082-4/+20
* | Add QQuickMatrix4x4, a way to specify a matrix transform in QML.Erik Larsson2014-01-071-1/+3
* | Fix interaction of QQuickItems with the garbage collectorSimon Hausmann2014-01-062-0/+79
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-2414-31/+54
|\|
| * Fix positioning of item when first cacheBuffer item is removed.Andrew den Exter2013-12-1914-31/+54
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-1618-23/+519
|\|
| * Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-132-4/+111
| * Safeguard QQuickWindow::hide() against other GL contexts.Gunnar Sletta2013-12-123-1/+98
| * tst_qquickflickable: unskip rebound on OS XRobin Burchell2013-12-111-5/+0
| * Set highlight size for both dimensions, irrespective of ListView orientationRobin Burchell2013-12-112-0/+44
| * Stabilise and remove insignificant marker from tst_qquickflickable.Robin Burchell2013-12-112-11/+5
| * Fix up listening for layout direction changes.Robin Burchell2013-12-101-1/+0
| * Fix crash in QQuickLoader when source component is garbage collectedSimon Hausmann2013-12-063-0/+32
| * Only emit focusObjectChanged when an actual change occurs.Michael Brasser2013-12-062-0/+19
| * Fix Flickable StopAtBounds drag over, back, over behavior.Martin Jones2013-12-052-1/+111
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-031-0/+20
| |\
| | * Ensure that QML Windows respect the default platform window stateTor Arne Vestbø2013-11-301-0/+20
| * | Set all attached section properties before emitting change signals.Martin Jones2013-11-302-0/+27
| * | When the MouseArea loses grab, an active drag should be cancelled.Robin Burchell2013-11-301-0/+52
* | | Fix SpringAnimation in Behavior when current value is set.Michael Brasser2013-12-122-18/+113
* | | Fix autotests expecting a trailing whitespace for qDebug streamKai Koehne2013-12-122-3/+3
* | | Add displayMarginBeginning/End to ListView and GridView.Martin Jones2013-12-114-0/+244
* | | Behavior should not trigger when the tracked value has not changed.Michael Brasser2013-12-042-0/+48
* | | Support toggling antialiasing for Text and Rectangle.Michael Brasser2013-12-032-0/+82
* | | Ensure correct horizontal alignment for implicit width multiline text.Michael Brasser2013-12-021-0/+4
* | | Ensure correct horizontal alignment when onLineLaidOut is used.Michael Brasser2013-12-022-0/+38
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-293-92/+174
|\| |
| * | tests: update tst_qquicktextinputLiang Qi2013-11-283-92/+140
| * | TextInput: call fixup() when appropriateJ-P Nurmi2013-11-271-0/+34
* | | Fix delivery of QEvents to QQuickItemsDaniel d'Andrada2013-11-291-0/+97
|/ /
* | Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-262-0/+58
|\|
| * TextInput: add editingFinished signalLiang Qi2013-11-222-0/+58
* | Also update viewport size when header/footer size changesRobin Burchell2013-11-262-0/+49
* | Fix crash when assigning a null QObject or derived property as a ListView modelAndrew den Exter2013-11-242-0/+43
* | Fix assert after giving focus to a disabled item.Andrew den Exter2013-11-221-1/+24
|/
* Do not crash when one of group animation's children is nullJacek Całusiński2013-11-153-0/+38
* Fix stacking order bug in the rendererGunnar Sletta2013-11-152-0/+66
* Don't dereference a null animationTemplateLars Knoll2013-11-142-0/+32
* Make tst_nodes use QSGRenderLoop to behave more like QQuickWindowGunnar Sletta2013-11-131-6/+14
* Avoid using huge floating point values in the renderer.Gunnar Sletta2013-11-093-0/+112
* Fix QQuickText hover event handlingJ-P Nurmi2013-11-052-0/+50
* Fix rounding behavior of Qml when assigning doubles to integer propertiesSimon Hausmann2013-11-051-1/+1
* Don't propagate mouse events to disabled MouseAreasAlan Alpert2013-11-052-0/+61
* Say hello to the scene graph sanity-tests for renderingGunnar Sletta2013-11-016-0/+646
* KeyNavigation should use forceActiveFocusFrederik Gladhorn2013-11-012-1/+104
* Added private API for enabling sharing between the QQuickwindow instances.Gunnar Sletta2013-11-011-13/+40
* Use one render loop per QQuickWindowGunnar Sletta2013-10-3011-9/+451
* Fix rendernode bug and enable rendernode test.Gunnar Sletta2013-10-263-24/+21