summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Properly support the "prefer antialias" font styleGunnar Sletta2009-04-201-3/+9
| * Get rid of compiler warning.jasplin2009-04-201-1/+1
| * BT: Update text of About Qt dialogJason McDonald2009-04-2016-125/+126
| * Ifdef out the QWS blend functions for less common bitdephts by defaultGunnar Sletta2009-04-201-45/+45
| * Make the 32-bit ARGBPM on 16-bit RGB blend function fasterGunnar Sletta2009-04-201-101/+33
| * Fix drawhelper pixel-writeback when dest has alpha.Gunnar Sletta2009-04-201-1/+1
| * Fix ARGB24PM->RGB16 for i386 GCCGunnar Sletta2009-04-201-20/+1
| * Fix ARGB8565 onto RGB16 image blending on windowsGunnar Sletta2009-04-201-3/+3
| * Fix docs for QPixmapCache::setCacheLimit()/cacheLimit()Gunnar Sletta2009-04-201-2/+4
| * Some ifdefs for debugging clipping performanceGunnar Sletta2009-04-201-0/+36
| * BT: Fix a crash when using Q(File)Dialog::open() in QCocoa.Norwegian Rock Cat2009-04-201-1/+4
* | Speed up texture uploads for hardware without n-pot-2 texture support.Trond Kjernåsen2009-04-201-53/+106
* | Make sure we use a premultiplied alpha format for 32 bit EGL screens.Trond Kjernåsen2009-04-201-1/+1
* | Make sure the cached SVG image node uses the premultiplied format.Trond Kjernåsen2009-04-201-0/+3
* | Doc update for QGraphicsProxyWidget::setWidget().Andreas Aardal Hanssen2009-04-201-3/+2
* | Fixup docs for QGraphicsProxyWidget::setWidget().Andreas Aardal Hanssen2009-04-201-0/+4
* | Fix QGraphicsProxyWidget's window flag handlingAndreas Aardal Hanssen2009-04-201-1/+1
* | Working on QGraphicsProxyWidget's handling of widget flags.Andreas Aardal Hanssen2009-04-205-11/+146
* | Clean up white space.Jan-Arve Sæther2009-04-201-165/+160
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-2086-7861/+23485
|\ \ | |/
| * fix compilation of QtWebKit with Visual StudioJoerg Bornemann2009-04-201-1/+6
| * Fixes over-verboseness in OCI tables function.Bill King2009-04-191-2/+2
| * Miscellaneous cleanups for Sql tests.Bill King2009-04-191-12/+31
| * Make temporary files close-on-execOswald Buddenhagen2009-04-181-0/+11
| * sanitize whitespace & parenthesesOswald Buddenhagen2009-04-181-128/+127
| * Run syncqt when available and necessaryDirk Mueller2009-04-181-1/+1
| * Fix the About Qt dialog text to be truthful, post-LGPLJason McDonald2009-04-1866-7450/+22935
| * Fix an endianess issue with 32 bit pixmaps on big endian systems.Trond Kjernåsen2009-04-171-1/+1
| * compilePaul Olav Tvete2009-04-171-1/+1
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-04-171-1/+1
| |\
| | * autotest didn't compile with gccThierry Bastian2009-04-171-1/+1
| * | BT: Obsolete license textJason McDonald2009-04-171-6/+0
| |/
| * Compile.Jan-Arve Sæther2009-04-171-3/+3
| * Possible assert when hiding tabbed QDockWidgetThierry Bastian2009-04-172-3/+35
| * BT: Make native QFontDialog work when using show and changing windowsNorwegian Rock Cat2009-04-171-3/+5
| * Display error with QTableView with custom default row heightThierry Bastian2009-04-173-8/+50
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-04-171-238/+273
| |\
| | * Even more cleanups on the Change Log.Kavindra Devi Palaraja2009-04-171-165/+185
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Kavindra Devi Palaraja2009-04-177-178/+11
| | |\
| | * | More cleanups on the change log.Kavindra Devi Palaraja2009-04-171-90/+105
| * | | Fix a couple more unmaintained version numbers.Jason McDonald2009-04-172-2/+2
| | |/ | |/|
| * | Fix obsolete version number in docs.Jason McDonald2009-04-171-2/+2
* | | Make sure tooltips are shown properly in popups.Jan-Arve Sæther2009-04-172-4/+30
* | | Merge commit 'remotes/tb-optim/qvariant-optimizations'Thierry Bastian2009-04-173-60/+88
|\ \ \
| * | | make construction for known type fasterThierry Bastian2009-03-312-23/+34
| * | | make the float constructor inline (improves construction/destruction performa...Thierry Bastian2009-03-312-3/+1
| * | | small change wrt to destruction (patch suggested by ogoffart)Thierry Bastian2009-03-311-5/+9
| * | | add proper support for floats to QVariantThierry Bastian2009-03-262-7/+21
| * | | Improved qVariantSetValue by reusing the internals if possibleThierry Bastian2009-03-261-1/+12
| * | | small simplification in internals of QVariantThierry Bastian2009-03-261-25/+4