summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests after 05adc294d063171d9d0accf819826684813d396aMichael Brasser2010-01-1318-151/+298
|
* Fix and test version 0.0 installed imports.Warwick Allison2010-01-132-0/+9
|
* Give full error message (with line number) on XMLHttpRequest slot failures.Warwick Allison2010-01-131-1/+19
|
* Test version 0.0Warwick Allison2010-01-131-0/+9
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-122-9/+33
|\ | | | | | | into kinetic-declarativeui
| * Test that exceptions are passed.Warwick Allison2010-01-121-9/+26
| | | | | | | | Task-number: QTBUG-6507
| * Fix states autotests to work with deferred properties.Michael Brasser2010-01-121-0/+7
| |
* | Simple QmlGraphicsImage benchmarkAaron Kennedy2010-01-123-0/+121
|/
* CompileAaron Kennedy2010-01-121-1/+1
|
* Don't double enter states at startup.Aaron Kennedy2010-01-122-0/+36
| | | | QT-2697
* Ignore anchor loop duplicate error.Warwick Allison2010-01-111-0/+1
|
* unwarnWarwick Allison2010-01-112-7/+10
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-111-0/+7
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Ignore expected test warningsAaron Kennedy2010-01-111-0/+7
| |
* | missed fileWarwick Allison2010-01-111-0/+7
| |
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-111-1/+8
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Use QMetaObject::disconnectOne() in QMLAaron Kennedy2010-01-111-1/+8
| | | | | | | | QTBUG-6781
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-111-0/+9
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-111-6/+6
| |\ | | | | | | | | | into kinetic-declarativeui
| * | Don't double function'ize dynamic QML functionsAaron Kennedy2010-01-111-0/+9
| | |
* | | Don't use a virtual signal - moc complains.Warwick Allison2010-01-111-1/+2
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-111-1/+0
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-117-8/+27
| |\ | | | | | | | | | into kinetic-declarativeui
| * | Remove debuggingAaron Kennedy2010-01-111-1/+0
| | |
* | | qmlInfo now gives QML type, not C++ classname.Warwick Allison2010-01-111-6/+6
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-111-2/+73
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * More text benchmarks.Michael Brasser2010-01-111-2/+73
| |
* | report error betterWarwick Allison2010-01-111-1/+1
| |
* | document test weaknessWarwick Allison2010-01-111-0/+6
| |
* | QTBUG-6507 appears fixed (don't know when)Warwick Allison2010-01-112-4/+17
| |
* | avoid false passWarwick Allison2010-01-111-1/+0
| |
* | Don't put necessary code in Q_ASSERTWarwick Allison2010-01-111-2/+2
| | | | | | | | (test failed in release mode)
* | Qt has more stuff in rich text now.Warwick Allison2010-01-111-0/+1
|/
* Compile (will still fail)Warwick Allison2010-01-111-1/+1
|
* Compile.Warwick Allison2010-01-112-3/+9
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-114-2/+28
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-116-0/+214
| |\ | | | | | | | | | into kinetic-declarativeui
| * | Optimization: Passing QScriptEngine to QScriptValue is much fasterAaron Kennedy2010-01-091-2/+2
| | |
| * | Another dynamic method autotestAaron Kennedy2010-01-093-0/+26
| | |
* | | Compile after change b9d7f819b7bf9f7c39735377ae2e3e4d4afa1cf7Warwick Allison2010-01-111-0/+8
| |/ |/|
* | Make it easier to understand if test fails.Warwick Allison2010-01-082-2/+5
| |
* | Test QmlModulePluginWarwick Allison2010-01-086-0/+211
|/
* QML dynamic function benchmarkAaron Kennedy2010-01-085-0/+117
|
* QML signal handler benchmarkAaron Kennedy2010-01-085-0/+97
|
* Basic QML JS benchmarkAaron Kennedy2010-01-082-0/+462
|
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeuiAaron Kennedy2010-01-0524-72/+838
|\
| * Fixes crash when widget with WA_StaticContents child become toplevel.Olivier Goffart2009-12-291-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | Happens for example if a DockWidget is undocked and has a child whith the WA_StaticContents attribute. The parent does not change (so newParent is false) but still, the top level widget change. So staticWidget need to be moved to the new backingstore. Reviewed-by: Benjamin Poulain Task-number: QTBUG-6883
| * QUrl::toEncoded() fix for the case of "password, but no username".David Faure2009-12-281-0/+7
| | | | | | | | | | | | | | | | | | | | QUrl::setPassword() without QUrl::setUserName() is actually useful, e.g. for kde's ldap:// slave. QUrl::toString() already handled this correctly, but QUrl::toEncoded() would forget the password in such a case. Autotest added. Merge-request: 2276 Reviewed-by: Olivier Goffart <ogoffart@trolltech.com>
| * Fix tst_QFileInfo::isHidden_data on WindowsOlivier Goffart2009-12-281-2/+2
| | | | | | | | Commit d27006b2a853924a11aa2bc45 did not fully revert the test
| * QStyleSheetStyle: Fixed some text croped when having padding with native border.Olivier Goffart2009-12-281-0/+57
| | | | | | | | | | | | | | The native border width need to be taken into account in QRenderRule::boxRect() Task-number: QTBUG-6855 Reviewed-by: Benjamin Poulain