| Commit message (Expand) | Author | Age | Files | Lines |
* | Respect the layoutDirection property of the parent widget. | Jan-Arve Sæther | 2009-09-11 | 1 | -0/+78 |
|
|
* | Better failure message when it fails | Paul Olav Tvete | 2009-09-11 | 1 | -0/+4 |
|
|
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-09-11 | 4 | -3/+28 |
|\ |
|
| * | Skip pointless test | Paul Olav Tvete | 2009-09-11 | 1 | -0/+3 |
|
|
| * | Out of memory fix for qUncompress | Robert Griebl | 2009-09-11 | 1 | -2/+14 |
|
|
| * | animations now display a warning if they don't have a end value | Thierry Bastian | 2009-09-11 | 1 | -0/+5 |
|
|
| * | Fix autotests on QMenuBar | Thierry Bastian | 2009-09-11 | 1 | -1/+6 |
|
|
* | | Fixed QWidget::activateWindow for Symbian. | Janne Anttila | 2009-09-11 | 1 | -11/+47 |
|/ |
|
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-09-11 | 3 | -5/+15 |
|\ |
|
| * | Fixed a bug in the autotest for q3progressbar. | Martin Smith | 2009-09-11 | 2 | -3/+13 |
|
|
| * | make tst_QLocalSocket::writeToClientAndDisconnect even more robust | Joerg Bornemann | 2009-09-11 | 1 | -2/+2 |
|
|
* | | Fixed QWidget::setWindowState for Symbian. | Janne Anttila | 2009-09-11 | 2 | -0/+44 |
|/ |
|
* | Fixes regression in QStyleSheet regarding QFrame:no-frame | Olivier Goffart | 2009-09-10 | 1 | -17/+28 |
|
|
* | make tst_QLocalSocket::writeToClientAndDisconnect more robust | Joerg Bornemann | 2009-09-10 | 1 | -1/+1 |
|
|
* | Fixed a leak in lance that could cause crashes on exit. | Trond Kjernåsen | 2009-09-10 | 1 | -0/+1 |
|
|
* | Make test pass on QWS | Paul Olav Tvete | 2009-09-10 | 1 | -0/+1 |
|
|
* | Wrong opacity set on the painter in QGraphicsEffect::draw. | Bjørn Erik Nilsen | 2009-09-10 | 1 | -1/+24 |
|
|
* | Add an autotest for QGLWidget::renderPixmap() | Tom Cooksey | 2009-09-10 | 1 | -0/+30 |
|
|
* | Fix random selection when the order is descending. | Alexis Menard | 2009-09-10 | 2 | -20/+74 |
|
|
* | Stabilize Graphics View tests | Olivier Goffart | 2009-09-10 | 3 | -48/+93 |
|
|
* | Stabilize some tests. | Olivier Goffart | 2009-09-10 | 3 | -4/+8 |
|
|
* | Autotest fix for QMainWindow | Thierry Bastian | 2009-09-10 | 1 | -2/+6 |
|
|
* | Make exception safety test work with XML output and warnings | mread | 2009-09-10 | 1 | -2/+26 |
|
|
* | Compile | Paul Olav Tvete | 2009-09-10 | 1 | -2/+8 |
|
|
* | Fixed tst_selftests failure. | Rohan McGovern | 2009-09-10 | 1 | -6/+6 |
|
|
* | Fixes another SQL Server autotest result. | Bill King | 2009-09-10 | 1 | -2/+2 |
|
|
* | tests/auto/qfiledialog/qfiledialog.pro fixed | Joerg Bornemann | 2009-09-09 | 1 | -3/+3 |
|
|
* | tests/auto/qdirmodel/qdirmodel.pro fixed | Joerg Bornemann | 2009-09-09 | 1 | -2/+2 |
|
|
* | tests/auto/qfile/test/test.pro fixed | Joerg Bornemann | 2009-09-09 | 1 | -4/+4 |
|
|
* | tests/auto/qdir/qdir.pro fixed after destroying it during Symbian merge | Joerg Bornemann | 2009-09-09 | 1 | -12/+8 |
|
|
* | Account for right bearing in QFontMetrics::boundingRect(string) | Eskil Abrahamsen Blomfeldt | 2009-09-09 | 1 | -1/+13 |
|
|
* | Fix crash/bug in QGraphicsItem's subFocus handling. | Andreas Aardal Hanssen | 2009-09-09 | 1 | -0/+11 |
|
|
* | Only active QGraphicsScenes can have active input focus. | Andreas Aardal Hanssen | 2009-09-09 | 5 | -20/+143 |
|
|
* | Remove ItemAutoDetectsFocusProxy from QGraphicsItem. | Andreas Aardal Hanssen | 2009-09-09 | 1 | -71/+0 |
|
|
* | skip tst_qscriptdebugger on Windows CE < 6 | Joerg Bornemann | 2009-09-09 | 1 | -0/+19 |
|
|
* | Do not run the respectHFW autotest on all platforms. | Jan-Arve Sæther | 2009-09-09 | 1 | -0/+4 |
|
|
* | Stabilized QTableView test | Gabriel de Dietrich | 2009-09-09 | 1 | -1/+1 |
|
|
* | Stabilize QFontMetrics test | Gabriel de Dietrich | 2009-09-09 | 1 | -3/+3 |
|
|
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-09-09 | 2 | -3/+3 |
|\ |
|
| * | tst_qhostinfo: Increased timeout | Markus Goetz | 2009-09-09 | 1 | -1/+1 |
|
|
| * | Stabilize QFontMetrics test | Olivier Goffart | 2009-09-09 | 1 | -2/+2 |
|
|
* | | Added #ifdef Q_OS_SYMBIAN quard for ealier commit d78717e7 | Janne Anttila | 2009-09-09 | 1 | -2/+12 |
|/ |
|
* | Fixed the headers autotest for the latest LPGL header. | Martin Smith | 2009-09-09 | 1 | -2/+3 |
|
|
* | Fix for tst_QThread::adoptedThreadAffinity() failure on Windows | Prasanth Ullattil | 2009-09-09 | 1 | -9/+12 |
|
|
* | Fixed all but one of the failures in the headers autotest. | Martin Smith | 2009-09-09 | 2 | -5/+6 |
|
|
* | Getting text widget OOM tests working in Symbian | mread | 2009-09-09 | 1 | -4/+8 |
|
|
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-09-09 | 3 | -9/+6 |
|\ |
|
| * | More robust graphicsview test | Olivier Goffart | 2009-09-09 | 1 | -3/+1 |
|
|
| * | Tweak the test | Paul Olav Tvete | 2009-09-09 | 1 | -0/+1 |
|
|
| * | Try to fix tst_q3popupmenu with slow windows manager | Olivier Goffart | 2009-09-09 | 1 | -6/+4 |
|
|