summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QTBUG-6781 testcaseAaron Kennedy2009-12-142-0/+32
* Throw error when attempting to write to a non-existant property via script.Michael Brasser2009-12-113-0/+6
* Throw error when attempting to write to a read-only property via script.Michael Brasser2009-12-113-1/+7
* Generate error when attempting to write to a read-only object property.Michael Brasser2009-12-104-0/+19
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Alan Alpert2009-12-1013-30/+217
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-1013-30/+217
| |\
| | * Put symbian-specific test inside symbian qmake scope.Rohan McGovern2009-12-101-1/+4
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Bill King2009-12-0911-28/+213
| | |\
| | | * Merge branch 'berlin-staging-2' into 4.6Joerg Bornemann2009-12-091-1/+1
| | | |\
| | | | * Compilation fix for Windows Mobileninerider2009-11-231-1/+1
| | | * | Merge commit 'origin/4.6' into 4.6-upstreamBradley T. Hughes2009-12-091-0/+10
| | | |\ \
| | | | * | Autotest: ensure that QSharedPointer does proper autocasting throughThiago Macieira2009-12-081-0/+10
| | | * | | Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-12-099-27/+202
| | | |\ \ \
| | | | * | | Fixes broken graphics effect auto tests.Bjørn Erik Nilsen2009-12-081-6/+6
| | | | * | | Assert in designer while drag & dropping items from a QListWidgetGabriel de Dietrich2009-12-071-0/+1
| | | | * | | Fixed memory leaks when removing a QGraphicsEffect from a QGraphicsItem or QW...Yoann Lopes2009-12-072-0/+32
| | | | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-12-071-1/+15
| | | | |\ \ \
| | | | | * | | Switched S60 QDesktopServices implementation to CDocumentHandler based.Janne Anttila2009-12-041-1/+15
| | | | * | | | Fix programming error in autotest commit 8529a8cbbPaul Olav Tvete2009-12-071-2/+1
| | | | * | | | Fixes problem with QMenu when it's populated on the aboutToShowPierre Rossi2009-12-041-1/+35
| | | | * | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-12-0410-53/+133
| | | | |\ \ \ \
| | | | * \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Jan-Arve Sæther2009-12-042-0/+123
| | | | |\ \ \ \ \
| | | | | * | | | | Fixes clipping bug in the embedded dialogs demo.Yoann Lopes2009-12-041-0/+39
| | | | | * | | | | Fix crash when QGraphicsItem destructor deletes other QGraphicsItemOlivier Goffart2009-12-041-0/+6
| | | | * | | | | | Merge branch 'fleury-ooo-sequential' into 4.6Jan-Arve Sæther2009-12-042-19/+69
| | | | |\ \ \ \ \ \ | | | | | |_|_|/ / / | | | | |/| | | | |
| | | | | * | | | | Merge branch 'ooo-sequential' of git://gitorious.org/~fleury/qt/fleury-openbo...Jan-Arve Sæther2009-12-012-19/+69
| | | | | |\ \ \ \ \
| | | | | | * | | | | QGAL: Enable out-of-order sequential simplificationEduardo M. Fleury2009-11-271-1/+0
| | | | | | * | | | | QGAL (Test): Fix memory leaks in example and testsEduardo M. Fleury2009-11-272-18/+32
| | | | | | * | | | | QGAL (Test): Add QGraphicsAnchor handling testEduardo M. Fleury2009-11-271-0/+37
| | | | | | * | | | | QGAL: default spacing can be unset using a negative valueEduardo M. Fleury2009-11-271-0/+41
| | * | | | | | | | | Remove this unnecessary and verbose line.Bill King2009-12-081-1/+0
| | |/ / / / / / / /
* | | | | | | | | | Add anchors.marginsAlan Alpert2009-12-102-2/+41
* | | | | | | | | | Update centerIn when center offsets changeAlan Alpert2009-12-102-3/+49
|/ / / / / / / / /
* | | | | | | | | Allow anchoring baseline to parentAlan Alpert2009-12-093-0/+276
* | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-12-096-10/+47
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-092-0/+28
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Let anchors.centerIn honor horizontalCenterOffset and verticalCenterOffset.Michael Brasser2009-12-092-0/+28
| * | | | | | | | | | print error messageWarwick Allison2009-12-091-0/+12
| * | | | | | | | | | Remove ASSERT-failing testsWarwick Allison2009-12-091-4/+0
| * | | | | | | | | | Inline QML still needs a URL so that subtypes are relative to that URL.Warwick Allison2009-12-091-1/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-12-082-1/+35
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Stagger creation and release of items in GridView.Martin Jones2009-12-081-5/+6
* | | | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-12-082-1/+35
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-0836-88/+565
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-071-1/+27
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| / / / / / / / / | | | |/ / / / / / / /
| | | * | | | | | | | Merge remote branch 'staging/4.6' into 4.6Oswald Buddenhagen2009-12-071-1/+27
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Added auto test for the cursor position when doing block undo and redomae2009-12-041-1/+27
| * | | | | | | | | | | Missed fileWarwick Allison2009-12-071-0/+8
* | | | | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-12-0739-90/+544
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiMichael Brasser2009-12-0735-87/+538
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| / / / / / / / / / | | |/ / / / / / / / /