summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'oslo-staging-1/4.6' into master-mainlineRichard Moe Gustavsen2009-12-043-3/+62
|\
| * Add config checks to auto.proJouni Hiltunen2009-12-021-2/+3
| * Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-021-0/+23
| |\
| | * make signal handlers understand QVariant againKent Hansen2009-11-301-0/+29
| | * fix baseline for "backslashes"Oswald Buddenhagen2009-11-161-2/+2
| * | Benchmark: Duplicate the tests on QDirIterator as well.Thiago Macieira2009-12-021-1/+36
* | | Merge branch '4.6'Thiago Macieira2009-12-034-52/+43
|\ \ \
| * \ \ Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-12-0327-27/+314
| |\ \ \
| | * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Bill King2009-12-0219-15/+301
| | |\ \ \ | | | |/ /
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Bill King2009-12-017-8/+8
| | |\ \ \
| | * | | | Fixed QSqlRelationalTableModel doesn't correctly work with relation in other ...Bill King2009-11-301-4/+5
| * | | | | really fix mingw+msysOswald Buddenhagen2009-12-022-27/+13
| * | | | | less bizarre code; fix minor mistakesOswald Buddenhagen2009-12-021-25/+25
| * | | | | fix for mingw+msysOswald Buddenhagen2009-11-301-5/+9
| |/ / / /
* | | | | Added QGraphicsWidget::autoFillBackground property.J-P Nurmi2009-12-031-0/+27
* | | | | Merge branch '4.6'Thiago Macieira2009-12-0235-43/+690
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-12-0217-21/+137
| |\ \ \ \
| | * \ \ \ Merge commit 'oslo-staging-2/4.6' into upstream/4.6Olivier Goffart2009-12-0210-13/+129
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Fix crash in QVector::reserve when reserving smaller size on a shared vectorOlivier Goffart2009-12-011-0/+14
| | | * | | Extended tst_QListView::indexAt to test viewport bounds.Gabriel de Dietrich2009-12-011-1/+9
| | | * | | Fix QFontCombobox autotest on X11Olivier Goffart2009-12-011-2/+4
| | | * | | Fix tst_qsharedmemory on UnixOlivier Goffart2009-11-301-5/+2
| | | * | | Only call updateFont if the font have changed.Alexis Menard2009-11-301-0/+35
| | | * | | Do not recoginze templated types or pointers as flags.Olivier Goffart2009-11-302-1/+13
| | | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-301-1/+1
| | | |\ \ \
| | | | * | | Fix tst_qspinbox compilation with winscw.Liang Qi2009-11-271-1/+1
| | | * | | | Merge commit 'upstream/4.6' into oslo-staging-2/4.6Olivier Goffart2009-11-2712-38/+158
| | | |\ \ \ \
| | | * | | | | compile fix for autotestThierry Bastian2009-11-271-2/+5
| | | * | | | | compile fix for autotestThierry Bastian2009-11-271-1/+5
| | | * | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-11-271-0/+41
| | | |\ \ \ \ \
| | | | * | | | | QGAL: default spacing can be unset using a negative valueEduardo M. Fleury2009-11-251-0/+41
| | | | * | | | | QGAL: sizeHint constraints needed by anchors parallel with the layoutEduardo M. Fleury2009-11-251-0/+32
| | | | * | | | | QGAL: deal correctly with anchors in parallel with the layoutCaio Marcelo de Oliveira Filho2009-11-251-0/+52
| | * | | | | | | Bump version to 4.6.1Jason McDonald2009-12-017-8/+8
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Fixes a crash on Mac with QFileInfo.Denis Dzyubenko2009-11-301-0/+4
| * | | | | | | Unix: Avoid stat() when opening a fileMarkus Goetz2009-11-301-1/+12
| * | | | | | | Fix garbage collection issue with script-owned objects with connectionsKent Hansen2009-11-301-0/+18
| * | | | | | | Make sure that cleanupTestCase() do not statBenjamin Poulain2009-11-301-1/+2
| * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-2917-28/+389
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge remote branch 'staging/4.6' into 4.6Oswald Buddenhagen2009-11-272-0/+22
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | * | | | | add qph autotestOswald Buddenhagen2009-11-252-0/+22
| | * | | | | | Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-2715-28/+367
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Fixed non-compiling Q*SpinBox auto-testsGabriel de Dietrich2009-11-272-2/+4
| | | | |_|/ / | | | |/| | |
| | | * | | | QSortProxyModel: Crash when changing model with 2-level proxy and selected itemsGabriel de Dietrich2009-11-261-0/+37
| | | * | | | Don't crash via proxy model when moving QModelIndexesStephen Kelly2009-11-261-0/+21
| | | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-261-0/+38
| | | |\ \ \ \
| | | | * | | | Fixed crash when scrolling with deleted backingstoreJanne Koskinen2009-11-251-0/+38
| | | * | | | | Fix a crash in KDE/Plasma with QGraphicsView. TopLevel list of itemsAlexis Menard2009-11-261-0/+32
| | | * | | | | QGraphicsTextItem::setDefaultTextColor check change before calling update()Olivier Goffart2009-11-261-6/+11
| | | * | | | | Optimize QObjectPrivate::isSignalConnectedOlivier Goffart2009-11-261-0/+109