summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Allow QGLWidgets to draw them selves under -graphicssystem raster again...Gunnar Sletta2010-09-061-2/+5
* C++0x move operatorsOlivier Goffart2010-09-0313-3/+61
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-09-022-0/+37
|\
| * Added a QDebug operator for QSymbianEvent.axis2010-09-022-0/+37
* | Enable the width-for-height codepath and add autotest for WFH.Jan-Arve Sæther2010-09-021-5/+0
* | Use hasHeightForWidth() and hasWidthForHeight() instead of sizePolicy()Jan-Arve Sæther2010-09-021-14/+24
* | Add hasWidthForHeight in order to support WFH in QGraphicsLayout.Jan-Arve Sæther2010-09-022-9/+36
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-09-0112-82/+122
|\
| * Fix compiler warning in qtextformat.hEskil Abrahamsen Blomfeldt2010-09-011-4/+4
| * Clean up and clarify Mac font engine codeJiang Jiang2010-08-312-74/+2
| * Implemented suffix and prefix strings for the numbering in ordered lists as s...Nils Jeisecke2010-08-3110-8/+120
* | Align icon positions when using TextUnderIcon for tool buttonsJens Bache-Wiig2010-09-011-3/+0
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-08-314-86/+95
|\
| * Fix compilation on mac.Olivier Goffart2010-08-301-2/+2
| * Fix crash introduced with d34287af6fc1c7558e8ed15dbb29c0e6b58b7b00Olivier Goffart2010-08-301-6/+10
| * QAbstractItemView: optimize handling of editors for view with large numbers o...Stephen Bowline2010-08-274-82/+87
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-3024-64/+192
|\ \ | |/ |/|
| * Correct last right bearing in boundingBox(glyphs)Jiang Jiang2010-08-277-17/+26
| * Make sure propagated font in QGraphicsWidget can be set on a QPainterEskil Abrahamsen Blomfeldt2010-08-272-1/+6
| * Apparently QPen::brush() can't return a NoBrush for a NoPen.Trond Kjernåsen2010-08-272-6/+4
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-278-29/+130
| |\
| | * Calling QPen::brush() on a Qt::NoPen pen, should return QBrush::NoBrush.Trond Kjernåsen2010-08-261-0/+2
| | * Revert "Refactor blend_transformed_bilinear to simplify the blend type checking"Olivier Goffart2010-08-261-67/+66
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-267-95/+195
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-257-95/+195
| | | |\
| | | | * Don't rely on mapFromGlobal in QGraphicsScenePrivate::itemsAtPosition.Bjørn Erik Nilsen2010-08-251-7/+3
| | | | * Refactor blend_transformed_bilinear to simplify the blend type checkingBenjamin Poulain2010-08-251-66/+67
| | | | * Note RTL behavior changes in docs and changelogJiang Jiang2010-08-251-0/+2
| | | | * Implement qt_memfill32 with Neon.Benjamin Poulain2010-08-253-0/+40
| | | | * Implement the composition mode Plus with Neon.Benjamin Poulain2010-08-255-22/+83
| * | | | Cocoa: Demo browser can get stuck after closing modal dialogRichard Moe Gustavsen2010-08-261-0/+6
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-254-11/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-254-11/+10
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fixed item view background color in Gtk styleJens Bache-Wiig2010-08-251-1/+4
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-253-10/+6
| | | |\ \ | | | | |/ | | | |/|
| | | | * Fixed delivering gestures to a toplevel widget.Denis Dzyubenko2010-08-241-2/+3
| | | | * linux-icc can take -msse2, -msse3, etc. flags, so enable this as wellThiago Macieira2010-08-241-1/+1
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-231-7/+2
| | | | |\
| | | | | * Fixed touch event delivery in QGraphicsView.Denis Dzyubenko2010-08-231-7/+2
| * | | | | Enabling AdvancedPointerEvents for active windows causes a panicSami Merila2010-08-253-3/+13
| |/ / / /
* | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-08-2533-200/+551
|\ \ \ \ \
| * \ \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-2533-200/+551
| |\ \ \ \ \ | | |/ / / /
| | * | | | Remove enums from bitfield, since all compilers do not support them.Janne Anttila2010-08-251-4/+4
| | |/ / /
| | * | | Fix mispositioned text with QStaticText and OpenVG graphics systemEskil Abrahamsen Blomfeldt2010-08-241-2/+5
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Gunnar Sletta2010-08-2476-387/+1490
| | |\ \ \
| | | * | | QGraphicsView: Fix assert that may occurs if there are 'empty' item to draw, ...Olivier Goffart2010-08-241-1/+3
| | | |/ /
| | | * | QWidget metadata has not been set up yet in QWidgetPrivate::init.Jani Hautakangas2010-08-231-2/+2
| | | |/
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-202-8/+22
| | | |\
| | | | * Revised fix for pixmap loadingJens Bache-Wiig2010-08-201-0/+5
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-201-8/+17
| | | | |\