summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change to release license headers.Jason McDonald2010-02-013353-43641/+43641
* doc: Included a note showing the actual value of UserType.Martin Smith2010-02-011-0/+2
* Optimise QStringList::join by pre-allocating the final size.Thiago Macieira2010-02-011-0/+10
* Fix header labels on mac with rtlJens Bache-Wiig2010-01-291-2/+0
* Fix a regression: icons with slightly wrong ICO header did not load.Jan-Arve Sæther2010-01-291-0/+4
* doc: Corrected some bad grammar.Martin Smith2010-01-291-4/+3
* doc: Specified default values for constructors.Martin Smith2010-01-291-0/+5
* doc: Corrected misspelled word.Martin Smith2010-01-291-1/+1
* Mac: Calling showFullScreen() then showNormal() on a widget results in top me...Carlos Manuel Duclos Vergara2010-01-291-1/+1
* doc: Document the "Type" enum value as a const in variable.Martin Smith2010-01-291-0/+11
* Drawing fake buttons using QMacStyle+QStyleOptionViewItemV4 lead to crash.Carlos Manuel Duclos Vergara2010-01-291-72/+104
* Better support for user-generated binary shadersRhys Weatherley2010-01-291-3/+35
* Qt/Cocoa Event Dispatcher Problem in modal dialogsRichard Moe Gustavsen2010-01-291-1/+1
* QNativeSocketEngine: Also handle unknown errors from socket engineMarkus Goetz2010-01-291-0/+5
* Crash when deleting QMainWindow with native toolbar on Cocoa.Prasanth Ullattil2010-01-291-3/+9
* QNativeSocketEngine_win: Don't mess with linger settingsMarkus Goetz2010-01-291-2/+4
* Fixes visibility update missing when doing setParentItem on graphicsitemLeonardo Sobral Cunha2010-01-283-36/+41
* Updated docs regarding QGLWidget::renderText() limitations.Trond Kjernåsen2010-01-281-0/+7
* Added optimization flag to QGraphicsItemPrivate.Samuel Rødal2010-01-282-0/+25
* Fixed child items with graphics effects not inheriting opacity.Samuel Rødal2010-01-282-4/+25
* Small optimization in raster paint engine.Samuel Rødal2010-01-281-2/+2
* Another ASSERT while deleting spansGabriel de Dietrich2010-01-281-1/+3
* Potential crash when adding items from QGraphicsWidget::polishEvent().Bjørn Erik Nilsen2010-01-282-16/+27
* QGraphicsWidget is painted twice on the inital show.Bjørn Erik Nilsen2010-01-283-8/+18
* Improve DEF file enable/disable mechanism on SymbianIain2010-01-281-25/+11
* Fix QPainter::redirection() to pass autotest.Gunnar Sletta2010-01-281-3/+2
* Move avkon component transparency check to app initialization.Jani Hautakangas2010-01-284-34/+23
* Fix y-inverted pixmaps properly.Gunnar Sletta2010-01-281-9/+5
* Fix rendering with simple shader in GL2 engineTom Cooksey2010-01-281-0/+3
* removed a debug traceThierry Bastian2010-01-281-2/+0
* Fix for symbian dialog background transparency.Jani Hautakangas2010-01-285-6/+62
* Only send QGraphicsItem::ParentChange(d) notifications from setParentItem.Bjørn Erik Nilsen2010-01-283-20/+28
* Pass value as const void *const to QGraphicsSceneIndex::itemChange.Bjørn Erik Nilsen2010-01-285-12/+12
* Optimize QGraphicsItem::setFlags.Bjørn Erik Nilsen2010-01-281-9/+21
* Optimize QGraphicsScenePrivate::itemAcceptsHoverEvents_helperBjørn Erik Nilsen2010-01-281-4/+4
* Improve performance of QGraphicsItem::setParentItem.Bjørn Erik Nilsen2010-01-283-35/+62
* Purely cosmetic (formatting) changes to GL2 engine's GLSLTom Cooksey2010-01-281-333/+357
* Use an attribute value for the PMV matrix rather than a uniformTom Cooksey2010-01-285-31/+42
* Remove unnecessary depth uniform from GL2 engine's GLSLTom Cooksey2010-01-281-6/+0
* Doc fixes: Remove some lies from QEasingCurve.Jan-Arve Sæther2010-01-281-3/+3
* Don't use a mutex lock in QPainter::redirection unless strictly requiredGunnar Sletta2010-01-281-3/+36
* Fix how we select antialiasing method for text under Mac OS XGunnar Sletta2010-01-281-11/+31
* Added a selfsigned version of sqlite3.sisMiikka Heikkinen2010-01-281-0/+0
* QComboBox drawn incorrectly in RightToLeft modeSami Merila2010-01-281-5/+7
* Make sure cursor is painted at the correct position when we are using IM.Jan-Arve Sæther2010-01-272-2/+8
* 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
* Fixed an infinite loop that could occur when reading invalid BMP images.Trond Kjernåsen2010-01-271-1/+1
* Implement QDirectFBPixmapData::scrollAnders Bakken2010-01-272-3/+29
* QFileDialog layout issue on Symbian (part2)Sami Merila2010-01-271-0/+1