summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | Remove the unnecessary (and broken) tst_QMouseEvent::checkMouseMoveEvent() testBradley T. Hughes2009-10-301-75/+0
| | | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Bradley T. Hughes2009-10-303-12/+297
| | | |\ \ \ \ \ \ \
| | * | \ \ \ \ \ \ \ Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-303-12/+297
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | * | | | | | | | Ensure that button returns 0 for mouse move eventsDean Dettman2009-10-291-0/+75
| | | * | | | | | | | Follow refactor; use QApplication:: instead of qApp->Thomas Zander2009-10-281-23/+23
| | | * | | | | | | | Introduce QGesture::GestureCancelPolicy, a way to auto-cancel gesturesThomas Zander2009-10-281-0/+62
| | | * | | | | | | | add empty test method, should implement it fully when more important things a...Thomas Zander2009-10-281-0/+16
| | | * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6-WM_...Bradley T. Hughes2009-10-282-1/+133
| | | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | | | * | | | | | | Implemented QGestureRecognizer::ConsumeEventHintDenis Dzyubenko2009-10-271-1/+20
| | | | * | | | | | | Improved gesture autotest reliability on X11.Denis Dzyubenko2009-10-271-0/+5
| | | | * | | | | | | Add QWidget::ungrabGestureThomas Zander2009-10-261-0/+71
| | | | * | | | | | | Unregister the temporary gesture recognizer in the gestures autotest.Denis Dzyubenko2009-10-261-0/+15
| | | | * | | | | | | Merge branch '4.6' into 4.6-platformDenis Dzyubenko2009-10-2620-72/+1016
| | | | |\ \ \ \ \ \ \ | | | | | | |/ / / / / | | | | | |/| | | | |
| | | | * | | | | | | Remove internal widgets from QApplication::topLevelWidgets()Prasanth Ullattil2009-10-231-0/+22
| | * | | | | | | | | Add QScriptString::toArrayIndex() functionKent Hansen2009-10-301-0/+37
| | * | | | | | | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-10-3016-29/+247
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into origin-4.6Olivier Goffart2009-10-303-1/+9
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ | | | | |/| | | | | | |
| | | | * | | | | | | | Merge branch '4.6-s60' into 4.6axis2009-10-303-1/+9
| | | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / | | | | |/| | | | | | |
| | | | | * | | | | | | Fix QDateTime on S60 3.1Shane Kearns2009-10-291-0/+7
| | | | | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-296-4/+239
| | | | | |\ \ \ \ \ \ \ | | | | | | | |_|_|/ / / | | | | | | |/| | | | |
| | | | | * | | | | | | Fix EColor16M conversion in QPixmap::fromSymbianCFbsBitmap()Jani Hautakangas2009-10-281-0/+2
| | | | | * | | | | | | Fix tst_QBoxLayout::setGeometry failure on S60 3.xShane Kearns2009-10-271-1/+0
| | | | | | |/ / / / / | | | | | |/| | | | |
| | | * | | | | | | | Merge commit 'widget/4.6' into origin/4.6Olivier Goffart2009-10-3033-100/+1384
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | QTreeView: fix drawing branches of model that adds or remove rows dynamicallyOlivier Goffart2009-10-301-0/+101
| | * | | | | | | | | Fixes regression in QComboBox with keypad navigation while mouse is over the ...Olivier Goffart2009-10-301-0/+52
| | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | In ItemViews, right click on the viewport clear the ext selectionThierry Bastian2009-10-301-0/+23
| | * | | | | | | | QActionGroup: reset the checkedAction when it is uncheckedThierry Bastian2009-10-301-0/+21
| | * | | | | | | | Updated QTextEdit auto-test after changes in commit 04d18b38c.Gabriel de Dietrich2009-10-308-2/+2
| | * | | | | | | | QListView: make sure we relayout items when data changes in the modelThierry Bastian2009-10-291-0/+21
| | * | | | | | | | ItemViews: make the geometries update when header data changesThierry Bastian2009-10-291-0/+21
| | * | | | | | | | Fix tst_QWidget::compatibilityChildInsertedEvents testBjørn Erik Nilsen2009-10-291-0/+3
| | * | | | | | | | Fix qvariant_cast<QVariant> when a QVariant is really inside a QVariantOlivier Goffart2009-10-291-0/+4
| | * | | | | | | | Stabilize testsOlivier Goffart2009-10-293-2/+5
| | * | | | | | | | Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-2911-32/+414
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Fix warning in qvariant.h header + make sure QVariant in QVariant works as ex...Olivier Goffart2009-10-281-0/+245
| | * | | | | | | | | Fixed bug in QTableView spans.Gabriel de Dietrich2009-10-281-0/+38
| | * | | | | | | | | Extand test of qBinaryFindOlivier Goffart2009-10-281-1/+16
| | * | | | | | | | | Wrong caching of opaque children in QWidget.Bjørn Erik Nilsen2009-10-281-0/+42
| | * | | | | | | | | Stabilize tst_QGraphicsView::optimizationFlags_dontSavePainterState2Bjørn Erik Nilsen2009-10-281-2/+6
| | * | | | | | | | | Changing the time we wait for the end of the animationThierry Bastian2009-10-281-3/+3
| | * | | | | | | | | Make the QPropertyAnimation pass on windows by waiting slightly longerThierry Bastian2009-10-281-4/+4
| | * | | | | | | | | Fix initial focus bug in ItemIsFocusScope.Andreas Aardal Hanssen2009-10-281-7/+80
| | * | | | | | | | | Double-clicking a dock widget titlebar could make it disappearThierry Bastian2009-10-281-0/+19
| | * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-10-284-3/+130
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | QSplitter would not show previously collapsed widgets.Gabriel de Dietrich2009-10-281-0/+34
| | | * | | | | | | | | Qt::escape(): also escape the quote (&quot;)Olivier Goffart2009-10-281-2/+24
| | | * | | | | | | | | Fix XML entities in QTextDocument::toHtml()Thorvald Natvig2009-10-282-2/+31
| | | * | | | | | | | | Let QGraphicsItem set QObjectPrivate::wasDeleted when appropriate.Andreas Aardal Hanssen2009-10-281-0/+42
| | * | | | | | | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-2810-65/+897
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | QGAL: Add test for David Boddie bugEduardo M. Fleury2009-10-261-0/+46