Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | 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 | |
| | | | | | | * | | | Fix QUrl::toAce for domains with dot at end | Thorvald Natvig | 2010-01-22 | 1 | -1/+4 | |
| | | | | | | * | | | Fix NSCFNumber autorelease warning on Mac. | Morten Johan Sørvig | 2010-01-22 | 1 | -0/+4 | |
| | | | | | | * | | | Add a reference to adjustSize() from the size property | Andy Shaw | 2010-01-22 | 1 | -1/+1 | |
| | | | | | | * | | | Fix the parallel build of QtWebKit | Simon Hausmann | 2010-01-22 | 1 | -0/+1 | |
| | * | | | | | | | | doc: Corrected some bad grammar. | Martin Smith | 2010-01-27 | 1 | -4/+3 | |
| * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int... | Qt Continuous Integration System | 2010-01-28 | 1 | -19/+25 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int... | Qt Continuous Integration System | 2010-01-28 | 1 | -19/+25 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | Fix QSettings default paths not being initialized when setPath() is called | Daniel Molkentin | 2010-01-27 | 1 | -19/+25 | |
| * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-01-27 | 5 | -15/+13 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6 | Sami Merila | 2010-01-27 | 2 | -3/+0 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Removing unneeded code from QFontEngine::getGlyphPositions() | Alessandro Portale | 2010-01-27 | 1 | -3/+0 | |
| | | * | | | | | | | | | Added a selfsigned version of sqlite3.sis | Miikka Heikkinen | 2010-01-27 | 1 | -0/+0 | |
| | * | | | | | | | | | | QComboBox drawn incorrectly in RightToLeft mode | Sami Merila | 2010-01-27 | 1 | -5/+7 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | Polishing QS60Style by removing compiler warning | Sami Merila | 2010-01-27 | 3 | -7/+6 | |
| | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Avoid call markParentDirty twice in prepareGeometryChange | Leonardo Sobral Cunha | 2010-01-27 | 3 | -4/+9 | |
| * | | | | | | | | | Added a warning to QGLWidget::renderText(). | Trond Kjernåsen | 2010-01-27 | 1 | -2/+20 | |
| * | | | | | | | | | Compiler warning. | Bjørn Erik Nilsen | 2010-01-27 | 1 | -2/+2 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-i... | Pulse Build System | 2010-01-27 | 28 | -523/+768 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-i... | Pulse Build System | 2010-01-26 | 28 | -523/+768 | |
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | |