summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵Qt Continuous Integration System2010-11-0546-221/+623
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: (56 commits) Give the toplevel widget a layout fix tests when using Qt in a namespace Fix tst_symbols auto test trivial: fix build Fix crash fix isLikelyToBeNfs usage Export isLikelyToBeNfs only if we have an internal build Fixed QGraphicsView autotest to use a dummy toplevel widget Fixed QMdiArea autotest to use a dummy toplevel widget. Fixed QMenuBar autotest. Changed window activation order. Fixed QStyleSheetStyle autotest to use a dummy toplevel widget Fixed QPathCliper autotest, to skip a test when qreal != double Fixed QComboBox autotest to use a dummy toplevel widget Fixed QColumnView autotest. Added an QApplication::processEvents Fixed QAccessability autotest to use a dummy toplevel widget Fix QListWidget test Fix QGraphicsItems autotest Fixed QGraphicsScene autotest to use a dummy toplevel widget Fixed QGraphicsItem autotest to use a dummy toplevel widget Fixed QListView autotest to use a dummy toplevel widget ...
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵Qt Continuous Integration System2010-11-0446-221/+623
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: (56 commits) Give the toplevel widget a layout fix tests when using Qt in a namespace Fix tst_symbols auto test trivial: fix build Fix crash fix isLikelyToBeNfs usage Export isLikelyToBeNfs only if we have an internal build Fixed QGraphicsView autotest to use a dummy toplevel widget Fixed QMdiArea autotest to use a dummy toplevel widget. Fixed QMenuBar autotest. Changed window activation order. Fixed QStyleSheetStyle autotest to use a dummy toplevel widget Fixed QPathCliper autotest, to skip a test when qreal != double Fixed QComboBox autotest to use a dummy toplevel widget Fixed QColumnView autotest. Added an QApplication::processEvents Fixed QAccessability autotest to use a dummy toplevel widget Fix QListWidget test Fix QGraphicsItems autotest Fixed QGraphicsScene autotest to use a dummy toplevel widget Fixed QGraphicsItem autotest to use a dummy toplevel widget Fixed QListView autotest to use a dummy toplevel widget ...
| | * Give the toplevel widget a layoutHarald Fernengel2010-11-041-1/+8
| | | | | | | | | | | | | | | This ensures that the top-level will be large enough to view the text edit.
| | * fix tests when using Qt in a namespaceHarald Fernengel2010-11-041-0/+2
| | |
| | * Fix tst_symbols auto testHarald Fernengel2010-11-043-8/+8
| | | | | | | | | | | | | | | Prefix isLikelyToBeNfs with a "q", even though it's only autotest-exported.
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵Qt Continuous Integration System2010-11-0445-220/+613
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: (53 commits) trivial: fix build Fix crash fix isLikelyToBeNfs usage Export isLikelyToBeNfs only if we have an internal build Fixed QGraphicsView autotest to use a dummy toplevel widget Fixed QMdiArea autotest to use a dummy toplevel widget. Fixed QMenuBar autotest. Changed window activation order. Fixed QStyleSheetStyle autotest to use a dummy toplevel widget Fixed QPathCliper autotest, to skip a test when qreal != double Fixed QComboBox autotest to use a dummy toplevel widget Fixed QColumnView autotest. Added an QApplication::processEvents Fixed QAccessability autotest to use a dummy toplevel widget Fix QListWidget test Fix QGraphicsItems autotest Fixed QGraphicsScene autotest to use a dummy toplevel widget Fixed QGraphicsItem autotest to use a dummy toplevel widget Fixed QListView autotest to use a dummy toplevel widget Fixed QMenu autotest to use a dummy toplevel widget Fixed QMenuBar autotest. Added mainwindow activation Fixed QString autotest when QT_QLOCALE_USES_FCVT is set ...
| | | * trivial: fix buildHarald Fernengel2010-11-031-2/+2
| | | |
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵Qt Continuous Integration System2010-11-0345-220/+613
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: (52 commits) Fix crash fix isLikelyToBeNfs usage Export isLikelyToBeNfs only if we have an internal build Fixed QGraphicsView autotest to use a dummy toplevel widget Fixed QMdiArea autotest to use a dummy toplevel widget. Fixed QMenuBar autotest. Changed window activation order. Fixed QStyleSheetStyle autotest to use a dummy toplevel widget Fixed QPathCliper autotest, to skip a test when qreal != double Fixed QComboBox autotest to use a dummy toplevel widget Fixed QColumnView autotest. Added an QApplication::processEvents Fixed QAccessability autotest to use a dummy toplevel widget Fix QListWidget test Fix QGraphicsItems autotest Fixed QGraphicsScene autotest to use a dummy toplevel widget Fixed QGraphicsItem autotest to use a dummy toplevel widget Fixed QListView autotest to use a dummy toplevel widget Fixed QMenu autotest to use a dummy toplevel widget Fixed QMenuBar autotest. Added mainwindow activation Fixed QString autotest when QT_QLOCALE_USES_FCVT is set Fixed QButtonGroup autotest to run on Maemo ...
| | | | * Fix crashHarald Fernengel2010-11-021-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | check the global network proxy for 0 before dereferencing Reviewed-by: Robert Griebl
| | | | * fix isLikelyToBeNfs usageHarald Fernengel2010-11-021-2/+4
| | | | |
| | | | * Export isLikelyToBeNfs only if we have an internal buildHarald Fernengel2010-11-021-4/+10
| | | | |
| | | | * Fixed QGraphicsView autotest to use a dummy toplevel widgetDominik Holland2010-11-021-46/+102
| | | | | | | | | | | | | | | | | | | | Fixed some conversion problems using qreal
| | | | * Fixed QMdiArea autotest to use a dummy toplevel widget.Dominik Holland2010-11-021-4/+15
| | | | |
| | | | * Fixed QMenuBar autotest. Changed window activation order.Dominik Holland2010-11-021-1/+1
| | | | |
| | | | * Fixed QStyleSheetStyle autotest to use a dummy toplevel widgetDominik Holland2010-11-021-2/+6
| | | | | | | | | | | | | | | | | | | | -use platform quirks to skip tests
| | | | * Fixed QPathCliper autotest, to skip a test when qreal != doubleDominik Holland2010-11-021-0/+3
| | | | |
| | | | * Fixed QComboBox autotest to use a dummy toplevel widgetDominik Holland2010-11-021-6/+8
| | | | |
| | | | * Fixed QColumnView autotest. Added an QApplication::processEventsDominik Holland2010-11-021-0/+2
| | | | |
| | | | * Fixed QAccessability autotest to use a dummy toplevel widgetDominik Holland2010-11-021-3/+5
| | | | |
| | | | * Fix QListWidget testRalf Engels2010-11-021-0/+1
| | | | |
| | | | * Fix QGraphicsItems autotestRalf Engels2010-11-021-0/+2
| | | | |
| | | | * Fixed QGraphicsScene autotest to use a dummy toplevel widgetDominik Holland2010-11-021-3/+9
| | | | |
| | | | * Fixed QGraphicsItem autotest to use a dummy toplevel widgetDominik Holland2010-11-021-19/+48
| | | | |
| | | | * Fixed QListView autotest to use a dummy toplevel widgetDominik Holland2010-11-021-14/+21
| | | | |
| | | | * Fixed QMenu autotest to use a dummy toplevel widgetDominik Holland2010-11-021-4/+9
| | | | | | | | | | | | | | | | | | | | Added some waits
| | | | * Fixed QMenuBar autotest. Added mainwindow activationDominik Holland2010-11-021-0/+2
| | | | |
| | | | * Fixed QString autotest when QT_QLOCALE_USES_FCVT is setDominik Holland2010-11-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | +/-nan tests fail when QT_QLOCALE_USES_FCVT is set Because the behavior of qstrtod and strtod of glibc differs
| | | | * Fixed QButtonGroup autotest to run on MaemoDominik Holland2010-11-021-4/+5
| | | | |
| | | | * Fixed QGraphicsWidget autotest to use PlatformQuirks.Dominik Holland2010-11-021-2/+13
| | | | |
| | | | * Fixed QListWidget autotest to use a dummy toplevel widgetDominik Holland2010-11-021-2/+10
| | | | |
| | | | * Fixed QTreeView autotest to use a dummy toplevel widgetDominik Holland2010-11-021-10/+13
| | | | |
| | | | * Fixed QTreeWidget autotest. Added qWaitForWindowShown()Dominik Holland2010-11-021-0/+1
| | | | |
| | | | * Fixed QGraphicsEffect autotest to use platform quirksDominik Holland2010-11-021-1/+5
| | | | |
| | | | * Fixed QXmlQuery autotest to pass when qreal != doubleDominik Holland2010-11-021-7/+20
| | | | |
| | | | * Fixed QFileInfo autotest to skip on NFS.Dominik Holland2010-11-022-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Exported the isLikelyToBeNfs() function to skip the fileInfo Test on NFS. Otherwise the Test will fail, because the FileSystemTimes are not synchronized.
| | | | * Fixed QAbstractScrollArea autotest to use a dummy toplevel widgetDominik Holland2010-11-021-2/+3
| | | | |
| | | | * Fixed QAbstractSlider autotest to use a dummy toplevel widgetDominik Holland2010-11-021-7/+10
| | | | |
| | | | * Fixed QBoxLayout autotest to use a dummy toplevel widgetDominik Holland2010-11-021-2/+3
| | | | |
| | | | * Fixed QCalendarWidget autotest to use a dummy toplevel widget.Dominik Holland2010-11-021-2/+3
| | | | | | | | | | | | | | | | | | | | Fixed the MousePress to the right position
| | | | * Fixed QEventLoop autotest. Add a restriction in exec().Dominik Holland2010-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | Only execute when NO_EVENTLOOP_EXCEPTIONS is not set
| | | | * Fixed QGripLayout autotest to use a dummy toplevel widget.Dominik Holland2010-11-021-6/+11
| | | | |
| | | | * Fixe QHeaderView autotest to use a dummy toplevel widget.Dominik Holland2010-11-021-12/+17
| | | | |
| | | | * Fixed QInputDialog autotest, to compare with the separator defined by the ↵Dominik Holland2010-11-021-3/+5
| | | | | | | | | | | | | | | | | | | | current locale
| | | | * Fixed QLayout autotest to use a dummy toplevel widget.Dominik Holland2010-11-021-2/+3
| | | | |
| | | | * Fixed QMainWindow autotests, to skip an test, that makes no senseDominik Holland2010-11-021-0/+4
| | | | | | | | | | | | | | | | | | | | on maemo
| | | | * Fixed the QMouseEvent_modal autotest.Dominik Holland2010-11-021-0/+4
| | | | | | | | | | | | | | | | | | | | Added some waits, needed on slower platforms, like maemo
| | | | * Fixed QPlainTextEdit autotest to use the right size in the linewrap testcase.Dominik Holland2010-11-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | The framewith has to be also added to the minimum with, otherwise the test will fail when the current style has a bigger border.
| | | | * Fixed QPrinter autotest, to use qreals for the margintestDominik Holland2010-11-021-6/+6
| | | | |
| | | | * Fixed QSplitter autotest to use a dummy toplevel widget.Dominik Holland2010-11-021-5/+7
| | | | |
| | | | * Fixed QTableView autotest to use a dummy toplevel widget.Dominik Holland2010-11-021-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | - Fixed some timing problems - Fixed mouseClick center