summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed some inconsistencies for image drawing on non-integer coords.Samuel Rødal2009-05-062-0/+20
* Ensured correct rounding of scaled image drawing at non-integer coords.Samuel Rødal2009-05-054-0/+130
* Fixed bug where 0-opacity would cause images to be drawn fully opaque.Samuel Rødal2009-05-051-0/+18
* Fix memory leak in QFutureMorten Sørvig2009-05-051-0/+31
* QNetworkCookieJar: do not allow cookies for domains like ".com"Peter Hartmann2009-05-041-0/+11
* Do not crash when passing wrong indexes to QSortFilterProxyModel::indexFomSou...Olivier Goffart2009-05-041-0/+18
* QNetworkCookieJar: allow cookies with wrong domain attributePeter Hartmann2009-04-301-4/+4
* New autotest for Windows Mobile: tst_windowsmobileThomas Hartmann2009-04-3010-0/+446
* Stabilize tst_QWidget::render_systemClip2 and remove wrong ifdefBjoern Erik Nilsen2009-04-291-3/+3
* Wrong clip in QWidget::render(QPainter *, ...) when using Qt::(Replace|No)Clip.Bjoern Erik Nilsen2009-04-291-0/+102
* Fix regression in QSelectionModel::rowIntersectsSelectionOlivier Goffart2009-04-281-0/+46
* Fix a crash with a proxy model applied on the QFileDialog.Alexis Menard2009-04-281-0/+13
* When minimizing/restoring an item view it could jump to its currentlyThierry Bastian2009-04-281-0/+28
* Fix stylesheet test when button color != window colorOlivier Goffart2009-04-281-1/+2
* Stabilize auto test added in 8ebe882b077fffedc3ff80fb80d2e181d5e56ab8Bjoern Erik Nilsen2009-04-271-0/+4
* Fixes wrong QPaintEvent::region() in QGLWidget::paintEvent.Bjoern Erik Nilsen2009-04-271-0/+61
* QPixmapCache:Remove the old pixmap if you insert one with the same key.Alexis Menard2009-04-271-0/+10
* Sometimes wrong clipping in QWidget::render() when passing a device orBjoern Erik Nilsen2009-04-241-0/+98
* Return the correct MIB number for TSCII. When the code wasFrans Englich2009-04-241-0/+6
* Alias for QUtf16Codec is wrong.Frans Englich2009-04-241-0/+6
* Fix an issue with SVG gradient rendering.Alexis Menard2009-04-241-9/+35
* correctly handle remote disconnectsOswald Buddenhagen2009-04-231-0/+20