summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Core classes, examples, demos: Some changes from string to charMarkus Goetz2010-01-283-4/+4
* Fix header labels on mac with rtlJens Bache-Wiig2010-01-281-2/+0
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-2832-186/+333
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-285-8/+31
| |\
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-os1Prasanth Ullattil2010-01-285-8/+31
| | |\
| * | | doc: Fixed the last qdoc errors.Martin Smith2010-01-282-8/+13
| |/ /
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-2833-546/+807
| |\ \
| | * | Fixes visibility update missing when doing setParentItem on graphicsitemLeonardo Sobral Cunha2010-01-273-36/+41
| | * | Fixed an infinite loop that could occur when reading invalid BMP images.Trond Kjernåsen2010-01-271-1/+1
| | * | Updated docs regarding QGLWidget::renderText() limitations.Trond Kjernåsen2010-01-271-0/+7
| | * | Added optimization flag to QGraphicsItemPrivate.Samuel Rødal2010-01-272-0/+25
| | * | Fixed child items with graphics effects not inheriting opacity.Samuel Rødal2010-01-272-4/+25
| | * | Small optimization in raster paint engine.Samuel Rødal2010-01-271-2/+2
| | * | Another ASSERT while deleting spansGabriel de Dietrich2010-01-271-1/+3
| | * | Implement QDirectFBPixmapData::scrollAnders Bakken2010-01-272-3/+29
| | * | Potential crash when adding items from QGraphicsWidget::polishEvent().Bjørn Erik Nilsen2010-01-272-16/+27
| | * | QGraphicsWidget is painted twice on the inital show.Bjørn Erik Nilsen2010-01-273-8/+18
| | * | Fix QPainter::redirection() to pass autotest.Gunnar Sletta2010-01-271-3/+2
| | * | Re-added the Close button in QPrintPreviewDialog for Mac/Carbon.Trond Kjernåsen2010-01-271-0/+10
| | * | Fix y-inverted pixmaps properly.Gunnar Sletta2010-01-271-9/+5
| | * | Fix rendering with simple shader in GL2 engineTom Cooksey2010-01-271-0/+3
| | * | removed a debug traceThierry Bastian2010-01-271-2/+0
| | * | Fix documentation bug in QColorGunnar Sletta2010-01-271-7/+4
| | * | Only send QGraphicsItem::ParentChange(d) notifications from setParentItem.Bjørn Erik Nilsen2010-01-273-20/+28
| | * | Pass value as const void *const to QGraphicsSceneIndex::itemChange.Bjørn Erik Nilsen2010-01-275-12/+12
| | * | Optimize QGraphicsItem::setFlags.Bjørn Erik Nilsen2010-01-271-9/+21
| | * | Optimize QGraphicsScenePrivate::itemAcceptsHoverEvents_helperBjørn Erik Nilsen2010-01-271-4/+4
| | * | Improve performance of QGraphicsItem::setParentItem.Bjørn Erik Nilsen2010-01-273-35/+62
| | * | Make sure cursor is painted at the correct position when we are using IM.Jan-Arve Sæther2010-01-272-2/+8
| | * | Purely cosmetic (formatting) changes to GL2 engine's GLSLTom Cooksey2010-01-271-333/+357
| | * | Use an attribute value for the PMV matrix rather than a uniformTom Cooksey2010-01-275-31/+42
| | * | Remove unnecessary depth uniform from GL2 engine's GLSLTom Cooksey2010-01-271-6/+0
| | * | Doc fixes: Remove some lies from QEasingCurve.Jan-Arve Sæther2010-01-271-3/+3
| | * | Don't use a mutex lock in QPainter::redirection unless strictly requiredGunnar Sletta2010-01-271-3/+36
| | * | Fix how we select antialiasing method for text under Mac OS XGunnar Sletta2010-01-271-15/+31
| | * | Mac: Calling showFullScreen() then showNormal() on a widget results in top me...Carlos Manuel Duclos Vergara2010-01-271-1/+1
| | * | Carbon: deleting a QMenu while it's open will cause a crashRichard Moe Gustavsen2010-01-271-14/+18
| | * | Cocoa: qaccessibility test crashesRichard Moe Gustavsen2010-01-273-0/+11
| | * | Don't crash when comparing JSCore value without engine to non-JSCore valueKent Hansen2010-01-271-4/+9
| * | | doc: Document the "Type" enum value as a const in variable.Martin Smith2010-01-281-0/+11
| |/ /
| * | doc: Included a note showing the actual value of UserType.Martin Smith2010-01-271-0/+2
| * | doc: Corrected misspelled word.Martin Smith2010-01-271-1/+1
| * | doc: Specified default values for constructors.Martin Smith2010-01-271-0/+5
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-2753-425/+1338
| |\ \
| | * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-i...Pulse Build System2010-01-2723-154/+263
| | |\ \
| | | * | When checking to see if a signal is connected, compare the match-arguments tooThiago Macieira2010-01-261-2/+4
| | | * | Do the refcounting of services watched properly.Thiago Macieira2010-01-261-20/+15
| | | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-i...Pulse Build System2010-01-2622-132/+244
| | | |\ \
| | | | * | Cocoa: qfiledialog test spits out memory warningsRichard Moe Gustavsen2010-01-261-0/+3
| | | | * | Drawing fake buttons using QMacStyle+QStyleOptionViewItemV4 lead to crash.Carlos Manuel Duclos Vergara2010-01-261-72/+104