Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Implement QDirectFBPixmapData::scroll | Anders Bakken | 2010-01-27 | 2 | -3/+29 | |
| * | | | | | | | | | | | Potential crash when adding items from QGraphicsWidget::polishEvent(). | Bjørn Erik Nilsen | 2010-01-27 | 2 | -16/+27 | |
| * | | | | | | | | | | | QGraphicsWidget is painted twice on the inital show. | Bjørn Erik Nilsen | 2010-01-27 | 3 | -8/+18 | |
| * | | | | | | | | | | | Fix QPainter::redirection() to pass autotest. | Gunnar Sletta | 2010-01-27 | 1 | -3/+2 | |
| * | | | | | | | | | | | Re-added the Close button in QPrintPreviewDialog for Mac/Carbon. | Trond Kjernåsen | 2010-01-27 | 1 | -0/+10 | |
| * | | | | | | | | | | | Fix y-inverted pixmaps properly. | Gunnar Sletta | 2010-01-27 | 1 | -9/+5 | |
| * | | | | | | | | | | | Fix rendering with simple shader in GL2 engine | Tom Cooksey | 2010-01-27 | 1 | -0/+3 | |
| * | | | | | | | | | | | removed a debug trace | Thierry Bastian | 2010-01-27 | 1 | -2/+0 | |
| * | | | | | | | | | | | Fix documentation bug in QColor | Gunnar Sletta | 2010-01-27 | 1 | -7/+4 | |
| * | | | | | | | | | | | Only send QGraphicsItem::ParentChange(d) notifications from setParentItem. | Bjørn Erik Nilsen | 2010-01-27 | 3 | -20/+28 | |
| * | | | | | | | | | | | Pass value as const void *const to QGraphicsSceneIndex::itemChange. | Bjørn Erik Nilsen | 2010-01-27 | 5 | -12/+12 | |
| * | | | | | | | | | | | Optimize QGraphicsItem::setFlags. | Bjørn Erik Nilsen | 2010-01-27 | 1 | -9/+21 | |
| * | | | | | | | | | | | Optimize QGraphicsScenePrivate::itemAcceptsHoverEvents_helper | Bjørn Erik Nilsen | 2010-01-27 | 1 | -4/+4 | |
| * | | | | | | | | | | | Improve performance of QGraphicsItem::setParentItem. | Bjørn Erik Nilsen | 2010-01-27 | 3 | -35/+62 | |
| * | | | | | | | | | | | Make sure cursor is painted at the correct position when we are using IM. | Jan-Arve Sæther | 2010-01-27 | 2 | -2/+8 | |
| * | | | | | | | | | | | Purely cosmetic (formatting) changes to GL2 engine's GLSL | Tom Cooksey | 2010-01-27 | 1 | -333/+357 | |
| * | | | | | | | | | | | Use an attribute value for the PMV matrix rather than a uniform | Tom Cooksey | 2010-01-27 | 5 | -31/+42 | |
| * | | | | | | | | | | | Remove unnecessary depth uniform from GL2 engine's GLSL | Tom Cooksey | 2010-01-27 | 1 | -6/+0 | |
| * | | | | | | | | | | | Doc fixes: Remove some lies from QEasingCurve. | Jan-Arve Sæther | 2010-01-27 | 1 | -3/+3 | |
| * | | | | | | | | | | | Don't use a mutex lock in QPainter::redirection unless strictly required | Gunnar Sletta | 2010-01-27 | 1 | -3/+36 | |
| * | | | | | | | | | | | Fix how we select antialiasing method for text under Mac OS X | Gunnar Sletta | 2010-01-27 | 1 | -15/+31 | |
| * | | | | | | | | | | | Mac: Calling showFullScreen() then showNormal() on a widget results in top me... | Carlos Manuel Duclos Vergara | 2010-01-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | Carbon: deleting a QMenu while it's open will cause a crash | Richard Moe Gustavsen | 2010-01-27 | 1 | -14/+18 | |
| * | | | | | | | | | | | Cocoa: qaccessibility test crashes | Richard Moe Gustavsen | 2010-01-27 | 3 | -0/+11 | |
| * | | | | | | | | | | | Don't crash when comparing JSCore value without engine to non-JSCore value | Kent Hansen | 2010-01-27 | 1 | -4/+9 | |
* | | | | | | | | | | | | doc: Document the "Type" enum value as a const in variable. | Martin Smith | 2010-01-28 | 1 | -0/+11 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | doc: Included a note showing the actual value of UserType. | Martin Smith | 2010-01-27 | 1 | -0/+2 | |
* | | | | | | | | | | | doc: Corrected misspelled word. | Martin Smith | 2010-01-27 | 1 | -1/+1 | |
* | | | | | | | | | | | doc: Specified default values for constructors. | Martin Smith | 2010-01-27 | 1 | -0/+5 | |
* | | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | Martin Smith | 2010-01-27 | 53 | -425/+1338 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-i... | Pulse Build System | 2010-01-27 | 23 | -154/+263 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | When checking to see if a signal is connected, compare the match-arguments too | Thiago Macieira | 2010-01-26 | 1 | -2/+4 | |
| | * | | | | | | | | | | Do the refcounting of services watched properly. | Thiago Macieira | 2010-01-26 | 1 | -20/+15 | |
| | * | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-i... | Pulse Build System | 2010-01-26 | 22 | -132/+244 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | Cocoa: qfiledialog test spits out memory warnings | Richard Moe Gustavsen | 2010-01-26 | 1 | -0/+3 | |
| | | * | | | | | | | | | Drawing fake buttons using QMacStyle+QStyleOptionViewItemV4 lead to crash. | Carlos Manuel Duclos Vergara | 2010-01-26 | 1 | -72/+104 | |
| | | * | | | | | | | | | QNativeSocketEngine: Set OS error strings on failed read() | Markus Goetz | 2010-01-25 | 3 | -4/+7 | |
| | | * | | | | | | | | | QNativeSocketEngine: Also handle unknown errors from socket engine | Markus Goetz | 2010-01-25 | 1 | -0/+5 | |
| | | * | | | | | | | | | Qt/Cocoa Event Dispatcher Problem in modal dialogs | Richard Moe Gustavsen | 2010-01-25 | 1 | -1/+1 | |
| | | * | | | | | | | | | Cocoa: Usage of QMacCocoaAutoReleasePool makes CPU peak | Richard Moe Gustavsen | 2010-01-25 | 2 | -13/+13 | |
| | | * | | | | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ... | Simon Hausmann | 2010-01-25 | 2 | -3/+5 | |
| | | * | | | | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ... | Simon Hausmann | 2010-01-25 | 6 | -13/+45 | |
| | | * | | | | | | | | | QFileNetworkReply: Use a QFileEngine | Markus Goetz | 2010-01-25 | 2 | -19/+38 | |
| | | * | | | | | | | | | Crash when deleting QMainWindow with native toolbar on Cocoa. | Prasanth Ullattil | 2010-01-25 | 1 | -3/+9 | |
| | | * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-25 | 7 | -7/+17 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | QNativeSocketEngine_win: Don't mess with linger settings | Markus Goetz | 2010-01-25 | 1 | -2/+4 | |
| | | | * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-24 | 6 | -5/+13 | |
| | | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / / | | | | |/| | | | | | | | ||||||
| | | | | * | | | | | | | fix copy-paste error | Ritt Konstantin | 2010-01-22 | 1 | -1/+0 | |
| | | | | * | | | | | | | minor optimization | Ritt Konstantin | 2010-01-22 | 1 | -2/+3 | |
| | | | | * | | | | | | | Autotest: add a test for allowing hostnames ending in dot | Thiago Macieira | 2010-01-22 | 1 | -1/+1 | |