| Commit message (Expand) | Author | Age | Files | Lines |
* | Change to release license headers. | Jason McDonald | 2010-02-01 | 3353 | -43641/+43641 |
|
|
* | doc: Included a note showing the actual value of UserType. | Martin Smith | 2010-02-01 | 1 | -0/+2 |
|
|
* | Optimise QStringList::join by pre-allocating the final size. | Thiago Macieira | 2010-02-01 | 1 | -0/+10 |
|
|
* | Fix header labels on mac with rtl | Jens Bache-Wiig | 2010-01-29 | 1 | -2/+0 |
|
|
* | Fix a regression: icons with slightly wrong ICO header did not load. | Jan-Arve Sæther | 2010-01-29 | 1 | -0/+4 |
|
|
* | doc: Corrected some bad grammar. | Martin Smith | 2010-01-29 | 1 | -4/+3 |
|
|
* | doc: Specified default values for constructors. | Martin Smith | 2010-01-29 | 1 | -0/+5 |
|
|
* | doc: Corrected misspelled word. | Martin Smith | 2010-01-29 | 1 | -1/+1 |
|
|
* | Mac: Calling showFullScreen() then showNormal() on a widget results in top me... | Carlos Manuel Duclos Vergara | 2010-01-29 | 1 | -1/+1 |
|
|
* | doc: Document the "Type" enum value as a const in variable. | Martin Smith | 2010-01-29 | 1 | -0/+11 |
|
|
* | Drawing fake buttons using QMacStyle+QStyleOptionViewItemV4 lead to crash. | Carlos Manuel Duclos Vergara | 2010-01-29 | 1 | -72/+104 |
|
|
* | Better support for user-generated binary shaders | Rhys Weatherley | 2010-01-29 | 1 | -3/+35 |
|
|
* | Qt/Cocoa Event Dispatcher Problem in modal dialogs | Richard Moe Gustavsen | 2010-01-29 | 1 | -1/+1 |
|
|
* | QNativeSocketEngine: Also handle unknown errors from socket engine | Markus Goetz | 2010-01-29 | 1 | -0/+5 |
|
|
* | Crash when deleting QMainWindow with native toolbar on Cocoa. | Prasanth Ullattil | 2010-01-29 | 1 | -3/+9 |
|
|
* | QNativeSocketEngine_win: Don't mess with linger settings | Markus Goetz | 2010-01-29 | 1 | -2/+4 |
|
|
* | Fixes visibility update missing when doing setParentItem on graphicsitem | Leonardo Sobral Cunha | 2010-01-28 | 3 | -36/+41 |
|
|
* | Updated docs regarding QGLWidget::renderText() limitations. | Trond Kjernåsen | 2010-01-28 | 1 | -0/+7 |
|
|
* | Added optimization flag to QGraphicsItemPrivate. | Samuel Rødal | 2010-01-28 | 2 | -0/+25 |
|
|
* | Fixed child items with graphics effects not inheriting opacity. | Samuel Rødal | 2010-01-28 | 2 | -4/+25 |
|
|
* | Small optimization in raster paint engine. | Samuel Rødal | 2010-01-28 | 1 | -2/+2 |
|
|
* | Another ASSERT while deleting spans | Gabriel de Dietrich | 2010-01-28 | 1 | -1/+3 |
|
|
* | Potential crash when adding items from QGraphicsWidget::polishEvent(). | Bjørn Erik Nilsen | 2010-01-28 | 2 | -16/+27 |
|
|
* | QGraphicsWidget is painted twice on the inital show. | Bjørn Erik Nilsen | 2010-01-28 | 3 | -8/+18 |
|
|
* | Improve DEF file enable/disable mechanism on Symbian | Iain | 2010-01-28 | 1 | -25/+11 |
|
|
* | Fix QPainter::redirection() to pass autotest. | Gunnar Sletta | 2010-01-28 | 1 | -3/+2 |
|
|
* | Move avkon component transparency check to app initialization. | Jani Hautakangas | 2010-01-28 | 4 | -34/+23 |
|
|
* | Fix y-inverted pixmaps properly. | Gunnar Sletta | 2010-01-28 | 1 | -9/+5 |
|
|
* | Fix rendering with simple shader in GL2 engine | Tom Cooksey | 2010-01-28 | 1 | -0/+3 |
|
|
* | removed a debug trace | Thierry Bastian | 2010-01-28 | 1 | -2/+0 |
|
|
* | Fix for symbian dialog background transparency. | Jani Hautakangas | 2010-01-28 | 5 | -6/+62 |
|
|
* | Only send QGraphicsItem::ParentChange(d) notifications from setParentItem. | Bjørn Erik Nilsen | 2010-01-28 | 3 | -20/+28 |
|
|
* | Pass value as const void *const to QGraphicsSceneIndex::itemChange. | Bjørn Erik Nilsen | 2010-01-28 | 5 | -12/+12 |
|
|
* | Optimize QGraphicsItem::setFlags. | Bjørn Erik Nilsen | 2010-01-28 | 1 | -9/+21 |
|
|
* | Optimize QGraphicsScenePrivate::itemAcceptsHoverEvents_helper | Bjørn Erik Nilsen | 2010-01-28 | 1 | -4/+4 |
|
|
* | Improve performance of QGraphicsItem::setParentItem. | Bjørn Erik Nilsen | 2010-01-28 | 3 | -35/+62 |
|
|
* | Purely cosmetic (formatting) changes to GL2 engine's GLSL | Tom Cooksey | 2010-01-28 | 1 | -333/+357 |
|
|
* | Use an attribute value for the PMV matrix rather than a uniform | Tom Cooksey | 2010-01-28 | 5 | -31/+42 |
|
|
* | Remove unnecessary depth uniform from GL2 engine's GLSL | Tom Cooksey | 2010-01-28 | 1 | -6/+0 |
|
|
* | Doc fixes: Remove some lies from QEasingCurve. | Jan-Arve Sæther | 2010-01-28 | 1 | -3/+3 |
|
|
* | Don't use a mutex lock in QPainter::redirection unless strictly required | Gunnar Sletta | 2010-01-28 | 1 | -3/+36 |
|
|
* | Fix how we select antialiasing method for text under Mac OS X | Gunnar Sletta | 2010-01-28 | 1 | -11/+31 |
|
|
* | Added a selfsigned version of sqlite3.sis | Miikka Heikkinen | 2010-01-28 | 1 | -0/+0 |
|
|
* | QComboBox drawn incorrectly in RightToLeft mode | Sami Merila | 2010-01-28 | 1 | -5/+7 |
|
|
* | Make sure cursor is painted at the correct position when we are using IM. | Jan-Arve Sæther | 2010-01-27 | 2 | -2/+8 |
|
|
* | Re-added the Close button in QPrintPreviewDialog for Mac/Carbon. | Trond Kjernåsen | 2010-01-27 | 1 | -0/+10 |
|
|
* | Fix documentation bug in QColor | Gunnar Sletta | 2010-01-27 | 1 | -7/+4 |
|
|
* | Fixed an infinite loop that could occur when reading invalid BMP images. | Trond Kjernåsen | 2010-01-27 | 1 | -1/+1 |
|
|
* | Implement QDirectFBPixmapData::scroll | Anders Bakken | 2010-01-27 | 2 | -3/+29 |
|
|
* | QFileDialog layout issue on Symbian (part2) | Sami Merila | 2010-01-27 | 1 | -0/+1 |
|
|