summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix duplicated license headers.Jason McDonald2009-08-278-328/+0
| | * Fix some duplicated license headers.Jason McDonald2009-08-2714-574/+0
| * | Correct grammatical in documentation for QNetworkDiskCache::expire()Keith Isdale2009-08-311-1/+1
| |/
| * QImageReader via JPEG image load plugin fails to load correctly a CMYKKeith Isdale2009-08-271-1/+10
| * Adjusting ftp server address for Nokia network.Jesper Thomschütz2009-08-261-1/+1
| * Fix subControlRect of the Mac style for the QComboBoxBenjamin Poulain2009-08-252-3/+60
| * 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-247370-9190/+9760
| |\
| | * Fixed compile error with gcc 4.3.3Thorbjørn Lindeijer2009-08-241-1/+1
| | * Fixed commentThorbjørn Lindeijer2009-08-241-1/+1
| | * Designer Preview window title not setKeith Isdale2009-08-241-0/+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
| | * don't test tst_QMenu::mouseActivation on Windows mobileJoerg Bornemann2009-08-181-0/+3
| | * fix tst_QMainWindow::menuBar for Windows mobileJoerg Bornemann2009-08-181-0/+8
| | * Fix regression in clip path calculation for QGraphicsWidget.Alexis Menard2009-08-182-0/+84
| | * QSslSocket: Clear readBuffer and writeBuffer on close()Markus Goetz2009-08-182-0/+38
| | * Fix a SQLITE whitespace in identifiers issue.Derick Hawcroft2009-08-181-8/+13
| | * Fix qsqltablemodel autotestDerick Hawcroft2009-08-171-6/+7
| * | Fix QCombobox popup flicker on OSMorten Sørvig2009-08-241-0/+12
* | | Doc: Fixed broken links to renamed functions.David Boddie2009-09-011-4/+5
| |/ |/|
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-08-172-1/+4
|\ \
| * | skip tst_QScriptEngineDebugger::multithreadedDebugging on Windows CEJoerg Bornemann2009-08-171-0/+3
| * | fix WA_DontShowOnScreen bug on Windows CEJoerg Bornemann2009-08-171-1/+1
* | | Doc: Fixed the number of commercial editions.David Boddie2009-08-171-2/+1
|/ /
* | new screenshot for windowsmobile autotestJoerg Bornemann2009-08-171-0/+0
* | fix warning in windowsmobile autotestJoerg Bornemann2009-08-171-2/+0
* | run tst_windowsmobile only on WM5Joerg Bornemann2009-08-171-4/+8
* | make tst_windowsmobile work in shadow buildsJoerg Bornemann2009-08-171-1/+1
* | remove dead codeOswald Buddenhagen2009-08-141-7/+0
* | remove withdrawn attributes (and fix syntax)Oswald Buddenhagen2009-08-141-9/+0
* | 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-142-42/+104
* | 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
* | don't test dbus stuff where no dbus isJoerg Bornemann2009-08-121-3/+3
* | tst_qurl fixed after the great URL replacement spreeJoerg Bornemann2009-08-121-15/+15
* | fix tst_QWidget::showAndMoveChild for Windows mobileJoerg Bornemann2009-08-121-0/+1
* | fix tst_QWidget::inputFocus_task257832 on WindowsJoerg Bornemann2009-08-121-0/+1
* | indentation fixed in tst_QWidget::inputFocus_task257832Joerg Bornemann2009-08-121-10/+10
* | respect QAbstractSpinBox::NoButtons in windowsce / windowsmobile stylesJoerg Bornemann2009-08-122-1/+9
* | fix QTextFormat::doubleProperty where qreal is floatJoerg Bornemann2009-08-121-3/+4