summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Remove the 'script' sub-directory from the symbian scope.Jason Barron2009-08-251-1/+0
* | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-08-254-5/+17
|\ \ \ \ \ \
| * | | | | | Fixed compile of cetest.Rohan McGovern2009-08-253-4/+8
| * | | | | | Don't dereference VGImage's that come from QVGPixmapDataRhys Weatherley2009-08-251-1/+9
* | | | | | | Restore old behaviour if qdoc3 is built without $QT_BUILD_TREE set.Jason McDonald2009-08-251-1/+1
|/ / / / / /
* | | | | | Implement the blur pixmap filter for OpenVG using vgGaussianBlur()Rhys Weatherley2009-08-253-0/+74
* | | | | | Compile fix after merge.Rhys Weatherley2009-08-251-1/+2
* | | | | | Integrate QAbstractVideoSurface API.Andrew den Exter2009-08-2549-22/+6557
* | | | | | Merge branch '4.6'Thiago Macieira2009-08-24145-709/+40592
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '4.5' into 4.6Thiago Macieira2009-08-2451-90/+276
| |\ \ \ \ \ \
| | * | | | | | 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-181-6/+7
| | | * | | | | | 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