summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix pixel snow on the combo box popup on Snow Leopard.Morten Sorvig2009-09-041-0/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-0441-504/+1307
|\
| * Stylesheet: Do not crop the text in tabsOlivier Goffart2009-09-042-2/+10
| * Fix ./tst_qdatetimeedit::task118867Olivier Goffart2009-09-041-1/+1
| * Doc: Review of docs for QGraphicsItem::ItemUsesExtendedStyleOption.Geir Vattekar2009-09-041-7/+11
| * fix text eliding for arabic and syriacLars Knoll2009-09-041-0/+33
| * Small corrections in the documentationBradley T. Hughes2009-09-041-2/+2
| * qapplication_win.cpp compile fix for Q_WS_WINCE_WMJoerg Bornemann2009-09-041-1/+0
| * Merge branch '4.5' into 4.6Thiago Macieira2009-09-042-2/+7
| |\
| | * Fixed clipping of native style elements when raster is used on macGunnar Sletta2009-09-041-2/+6
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-09-041-0/+6
| | |\
| | * | Pedantic fixes for license headers.Jason McDonald2009-09-041-0/+1
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-048-460/+415
| |\ \ \
| | * \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-042-2/+2
| | |\ \ \
| | * | | | Modify QMatrix4x4 and QQuaternion to use qreal internallyRhys Weatherley2009-09-048-460/+415
| * | | | | Update license headersJason McDonald2009-09-041-0/+1
| | |/ / / | |/| | |
| * | | | Fix compilation on OS X.Michael Brasser2009-09-041-1/+1
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Michael Brasser2009-09-04100-584/+4135
| |\ \ \ \ | | |/ / /
| | * | | QCSSScanner: really skip toLower() when tokenizing the input.Ariya Hidayat2009-09-031-1/+1
| | * | | Removing a few superfluous semicolons.Alessandro Portale2009-09-039-15/+15
| | * | | Merge branch 'minimizeWrapperApp' into 4.6axis2009-09-0311-6/+832
| | |\ \ \
| | | * | | Move the S60/Avkon framework initialization into QtGui.axis2009-09-0311-6/+832
| | * | | | Rendering artifacts when installing an effect on HasNoContents items.Bjørn Erik Nilsen2009-09-031-5/+10
| * | | | | Use qreal for QGraphicsOpacityEffect opacity property.Michael Brasser2009-09-041-1/+1
* | | | | | Made eliding of arabic text work without chaning the look of the glyphsGunnar Sletta2009-09-041-0/+33
* | | | | | Added support for quering a printer for the actual number of copies.Gunnar Sletta2009-09-042-0/+19
| |/ / / / |/| | | |
* | | | | Merge commit 'origin/4.5' into 4.6Joerg Bornemann2009-09-031-4/+7
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | restoring a minimized window on Windows CE didn't workJoerg Bornemann2009-09-031-0/+6
| | |_|/ | |/| |
* | | | Doc: add warnings and some more meat to Symbian specific APIs.Volker Hilsheimer2009-09-031-6/+25
* | | | Fix crash bug when rendering a graphicsview offscreen with effectsThomas Hartmann2009-09-031-4/+8
* | | | Added trace graphics system for painting performance profiling.Samuel Rødal2009-09-0312-41/+2247
* | | | Merge branch '4.5' into 4.6Thiago Macieira2009-09-0316-48/+61
|\ \ \ \ | |/ / /
| * | | unneeded Q_OS_WINCE checks removedJoerg Bornemann2009-09-031-5/+1
| * | | Add missing license headersJason McDonald2009-09-031-0/+3
| * | | Update license headers.Jason McDonald2009-09-0210-30/+0
| * | | Add license header to perl scripts.Jason McDonald2009-09-021-0/+40
| * | | Remove obsolete copies of GPL.Jason McDonald2009-09-021-0/+41
| * | | Made mouse wheel navigation skip disabled tabsStian Sandvik Thomassen2009-09-012-12/+16
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-09-01979-12776/+12805
| |\ \ \
| | * | | Fix misformatted license headers.Jason McDonald2009-09-011-11/+8
| * | | | Doc: Fixed broken links to renamed functions.David Boddie2009-09-011-4/+5
* | | | | Improvements to usage of QMatrix4x4 in QGraphicsItem.Andreas Aardal Hanssen2009-09-031-20/+10
* | | | | CSS parser speed-up: skip the need to call toLower().Ariya Hidayat2009-09-031-42/+42
* | | | | Fixed some clipping bugs in raster paint engine.Samuel Rødal2009-09-031-7/+7
* | | | | Fix test failure & optimize matrix operations in QGraphicsItem.Andreas Aardal Hanssen2009-09-031-0/+13
* | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Morten Sorvig2009-09-0312-107/+266
|\ \ \ \ \
| * | | | | Revert "Optimize qt_format_text test operations: try not to detach"Eskil Abrahamsen Blomfeldt2009-09-031-28/+40
| * | | | | Added a property to QPinchGesture to specify what exactly changed.Denis Dzyubenko2009-09-033-1/+32
| * | | | | Improved the gesture api.Denis Dzyubenko2009-09-033-39/+144
| * | | | | Improved the gesture api.Denis Dzyubenko2009-09-039-58/+46