summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change to release license headers.Jason McDonald2010-02-017484-97422/+97422
* doc: Included a note showing the actual value of UserType.Martin Smith2010-02-011-0/+2
* Assistant: Fix unintended tr context change.ck2010-02-011-10/+10
* Optimise QStringList::join by pre-allocating the final size.Thiago Macieira2010-02-011-0/+10
* audiodevices example: no devices availableKurt Korbatits2010-02-011-1/+4
* Compile with no-webkit - add missing semi-colons.Rhys Weatherley2010-02-011-2/+2
* 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-299-3/+14
* 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-292-0/+22
* Don't use QDebug references. Instead, pass by value.Thiago Macieira2010-01-292-2/+2
* 'test -e' is a bashism. It's not available in traditional sh.Thiago Macieira2010-01-291-2/+2
* 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-284-36/+127
* Stabilize tst_QGraphicsScene::polishItems2 (new test)Bjørn Erik Nilsen2010-01-281-2/+2
* 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-283-6/+57
* Made the trace replayer handle limited resolution cases better.Samuel Rødal2010-01-281-6/+22
* Small optimization in raster paint engine.Samuel Rødal2010-01-281-2/+2
* Another ASSERT while deleting spansGabriel de Dietrich2010-01-282-1/+11
* Potential crash when adding items from QGraphicsWidget::polishEvent().Bjørn Erik Nilsen2010-01-283-18/+68
* QGraphicsWidget is painted twice on the inital show.Bjørn Erik Nilsen2010-01-284-8/+43
* Improve DEF file enable/disable mechanism on SymbianIain2010-01-285-27/+68
* Fix QPainter::redirection() to pass autotest.Gunnar Sletta2010-01-281-3/+2
* revert parts of 10392eef4fd4f9Joerg Bornemann2010-01-281-26/+24
* Move avkon component transparency check to app initialization.Jani Hautakangas2010-01-284-34/+23
* Use HighlightAllOccurrences to have highlighting after full text search.kh12010-01-282-36/+67
* 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-286-7/+63
* 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