summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Rewrite of DirectFB locking mechanismAnders Bakken2009-09-011-0/+1
| * | | | Add DirectFB to QScreenDriverFactoryAnders Bakken2009-09-011-2/+7
| * | | | Add directfb.pri to embedded.priAnders Bakken2009-09-011-0/+4
| * | | | Copy directfb.pro to src/gui/embedded/directfb.priAnders Bakken2009-09-011-0/+38
| * | | | Doc: Fixed typos in QGraphicsItem and Diagram Scene ExampleGeir Vattekar2009-09-011-14/+13
| * | | | Doc: Fixed outdated docs in QStyle::styleHint().Geir Vattekar2009-09-011-5/+3
| * | | | QTreeView: exapnding nodes just after replacing the model wouldn't workThierry Bastian2009-09-012-3/+15
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-09-017-18/+31
| |\ \ \ \
| | * | | | Fix rounding bug in QGraphicsOpacityEffect.Bjørn Erik Nilsen2009-09-011-4/+5
| | * | | | Make sure the BSP is updated when a graphics effect changes bounding rect.Bjørn Erik Nilsen2009-09-014-2/+16
| | * | | | Fix reversed progress bars on VistaJens Bache-Wiig2009-08-111-1/+1
| | * | | | Make QIconloader use resource directory as fallbackJens Bache-Wiig2009-08-112-11/+9
| * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-09-0119-365/+616
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Geir Vattekar2009-09-012-2/+61
| | |\ \ \ \
| | | * | | | QGraphicsDropShadowEffect convenience; setXOffset() and setYOffset().Bjørn Erik Nilsen2009-09-012-1/+37
| | | * | | | Make sure graphics effects updates properly when changing their properties.Bjørn Erik Nilsen2009-09-012-1/+24
| | * | | | | Doc: Said what happens when setFocus() is called on a widget in anGeir Vattekar2009-09-011-0/+2
| | |/ / / /
| | * | | | Microoptimizations in QCleanLooksStyleThorbjørn Lindeijer2009-09-011-140/+224
| | * | | | doc: Also mention HSLThorbjørn Lindeijer2009-09-011-1/+1
| | * | | | Merge branch '4.6' of git:qt/qt into 4.6Thiago Macieira2009-09-012-54/+61
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-0/+6
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Don't crash when convert Indexed8 without colortable to QPixmapGunnar Sletta2009-08-311-0/+6
| | | * | | | Invalidate cached QVectorPath when QPainterPath changesGunnar Sletta2009-08-311-0/+2
| * | | | | | Doc: Fixed broken links to renamed functions.David Boddie2009-09-011-4/+5
* | | | | | | Use qreal for QGraphicsOpacityEffect opacity property.Michael Brasser2009-09-041-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Added description of visualIndex condition to docs for logicalIndex()Peter Yard2009-09-011-1/+3
* | | | | | Disable event compression when the tablet events are acceptedBenjamin Poulain2009-08-311-53/+58
| |/ / / / |/| | | |
* | | | | Adapt to libpng 1.4.0beta74 API changeBernhard Rosenkraenzer2009-08-311-0/+4
* | | | | Qt fails to build with libpng 1.4 betasBernhard Rosenkraenzer2009-08-311-0/+4
* | | | | fix doc. id maps to QObject::objectName, not QGraphicsObject::setOpacity ;-)Riccardo Iaconelli2009-08-311-1/+1
* | | | | Make QMargins a proper classJens Bache-Wiig2009-08-314-99/+98
* | | | | Add auto-activation on show/hide and setParentItem().Andreas Aardal Hanssen2009-08-313-6/+16
* | | | | Fix activation behavior for panels, and add QGraphicsItem::setActive().Andreas Aardal Hanssen2009-08-315-61/+137
* | | | | doc: Fixed several qdoc errors.Martin Smith2009-08-311-1/+1
|/ / / /
* | | | doc: Fixed several qdoc errors.Martin Smith2009-08-312-2/+4
* | | | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-31112-1456/+1456
* | | | doc: Fixed several qdoc errors.Martin Smith2009-08-311-12/+48
* | | | Fixed performance issue with graphics effects on graphics items.Samuel Rødal2009-08-311-0/+2
* | | | Merge branch '4.5' into 4.6Thiago Macieira2009-08-31976-12688/+12688
|\ \ \ \ | |/ / /
| * | | Update tech preview license header.Jason McDonald2009-08-31979-12727/+12727
| * | | Fixes: Crash when double-clicking a tab in a QTabBar with movable tabsOlivier Goffart2009-08-281-1/+2
* | | | doc: Fixed several qdoc errors.Martin Smith2009-08-314-13/+55
* | | | Added QContextMenuEvent sending to widget in Symbian.Janne Anttila2009-08-311-1/+2
* | | | Warning --Alessandro Portale2009-08-281-0/+2
* | | | Added a default theme for the simulated S60 styleAlessandro Portale2009-08-284-3/+3
* | | | Removing an obviously obsolete LIBS includion workaround.Alessandro Portale2009-08-281-2/+0
* | | | Using QFocusFrame to visualize the focus.Alessandro Portale2009-08-283-118/+80
* | | | Don't call qFuzzyIsNull on every single frame in QGraphicsOpacityEffect.Bjørn Erik Nilsen2009-08-282-3/+10
* | | | Add support for setting an opacity mask on QGraphicsOpacityEffect.Bjørn Erik Nilsen2009-08-283-6/+96
* | | | Fix wrong transform when drawing graphics item effect source.Bjørn Erik Nilsen2009-08-281-4/+2