summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Compatibility fix for QGraphicsScene::sceneRectChanged()/sceneRect().Bjørn Erik Nilsen2009-06-091-0/+2
| * | | Ensure this test goes via QGraphicsScene::drawItems().Andreas Aardal Hanssen2009-06-091-0/+1
| * | | Remove leftover code from merge conflict.Andreas Aardal Hanssen2009-06-091-126/+0
| * | | Massive re-factoring of Graphics View's update mechanism.Bjørn Erik Nilsen2009-06-091-2/+3
| |/ /
| * | Fixed ListView so that it is able to move items in negative space andThierry Bastian2009-06-081-0/+51
| * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-081-6/+0
| |\ \ | | |/
| * | Extend auto test to cover the emission order of the contentChange() andmae2009-06-081-0/+32
| * | Made QTreeWidgetItem::operator<() check if the data is numerical when comparing.J-P Nurmi2009-06-081-0/+4
| * | make signal handlers understand QVariant againKent Hansen2009-06-051-0/+29
| * | have QScriptValue::toVariant() convert Array objects to QVariantListsKent Hansen2009-06-051-0/+21
| * | Revert two of my commits, restoring the original fix for focus handling.Denis Dzyubenko2009-06-051-18/+0
| * | add HTTP DELETE support to Network Access APIPeter Hartmann2009-06-051-0/+99
| * | handle qreal properties correctly in the meta-object systemKent Hansen2009-06-051-0/+27
| * | Make QStringBuilder work out-of-the-box if QT_NO_CAST_FROM_ASCII is definedhjk2009-06-051-35/+0
| * | Merge commit 'origin/4.5'Olivier Goffart2009-06-047-13/+93
| |\ \
| * | | Autotest: fix detection of generated files and strip the first lineThiago Macieira2009-06-041-0/+3
| * | | Add some compile tests for QStringBuilder.hjk2009-06-0410-0/+220
| * | | Fixes failure when attempting to run all tests.Rohan McGovern2009-06-031-1/+0
| * | | fix silly typoKent Hansen2009-06-031-1/+13
| * | | don't require use of SIGNAL macro in calls to addTransition()Kent Hansen2009-06-031-0/+28
| * | | Merge branch '4.5'Denis Dzyubenko2009-06-021-1/+1
| |\ \ \
| * | | | Setting a focus on a widget hierarchy which contains both visible andDenis Dzyubenko2009-06-021-0/+35
| * | | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-024-7/+125
| |\ \ \ \
| * | | | | Fixed bug in QClipData::fixup().Samuel Rødal2009-06-021-0/+24
| * | | | | Unit tests for 2D QMatrix4x4::translate() and scale()Rhys Weatherley2009-06-021-0/+40
| * | | | | Optimize QMatrix4x4::mapRect() for translation and scale operationsRhys Weatherley2009-06-021-0/+114
| * | | | | Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-2933-11/+9614
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-277-5/+154
| | |\ \ \ \ \
| | * | | | | | 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
| | |\ \ \ \ \ \
| | * | | | | | | 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
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ 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