Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | make the qapplication constructor test more meaningful | Harald Fernengel | 2009-11-06 | 1 | -23/+7 | |
| | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | * | | | | | | Add preliminary QAccessibleImage interface | Harald Fernengel | 2009-11-06 | 1 | -0/+21 | |
| | * | | | | | | Merge remote branch 'qt-official/4.6' into 4.6 | Morten Johan Sørvig | 2009-11-06 | 4 | -110/+75 | |
| | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-11-06 | 1 | -0/+39 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | Fix QPainter::setPen(pen with color but no style) on non-extended. | David Faure | 2009-11-06 | 1 | -0/+39 | |
| | | * | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-11-06 | 4 | -9/+617 | |
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | | * | | | | | | | Updated testcase since soft-light algorithm rewrite. | Gunnar Sletta | 2009-11-06 | 1 | -3/+3 | |
| | | * | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-11-06 | 2 | -5/+65 | |
| | | |\ \ \ \ \ \ \ | | | | | |_|/ / / / | | | | |/| | | | | | ||||||
| | | * | | | | | | | Fixed warning in lance on printf with wrong types | gunnar | 2009-11-05 | 1 | -2/+2 | |
| | | * | | | | | | | Add test for QEventTransition when filtering on a QApplication instance | Eskil Abrahamsen Blomfeldt | 2009-11-05 | 1 | -0/+31 | |
| | | * | | | | | | | Removed the FBO stacking behaviour and the test attached to it. | Trond Kjernåsen | 2009-11-05 | 1 | -105/+0 | |
| | * | | | | | | | | Merge commit 'upstream/4.6' into 4.6 | Bradley T. Hughes | 2009-11-06 | 4 | -9/+617 | |
| | |\ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | | | ||||||
| | | * | | | | | | | Merge commit 'origin/4.6' into large-file-support | João Abecasis | 2009-11-05 | 132 | -865/+5658 | |
| | | |\ \ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | | | ||||||
| | | * | | | | | | | Switch large file test to using Unbuffered mode | João Abecasis | 2009-11-05 | 1 | -2/+2 | |
| | | * | | | | | | | Turns out 64-bit fseek/ftell are not available on VS 2003/2002... | João Abecasis | 2009-10-29 | 1 | -0/+5 | |
| | | * | | | | | | | Extending QFile::size test to cover files opened with fd and FILE* | João Abecasis | 2009-10-23 | 1 | -8/+43 | |
| | | * | | | | | | | Fix the LargeFile test for Windows | João Abecasis | 2009-10-23 | 1 | -10/+15 | |
| | | * | | | | | | | Windows doesn't #define STD{IN,OUT,ERR}_FILENO | João Abecasis | 2009-10-23 | 1 | -0/+12 | |
| | | * | | | | | | | Adding a test case for large file support | João Abecasis | 2009-10-21 | 3 | -1/+497 | |
| | | * | | | | | | | Get file position when attaching an open file descriptor to QFile | João Abecasis | 2009-10-21 | 1 | -0/+55 | |
| | * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6 | Morten Johan Sørvig | 2009-11-06 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | Improve the reliability of tst_QGridLayout::minMaxSize() | Bradley T. Hughes | 2009-11-05 | 1 | -2/+2 | |
| * | | | | | | | | | stabilize test | Olivier Goffart | 2009-11-06 | 1 | -1/+1 | |
| * | | | | | | | | | Fix autotests that expected QTextControl to always eat mouse events | Thierry Bastian | 2009-11-06 | 1 | -4/+4 | |
| * | | | | | | | | | Fix QGraphicsScene::isActive if the view is shown while the window is active. | Olivier Goffart | 2009-11-06 | 1 | -0/+178 | |
| * | | | | | | | | | QGraphicsView: Fixes QGraphicsView::focusItem when scene is not active | Olivier Goffart | 2009-11-06 | 1 | -0/+22 | |
| * | | | | | | | | | Merge commit 'origin/4.6' into 4.6 | Olivier Goffart | 2009-11-05 | 31 | -255/+552 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | Merge branch '4.5' into 4.6 | Morten Johan Sørvig | 2009-11-05 | 1 | -0/+34 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | Fix retrieval of SQL type "TIME" information for PostgreSQL | Derick Hawcroft | 2009-11-05 | 1 | -0/+32 | |
| | | * | | | | | | | Avoid infinite loop when laying out text with unconvertible chars | Eskil Abrahamsen Blomfeldt | 2009-10-29 | 1 | -0/+14 | |
| | * | | | | | | | | Cascade delete to cleanup autotest properly. | Bill King | 2009-11-05 | 1 | -2/+2 | |
| | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| | * | | | | | | | Add new cross schema relation autotest | Bill King | 2009-11-05 | 1 | -5/+31 | |
| | | |_|/ / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6 | Jan-Arve Sæther | 2009-11-05 | 3 | -42/+133 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Always set a clip on the painter in QGraphicsView. | Andreas Aardal Hanssen | 2009-11-05 | 1 | -0/+72 | |
| | * | | | | | | | Fix autotest to match API changes | Thierry Bastian | 2009-11-05 | 1 | -42/+42 | |
| | * | | | | | | | Fix textControl so that it ignores mouse press events when needed | Thierry Bastian | 2009-11-05 | 1 | -0/+19 | |
| * | | | | | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-11-05 | 2 | -248/+52 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | QGAL (test): Remove expanding tests | Eduardo M. Fleury | 2009-11-04 | 1 | -228/+10 | |
| | * | | | | | | QGAL (test): Test parent widget size besides children sizes | Eduardo M. Fleury | 2009-11-04 | 1 | -8/+6 | |
| | * | | | | | | QGAL: Avoid false assertions due to floating point precision errors | Eduardo M. Fleury | 2009-11-04 | 1 | -1/+16 | |
| | * | | | | | | QGAL (Test): Disable simplification test when that is off | Eduardo M. Fleury | 2009-11-04 | 1 | -2/+4 | |
| | * | | | | | | QGAL: Update infiniteSizes test to avoid simplification | Eduardo M. Fleury | 2009-11-04 | 1 | -0/+3 | |
| | * | | | | | | QGAL: Do not restrict maximum size of layout anchors | Eduardo M. Fleury | 2009-11-04 | 1 | -3/+3 | |
| | * | | | | | | QGAL: add names to the items in some tests | Caio Marcelo de Oliveira Filho | 2009-11-04 | 2 | -6/+10 | |
| * | | | | | | | Result API review with Jasmin | Thierry Bastian | 2009-11-04 | 5 | -337/+331 | |
| * | | | | | | | Fix crash in QMenu when using QWidgetAction | Olivier Goffart | 2009-11-04 | 1 | -0/+2 | |
| * | | | | | | | Merge commit 'origin/4.6' into 4.6 | Olivier Goffart | 2009-11-04 | 33 | -462/+838 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Stabilize tests | Olivier Goffart | 2009-11-04 | 2 | -8/+8 | |
| * | | | | | | | | Pressing return in a QWizard would erase the active password entry. | Gabriel de Dietrich | 2009-11-03 | 1 | -0/+16 | |
| * | | | | | | | | Introduced QGraphicsItem::ItemSendsScenePositionChanges and | J-P Nurmi | 2009-11-03 | 1 | -0/+74 |