summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Carbon: fix build breakage on carbonRichard Moe Gustavsen2010-01-261-0/+2
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into mas...Pulse Build System2010-01-223-3/+3
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into mas...Pulse Build System2010-01-223-3/+3
| |\
| | * Merge branch 'merge-request-1601' into master-s60axis2010-01-053-3/+3
| | |\
| | | * Make all Symbian #includes lower case.Anderson Lizardo2009-10-233-3/+3
* | | | The declaration of qt_x11Data needs to be consistent across the headerDarin Broady2010-01-221-1/+1
|/ / /
* | | Merge branch '4.6'Thiago Macieira2010-01-215-14/+92
|\ \ \
| * | | Menubar and dock disappear after hiding a fullscreen widget on Cocoa.Carlos Manuel Duclos Vergara2010-01-211-0/+32
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-202-10/+43
| |\ \ \
| | * | | Implemented event filter functions for Symbian.axis2010-01-202-10/+43
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-201-3/+3
| |\ \ \ \
| | * | | | Move the labels a bit down so that they align better vertically with the field.Jan-Arve Sæther2010-01-201-3/+3
| | |/ / /
| * | | | Cocoa: Fix painting errors on QGLWidget resizing.Morten Johan Sørvig2010-01-201-1/+1
| |/ / /
| * | | Designer crashes when previewing QMainWindow with native Toolbar on MacPrasanth Ullattil2010-01-191-0/+13
* | | | Merge branch '4.6'Thiago Macieira2010-01-184-2/+29
|\ \ \ \ | |/ / /
| * | | Fixes: When calling QDesktopWidget::screenGeometry() with a nullAndy Shaw2010-01-181-0/+10
| * | | Enable surface transparency support on Symbian^4.Jason Barron2010-01-141-0/+8
| * | | Improve the behavior of expose events on Symbian.Jason Barron2010-01-143-2/+11
* | | | Cocoa: sub-windows do not stack in front of parentsRichard Moe Gustavsen2010-01-152-7/+36
* | | | Cococa: QDialogs stays on top when application is not activeRichard Moe Gustavsen2010-01-152-32/+42
* | | | Merge branch '4.6'Thiago Macieira2010-01-13187-210/+224
|\ \ \ \ | |/ / /
| * | | Prevent a crash when creating an inputContext from the QApplication dtor.Simon Hausmann2010-01-122-2/+2
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-09187-208/+222
| |\ \ \
| | * | | Cocoa: Fix painting errors on QGLWidget resizing.Morten Johan Sørvig2010-01-081-0/+7
| | * | | Fixes a crash when destroying and creating QApplication.Denis Dzyubenko2010-01-074-15/+15
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-07187-193/+200
| | |\ \ \
| | | * | | Fixes a crash when setting focus on a widget with a focus proxy.Denis Dzyubenko2010-01-061-6/+13
| | | * | | Update copyright year to 2010Jason McDonald2010-01-06187-187/+187
* | | | | | Revert "Add an autorelease pool to QApplication instance."Richard Moe Gustavsen2010-01-131-10/+0
* | | | | | Merge branch '4.6'Thiago Macieira2010-01-122-2/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Added a flag to avoid construction of application panes.axis2010-01-081-1/+2
| * | | | | Fixed QDesktopWidget autotest.axis2010-01-081-1/+1
| |/ / / /
* | | | | Cocoa: application will not quit when using dialogsRichard Moe Gustavsen2010-01-129-6/+63
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMorten Johan Sørvig2010-01-126-7/+25
|\ \ \ \ \
| * \ \ \ \ Merge branch '4.6'Thiago Macieira2010-01-084-7/+17
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-061-2/+4
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | QBoxLayout::setGeometry would not respect the widget min/max widthGabriel de Dietrich2010-01-061-2/+4
| | * | | | Prevent a crash when creating an inputContext from the QApplication dtor.Denis Dzyubenko2010-01-052-1/+3
| | * | | | doc: Added note explaining grabMouse() for Cocoa and Carbon.Martin Smith2010-01-051-4/+10
| | * | | | Cocoa: added release poolRichard Moe Gustavsen2010-01-041-0/+1
| | |/ / /
| * | | | Cocoa: problems quitting application when not using qApp::execRichard Moe Gustavsen2010-01-072-0/+8
* | | | | Add an autorelease pool to QApplication instance.Morten Johan Sørvig2010-01-121-0/+10
|/ / / /
* | | | Merge branch '4.6'Thiago Macieira2010-01-051-6/+5
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fixes crash when widget with WA_StaticContents child become toplevel.Olivier Goffart2009-12-291-6/+5
* | | Cocoa: exec() on a dialog with Qt::Tool windowflag is just a dialog.Richard Moe Gustavsen2010-01-041-3/+3
* | | Carbon: compile fixRichard Moe Gustavsen2010-01-041-1/+1
* | | Cocoa: app menu does now show before doing qApp::exec()Richard Moe Gustavsen2010-01-042-16/+28
* | | Merge branch '4.6'Thiago Macieira2009-12-269-127/+182
|\ \ \ | |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-221-1/+5
| |\ \
| | * | Memory leak when using QWidget::setWindowIcon() in Carbon.Prasanth Ullattil2009-12-221-1/+5