summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added new qwebkit autotests.Simon Hausmann2009-06-157-1/+121
* Stage 1 of incorporating database level precision policy.Bill King2009-06-151-10/+16
* Fixed bitmap drawing in GL 2 engine when not using GL pixmap backend.Samuel Rødal2009-06-121-0/+11
* Integrating QProxyStyleJens Bache-Wiig2009-06-121-1/+41
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBjørn Erik Nilsen2009-06-121-32/+73
|\
| * Made QPixmap autotest pass with -graphicssystem openglSamuel Rødal2009-06-121-32/+73
* | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-1211-22/+95
|\ \ | |/ |/|
| * QGraphicsItem::setOpacity(0.0) does not trigger an update of child itemsLeonardo Sobral Cunha2009-06-121-1/+50
| * Fixed compile of arthur tests when Qt is configured without opengl orRohan McGovern2009-06-105-5/+13
| * Fix the qitemdelgate test.Olivier Goffart2009-06-091-14/+14
| * Fixed intermittent failure of tst_selftests.Rohan McGovern2009-06-091-1/+1
| * Fixed crash in tst_qcombobox when Qt is built in debug mode.Rohan McGovern2009-06-091-1/+1
| * Fixed tst_qmake failing to compile when QMAKE_CROSS_COMPILED is defined.Rohan McGovern2009-06-091-1/+2
| * Change order of functions in QInputDialog::getDouble()Markus Goetz2009-06-081-0/+15
* | QGraphicsItems are repainted when outside the view's exposed region.Bjørn Erik Nilsen2009-06-121-0/+34
* | Fixed bug where QTransform::type() failed to compute the correct type.Samuel Rødal2009-06-121-0/+7
* | Allow a maximum of 6 simultaneous HTTP connections to a server.Prasanth Ullattil2009-06-121-0/+31
* | Fixed qtextcodec autotest so it can be run from a build directory.Denis Dzyubenko2009-06-112-6/+6
* | UTF-8 text codec should be able to convert data when fed one by one byte.Denis Dzyubenko2009-06-112-0/+67
* | Skip the byte order mark when converting the utf16 and utf32 dataDenis Dzyubenko2009-06-111-1/+13
* | Painting artifacts in QGraphicsView.Bjørn Erik Nilsen2009-06-111-0/+63
* | Makes the ODF writer use one text:tab tag for each tab, per ODF spec.Thomas Zander2009-06-111-1/+1
* | Make sure custom arrow images works if we only specify it.Olivier Goffart2009-06-113-0/+144
* | Invalid QPersistentIndexes after QStandardItem::takeRowOlivier Goffart2009-06-112-21/+127
* | added properties for x,y and z. Removed the notify for the pos property,Lars Knoll2009-06-113-1/+266
* | tst_qpixmap compile fixJoerg Bornemann2009-06-101-1/+1
* | Adding support in QVariant for conversions between QUrl and QStringThierry Bastian2009-06-101-3/+11
* | 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
| * | Move declaration of QFileInfoPrivate in a separate file _p andAlexis Menard2009-06-101-0/+56
* | | Merge commit 'qt-mainline/master' into master-recursivepaintAndreas Aardal Hanssen2009-06-1010-23/+123
|\ \ \ | |/ /
| * | 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
* | | 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