summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-2287-666/+1847
|\
| * qfxtext test runs.Martin Jones2009-05-215-5/+7
| * Repeater tests run.Martin Jones2009-05-2124-28/+43
| * Listview tests run.Martin Jones2009-05-2121-22/+30
| * Get visual auto testing working again.Martin Jones2009-05-2113-289/+1143
| * Convert visual autotests.Martin Jones2009-05-2131-333/+635
* | Add support for baseline anchoring.Michael Brasser2009-05-224-0/+74
|/
* Fix some test dataAaron Kennedy2009-05-208-13/+13
* Added QmlEngine::componentSearchPath()Kai Koehne2009-05-193-1/+50
* Add a basic anchoring autotest.Michael Brasser2009-05-192-2/+188
* Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Michael Brasser2009-05-183-17/+273
|\
| * 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-1212-1176/+1837
| |\
| | * 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 '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-statemachineAlexis Menard2009-05-12287-2462/+6082
| |\ \
* | \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-1514-20/+1656
|\ \ \ \
| * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-153-0/+41
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Warwick Allison2009-05-1514-20/+1656
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '4.5'Thiago Macieira2009-05-142-2/+117
| | |\ \ \ \ \
| | | * | | | | QColor::toCmyk() does not convert the color if it is already in CMYKBenjamin Poulain2009-05-141-0/+21
| | | * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Andy2009-05-141-0/+110
| | | |\ \ \ \ \
| | | | * | | | | Fix QGraphicsItem::deviceTransform() to also work with normal items.Andreas Aardal Hanssen2009-05-141-0/+110
| | | * | | | | | Prevent duplicate entries in the sidebar when the paths are the sameAndy2009-05-141-2/+7
| | | |/ / / / /
| | * | | | | | QColor::toCmyk() does not convert the color if it is already in CMYKBenjamin Poulain2009-05-141-0/+21
| | * | | | | | Fix missing update of edit geometry on QSpinBoxJens Bache-Wiig2009-05-141-0/+6
| | * | | | | | Fix sending of double-click events after explicit grab-ungrab.Andreas Aardal Hanssen2009-05-141-0/+99
| | * | | | | | Merge branch 'master' of ../master into contiguouscacheIan Walters2009-05-1410-18/+947
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch '4.5'Thiago Macieira2009-05-132-0/+73
| | | |\ \ \ \ \ \ | | | | |/ / / / /
| | | | * | | | | Improve the HTTP status line parsing and catch more errors.Thiago Macieira2009-05-131-0/+7
| | | | * | | | | Fix handling of garbage data sent by the HTTP server instead of aThiago Macieira2009-05-131-0/+42
| | | | * | | | | Reset the 'connectedToScene' flag when changing the scene of a viewLeonardo Sobral Cunha2009-05-131-0/+24
| | | * | | | | | QNAM: Upload architecture change: Auto testMarkus Goetz2009-05-131-16/+516
| | | * | | | | | QRingBuffer: Enanced with readPointerAtPositionMarkus Goetz2009-05-133-0/+207
| | | * | | | | | Merge commit 'origin/4.5'Olivier Goffart2009-05-132-2/+105
| | | |\ \ \ \ \ \ | | | | |/ / / / /
| | | | * | | | | Fixes a segfault from out of order cleanup of mysql resources.Bill King2009-05-131-2/+20
| | | | | |_|/ / | | | | |/| | |
| | | | * | | | Fixed bug with Qt::WidgetWithChildren shortcut context in QGraphicsWidget.jasplin2009-05-121-0/+85
| | | * | | | | QListView was assuming that selected indexes were always children ofThierry Bastian2009-05-121-0/+24