| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Stabilize tst_QWidget::render_systemClip2 and remove wrong ifdef | Bjoern Erik Nilsen | 2009-04-29 | 1 | -3/+3 |
|
|
* | Wrong clip in QWidget::render(QPainter *, ...) when using Qt::(Replace|No)Clip. | Bjoern Erik Nilsen | 2009-04-29 | 1 | -0/+102 |
|
|
* | Fix regression in QSelectionModel::rowIntersectsSelection | Olivier Goffart | 2009-04-28 | 1 | -0/+46 |
|
|
* | Fix a crash with a proxy model applied on the QFileDialog. | Alexis Menard | 2009-04-28 | 1 | -0/+13 |
|
|
* | When minimizing/restoring an item view it could jump to its currently | Thierry Bastian | 2009-04-28 | 1 | -0/+28 |
|
|
* | Fix stylesheet test when button color != window color | Olivier Goffart | 2009-04-28 | 1 | -1/+2 |
|
|
* | Stabilize auto test added in 8ebe882b077fffedc3ff80fb80d2e181d5e56ab8 | Bjoern Erik Nilsen | 2009-04-27 | 1 | -0/+4 |
|
|
* | Fixes wrong QPaintEvent::region() in QGLWidget::paintEvent. | Bjoern Erik Nilsen | 2009-04-27 | 1 | -0/+61 |
|
|
* | QPixmapCache:Remove the old pixmap if you insert one with the same key. | Alexis Menard | 2009-04-27 | 1 | -0/+10 |
|
|
* | Sometimes wrong clipping in QWidget::render() when passing a device or | Bjoern Erik Nilsen | 2009-04-24 | 1 | -0/+98 |
|
|
* | Return the correct MIB number for TSCII. When the code was | Frans Englich | 2009-04-24 | 1 | -0/+6 |
|
|
* | Alias for QUtf16Codec is wrong. | Frans Englich | 2009-04-24 | 1 | -0/+6 |
|
|
* | Fix an issue with SVG gradient rendering. | Alexis Menard | 2009-04-24 | 1 | -9/+35 |
|
|
* | correctly handle remote disconnects | Oswald Buddenhagen | 2009-04-23 | 1 | -0/+20 |
|
|
* | clean up server socket on startup | Oswald Buddenhagen | 2009-04-23 | 1 | -0/+2 |
|
|
* | Fixes for QByteArrayMatcher | João Abecasis | 2009-04-23 | 2 | -0/+128 |
|
|
* | fix pro file | Oswald Buddenhagen | 2009-04-23 | 1 | -7/+7 |
|
|
* | Revert "Fixed key sequence eating behavior for QShortcut and QAction." | jasplin | 2009-04-23 | 2 | -36/+4 |
|
|
* | Prevent QTransform::type() from returning TxScale instead of TxProject. | Samuel Rødal | 2009-04-22 | 1 | -0/+10 |
|
|
* | Fix crash in drawPixmap when painting on a null pixmap | Samuel Rødal | 2009-04-22 | 1 | -0/+3 |
|
|
* | Fix double entries in the sidebar of QFileDialog | Alexis Menard | 2009-04-22 | 1 | -0/+26 |
|
|
* | BT: Fix update regression for cached QGraphicsItem (Elastic Nodes stuck) | Andreas Aardal Hanssen | 2009-04-21 | 1 | -0/+42 |
|
|
* | We don't need to call two times itemChange when an item is deleted. | Alexis Menard | 2009-04-21 | 1 | -0/+35 |
|
|
* | There is no way to delete a invalid entry in the sidebar of QFileDialog. | Alexis Menard | 2009-04-21 | 1 | -0/+82 |
|
|
* | Fix a bug in QFileDialog sidebar when the bookmark has an hidden parent | Alexis Menard | 2009-04-21 | 1 | -0/+34 |
|
|
* | Fixed key sequence eating behavior for QShortcut and QAction. | jasplin | 2009-04-20 | 2 | -4/+36 |
|
|
* | This fix a bug on the QFileSystemModel with a custom icon provider | Alexis Menard | 2009-04-20 | 1 | -0/+41 |
|
|
* | Miscellaneous cleanups for Sql tests. | Bill King | 2009-04-19 | 1 | -12/+31 |
|
|
* | compile | Paul Olav Tvete | 2009-04-17 | 1 | -1/+1 |
|
|
* | autotest didn't compile with gcc | Thierry Bastian | 2009-04-17 | 1 | -1/+1 |
|
|
* | Compile. | Jan-Arve Sæther | 2009-04-17 | 1 | -3/+3 |
|
|
* | Possible assert when hiding tabbed QDockWidget | Thierry Bastian | 2009-04-17 | 1 | -0/+32 |
|
|
* | Display error with QTableView with custom default row height | Thierry Bastian | 2009-04-17 | 1 | -0/+24 |
|
|
* | Fixes long strings getting truncated by the ODBC Driver. | Bill King | 2009-04-16 | 1 | -0/+34 |
|
|
* | QSortFilterProxyModel: In dynamic filter model, childs of temporarly | Olivier Goffart | 2009-04-16 | 1 | -0/+42 |
|
|
* | Phonon autotest - checking if the backend plugin is actually deployed | Thomas Hartmann | 2009-04-16 | 1 | -2/+16 |
|
|
* | Fix crash in the SQLQueryModel tests | Olivier Goffart | 2009-04-16 | 1 | -1/+5 |
|
|