| Commit message (Expand) | Author | Age | Files | Lines |
* | QApplication::setStyle() can cause a crash | Richard Moe Gustavsen | 2009-04-30 | 1 | -1/+4 |
|
|
* | QTransform::map(const QRegion&) cut-off for single rect regions. | Bjoern Erik Nilsen | 2009-04-29 | 1 | -0/+4 |
|
|
* | Speed-up QPainter::clipRegion(). | Bjoern Erik Nilsen | 2009-04-29 | 1 | -11/+20 |
|
|
* | Wrong clip in QWidget::render(QPainter *, ...) when using Qt::(Replace|No)Clip. | Bjoern Erik Nilsen | 2009-04-29 | 1 | -2/+7 |
|
|
* | Corrected description of the QLayout::takeAt() function | Morten Engvoldsen | 2009-04-29 | 1 | -1/+1 |
|
|
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jarek Kobus | 2009-04-29 | 9 | -30/+57 |
|\ |
|
| * | Mac: Fixes a crash in tst_QWidget::updateOnDestroyedSignal | Bjoern Erik Nilsen | 2009-04-29 | 1 | -0/+3 |
|
|
| * | Fix documentation about native dialogs | Alexis Menard | 2009-04-28 | 1 | -4/+3 |
|
|
| * | Fix regression in QSelectionModel::rowIntersectsSelection | Olivier Goffart | 2009-04-28 | 1 | -10/+10 |
|
|
| * | Don't send extra events when using the scroll wheel in Cocoa | Norwegian Rock Cat | 2009-04-28 | 1 | -2/+2 |
|
|
| * | Cocoa: qwidget auto test fails (windowMoveResize) | Richard Moe Gustavsen | 2009-04-28 | 2 | -11/+31 |
|
|
| * | Fixed showing messageboxes on small screens. | Denis Dzyubenko | 2009-04-28 | 1 | -0/+3 |
|
|
| * | Fixed rendering of bitmap fonts on X11 with Xrender and fontconfig. | Trond Kjernåsen | 2009-04-28 | 1 | -1/+3 |
|
|
| * | Fix a crash with a proxy model applied on the QFileDialog. | Alexis Menard | 2009-04-28 | 1 | -1/+1 |
|
|
| * | When minimizing/restoring an item view it could jump to its currently | Thierry Bastian | 2009-04-28 | 1 | -1/+1 |
|
|
* | | Fix a crash in case of setting invalid point size | Jarek Kobus | 2009-04-29 | 1 | -2/+8 |
|/ |
|
* | Fixes wrong QPaintEvent::region() in QGLWidget::paintEvent. | Bjoern Erik Nilsen | 2009-04-27 | 3 | -2/+11 |
|
|
* | QPixmapCache:Remove the old pixmap if you insert one with the same key. | Alexis Menard | 2009-04-27 | 1 | -0/+5 |
|
|
* | Doc - cleaning up some documentation for QFileDialog and obsolete | Kavindra Devi Palaraja | 2009-04-27 | 1 | -134/+129 |
|
|
* | Ensure that QFontDialog::getFont() works on Mac OS X. | Norwegian Rock Cat | 2009-04-27 | 1 | -40/+27 |
|
|
* | Document what QWidget::winId() returns on Mac OS X. | Norwegian Rock Cat | 2009-04-27 | 1 | -0/+4 |
|
|
* | Sometimes wrong clipping in QWidget::render() when passing a device or | Bjoern Erik Nilsen | 2009-04-24 | 3 | -11/+16 |
|
|
* | Drag and drop examples not working correctly in Cocoa | Prasanth Ullattil | 2009-04-24 | 3 | -27/+62 |
|
|
* | Fix clipping bug in raster paint engine | Gunnar Sletta | 2009-04-24 | 1 | -0/+14 |
|
|
* | Revert "Removed dead code." | jasplin | 2009-04-23 | 1 | -0/+2 |
|
|
* | Revert "Fixed key sequence eating behavior for QShortcut and QAction." | jasplin | 2009-04-23 | 4 | -50/+27 |
|
|
* | Disable MIT-SHM usage on BGR server layouts under X11. | Trond Kjernåsen | 2009-04-23 | 1 | -6/+12 |
|
|
* | Carbon/Cocoa: It is possible to resize a widget above its maximum size | Richard Moe Gustavsen | 2009-04-23 | 2 | -39/+50 |
|
|
* | Removed dead code. | jasplin | 2009-04-23 | 1 | -2/+0 |
|
|
* | Show filter extensions in the GTK file dialog if no name is provided | Jens Bache-Wiig | 2009-04-22 | 1 | -2/+2 |
|
|
* | Don't emit QApplication::focusChanged for no reason | Thorbjørn Lindeijer | 2009-04-22 | 1 | -1/+1 |
|
|
* | Prevent QTransform::type() from returning TxScale instead of TxProject. | Samuel Rødal | 2009-04-22 | 1 | -2/+2 |
|
|
* | QGtkStyle: Fix broken transparency on line edits in Clearlooks | Jens Bache-Wiig | 2009-04-22 | 1 | -2/+3 |
|
|
* | Fix QPrinter::pageRect() for Windows printers, when fullPage() is set. | Trond Kjernåsen | 2009-04-22 | 1 | -1/+1 |
|
|
* | Doc fixes | João Abecasis | 2009-04-22 | 1 | -2/+3 |
|
|
* | Fix Transformed driver on 8-bit displays | Paul Olav Tvete | 2009-04-22 | 3 | -1/+5 |
|
|
* | Fix crash in drawPixmap when painting on a null pixmap | Samuel Rødal | 2009-04-22 | 1 | -3/+3 |
|
|
* | Fix double entries in the sidebar of QFileDialog | Alexis Menard | 2009-04-22 | 1 | -0/+4 |
|
|
* | BT: Revert "Fixes: Don't fill the pixmap because we will copy the cache in... | Andreas Aardal Hanssen | 2009-04-21 | 1 | -1/+3 |
|
|
* | BT: Fix update regression for cached QGraphicsItem (Elastic Nodes stuck) | Andreas Aardal Hanssen | 2009-04-21 | 1 | -1/+13 |
|
|
* | BT: Make things work on 10.3 | Norwegian Rock Cat | 2009-04-21 | 1 | -1/+1 |
|
|
* | We don't need to call two times itemChange when an item is deleted. | Alexis Menard | 2009-04-21 | 1 | -6/+0 |
|
|
* | Fix a problem where QPrintDialog/Unix didn't update print-to-file states. | Trond Kjernåsen | 2009-04-21 | 1 | -1/+3 |
|
|
* | Fix non-opaque text from widget palette being blitted, not blended. | Samuel Rødal | 2009-04-21 | 1 | -1/+3 |
|
|
* | There is no way to delete a invalid entry in the sidebar of QFileDialog. | Alexis Menard | 2009-04-21 | 2 | -4/+30 |
|
|
* | Fix a bug in QFileDialog sidebar when the bookmark has an hidden parent | Alexis Menard | 2009-04-21 | 2 | -1/+6 |
|
|
* | Fix tabbar issues with Oxygen style | Jens Bache-Wiig | 2009-04-20 | 1 | -32/+41 |
|
|
* | Fixed key sequence eating behavior for QShortcut and QAction. | jasplin | 2009-04-20 | 4 | -27/+50 |
|
|
* | Fixed incorrect documentation. | axis | 2009-04-20 | 1 | -3/+4 |
|
|
* | This fix a bug on the QFileSystemModel with a custom icon provider | Alexis Menard | 2009-04-20 | 2 | -2/+12 |
|
|