summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-111-16/+19
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-107-53/+691
|\
| * QPainter::worldTransform() does not return identity matrix.Bjørn Erik Nilsen2009-06-101-0/+94
| * Merge commit 'qt-mainline/master' into master-recursivepaintAndreas Aardal Hanssen2009-06-102-12/+83
| |\
| | * Made QListWidgetItem::operator<() check if the data is numerical when comparing.J-P Nurmi2009-06-101-12/+27
| * | Merge commit 'qt-mainline/master' into master-recursivepaintAndreas Aardal Hanssen2009-06-1010-23/+123
| |\ \
| * | | Fix tst_QGraphicsProxyWidget::scrollUpdate test, wrong test.Andreas Aardal Hanssen2009-06-101-1/+1
| * | | Fix sorting bug when using BSP tree index + add autotest.Andreas Aardal Hanssen2009-06-091-0/+56
| * | | Ensure we use the correct static paintedItems list.Andreas Aardal Hanssen2009-06-091-6/+6
| * | | Fix QGraphicsView::render() regression, ensure the right device is passed.Andreas Aardal Hanssen2009-06-091-0/+57
| * | | Revert 7aee2a7054d1ca280f6dfc9c46b3fe2ce403ccb3, fix render bugs.Andreas Aardal Hanssen2009-06-091-10/+62
| * | | Add ItemSendsGeometryChanges, replacing itemChangeEnabled().Andreas Aardal Hanssen2009-06-091-3/+55
| * | | Auto-test to ensure moved items don't leave traces.Bjørn Erik Nilsen2009-06-091-0/+78
| * | | Add another auto-test ensuring updates outside the brect are discared.Bjørn Erik Nilsen2009-06-091-0/+8
| * | | Fix two regressions in Plasma. The painter state proctection was notAlexis Menard2009-06-092-0/+89
| * | | Add (back) properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-06-091-0/+199
| * | | A partial QGraphicsItem update causes a full update to be discarded.Bjørn Erik Nilsen2009-06-091-1/+30
| * | | QGraphicsItem discard updates when it shouldn't.Bjørn Erik Nilsen2009-06-091-0/+28
| * | | Fix tst_QGraphicsView::acceptMousePressEvent (by entering event loop).Andreas Aardal Hanssen2009-06-091-0/+2
| * | | Make sure we reset the updateAll variable correctly.Bjørn Erik Nilsen2009-06-091-0/+1
| * | | 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
* | | | 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