summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* 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
* doc: Included a note showing the actual value of UserType.Martin Smith2010-01-271-0/+2
* 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-2720-285/+1075
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-i...Pulse Build System2010-01-277-90/+135
| |\
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-i...Pulse Build System2010-01-267-90/+135
| | |\
| | | * 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
| | | * Qt/Cocoa Event Dispatcher Problem in modal dialogsRichard Moe Gustavsen2010-01-251-1/+1
| | | * Cocoa: Usage of QMacCocoaAutoReleasePool makes CPU peakRichard Moe Gustavsen2010-01-252-13/+13
| | | * Crash when deleting QMainWindow with native toolbar on Cocoa.Prasanth Ullattil2010-01-251-3/+9
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-252-1/+5
| | | |\
| | | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-242-1/+5
| | | | |\
| | | | | * Fix NSCFNumber autorelease warning on Mac.Morten Johan Sørvig2010-01-221-0/+4
| | | | | * Add a reference to adjustSize() from the size propertyAndy Shaw2010-01-221-1/+1
| * | | | | Remove unneeded resources from QtGuiAlessandro Portale2010-01-263-4/+145
| * | | | | Remove warningsAlessandro Portale2010-01-261-7/+5
| * | | | | Fix broken build of simulated QS60StyleAlessandro Portale2010-01-261-1/+3
| |/ / / /
| * | | | QFileDialog layout issue on Symbian (part2)Sami Merila2010-01-261-0/+1
| * | | | QFileDialog layout issue on SymbianSami Merila2010-01-261-0/+18
| * | | | QListWidget itemActivated does not follow S60 conventionsSami Merila2010-01-254-1/+12
| * | | | Remove unnecessary scope definitions from QS60StyleSami Merila2010-01-251-70/+70
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merila2010-01-252-2/+55
| |\ \ \ \
| | * | | | Made characters in a password field briefly visible while typing.axis2010-01-252-2/+55
| * | | | | QS60Style: Combobox button is not drawn pressedSami Merila2010-01-251-75/+35
| |/ / / /
| * | | | RadioButtons/Checkboxes should have theme highlightSami Merila2010-01-251-0/+65
| * | | | QListView::setAlternatingRowColors is not workingSami Merila2010-01-251-4/+21
| |/ / /
| * | | S60Style: Add support for animations to style (part2)Sami Merila2010-01-221-0/+1
| * | | S60Style: Add support for animations to styleSami Merila2010-01-226-31/+464
| |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-226-6/+51
| |\ \ | | |/ | |/|
| | * Move avkon component transparency check to app initialization.Jani Hautakangas2010-01-224-34/+23
| | * Fix for symbian dialog background transparency.Jani Hautakangas2010-01-225-6/+62
* | | doc: Corrected some bad grammar.Martin Smith2010-01-271-4/+3
|/ /
* | Fix missing focus rect for check and radio buttons in some GTK+ themesJens Bache-Wiig2010-01-211-3/+17
|/
* Menubar and dock disappear after hiding a fullscreen widget on Cocoa.Carlos Manuel Duclos Vergara2010-01-211-0/+32