summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* make QScriptEngine::newQMetaObject() workKent Hansen2009-08-052-4/+0
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-0575-310/+3126
|\
| * Autotest: add QSharedPointer and QWeakPointer tests for QWidget tooThiago Macieira2009-08-053-1/+155
| * Restore symmetry between QSharedPointer and QWeakPointer on QObjects.Thiago Macieira2009-08-051-0/+31
| * Add support for using QWeakPointer with QObject, replacing QPointer.Thiago Macieira2009-08-051-0/+110
| * Fix failing autotest tst_QPlainTextEdit::lineWrapModes()mae2009-08-051-1/+6
| * Fixed setting a style shet on a QSpinBox to change the arrow possitionOlivier Goffart2009-08-051-0/+83
| * Fix regressions introduced by 31edb4d5a63b9b3c28cce1c4ca6eb99f62a09759Alexis Menard2009-08-051-0/+43
| * sequential animation group: add autotest for pause/resumeThierry Bastian2009-08-051-0/+36
| * Merge AudioServices into mainline.Justin McPherson2009-08-0513-0/+765
| * Merge branch '4.5'Bill King2009-08-053-4/+34
| |\
| | * Get more database tests working/passing.Bill King2009-08-052-4/+18
| | * Fix ancestor flags that are not correctly update when reparenting.Alexis Menard2009-08-041-0/+16
| * | Fixed bug where Q[Styled]ItemDelegate edition wouldn't terminate whenGabriel de Dietrich2009-08-041-0/+33
| * | Added input hints to QGraphicsItem.jasplin2009-08-041-0/+13
| * | QParallelAnimationGroup pause resume fixedThierry Bastian2009-08-041-0/+33
| * | QMenu now takes minimum width into account for the action rectsThierry Bastian2009-08-041-0/+12
| * | Fixes selectionModel::hasSelection return value after model::resetLeonardo Sobral Cunha2009-08-041-1/+1
| * | Fixed "Hightlighted menu items not always selected" bug.Gabriel de Dietrich2009-08-031-0/+36
| * | Ensure that we never increase the strong reference count up from zero.Thiago Macieira2009-08-031-1/+124
| * | Change the pointer-tracking code to work everywhere.Thiago Macieira2009-08-034-2/+145
| * | Don't forget to delete the deleter object too in QSharedPointer.Thiago Macieira2009-08-031-0/+13
| * | Remove the need for internal API in QSharedPointer.Thiago Macieira2009-08-032-41/+55
| * | Autotest: add a way to ensure that there are no safety-check pointers leakingThiago Macieira2009-08-031-0/+42
| * | Merge branch '4.5'Thiago Macieira2009-08-0310-25/+42
| |\ \ | | |/
| | * Autotest: disable the pointer-tracking tests in 4.5Thiago Macieira2009-08-031-0/+2
| | * Fix more database autotests.Bill King2009-08-032-4/+6
| | * Autotest: add a newline after the user program headers.Thiago Macieira2009-07-301-0/+1
| | * Disable benchlibtickcounter test by default.Rohan McGovern2009-07-291-3/+4
| | * Fixed failure of tst_qmake::simple_app_shadowbuild.Rohan McGovern2009-07-291-0/+1
| | * Fixed failure of tst_moc.Rohan McGovern2009-07-291-1/+1
| | * Skip uic3 test when qt3support is disabled.Rohan McGovern2009-07-291-0/+3
| | * Fixed compile of tst_qitemeditorfactory.Rohan McGovern2009-07-281-5/+5
| | * Fixed failure of tst_q3urloperator.Rohan McGovern2009-07-281-5/+7
| | * Fixed failure of tst_q3socket.Rohan McGovern2009-07-281-6/+8
| | * Fixed failure of tst_qlocale if run when LC_ALL is set.Rohan McGovern2009-07-271-6/+10
| | * Fix a running external tests: user program headers must come first.Thiago Macieira2009-07-261-2/+2
| * | remove constructors that are not usefulKent Hansen2009-08-032-19/+16
| * | Fixes casing fails for databases that have variable casing support.Bill King2009-08-031-3/+5
| * | Revert "Fix QFormLayout which allowed fields to be smaller that their minimum...Olivier Goffart2009-07-311-30/+0
| * | add private goToState() function to state machineKent Hansen2009-07-311-0/+41
| * | test that activation and this-object can be inherited from parent contextKent Hansen2009-07-311-0/+30
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAaron Kennedy2009-07-3118-161/+188
| |\ \
| | * | Autotest: reduce the amout of data transferred to 128 MB, otherwise theThiago Macieira2009-07-301-3/+3
| | * | Autotest: reorganise the HTTP performance testsThiago Macieira2009-07-301-125/+124
| | * | Autotest: fix crash caused by deleting a QSharedPointerThiago Macieira2009-07-301-9/+5
| | * | Do not emit activated and close the popup when the item is not enabled.Benjamin C Meyer2009-07-301-1/+26
| | * | Fix autotests after QUrl change.kh2009-07-3015-25/+25
| | * | parse Q_INVOKABLE explicit constructorsOlivier Goffart2009-07-301-0/+7
| * | | Autotest for QGuardAaron Kennedy2009-07-312-0/+352