| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc: Synchronized the QTransform constructor arguments with the class documen... | David Boddie | 2009-03-30 | 1 | -8/+11 |
|
|
* | Fix threaded QImage text drawing under Windows. | Trond Kjernaasen | 2009-03-30 | 1 | -1/+3 |
|
|
* | Don't send QFileOpenEvents for items on the command-line | Norwegian Rock Cat | 2009-03-30 | 2 | -4/+21 |
|
|
* | Adjust the opacity value for popups | Norwegian Rock Cat | 2009-03-30 | 1 | -1/+1 |
|
|
* | Fix draImage() calls for threaded printing to a PostScript printer. | Trond Kjernaasen | 2009-03-30 | 4 | -5/+35 |
|
|
* | Fix missing fills of rects with negative width/height in raster engine. | Samuel Rødal | 2009-03-30 | 1 | -1/+1 |
|
|
* | Revert "don't include uic in non-gui configurations" | Rohan McGovern | 2009-03-30 | 1 | -1/+0 |
|
|
* | QDesktopWidget::resized wasn't emitted properly on X11. | Denis Dzyubenko | 2009-03-27 | 1 | -6/+15 |
|
|
* | Fix background of QAbstractScrollArea when styled only with pseudo-class | Olivier Goffart | 2009-03-27 | 1 | -1/+13 |
|
|
* | Fix very slow stroking of paths in X11 paint engine. | Samuel Rødal | 2009-03-27 | 4 | -14/+24 |
|
|
* | Fix mismatch between stroke and fill of ellipses on X11. | Samuel Rødal | 2009-03-27 | 1 | -7/+3 |
|
|
* | Fix QPixmap::fromImage() bug for monochrome images on Mac. | Samuel Rødal | 2009-03-27 | 1 | -1/+1 |
|
|
* | don't include uic in non-gui configurations | Oswald Buddenhagen | 2009-03-27 | 1 | -0/+1 |
|
|
* | Creating a native window handle doesn't reset input context on X11. | Denis Dzyubenko | 2009-03-27 | 1 | -1/+10 |
|
|
* | Creating an instance of the QDesktopWidget breaks clipboard on X11. | Denis Dzyubenko | 2009-03-27 | 1 | -2/+9 |
|
|
* | Squashed commit of the following: | David Boddie | 2009-03-26 | 1 | -0/+2 |
|
|
* | Squashed commit of the following: | David Boddie | 2009-03-26 | 1 | -1/+6 |
|
|
* | Fix a bug where lineedits in a second page of a stack widget would not get ke... | Norwegian Rock Cat | 2009-03-26 | 3 | -1/+121 |
|
|
* | Fix crash when accessing newly constructed QTextObjects. | Benjamin Poulain | 2009-03-26 | 7 | -10/+26 |
|
|
* | Fix regression where QMacStyle would only draw tabs w/QStyleOptionTabV3. | Norwegian Rock Cat | 2009-03-26 | 1 | -7/+10 |
|
|
* | alphaMask needs to be const, because first bytesPerLine() is called and then ... | Alessandro Portale | 2009-03-25 | 1 | -1/+1 |
|
|
* | QGtkStyle: Support styled QFrame | Jens Bache-Wiig | 2009-03-25 | 1 | -0/+65 |
|
|
* | Fix layout problem in QMainWindow | Thierry Bastian | 2009-03-25 | 1 | -4/+8 |
|
|
* | Doc - removed a trailing whitespace | Kavindra Devi Palaraja | 2009-03-25 | 1 | -1/+1 |
|
|
* | Doc - removed mention of an internal function. Also gave the | Kavindra Devi Palaraja | 2009-03-25 | 1 | -973/+918 |
|
|
* | Fix assertion failure in QCompleter::setCompletionPrefix(). | jasplin | 2009-03-25 | 1 | -2/+2 |
|
|
* | Fixed the gap that was not appearing on a QMainWindow | Thierry Bastian | 2009-03-25 | 1 | -1/+1 |
|
|
* | Fix a possible crash in QMainWindow when dragging a dock widget. | Thierry Bastian | 2009-03-25 | 1 | -1/+2 |
|
|
* | Fix crash while styling the title bar of a QMdiArea with stylesheet | Olivier Goffart | 2009-03-25 | 1 | -1/+2 |
|
|
* | Fix scrollbar appearing on QComboBox | Olivier Goffart | 2009-03-25 | 1 | -6/+18 |
|
|
* | Improve documentation of QGraphicsLayoutItem::setGeometry() | Jan-Arve Sæther | 2009-03-25 | 1 | -22/+23 |
|
|
* | Squashed commit of the following: | David Boddie | 2009-03-24 | 2 | -2/+3 |
|
|
* | Fixes a focusWidget when showing a toplevel that accepts keyboard input. | Denis Dzyubenko | 2009-03-24 | 1 | -1/+3 |
|
|
* | Don't commit an empty string to the widget when it looses focus. | Denis Dzyubenko | 2009-03-24 | 2 | -2/+9 |
|
|
* | Fix some extra file system stats that we were doing in the model. | Alexis Menard | 2009-03-24 | 4 | -14/+29 |
|
|
* | Make sure the sorting is updated when dynamic sorting is enabled and the mode... | Olivier Goffart | 2009-03-24 | 1 | -0/+5 |
|
|
* | Make sure QSortFilterProxyModel::sort always sort when DynamicSort is not used | Olivier Goffart | 2009-03-24 | 1 | -1/+1 |
|
|
* | Do not cache the sizeHint() while we're in QGraphicsWidget's constructor. | Jan-Arve Sæther | 2009-03-24 | 3 | -0/+6 |
|
|
* | Handle monochrome CGColors as well. | Norwegian Rock Cat | 2009-03-24 | 1 | -0/+2 |
|
|
* | Compile in Snow Leopard | Trenton Schulz | 2009-03-24 | 1 | -0/+4 |
|
|
* | Rendering error (one pixel offset) when drawing ARGB32_PM on RGB16. | Samuel Rødal | 2009-03-24 | 1 | -0/+2 |
|
|
* | Fixes compile on win32 with MinGW. | Rohan McGovern | 2009-03-24 | 1 | -1/+1 |
|
|
* | Fixes: Crash in QPixmap under X11. | Trond Kjernaasen | 2009-03-23 | 2 | -0/+7 |
|
|
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1183 | -0/+670192 |
|
|