summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an autotest to check that the network test server worksThiago Macieira2009-05-223-1/+600
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jedrzej Nowacki2009-05-202-15/+21
|\
| * make QSslSocket test work also for shadow buildsPeter Hartmann2009-05-202-15/+21
* | I made test more stable. There was no sens to check hardcoded size ofJedrzej Nowacki2009-05-201-4/+7
|/
* Fix incorrect copyright year in some license headers.Jason McDonald2009-05-201-1/+1
* Added auto-test for QComboBox::setItemDelegate and task 253944Stian Sandvik Thomassen2009-05-201-0/+24
* qwidget autotest fixed for Windows CEJoerg Bornemann2009-05-191-0/+1
* make the changedSignal test more robustKent Hansen2009-05-191-2/+2
* Adpot more code to use QtNetworkSettings instead of hard coded names.Frans Englich2009-05-196-55/+54
* Use QtNetworkSettings for IMAP server, instead of hard coding.Frans Englich2009-05-192-4/+4
* Use QtNetworkSettings, don't hard code IMAP host name. This should fix failur...Frans Englich2009-05-191-2/+2
* network autotests: do not use imap.troll.no for testingPeter Hartmann2009-05-192-8/+8
* Don't "hope" that a connection gets picked up; do it right!Norwegian Rock Cat2009-05-191-2/+4
* grabWindow in MacGui test was grabbing the wrong area.Norwegian Rock Cat2009-05-191-6/+1
* qmake autotest: Remove dependency on Qt3 Support on WindowsJoão Abecasis2009-05-191-4/+2
* make splitter autotest pass on mac tooKent Hansen2009-05-191-3/+2