summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-10/+20
|\
| * Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-05-171-0/+20
| |\
| | * Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-061-0/+20
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-05-041-0/+20
| | | |\
| | | | * Fixes crash in QWidget::effectiveWinId.Bjørn Erik Nilsen2011-05-021-0/+20
| * | | | Move the painting redirection to the unified toolbar surface.Fabien Freling2011-05-111-10/+0
| |/ / /
* | | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/ / /
* | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-031-1/+1
|\ \ \ | |/ /
| * | qdoc: Updated the QDoc manual.Martin Smith2011-04-071-1/+1
| |/
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-04-291-0/+2
|\ \
| * \ Merge branch 'master-upstream'Thierry Bastian2011-04-191-2/+5
| |\ \
| * \ \ Merge branch 'master-upstream'Thierry Bastian2011-03-241-4/+53
| |\ \ \
| * | | | Call QAccessible::updateAccessibility when changing accessible name.Frederik Gladhorn2011-03-231-0/+2
* | | | | Fix a race condition when the main window is being destructed.Fabien Freling2011-04-121-0/+1
| |_|/ / |/| | |
* | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-071-2/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | qdoc: Allowed multiple values for certain metadata tags.Martin Smith2011-04-051-4/+1
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Jerome Pasion2011-03-291-0/+4
| |\ \ \
| * | | | qdoc: Added default values to config file for DITAMartin Smith2011-03-251-0/+3
| * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Martin Smith2011-03-241-2/+8
| |\ \ \ \
| * | | | | qdoc: Completed metadata handling.Martin Smith2011-03-241-1/+0
* | | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-0/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Call FixNativeOrientation on Symbian for certain fullscreen qml views.Laszlo Agocs2011-03-241-0/+4
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'mainline/master'Oswald Buddenhagen2011-03-221-1/+41
|\ \ \ \
| * \ \ \ Merge remote branch 'qt/master' into staging-masterSamuel Rødal2011-03-211-2/+2
| |\ \ \ \
| * \ \ \ \ Merge remote branch 'mainline/master' into merge_rasterFabien Freling2011-03-151-4/+23
| |\ \ \ \ \
| * | | | | | Change the way the unified toolbar is flushed.Fabien Freling2011-03-151-2/+12
| * | | | | | Move the Mac specific behavior in #ifdef.Fabien Freling2011-02-231-1/+14
| * | | | | | Remove useless variable.Fabien Freling2011-02-231-1/+0
| * | | | | | Merge remote branch 'mainline/master' into merge_rasterFabien Freling2011-02-231-16/+71
| |\ \ \ \ \ \
| * | | | | | | Optimize the rendering path for the unified toolbar.Fabien Freling2011-02-151-0/+17
| * | | | | | | Disable subtractOpaqueSiblings when in the unified toolbar.Fabien Freling2011-01-281-1/+1
| * | | | | | | Change variable name.Fabien Freling2011-01-261-1/+1
| * | | | | | | Move the flushing to [view drawRect:rect]Fabien Freling2011-01-261-0/+1
* | | | | | | | Fix compilation with QT_NO_Tasuku Suzuki2011-03-211-1/+4
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge remote-tracking branch 'origin/4.7' into HEADThiago Macieira2011-03-161-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Initial implementation of GLES2.0 resource poolingJani Hautakangas2011-03-151-2/+2
* | | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-111-0/+6
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Multiple screen support for Symbian in QDeskopWidget.Laszlo Agocs2011-03-091-0/+6
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-171-4/+17
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix inheritance of widget input contexts.Andrew den Exter2011-02-151-4/+17
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-011-0/+40
|\ \ \ | |/ /
| * | Orientation control implementation for Symbianmread2011-01-271-0/+40
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-01-271-12/+28
|\ \ \
| * | | Add support for disabling touch on to enhance scrolling in CocoaRichard Moe Gustavsen2011-01-241-0/+1
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into alie...Richard Moe Gustavsen2011-01-171-10/+5
| |\ \ \
| * | | | Alien implementation for the Cocoa portRichard Moe Gustavsen2011-01-171-12/+27
* | | | | Merge branch 'master' into lighthouse-masterJørgen Lind2011-01-261-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | | | Add function QPlatformScreen::platformScreenForWidgetJørgen Lind2011-01-041-3/+2
|/ / /