summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Add more resiliant TEST_FILE() methodAaron Kennedy2009-05-152-4/+25
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-151-0/+1
|\
| * Make test compile.Michael Brasser2009-05-151-0/+1
* | Add id shortcut testAaron Kennedy2009-05-143-0/+41
|/
* Add another binding testAaron Kennedy2009-05-142-1/+67
* Deleted context property testAaron Kennedy2009-05-141-0/+14
* Array expressions testAaron Kennedy2009-05-144-109/+148
* Add some expression testsAaron Kennedy2009-05-141-0/+95
* Cleanup testcaseAaron Kennedy2009-05-148-11/+43
* Add gcov flagsAaron Kennedy2009-05-141-0/+4
* Custom string converter testAaron Kennedy2009-05-143-2/+35
* Fixup gcov lib linesAaron Kennedy2009-05-141-1/+1
* Remove AssignSignal instructionAaron Kennedy2009-05-131-1/+1
* Literal signal property assignment testAaron Kennedy2009-05-135-364/+396
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-1329-9/+305
|\
| * More testsAaron Kennedy2009-05-132-0/+15
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-1365-15/+631
| |\
| * | More testsAaron Kennedy2009-05-128-1/+31
| * | Remove accidentally commited CXX flagsAaron Kennedy2009-05-121-1/+1
| * | More testsAaron Kennedy2009-05-1220-6/+257
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-1265-15/+631
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Alexis Menard2009-05-1265-15/+631
| |\ \ | | |/ | |/|
| | * The editor geometry in item views is not correctly updated when 1stThierry Bastian2009-05-121-0/+20
| | * tst_qsslsocket: Added assertions that make test fail if certs not foundMarkus Goetz2009-05-121-0/+2
| | * Merge branch '4.5'Thiago Macieira2009-05-113-0/+345
| | |\
| | | * Add a test for UTF-8 conditionsThiago Macieira2009-05-112-0/+312
| | | * Don't leak memory when assigning scriptvalue to iteratorKent Hansen2009-05-111-0/+33
| | * | Merge branch '4.5'Thiago Macieira2009-05-1159-15/+246
| | |\ \ | | | |/
| | | * Add a license file for the XML Conformance Testsuite.Thiago Macieira2009-05-111-0/+59
| | | * Fixes qt3support unit tests generating compile failures when Qt is notRohan McGovern2009-05-1153-9/+62
| | | * Fixes a crash in QPrinterDialog with relative filenamesJoão Abecasis2009-05-081-0/+18
| | | * Fix QCompleter with UnfilteredPopupCompletionJoão Abecasis2009-05-081-0/+46
| | | * Fix leak of file descriptors in QTemporaryFileJoão Abecasis2009-05-082-2/+46
| | | * Fixes QIBASE driver crashes on multiple execution of a prepared queryBill King2009-05-071-4/+15
| | * | Extend QTextDocument testmae2009-05-081-0/+18
* | | | Add two more test cases to tst_qmlparser.Michael Brasser2009-05-125-1/+11
|/ / /
* | | More QML testsAaron Kennedy2009-05-1229-2/+380
* | | Clean up qmlparser testAaron Kennedy2009-05-1246-234/+168
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-111-1/+1
|\ \ \
| * | | Add support for removing anchors.Michael Brasser2009-05-111-1/+1
| * | | Add context property testAaron Kennedy2009-05-111-1/+29
* | | | Reevaluate expressions when context properties changeAaron Kennedy2009-05-111-1/+71
|/ / /
* | | Detect binding loops.Michael Brasser2009-05-111-2/+37
* | | Add simple loop detection to anchoring system.Michael Brasser2009-05-114-0/+81
* | | Add autotest for crash when compiling "Component {}"Kai Koehne2009-05-081-0/+9
* | | Autotest format conversion.Michael Brasser2009-05-0840-302/+582
* | | Get autotests compiling again. Start converting syntax.Michael Brasser2009-05-0812-68/+69
* | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Michael Brasser2009-05-075-853/+1367
|\ \ \
| * \ \ Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-071-2/+3
| |\ \ \
| | * | | Addeed a warning if one is trying to animate a property that's not partThierry Bastian2009-05-071-2/+3