summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-09-1321-63/+171
|\
| * Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-1013-47/+90
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-081-1/+1
| | |\
| | | * Let's not duplicate Symbian softkey menu top-level actions in submenu.Janne Anttila2010-09-081-1/+1
| | * | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-09-073-26/+24
| | |\ \ | | | |/ | | |/|
| | | * Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-09-073-26/+24
| | | |\
| | | | * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-073-26/+24
| | | | |\
| | | | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-09-063-26/+24
| | | | | |\
| | | | | | * Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-033-26/+24
| | | | | * | Cleaned up position tracking in the Symbian input methods.axis2010-09-061-2/+2
| | | | | |/
| | | | | * Ensure that window rectangle is updated when CBA visibility changesGareth Stockwell2010-07-283-21/+33
| | | | | * Clear Qt::WA_OutsideWSRange when making window fullscreenGareth Stockwell2010-07-281-0/+2
| | | | | * Ensure backing store is deleted before top-level windowGareth Stockwell2010-07-261-0/+4
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-071-0/+6
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | resolving method name does not work for Symbian so need to use ordinal insteadPetri Kiiskinen2010-09-071-0/+6
| | | |/ /
| | * | | Replaced QWeakPointer to *Pointer in QGestureManager.Dominik Holland2010-09-072-3/+4
| | * | | Fixed hiding a window on X11 before it was shown.Denis Dzyubenko2010-09-071-0/+7
| | |/ /
| | * | Fix failing tst_qmdisubwindow test after 71a3b1a0d3Tor Arne Vestbø2010-09-061-2/+4
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-022-3/+13
| | |\ \
| | | * | Ensure that OpenGL contexts are attached to an NSView before first paintTor Arne Vestbø2010-09-022-3/+13
| | * | | Update QDesktopWidget geometry when S60 furniture visibility changesGareth Stockwell2010-09-022-2/+10
| | * | | Prevent null pointer dereferenceGareth Stockwell2010-09-021-1/+1
| | |/ /
| | * | Merge branch 'variousFixes' into 4.7-s60axis2010-09-012-11/+22
| | |\ \
| | | * | Fixed a case where a newly created native widget would lose focus.axis2010-09-011-9/+20
| | | * | Cleaned up position tracking in the Symbian input methods.axis2010-09-011-2/+2
| * | | | Allow QGLWidgets to draw them selves under -graphicssystem raster again...Gunnar Sletta2010-09-061-2/+5
| * | | | C++0x move operatorsOlivier Goffart2010-09-033-0/+16
| * | | | Add hasWidthForHeight in order to support WFH in QGraphicsLayout.Jan-Arve Sæther2010-09-022-9/+36
| * | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-306-5/+24
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-271-0/+2
| | |\ \ \
| | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-261-0/+2
| | | |\ \ \
| | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-251-0/+2
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | * | Note RTL behavior changes in docs and changelogJiang Jiang2010-08-251-0/+2
| | * | | | | 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-251-2/+3
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-251-2/+3
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Fixed delivering gestures to a toplevel widget.Denis Dzyubenko2010-08-241-2/+3
| | | | |/ /
| | * | | | Enabling AdvancedPointerEvents for active windows causes a panicSami Merila2010-08-253-3/+13
| | |/ / /
* | | | | Experimental multi-touch implementationPaul Olav Tvete2010-09-081-1/+1
* | | | | Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-08-268-5/+791
|\ \ \ \ \
| * \ \ \ \ Merge branch 'qt-4.7' into lighthouse-4.7Paul Olav Tvete2010-08-265-25/+36
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Oops, fix cut and paste bug in kernel.priPaul Olav Tvete2010-08-261-2/+2
| * | | | | Move qplatformcursor from gui/painting to gui/kernelPaul Olav Tvete2010-08-203-2/+771
| * | | | | Clean up lighthouse header filesPaul Olav Tvete2010-08-205-4/+21
* | | | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-08-265-27/+42
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-2513-103/+177
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Remove enums from bitfield, since all compilers do not support them.Janne Anttila2010-08-251-4/+4
| | | |/ / | | |/| |
| | * | | QWidget metadata has not been set up yet in QWidgetPrivate::init.Jani Hautakangas2010-08-231-2/+2
| | * | | Introduce QtOpenGL module for Symbian.Jani Hautakangas2010-08-203-7/+17
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-191-13/+13
| | |\ \ \