summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* stabilize test and fix warningOlivier Goffart2009-10-261-0/+2
* Merge branch 'origin/4.6' into widgets-team/4.6Olivier Goffart2009-10-221-0/+11
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-2211-92/+133
| |\
| * | Properly detect font smoothing setting on Mac OS X in raster engineEskil Abrahamsen Blomfeldt2009-10-211-0/+11
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Marius Bugge Monsen2009-10-216-57/+99
|\ \ \ | | |/ | |/|
| * | Make Symbian emulator behave the same as device for mouse & touchscreenShane Kearns2009-10-211-0/+7
| * | Cleaned up the API of the Symbian event hooks.axis2009-10-214-51/+77
| * | don't remap VK_RETURN on Windows mobile if not in keypad navigation modeJoerg Bornemann2009-10-211-2/+2
| * | Use premultiplied alpha pixel format in SymbianShane Kearns2009-10-202-4/+13
* | | Merge branch 'qlayout-make_adjustSize_better' into 4.6Jan-Arve Sæther2009-10-201-0/+4
|\ \ \
| * | | Make adjustSize work even if there is a pending LayoutRequest event.Jan-Arve Sæther2009-10-201-0/+4
* | | | Fix bug in embedded dialog demo with tab focus.Alexis Menard2009-10-201-0/+1
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Alexis Menard2009-10-201-16/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Revert "Change the way we handle KeyboardUIMode on Mac"Benjamin Poulain2009-10-201-16/+4
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Alexis Menard2009-10-2016-162/+596
|\ \ \ \ | |/ / /
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Alexis Menard2009-10-201-1/+4
| |\ \ \ | | |/ /
| * | | Cocoa: modal window reappears on screen after reactivating appRichard Moe Gustavsen2009-10-201-2/+13
| * | | fix widget activation from minimized state on Windows mobileJoerg Bornemann2009-10-191-0/+2
| * | | qwidget_wince.cpp: don't invalidate the crect on maximizeJoerg Bornemann2009-10-191-14/+4
| * | | Fix doc error.Jason Barron2009-10-191-1/+1
| * | | Fixed QWidget::raise in SymbianMiikka Heikkinen2009-10-191-1/+6
| | |/ | |/|
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-1932-1329/+2895
| |\ \
| | * | Doc: Documentation for gesture features. Still a moving target.David Boddie2009-10-164-4/+283
| | * | Doc: Gesture API documentation review and improvements.David Boddie2009-10-162-12/+37
| | * | Softkeys remain disabled if action owning action widget is enabledSami Merilä2009-10-161-3/+3
| | * | Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-163-70/+109
| | |\ \
| | | * \ Merge commit 'origin/4.5' into origin/4.6Olivier Goffart2009-10-151-11/+11
| | | |\ \
| | | | * | Fix a crash in cocoa when a QMessageBox is destroyed from dropEvent()Prasanth Ullattil2009-10-121-11/+11
| | | * | | Made Mac Cocoa use the input method hints when deciding on IM.axis2009-10-151-1/+4
| | | * | | Fix pointer grab issues in S60Shane Kearns2009-10-151-56/+88
| | | * | | fix compilation with namespaceshjk2009-10-151-2/+6
| | * | | | Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-1535-1256/+2507
| | |\ \ \ \ | | | |/ / /
| | | * | | qt_paint_device_metric() for fetching metricsRhys Weatherley2009-10-151-3/+0
| | * | | | When reparenting native widget, delayed deletion of Symbian controlGareth Stockwell2009-10-155-1/+28
| | * | | | Modified QSymbianControl::setFocusSafely to set last focused controlGareth Stockwell2009-10-131-1/+2
| | * | | | Added a new event type, WinIdChange.Gareth Stockwell2009-10-091-2/+14
| | * | | | Modified reparenting to correctly deal with native child widgetsGareth Stockwell2009-10-092-23/+48
| * | | | | This reverts commit 99739f35bf700a2bff707da99f5043cd7c12aed5.Kim Motoyoshi Kalland2009-10-161-3/+4
| * | | | | Fixed bug on X11 with WA_TranslucentBackground and native child widgets.Samuel Rødal2009-10-121-25/+46
* | | | | | QToolButton popup menu is shown at wrong position when embedded in aAlexis Menard2009-10-205-25/+124
| |_|_|_|/ |/| | | |
* | | | | Fixed a rare crash in qt_x11_enforce_cursorGabriel de Dietrich2009-10-151-1/+4
| |_|/ / |/| | |
* | | | Cocoa: QInputDialog autotest reveals event dispatcher bugRichard Moe Gustavsen2009-10-141-8/+13
* | | | Modified QSymbianControl::setFocusSafely to set last focused controlGareth Stockwell2009-10-131-1/+2
* | | | crash fix on WinCE without gesture supportMaurice Kalinowski2009-10-131-3/+6
* | | | Mac: small bugfix to the mac gesture implementationRichard Moe Gustavsen2009-10-131-0/+6
* | | | Fixed the QKeyEvent::nativeModifiers() call.axis2009-10-131-1/+1
* | | | Mac: small code fix-up for the gesture commit 5 min ago.Richard Moe Gustavsen2009-10-131-2/+5
* | | | Mac: implement gestures conforming to the new APIRichard Moe Gustavsen2009-10-136-17/+392
* | | | Carbon: QApplication auto test shows bug in event dispatcherRichard Moe Gustavsen2009-10-131-1/+1
* | | | Revert "Fixed a few compiler warnings from QtGui for Symbian."Janne Anttila2009-10-133-9/+7