| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use QtNetworkSettings for IMAP server, instead of hard coding. | Frans Englich | 2009-05-19 | 2 | -4/+4 |
|
|
* | Use QtNetworkSettings, don't hard code IMAP host name. This should fix failur... | Frans Englich | 2009-05-19 | 1 | -2/+2 |
|
|
* | network autotests: do not use imap.troll.no for testing | Peter Hartmann | 2009-05-19 | 2 | -8/+8 |
|
|
* | Don't "hope" that a connection gets picked up; do it right! | Norwegian Rock Cat | 2009-05-19 | 1 | -2/+4 |
|
|
* | grabWindow in MacGui test was grabbing the wrong area. | Norwegian Rock Cat | 2009-05-19 | 1 | -6/+1 |
|
|
* | qmake autotest: Remove dependency on Qt3 Support on Windows | João Abecasis | 2009-05-19 | 1 | -4/+2 |
|
|
* | make splitter autotest pass on mac too | Kent Hansen | 2009-05-19 | 1 | -3/+2 |
|
|
* | Windows CE autotest compile fixes | Joerg Bornemann | 2009-05-19 | 4 | -4/+4 |
|
|
* | fix compiler warnings when qreal == float in tessellator autotest | Joerg Bornemann | 2009-05-19 | 1 | -4/+4 |
|
|
* | Fix autotest for qitemmodel on windows | Jens Bache-Wiig | 2009-05-19 | 1 | -1/+1 |
|
|
* | Fixed autotest tst_QPrinter::printDialogCompleter on Windows. | Kim Motoyoshi Kalland | 2009-05-19 | 1 | -2/+3 |
|
|
* | Fix autotest compile for qitemview on windows | Jens Bache-Wiig | 2009-05-19 | 1 | -1/+1 |
|
|
* | Fixed autotest failure in tst_QImage::smoothScale3() | Samuel Rødal | 2009-05-19 | 1 | -3/+3 |
|
|
* | Fix handling of dynamic casts in QSharedPointer. | Thiago Macieira | 2009-05-18 | 1 | -9/+128 |
|
|
* | Fix QNetworkDiskCache to expire the oldest files first. | Benjamin C Meyer | 2009-05-18 | 1 | -1/+2 |
|
|
* | QCss: font-family handle fallback font specs | Olivier Goffart | 2009-05-18 | 1 | -4/+9 |
|
|
* | Fix race condition in ~QObject | Olivier Goffart | 2009-05-18 | 1 | -0/+89 |
|
|
* | QCalendarWidget::setDateTextFormat() reset the format is the date is invalid | Benjamin Poulain | 2009-05-18 | 1 | -0/+53 |
|
|
* | Adapted uic test-baseline to the icon generation change 251248) | Friedemann Kleint | 2009-05-15 | 1 | -6/+6 |
|
|
* | HTTP authentication: return error if authentication cannot be handled | Peter Hartmann | 2009-05-15 | 1 | -0/+52 |
|
|
* | QColor::toCmyk() does not convert the color if it is already in CMYK | Benjamin Poulain | 2009-05-14 | 1 | -0/+21 |
|
|
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Andy | 2009-05-14 | 1 | -0/+110 |
|\ |
|
| * | Fix QGraphicsItem::deviceTransform() to also work with normal items. | Andreas Aardal Hanssen | 2009-05-14 | 1 | -0/+110 |
|
|
* | | Prevent duplicate entries in the sidebar when the paths are the same | Andy | 2009-05-14 | 1 | -2/+7 |
|/ |
|
* | Improve the HTTP status line parsing and catch more errors. | Thiago Macieira | 2009-05-13 | 1 | -0/+7 |
|
|
* | Fix handling of garbage data sent by the HTTP server instead of a | Thiago Macieira | 2009-05-13 | 1 | -0/+42 |
|
|
* | Reset the 'connectedToScene' flag when changing the scene of a view | Leonardo Sobral Cunha | 2009-05-13 | 1 | -0/+24 |
|
|
* | Fixes a segfault from out of order cleanup of mysql resources. | Bill King | 2009-05-13 | 1 | -2/+20 |
|
|
* | Fixed bug with Qt::WidgetWithChildren shortcut context in QGraphicsWidget. | jasplin | 2009-05-12 | 1 | -0/+85 |
|
|
* | Add a test for UTF-8 conditions | Thiago Macieira | 2009-05-11 | 2 | -0/+312 |
|
|
* | Don't leak memory when assigning scriptvalue to iterator | Kent Hansen | 2009-05-11 | 1 | -0/+33 |
|
|
* | Add a license file for the XML Conformance Testsuite. | Thiago Macieira | 2009-05-11 | 1 | -0/+59 |
|
|
* | Fixes qt3support unit tests generating compile failures when Qt is not | Rohan McGovern | 2009-05-11 | 53 | -9/+62 |
|
|
* | Fixes a crash in QPrinterDialog with relative filenames | João Abecasis | 2009-05-08 | 1 | -0/+18 |
|
|
* | Fix QCompleter with UnfilteredPopupCompletion | João Abecasis | 2009-05-08 | 1 | -0/+46 |
|
|
* | Fix leak of file descriptors in QTemporaryFile | João Abecasis | 2009-05-08 | 2 | -2/+46 |
|
|
* | Fixes QIBASE driver crashes on multiple execution of a prepared query | Bill King | 2009-05-07 | 1 | -4/+15 |
|
|
* | Fixed some inconsistencies for image drawing on non-integer coords. | Samuel Rødal | 2009-05-07 | 2 | -2/+17 |
|
|
* | Make QNetworkProxy calculate the capabilities for a new proxy type | Thiago Macieira | 2009-05-07 | 1 | -0/+33 |
|
|
* | Make QDBusPendingCallWatcher emit a signal if it is created on an | Thiago Macieira | 2009-05-07 | 1 | -0/+73 |
|
|
* | Crash in QWidget::render when passing an untransformed QPixmap painter. | Bjoern Erik Nilsen | 2009-05-06 | 1 | -0/+11 |
|
|
* | QGraphicsItem::setOpacity(0.0) does not trigger an update. | Bjoern Erik Nilsen | 2009-05-06 | 1 | -2/+87 |
|
|
* | Fixed some inconsistencies for image drawing on non-integer coords. | Samuel Rødal | 2009-05-06 | 2 | -0/+20 |
|
|
* | Ensured correct rounding of scaled image drawing at non-integer coords. | Samuel Rødal | 2009-05-05 | 4 | -0/+130 |
|
|
* | Fixed bug where 0-opacity would cause images to be drawn fully opaque. | Samuel Rødal | 2009-05-05 | 1 | -0/+18 |
|
|
* | Fix memory leak in QFuture | Morten Sørvig | 2009-05-05 | 1 | -0/+31 |
|
|
* | QNetworkCookieJar: do not allow cookies for domains like ".com" | Peter Hartmann | 2009-05-04 | 1 | -0/+11 |
|
|
* | Do not crash when passing wrong indexes to QSortFilterProxyModel::indexFomSou... | Olivier Goffart | 2009-05-04 | 1 | -0/+18 |
|
|
* | QNetworkCookieJar: allow cookies with wrong domain attribute | Peter Hartmann | 2009-04-30 | 1 | -4/+4 |
|
|
* | New autotest for Windows Mobile: tst_windowsmobile | Thomas Hartmann | 2009-04-30 | 10 | -0/+446 |
|
|