| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests for NaN values in the property x, y, widht and height setters of | Marco Bubke | 2010-02-01 | 1 | -0/+6 |
|
|
* | Merge commit 'qt/4.6' into kinetic-declarativeui | Bjørn Erik Nilsen | 2010-01-27 | 37 | -385/+1406 |
|\ |
|
| * | 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 | 17 | -162/+348 |
| |\ |
|
| | * | 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 | 17 | -162/+348 |
| | |\ |
|
| | | * | Fixes visibility update missing when doing setParentItem on graphicsitem | Leonardo Sobral Cunha | 2010-01-26 | 3 | -36/+41 |
|
|
| | | * | Fixed an infinite loop that could occur when reading invalid BMP images. | Trond Kjernåsen | 2010-01-26 | 1 | -1/+1 |
|
|
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-01-25 | 16 | -127/+308 |
| | | |\ |
|
| | | | * | Added optimization flag to QGraphicsItemPrivate. | Samuel Rødal | 2010-01-25 | 2 | -0/+25 |
|
|
| | | | * | Fixed child items with graphics effects not inheriting opacity. | Samuel Rødal | 2010-01-25 | 2 | -4/+25 |
|
|
| | | | * | Small optimization in raster paint engine. | Samuel Rødal | 2010-01-25 | 1 | -2/+2 |
|
|
| | | | * | Another ASSERT while deleting spans | Gabriel de Dietrich | 2010-01-25 | 1 | -1/+3 |
|
|
| | | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-01-25 | 14 | -120/+253 |
| | | | |\ |
|
| | | | | * | Potential crash when adding items from QGraphicsWidget::polishEvent(). | Bjørn Erik Nilsen | 2010-01-22 | 2 | -16/+27 |
|
|
| | | | | * | QGraphicsWidget is painted twice on the inital show. | Bjørn Erik Nilsen | 2010-01-22 | 3 | -8/+18 |
|
|
| | | | | * | Fix QPainter::redirection() to pass autotest. | Gunnar Sletta | 2010-01-22 | 1 | -3/+2 |
|
|
| | | | | * | Re-added the Close button in QPrintPreviewDialog for Mac/Carbon. | Trond Kjernåsen | 2010-01-22 | 1 | -0/+10 |
|
|
| | | | | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Gunnar Sletta | 2010-01-22 | 16 | -110/+269 |
| | | | | |\ |
|
| | | | | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-01-22 | 10 | -92/+165 |
| | | | | | |\ |
|
| | | | | | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-01-21 | 10 | -92/+165 |
| | | | | | | |\ |
|
| | | | | | | | * | Only send QGraphicsItem::ParentChange(d) notifications from setParentItem. | Bjørn Erik Nilsen | 2010-01-21 | 3 | -20/+28 |
|
|
| | | | | | | | * | Pass value as const void *const to QGraphicsSceneIndex::itemChange. | Bjørn Erik Nilsen | 2010-01-21 | 5 | -12/+12 |
|
|
| | | | | | | | * | Optimize QGraphicsItem::setFlags. | Bjørn Erik Nilsen | 2010-01-21 | 1 | -9/+21 |
|
|
| | | | | | | | * | Optimize QGraphicsScenePrivate::itemAcceptsHoverEvents_helper | Bjørn Erik Nilsen | 2010-01-21 | 1 | -4/+4 |
|
|
| | | | | | | | * | Improve performance of QGraphicsItem::setParentItem. | Bjørn Erik Nilsen | 2010-01-21 | 3 | -35/+62 |
|
|
| | | | | | | | * | Make sure cursor is painted at the correct position when we are using IM. | Jan-Arve Sæther | 2010-01-21 | 2 | -2/+8 |
|
|
| | | | | | | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Gunnar Sletta | 2010-01-21 | 1117 | -1518/+1852 |
| | | | | | | | |\ |
|
| | | | | | | | * | | Fix how we select antialiasing method for text under Mac OS X | Gunnar Sletta | 2010-01-21 | 1 | -11/+31 |
|
|
| | | | | * | | | | | Fix documentation bug in QColor | Gunnar Sletta | 2010-01-22 | 1 | -7/+4 |
|
|
| | | | | * | | | | | Don't use a mutex lock in QPainter::redirection unless strictly required | Gunnar Sletta | 2010-01-22 | 1 | -3/+36 |
|
|
| * | | | | | | | | | Remove unneeded resources from QtGui | Alessandro Portale | 2010-01-26 | 3 | -4/+145 |
|
|
| * | | | | | | | | | Remove warnings | Alessandro Portale | 2010-01-26 | 1 | -7/+5 |
|
|
| * | | | | | | | | | Fix broken build of simulated QS60Style | Alessandro Portale | 2010-01-26 | 1 | -1/+3 |
| |/ / / / / / / / |
|
| * | | | | | | | | QFileDialog layout issue on Symbian (part2) | Sami Merila | 2010-01-26 | 1 | -0/+1 |
|
|
| * | | | | | | | | QFileDialog layout issue on Symbian | Sami Merila | 2010-01-26 | 1 | -0/+18 |
|
|
| * | | | | | | | | QListWidget itemActivated does not follow S60 conventions | Sami Merila | 2010-01-25 | 4 | -1/+12 |
|
|
| * | | | | | | | | Remove unnecessary scope definitions from QS60Style | Sami Merila | 2010-01-25 | 1 | -70/+70 |
|
|
| * | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6 | Sami Merila | 2010-01-25 | 2 | -2/+55 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Made characters in a password field briefly visible while typing. | axis | 2010-01-25 | 2 | -2/+55 |
|
|
| * | | | | | | | | | QS60Style: Combobox button is not drawn pressed | Sami Merila | 2010-01-25 | 1 | -75/+35 |
| |/ / / / / / / / |
|
| * | | | | | | | | RadioButtons/Checkboxes should have theme highlight | Sami Merila | 2010-01-25 | 1 | -0/+65 |
|
|
| * | | | | | | | | QListView::setAlternatingRowColors is not working | Sami Merila | 2010-01-25 | 1 | -4/+21 |
| |/ / / / / / / |
|
| * | | | | | | | S60Style: Add support for animations to style (part2) | Sami Merila | 2010-01-22 | 1 | -0/+1 |
|
|
| * | | | | | | | S60Style: Add support for animations to style | Sami Merila | 2010-01-22 | 6 | -31/+464 |
| |/ / / / / / |
|
| * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-01-22 | 6 | -6/+51 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| | * | | | | | Move avkon component transparency check to app initialization. | Jani Hautakangas | 2010-01-22 | 4 | -34/+23 |
|
|
| | * | | | | | Fix for symbian dialog background transparency. | Jani Hautakangas | 2010-01-22 | 5 | -6/+62 |
| | | |/ / /
| | |/| | | |
|
| * | | | | | Fix missing focus rect for check and radio buttons in some GTK+ themes | Jens Bache-Wiig | 2010-01-21 | 1 | -3/+17 |
| |/ / / / |
|
| * | | | | Menubar and dock disappear after hiding a fullscreen widget on Cocoa. | Carlos Manuel Duclos Vergara | 2010-01-21 | 1 | -0/+32 |
| | |_|/
| |/| | |
|
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-01-20 | 2 | -10/+43 |
| |\ \ \ |
|
| | * | | | Implemented event filter functions for Symbian. | axis | 2010-01-20 | 2 | -10/+43 |
|
|