summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | add QStateMachine::isRunning()Kent Hansen2009-05-071-0/+42
| * | | | Rename NoDefaultStateInHistoryState -> NoDefaultStateInHistoryStateError for ...Eskil Abrahamsen Blomfeldt2009-05-071-1/+1
| * | | | Fix infinite loop when source and target of transition are in different treesEskil Abrahamsen Blomfeldt2009-05-071-3/+2
| * | | | Fix tests for history state and entering root stateEskil Abrahamsen Blomfeldt2009-05-071-5/+3
| * | | | Compile with new APIEskil Abrahamsen Blomfeldt2009-05-071-2/+2
| |/ / /
| * | | add event as argument to onEntry(), onExit() and onTransition()Kent Hansen2009-05-051-8/+8
| * | | ignore QState::assignProperty() calls where the target object is 0Kent Hansen2009-05-041-0/+4
| * | | When restoring properties in descendants of a state which assigns it a value,Eskil Abrahamsen Blomfeldt2009-04-301-0/+64
| * | | The intuitive interpretation of RestoreProperties is that a value isEskil Abrahamsen Blomfeldt2009-04-301-1/+55
| * | | kill QStateMachine::animationsFinished(), introduce QState::polished()Kent Hansen2009-04-291-2/+153