summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows CE autotest compile fixesJoerg Bornemann2009-05-194-4/+4
* fix compiler warnings when qreal == float in tessellator autotestJoerg Bornemann2009-05-191-4/+4
* Fix autotest for qitemmodel on windowsJens Bache-Wiig2009-05-191-1/+1
* Fixed autotest tst_QPrinter::printDialogCompleter on Windows.Kim Motoyoshi Kalland2009-05-191-2/+3
* Fix autotest compile for qitemview on windowsJens Bache-Wiig2009-05-191-1/+1
* Fixed autotest failure in tst_QImage::smoothScale3()Samuel Rødal2009-05-191-3/+3
* Fix handling of dynamic casts in QSharedPointer.Thiago Macieira2009-05-181-9/+128
* Fix QNetworkDiskCache to expire the oldest files first.Benjamin C Meyer2009-05-181-1/+2
* QCss: font-family handle fallback font specsOlivier Goffart2009-05-181-4/+9
* Fix race condition in ~QObjectOlivier Goffart2009-05-181-0/+89
* QCalendarWidget::setDateTextFormat() reset the format is the date is invalidBenjamin Poulain2009-05-181-0/+53
* Adapted uic test-baseline to the icon generation change 251248)Friedemann Kleint2009-05-151-6/+6
* HTTP authentication: return error if authentication cannot be handledPeter Hartmann2009-05-151-0/+52
* QColor::toCmyk() does not convert the color if it is already in CMYKBenjamin Poulain2009-05-141-0/+21
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Andy2009-05-141-0/+110
|\
| * Fix QGraphicsItem::deviceTransform() to also work with normal items.Andreas Aardal Hanssen2009-05-141-0/+110
* | Prevent duplicate entries in the sidebar when the paths are the sameAndy2009-05-141-2/+7
|/
* Improve the HTTP status line parsing and catch more errors.Thiago Macieira2009-05-131-0/+7
* Fix handling of garbage data sent by the HTTP server instead of aThiago Macieira2009-05-131-0/+42
* Reset the 'connectedToScene' flag when changing the scene of a viewLeonardo Sobral Cunha2009-05-131-0/+24
* Fixes a segfault from out of order cleanup of mysql resources.Bill King2009-05-131-2/+20
* Fixed bug with Qt::WidgetWithChildren shortcut context in QGraphicsWidget.jasplin2009-05-121-0/+85
* Add a test for UTF-8 conditionsThiago Macieira2009-05-112-0/+312
* Don't leak memory when assigning scriptvalue to iteratorKent Hansen2009-05-111-0/+33
* Add a license file for the XML Conformance Testsuite.Thiago Macieira2009-05-111-0/+59
* Fixes qt3support unit tests generating compile failures when Qt is notRohan McGovern2009-05-1153-9/+62
* Fixes a crash in QPrinterDialog with relative filenamesJoão Abecasis2009-05-081-0/+18
* Fix QCompleter with UnfilteredPopupCompletionJoão Abecasis2009-05-081-0/+46
* Fix leak of file descriptors in QTemporaryFileJoão Abecasis2009-05-082-2/+46
* Fixes QIBASE driver crashes on multiple execution of a prepared queryBill King2009-05-081-4/+15
* Fixed some inconsistencies for image drawing on non-integer coords.Samuel Rødal2009-05-072-2/+17
* Make QNetworkProxy calculate the capabilities for a new proxy typeThiago Macieira2009-05-071-0/+33
* Make QDBusPendingCallWatcher emit a signal if it is created on anThiago Macieira2009-05-071-0/+73
* Crash in QWidget::render when passing an untransformed QPixmap painter.Bjoern Erik Nilsen2009-05-061-0/+11
* QGraphicsItem::setOpacity(0.0) does not trigger an update.Bjoern Erik Nilsen2009-05-061-2/+87