summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-1011-23/+179
|\
| * Move declaration of QFileInfoPrivate in a separate file _p andAlexis Menard2009-06-101-0/+56
| * Fix some incorrect license headers.Jason McDonald2009-06-104-4/+4
| * Add support for TIFF formats (Mono and indexed)Benjamin Poulain2009-06-091-0/+26
| * small improvement/refactor to cssparserThierry Bastian2009-06-091-2/+43
| * Fix floating point exception in QImageReader::setScaledSize(QSize(0, 0))Leonardo Sobral Cunha2009-06-091-0/+26
| * Fix QImageReader autotest compilationLeonardo Sobral Cunha2009-06-091-1/+1
| * make bic test works in shadow buildOlivier Goffart2009-06-092-16/+23
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-0810-59/+263
|\ \ | |/
| * 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
| |\
| | * Autotest: Fixed a race condition in the network self test.Thiago Macieira2009-06-051-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
* | | 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-0529-43/+612
|\ \ \ | |/ /
| * | 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
| * | Make the bench a bit faster.Alexis Menard2009-06-041-2/+2
| * | Add some comparisons with std::string to the QStringBuilder benchmarks.hjk2009-06-041-18/+68
| * | 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