summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fixed qmake writing targets into the root of the current drive whenRohan McGovern2009-05-261-0/+16
| * | Add comparation of images with indexed colorBenjamin Poulain2009-05-271-0/+28
| * | Add a flag that ensure that a connection is made only oneOlivier Goffart2009-05-271-4/+77
| * | We first remove the pixmap from the cache and then release the keyAlexis Menard2009-05-261-0/+8
| * | Fixed a bug in animation when you set a start value that doesn't haveThierry Bastian2009-05-261-19/+58
| * | Fix the previous fix.Jan-Arve Sæther2009-05-261-177/+5
| * | Merge branch '4.5'Thiago Macieira2009-05-225-1/+159
| |\ \ | | |/
| | * Pressing enter in a QPlainTextEdit embedded on a itemview should insert a new...Olivier Goffart2009-05-221-0/+78
| | * Unconditionally open temporary files in ReadWrite modeJoão Abecasis2009-05-221-0/+15
| | * QTemporaryFile would forget fileName while file was "closed"João Abecasis2009-05-221-0/+23
| | * Fix auto testJoão Abecasis2009-05-221-1/+8
| | * QFile::copy: close source file when using fallback mechanismJoão Abecasis2009-05-223-1/+36
| * | add various testsKent Hansen2009-05-221-18/+86
| * | test what happens when changing to an invalid signal while state is activeKent Hansen2009-05-221-0/+6
| * | add tests for multiple signal/event transitions from same sourceKent Hansen2009-05-221-0/+68
| * | make sure signal transition is correctly unregistered/re-registeredKent Hansen2009-05-221-8/+27
| * | make sure event transition is correctly unregistered/re-registeredKent Hansen2009-05-221-0/+13
| * | add qstatemachine autotest to auto.proKent Hansen2009-05-221-0/+1
| * | add some edge case tests for QStateMachine::start() & stop()Kent Hansen2009-05-221-0/+8
| * | Fix QEasingCurve autotestsLeonardo Sobral Cunha2009-05-221-15/+193
| * | Merge branch '4.5'Thiago Macieira2009-05-223-1/+600
| |\ \ | | |/
| | * Add an autotest to check that the network test server worksThiago Macieira2009-05-223-1/+600
| * | Say hello to animation API and state machine API (now with history)Kent Hansen2009-05-2216-0/+8234
| |\ \
| | * \ Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Thierry Bastian2009-05-221-78/+199
| | |\ \
| | | * | add more testsKent Hansen2009-05-221-64/+124
| | | * | add more testsKent Hansen2009-05-221-14/+75
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-22137-541/+11677
| | |\ \ \ | | | |/ / | | |/| |
| | * | | Use QTest::ignoreMessage() instead of custom implementationEskil Abrahamsen Blomfeldt2009-05-221-52/+14
| | * | | Avoid memory leaks in QStateMachine testsEskil Abrahamsen Blomfeldt2009-05-201-29/+28
| | * | | Update current value on QVariantAnimation::setKeyValuesLeonardo Sobral Cunha2009-05-151-0/+34
| | * | | Avoid interpolating if we have less than 2 key values in QVariantAnimationLeonardo Sobral Cunha2009-05-151-0/+31
| | * | | Indentation and whitespace fixes in animation apiLeonardo Sobral Cunha2009-05-151-2/+2
| | * | | Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-142-5/+5
| | * | | correctly handle multiple event transitions for same (object,event)Kent Hansen2009-05-131-0/+48
| | * | | correctly handle multiple signal transitions for same (object,signal)Kent Hansen2009-05-121-0/+45
| | * | | Merge branch 'kinetic-statemachine' of git@scm.dev.nokia.troll.no:qt/kinetic ...Alexis Menard2009-05-129-1117/+1801
| | |\ \ \
| | | * | | Don't interrupt test before animation finishesEskil Abrahamsen Blomfeldt2009-05-121-2/+4
| | | * | | Kill warning in removeDefaultAnimation() testEskil Abrahamsen Blomfeldt2009-05-121-2/+5
| | | * | | Avoid warnings in assignPropertyWithAnimation testEskil Abrahamsen Blomfeldt2009-05-121-0/+8
| | | * | | gracefully handle deletion of transition's target stateKent Hansen2009-05-081-0/+13
| | | * | | Test what happens when target state doesn't have a parentKent Hansen2009-05-081-0/+25
| | | * | | make sure connections and event filters are removed when state machine haltsKent Hansen2009-05-081-0/+4
| | | * | | don't create transition to null stateKent Hansen2009-05-081-2/+23
| | | * | | don't add signal transition if target is null or signal doesn't existKent Hansen2009-05-071-2/+21
| | | * | | Make it impossible to have root state as source or target of transition or as...Eskil Abrahamsen Blomfeldt2009-05-071-2/+5
| | | * | | 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