summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-2428-56/+103
|\
| * Fix QPlainTextEdit painting errorsmae2009-08-241-2/+3
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Morten Sørvig2009-08-242982-3789/+3914
| |\
| | * Fixed compile error with gcc 4.3.3Thorbjørn Lindeijer2009-08-241-1/+1
| | * Fixed commentThorbjørn Lindeijer2009-08-241-1/+1
| | * Make assorted constructors follow good coding practiceKeith Isdale2009-08-2416-36/+35
| | * Prevented crash when parsing viewBox attribute valueStian Sandvik Thomassen2009-08-241-9/+9
| | * Fix the size returned by QCommonStylePrivate::viewItemSize() for textBenjamin Poulain2009-08-211-1/+1
| | * Fix the painting of QSpinBox on Mac when the buttons are disabledBenjamin Poulain2009-08-201-0/+1
| | * Fix the painting of QSpinBox on Mac when the buttons are disabledBenjamin Poulain2009-08-201-3/+8
| | * Fixed crash in QtSvg caused by division by zero in animation code.Kim Motoyoshi Kalland2009-08-191-4/+7
| | * Fixed usage of the MITSHM extension for 16 bit X servers.Trond Kjernåsen2009-08-191-3/+6
| | * Fixed rounding error in fillRect() in the raster paint engineEskil Abrahamsen Blomfeldt2009-08-181-11/+7
| | * Fix regression in clip path calculation for QGraphicsWidget.Alexis Menard2009-08-181-0/+2
| | * QSslSocket: Clear readBuffer and writeBuffer on close()Markus Goetz2009-08-181-0/+9
| | * Fix a SQLITE whitespace in identifiers issue.Derick Hawcroft2009-08-181-8/+13
| | * fix WA_DontShowOnScreen bug on Windows CEJoerg Bornemann2009-08-171-1/+1
| | * Document QAction::MenuRole not working on submenus.Norwegian Rock Cat2009-08-141-0/+5
| | * Fix the painting of QComboBox on Mac when the rect is not at the originBenjamin Poulain2009-08-141-42/+60
| | * On Mac, hitTestComplexControl() return an incorrect value for comboboxBenjamin Poulain2009-08-141-2/+0
| | * Fix crash/assert on Mac when painting "small" QPushButtons.Morten Sorvig2009-08-131-0/+7
| | * Fix Menu icons are too large on CocoaDean Dettman2009-08-131-2/+2
| | * Wrapped the XInput include with an ifdef.Denis Dzyubenko2009-08-121-0/+4
| | * respect QAbstractSpinBox::NoButtons in windowsce / windowsmobile stylesJoerg Bornemann2009-08-122-1/+9
| | * fix QTextFormat::doubleProperty where qreal is floatJoerg Bornemann2009-08-121-3/+4
| | * fix decoration of DontShowOnScreen widgets on Windows CEJoerg Bornemann2009-08-121-1/+1
| | * Revert "Frame property for QDateTimeEdit can be set independently of"Matthew Cattell2009-08-111-1/+0
| | * Frame property for QDateTimeEdit can be set independently ofMatthew Cattell2009-08-111-0/+1
| | * Phonon: improve locking to make it safer to load a sourceThierry Bastian2009-08-112-17/+25
| | * Update URL for Qt FTP site.Jason McDonald2009-08-111-1/+1
| | * Update URL for Qt web site.Jason McDonald2009-08-111-1/+1
| | * Update URL of online documentation.Jason McDonald2009-08-116-8/+8
| | * Update old email address.Jason McDonald2009-08-11283-529/+529
| | * Eliminate some mentions of Trolltech.Jason McDonald2009-08-1118-30/+29
| | * Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-1112-27/+27
| | * Update license headers.Jason McDonald2009-08-112978-2983/+2983
| | * Fixes formatting of date strings in psql driverBill King2009-08-101-1/+1
| | * Missing break when formatting from a time valueBill King2009-08-101-0/+1
| | * Fixed an assert that could happen when the mediaSource is deletedThierry Bastian2009-08-103-30/+21
| | * Prevent a crash when there is no QTest::logger when calling warn()Andy Shaw2009-08-101-1/+3
| * | Fix QCombobox popup flicker on OSMorten Sørvig2009-08-241-0/+12
* | | Optimize createDFBSurfaceAnders Bakken2009-08-241-10/+11
* | | Improve error message when using WM with NO_LAYERAnders Bakken2009-08-242-4/+3
* | | Reset is_null in QDirectFBPixmapData::invalidate()Anders Bakken2009-08-241-0/+1
* | | Release surface in QDirectFBPixmapData::invalidateAnders Bakken2009-08-241-0/+4
* | | Improve error reporting in DFBScreenAnders Bakken2009-08-243-23/+37
* | | Make sure QGraphicsOpacityEffect::opacity is bound between 0.0 and 1.0Bjørn Erik Nilsen2009-08-241-0/+3
* | | Reset dangling handle after close on WinCE 5João Abecasis2009-08-241-0/+3
* | | Always check the file handle before attempting to map the fileJoão Abecasis2009-08-241-5/+8
* | | QFSFileEngine: Don't close file if we already have a file for mappingJoão Abecasis2009-08-241-1/+1