summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | don't reset the touch widget in the basicRawEventTranslation() testBradley T. Hughes2009-06-081-5/+3
* | | test basic raw event translationBradley T. Hughes2009-06-081-0/+87
* | | test that TouchBegin events propagate through widgets with Qt::WA_AcceptTouch...Bradley T. Hughes2009-06-081-0/+15
* | | Send the TouchEnd event with Qt::TouchPointReleased maskBradley T. Hughes2009-06-081-1/+1
* | | test that QEvent::TouchUpdate and TouchEnd never propagateBradley T. Hughes2009-06-081-2/+49
* | | add test for TouchBegin propagationBradley T. Hughes2009-06-081-0/+53
* | | add tst_QTouchEventWidget to handle touch eventsBradley T. Hughes2009-06-081-2/+33
* | | make QTouchEvent autotest passBradley T. Hughes2009-06-081-5/+5
* | | add a autotest for touch eventsBradley T. Hughes2009-06-082-0/+97
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-0527-23/+542
|\ \ \ | |/ /
| * | Merge commit 'origin/4.5'Olivier Goffart2009-06-047-13/+93
| |\ \ | | |/
| | * Autotest: add some tests for sending (or failing to) invalid D-Bus callsThiago Macieira2009-06-041-0/+25
| | * BT: Fixes Crash when deleting a QProgressBar which has been styled with QMoti...Olivier Goffart2009-06-041-2/+18
| | * Silence compile warning in the testAndy2009-06-041-2/+2
| | * Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-031-0/+26
| | * Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-031-3/+12
| | * centralize removeServer() invocation for some more determinismOswald Buddenhagen2009-06-031-5/+9
| | * _networktest compile fixJoerg Bornemann2009-06-031-1/+1
| * | 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
| |\ \ | | |/
| | * Correct invalid font.Norwegian Rock Cat2009-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 failure of tst_Selftests::checkXML.Rohan McGovern2009-06-013-4/+9
| | * Fix a ASSERT/Crash when adding two times the same QAction to a QGW.Alexis Menard2009-05-281-0/+16
| | * Fix wrong sorting when using the QFileSystemModel with QTreeViewAlexis Menard2009-05-281-3/+62
| | * Fixed a problem with streaming QIcons containing multiple pixmaps.Trond Kjernåsen2009-05-281-0/+43
| | * Minor cleanup.Trond Kjernåsen2009-05-281-4/+4
| * | Fixed bug in QClipData::fixup().Samuel Rødal2009-06-021-0/+24
* | | Improved touch event emulation code in testlib.Denis Dzyubenko2009-06-031-1/+52
* | | Added pan gesture to the gesture autotestDenis Dzyubenko2009-06-033-5/+115
* | | Moved the QTest::touchEvent() implementation to testlib.Denis Dzyubenko2009-06-031-104/+0
* | | Simplified emulating touch events by using RawTouch event.Denis Dzyubenko2009-06-031-25/+16
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-022-1/+155
|\ \ \ | |/ /
| * | 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
| |\ \
| * | | typo fixDavid Faure2009-05-291-1/+1
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-2912-205/+330
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-277-5/+154
| |\ \ \ | | | |/ | | |/|
| | * | Fixed: Setting a border using stylesheet for QComboBox adds an unwated frame.Olivier Goffart2009-05-271-3/+5