summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Prevented QWizard from crashing upon removing a page after deleting a field o...jasplin2009-06-221-0/+22
* Moving a child widget right after show() does not work as expected.Bjørn Erik Nilsen2009-06-221-0/+28
* Fixed wrong painting when doing IntersectClip after setClipping(false).Samuel Rødal2009-06-222-0/+15
* QItemEditorFactory: made sure the ownership is taken on theThierry Bastian2009-06-181-7/+31
* Made QInputDialog::getText() return null QString when rejectedStian Sandvik Thomassen2009-06-181-2/+23
* Fixed bugs in QPainterPath::united().Samuel Rødal2009-06-171-0/+20
* Fixed segmentation fault caused by empty clip.Samuel Rødal2009-06-171-0/+19
* add SqlQuery unit test for task: 234422Derick Hawcroft2009-06-171-1/+40
* Update license headers as requested by the marketing department.Jason McDonald2009-06-16891-1916/+1916
* Fixes to get some MS Sql Server tests running again + new db definitions.Bill King2009-06-162-1/+10
* Add Qt 4.4.0 linux-gcc-ia32 testdata to bic test and make the bic testRohan McGovern2009-06-1614-33/+129891
* Fix wrong comparator in QSslCertificatePrivate::QByteArray_from_X509Markus Goetz2009-06-151-0/+38
* make qscript unit tests not crash when test files are not foundKent Hansen2009-06-152-16/+18
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Derick Hawcroft2009-06-155-673/+50
|\
| * BT Revert "Fix the behaviour of sql classes regarding quoted identifiers"Bill King2009-06-155-673/+50
* | unit test for task 229811Derick Hawcroft2009-06-151-7/+55
|/
* Adds unit test for task: 180617Derick Hawcroft2009-06-151-4/+41
* 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
* Autotest: Fixed a race condition in the network self test.Thiago Macieira2009-06-051-6/+0
* 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
* Correct invalid font.Norwegian Rock Cat2009-06-021-1/+1
* 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: Setting a border using stylesheet for QComboBox adds an unwated frame.Olivier Goffart2009-05-271-3/+5
* Fixes for merge-request #407Leonardo Sobral Cunha2009-05-271-33/+37
* Dont show children when parent is not visible in QGraphicsItemdiaulas2009-05-271-0/+32
* QFileDialog selection bug when calling it multiple times.Alexis Menard2009-05-261-0/+33
* Test for QDate::fromDate with string format.Olivier Goffart2009-05-261-0/+26
* Fixed: QSortFilterProxyModel setDynamicSortFilter doesn't works when setting ...Olivier Goffart2009-05-262-1/+38
* Fixed qmake writing targets into the root of the current drive whenRohan McGovern2009-05-261-0/+16
* Pressing enter in a QPlainTextEdit embedded on a itemview should insert a new...Olivier Goffart2009-05-221-0/+78
* Unconditionally open temporary files in ReadWrite modeJoão Abecasis2009-05-221-0/+15
* QTemporaryFile would forget fileName while file was "closed"João Abecasis2009-05-221-0/+23
* Fix auto testJoão Abecasis2009-05-221-1/+8
* QFile::copy: close source file when using fallback mechanismJoão Abecasis2009-05-223-1/+36