Use QStringList::join(QChar) overload where applicable [QtWidgets]
[profile/ivi/qtbase.git] / tests / auto / widgets /
2012-09-07 Marc MutzUse QStringList::join(QChar) overload where applicable...
2012-09-07 Sean HarmerMake gui/math3d classes use float rather than qreal
2012-09-07 Friedemann KleintStabilize test of QSpinBox.
2012-09-07 Friedemann KleintRevert "Implement automatic mouse grabbing on mouse...
2012-09-05 Mitch CurtisFix QDateEdit displaying day as a number for short...
2012-09-05 Mitch CurtisFix 3 digit day being displayed by QDateEdit.
2012-08-31 J-P Nurmiauto tests: updated for new QStyle pure virtuals
2012-08-31 Jeremy LainéMake QGraphicsView respect scrollbar policies
2012-08-31 Friedemann KleintFix updating of drag icons.
2012-08-29 Thierry BastianFixed the QTreeView expansion/collpasing when animated
2012-08-28 Friedemann KleintFix some warnings in tests.
2012-08-27 Jani HonkonenFix limitting shortcuts to keypad only
2012-08-25 Markku HeikkilaFix infinite recursion while dragging toolbar of QMainW...
2012-08-23 Olivier GoffartTest for quadratic behaviour when rendering long line...
2012-08-23 Pekka VuorelaRemove remaining bits of deprecated QInputPanel
2012-08-23 Marc Mutztst_QTreeView: fix unused variable warning
2012-08-22 Marc Mutztst_QColumnView: fix unused variable warning
2012-08-22 Stephen KellyMake keyboard search work in the current column, not...
2012-08-22 Stephen KellyFix indexAbove and indexBelow to return indexes in...
2012-08-22 Morten Johan SorvigAdd hint for touch -> mouse event synthesizing
2012-08-21 Friedemann KleintPropagate initial size constraints to QWidgetWindow.
2012-08-20 Stephen KellyTake account of hidden items in QListView when using...
2012-08-20 Andy ShawEnsure that all the children get the new stylesheet...
2012-08-19 Jani HonkonenFix a QListViewItem width when spacing is set
2012-08-19 Jani HonkonenFix QListWidget scrolling with keys when there are...
2012-08-18 Stephen KellyRemove QWidgetStar.
2012-08-18 Stephen KellyEmit layoutChange signals when changing QPersistentMode...
2012-08-15 Stephen KellyEmit the highlighted signal if the model changes.
2012-08-15 Jani HonkonenFix undo and redo in QLineEdit when in password mode
2012-08-15 Stephen KellyMake selectAll() do nothing if the mode is NoSelection.
2012-08-14 Marc Mutztst_QToolBar: fix "might be used uninit'ed" warnings
2012-08-13 Thiago MacieiraSpeed up tst_QGraphicsView::mapToScene test
2012-08-13 Rohan McGoverntst_qgraphicsview: increase test timeout further
2012-08-10 Stephen KellyTake scroll position into account when painting drag...
2012-08-09 Janne AnttilaFix qlayout autotest build for WinCE.
2012-08-07 Stephen KellyOnly emit the clicked() signal from views if the left...
2012-08-07 Stephen KellyEnsure that we return an invalid QTableWidgetItem when...
2012-08-03 Stephen KellyRemove some dead code wrapped in Q_WS_QWS.
2012-08-02 Paul Olav TveteRevert "Move QWindowSystemInterface out of qpa."
2012-08-02 Lars KnollRemove the obsolete scene argument for constructors...
2012-08-02 Paul Olav TveteMake tests compile without gui-private
2012-08-01 Thiago MacieiraSet the Qt API level to compatibility mode in all tests.
2012-08-01 Friedemann KleintRemove usage of deprecated qWaitForWindowShown(QWidget...
2012-08-01 Joerg Bornemanndon't change a widget's active state in QWindowsWindow...
2012-07-31 Joerg Bornemannfix window activation in tst_qmdiArea::subWindowActivated2
2012-07-31 Friedemann KleintImplement synchronous WS events by flushing.
2012-07-31 Friedemann KleintStabilize the QHeaderView test.
2012-07-31 Joerg Bornemanntst_qwidget task reference fixed
2012-07-31 Friedemann KleintStabilize QWidget-test alienwidgets on XCB.
2012-07-27 Friedemann KleintWork on the QWidget-autotest.
2012-07-27 Stephen KellyImplement implicit constructors for built-in classes.
2012-07-26 Andrew den ExterFix position of mouse events generated from touch events.
2012-07-26 Friedemann KleintStabilize tst_QMenu::tearOff().
2012-07-26 Friedemann KleintStabilize tst_QCompleter::QTBUG_14292_filesystem.
2012-07-26 Friedemann KleintBase 'FileSystem' test helper class on QTemporaryDir.
2012-07-26 Marc MutzQMetaTypeId2::IsBuiltIn: (new) template meta-function...
2012-07-25 Friedemann KleintRemove usage of deprecated qWaitForWindowShown(QWidget...
2012-07-25 Marc MutzQtWidgets: use nullary version of qRegisterMetaType...
2012-07-25 Friedemann KleintDeprecate the qWaitForWindowShown(QWindow *) method.
2012-07-24 Kevin OttensPropagate synthesized mouse events in parallel (lock...
2012-07-23 Friedemann KleintRemove usage of deprecated qWaitForWindowShown in dialo...
2012-07-23 Stephen KellySplit QWidgetsVariant tests into a separate testcase.
2012-07-20 David FaureProvide public API for native event filtering, moved...
2012-07-20 Friedemann KleintTests: Replace deprecated QPixmap::grabWidget() by...
2012-07-20 Friedemann KleintActivate native window tests of QMdiArea.
2012-07-20 Friedemann KleintImplement waitForWindowExposed and friends for widget...
2012-07-19 Joerg BornemannQWidget/Win: fix restoreGeometry() from fullscreen...
2012-07-19 Friedemann KleintRemove the test tst_qdialog::throwInExec().
2012-07-18 Miikka HeikkinenFix rendering glitches when using native widgets in...
2012-07-16 Friedemann KleintReplace Q_WS_ in tests by Q_OS_ or check platform names.
2012-07-16 Joerg Bornemanntst_qwidget: check widget geometry in fullscreen mode
2012-07-16 Friedemann KleintRemove #ifdef Q_WS_ / include / #endif conditionals.
2012-07-16 David FaureFix applicationName() being empty in QApplication.
2012-07-12 Friedemann KleintImplement qWaitForWindowShown using qWaitForWindowExposed.
2012-07-12 Friedemann KleintTests: Fix printsupport profiles.
2012-07-11 Sergio AhumadaFix some spelling errors
2012-07-09 Thorbjørn Lund MartsumQItemDelegate - add a more comprehensive test
2012-07-09 Joerg Bornemannremove QEXPECT_FAILS from tst_qwidget
2012-07-06 Bjoern Breitmeyerfixed unittest builds for wince
2012-07-06 Joerg Bornemannmake tst_qwidget significant again on Windows and Linux
2012-07-05 Thorbjørn Lund MartsumQHeaderView - adding an auto test with saveState and...
2012-07-04 Thorbjørn Lund MartsumQHeaderView - prevent negative default+minimum section...
2012-07-04 Joerg Bornemanntst_qwidget: remove QEXPECT_FAIL for QTBUG-8911
2012-07-04 Rohan McGovernAvoid load(testcase) for installing test helper apps
2012-07-03 Friedemann KleintFix QWidget/widgetAt() test.
2012-07-03 Christoph Schleife... Platform-plugin support for QSystemTrayIcon.
2012-07-03 Miikka HeikkinenFix focus handling when the application has QAxWidgets.
2012-07-03 Joerg Bornemannremoved ancient left-over test from tst_qwidget
2012-07-03 Joerg Bornemanntst_QWidget::gdiPainting fixed
2012-07-01 Stephen KellyStore the QMetaObject with the QMetaType.
2012-06-29 Giuseppe D'AngeloMove QStandardItem/QStandardItemModel to QtGui
2012-06-29 Oswald BuddenhagenMerge branch 'buildsystem' (second round)
2012-06-29 Kurt KorbatitsFixed several unit tests to work in shadow builds
2012-06-28 Mitch CurtisMake QCalendarWidget use its locale's firstDayOfWeek.
2012-06-26 Tasuku SuzukiFixed inputMethodQuery() for Qt::ImHints
2012-06-25 Shane KearnsQSKIP test that is blocking unrelated changes in CI
2012-06-22 Toby Tomkinstst_qgraphicsview hoverLeave regressed
2012-06-20 Janne AnttilaFix qitemview and qdatetimeedit autotest builds for...
2012-06-20 Samuel RødalFixed mouse grabbing preventing popups from being closed.
2012-06-20 Joerg Bornemannfix tst_QWidget::getSetCheck on Windows
next