Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | Re-added the Close button in QPrintPreviewDialog for Mac/Carbon. | Trond Kjernåsen | 2010-01-27 | 1 | -0/+10 | |
| | | * | | | | | | | revert parts of 10392eef4fd4f9 | Joerg Bornemann | 2010-01-27 | 1 | -26/+24 | |
| | | * | | | | | | | 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 | 2 | -4/+23 | |
| | * | | | | | | | | doc: Document the "Type" enum value as a const in variable. | Martin Smith | 2010-01-28 | 2 | -0/+22 | |
| | |/ / / / / / / | ||||||
| | * | | | | | | | 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 | 88 | -559/+1712 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | 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 | 33 | -169/+309 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | 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 | 32 | -147/+290 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | Autotest: make the test valid for multiple Qt versions | Thiago Macieira | 2010-01-26 | 2 | -3/+3 | |
| | | | | * | | | | | | | 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 | |
| | | | | * | | | | | | | Don't use QDebug references. Instead, pass by value. | Thiago Macieira | 2010-01-26 | 2 | -2/+2 | |
| | | | | * | | | | | | | 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 | |
| | | | | * | | | | | | | 'test -e' is a bashism. It's not available in traditional sh. | Thiago Macieira | 2010-01-25 | 1 | -2/+2 | |
| | | | | * | | | | | | | 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 | 13 | -15/+56 | |
| | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | QNativeSocketEngine_win: Don't mess with linger settings | Markus Goetz | 2010-01-25 | 1 | -2/+4 | |
| | | | | | * | | | | | | | Cosmetic: move the "Alsa support..." line to a more appropriate place | Thiago Macieira | 2010-01-25 | 1 | -2/+2 | |
| | | | | | * | | | | | | | 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 | 11 | -11/+50 | |
| | | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | | | * \ \ \ \ \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | David Boddie | 2010-01-22 | 62 | -198/+686 | |
| | | | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | | | | * | | | | | | | fix copy-paste error | Ritt Konstantin | 2010-01-22 | 1 | -1/+0 | |