summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-283-84/+104
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-273-84/+104
| |\
| | * Wrong QGraphicsItem::childrenBoundingRect() when applying effects.Bjørn Erik Nilsen2010-05-271-3/+3
| | * Replace memmove with memcpyEskil Abrahamsen Blomfeldt2010-05-271-6/+6
| | * Optimize initialization of QStaticTextEskil Abrahamsen Blomfeldt2010-05-272-81/+101
* | | Removed unused variableThorbjørn Lindeijer2010-05-271-1/+0
|/ /
* | Update documentation for the -font command line optionBradley T. Hughes2010-05-271-1/+2
* | Fixed a crash when creating QGtkStyle before QApplicationJens Bache-Wiig2010-05-272-2/+2
* | Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-273-2/+39
|\ \ | |/
| * Redraw issues when removing a fully transparent QGraphicsItem from the scene.Bjørn Erik Nilsen2010-05-261-0/+18
| * Fixes a proxymodel sorting odity.Pierre Rossi2010-05-261-1/+1
| * Update the state of the keyboard modifiers on drop events.David Faure2010-05-261-1/+20
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-2530-202/+409
|\ \ | |/ |/|
| * Dont crash when assigning the same input context twice.Denis Dzyubenko2010-05-252-4/+10
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-2530-198/+399
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-2430-198/+399
| | |\
| | | * Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-2414-176/+99
| | | |\
| | | * | Unbreak compilation outside MacThiago Macieira2010-05-231-1/+1
| | | * | Removing unneeded qDebug statement.Carlos Manuel Duclos Vergara2010-05-211-1/+0
| | | * | Fixing incorrect addition of public API symbols.Carlos Manuel Duclos Vergara2010-05-217-181/+55
| | | * | Removal erroneous inclusion of new Public API in qmacstyle.Carlos Manuel Duclos Vergara2010-05-211-0/+255
| | | * | fix irix buildOswald Buddenhagen2010-05-201-0/+1
| | | * | Improve look and feel of itemviews on macJens Bache-Wiig2010-05-201-6/+25
| | | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-206-19/+73
| | | |\ \
| | | | * | QPushButton's click area exceeds the button area by far on Mac OS XCarlos Manuel Duclos Vergara2010-05-205-16/+68
| | | | * | QApplication::closeAllWindows() should ignore windows being closedBradley T. Hughes2010-05-201-3/+5
| | | * | | doc: Fixed many broken links.Martin Smith2010-05-2020-43/+42
| | | |/ /
* | | | | Fix compilation of qegl.cpp after the last mergeThiago Macieira2010-05-251-1/+2
* | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-253-12/+52
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-05-212-15/+34
| |\ \ \ \
| | * | | | Fixed an assert in QMenuThierry Bastian2010-05-211-11/+1
| | * | | | Call eglTerminate() when the last QEglContext is destroyed to free mem.Trond Kjernåsen2010-05-211-4/+33
| * | | | | Backport multitouch bug fixes to 4.6Shane Kearns2010-05-212-7/+19
| |/ / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-05-251-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixed compile with xlC.Rohan McGovern2010-05-251-1/+2
* | | | | Don't polish QDeclarativeItems.Warwick Allison2010-05-241-5/+9
| |_|_|/ |/| | |
* | | | Fixes QGraphicsItem::scroll issuesBjørn Erik Nilsen2010-05-211-140/+68
* | | | Fixes wrong QGraphicsItemCache::boundingRect.Bjørn Erik Nilsen2010-05-211-10/+10
* | | | Revert "Deselect the current selection when the QItemSelectionModel::model is...Olivier Goffart2010-05-213-24/+5
* | | | add missing includeOswald Buddenhagen2010-05-201-0/+2
* | | | Fix crash when using fonts in non-gui QApplicationEskil Abrahamsen Blomfeldt2010-05-201-2/+5
* | | | Deselect the current selection when the QItemSelectionModel::model is reset.Stephen Kelly2010-05-203-5/+24
* | | | Compile with gcc 4.0.1Olivier Goffart2010-05-209-13/+13
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-201-11/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-191-11/+1
| |\ \ \
| | * | | Fixed an assert in QMenuThierry Bastian2010-05-191-11/+1
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-191-5/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-191-5/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-191-5/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Don't disable SmoothPixmapTransform in qDrawBorderPixmap()Martin Jones2010-05-181-5/+1