Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | record id-based messages even if they have an empty source | Oswald Buddenhagen | 2009-11-06 | 5 | -0/+25 |
* | handle messages with ids (more) correctly | Oswald Buddenhagen | 2009-11-06 | 9 | -1/+101 |
* | Merge remote branch 'mainline/4.6' into 4.6 | Oswald Buddenhagen | 2009-11-06 | 37 | -796/+1905 |
|\ | |||||
| * | Improving reliability and information from the large file test | João Abecasis | 2009-11-06 | 1 | -0/+35 |
| * | Merge commit 'origin/4.6' into 4.6 | Olivier Goffart | 2009-11-06 | 14 | -149/+726 |
| |\ | |||||
| | * | Merge branch '4.6-s60' into 4.6 | axis | 2009-11-06 | 3 | -5/+4 |
| | |\ | |||||
| | | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60 | axis | 2009-11-05 | 5 | -19/+143 |
| | | |\ | |||||
| | | * | | Fixed symbian-abld build problems with xmlpatternsxqts | Miikka Heikkinen | 2009-11-05 | 2 | -3/+1 |
| | | * | | tst_qwidget widgetAt now does not leave widget lowered if test fails | Gareth Stockwell | 2009-11-04 | 1 | -2/+3 |
| | * | | | 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 |