summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-2911-63/+55
|\
| * Fix namespace build.Richard Moe Gustavsen2009-10-281-3/+2
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6axis2009-10-274-4/+26
| |\
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-277-9/+10
| | |\
| | * | Removed the need for extra Symbian traps after QApp construction.axis2009-10-262-0/+15
| | * | Fixed a crash in the QApplication autotest.axis2009-10-261-1/+2
| | * | Softkeys should not put exit by default on RSK for dialogs and popups.Janne Anttila2009-10-231-1/+2
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-2316-252/+454
| | |\ \
| | * \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-10-226-25/+129
| | |\ \ \
| | * | | | Lowering toplevel widget puts app to background.Miikka Heikkinen2009-10-221-2/+7
| * | | | | Carbon: active window not restoredRichard Moe Gustavsen2009-10-271-2/+9
| * | | | | Implement support for wheel delta with finer resolution than 15 deg.Richard Moe Gustavsen2009-10-273-47/+18
| | |_|_|/ | |/| | |
| * | | | Doc: Fixed qdoc warnings.David Boddie2009-10-262-7/+0
* | | | | Wrong caching of opaque children in QWidget.Bjørn Erik Nilsen2009-10-282-14/+9
* | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-2820-254/+464
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '4.5' into 4.6Thiago Macieira2009-10-232-1/+3
| |\ \ \ \
| | * | | | QWidget painting regression on Windows.Bjørn Erik Nilsen2009-10-221-1/+1
| | * | | | move default QAbstractButton font setup on Win mobile to QApplicationJoerg Bornemann2009-10-221-0/+2
| * | | | | QT_NO_CURSOR build fix on windows. Random corrections for it on mac.Jocelyn Turcotte2009-10-232-0/+6
| * | | | | Doc: Changed the text slightly.David Boddie2009-10-231-1/+1
| | |_|_|/ | |/| | |
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-2317-273/+543
| |\ \ \ \
| | * | | | Compile fix for gestures on Windows.Denis Dzyubenko2009-10-221-4/+4
| | * | | | Compile fix.Denis Dzyubenko2009-10-221-4/+4
| | * | | | Make warning more helpful.Thomas Zander2009-10-221-1/+1
| | * | | | Change API; the pan gesture now has points for distance, not size.Thomas Zander2009-10-224-24/+24
| | * | | | Make the already-public calls be documented and publicThomas Zander2009-10-222-3/+2
| | * | | | Add QGestureEvent::mapToScene for better graphicsView integrationThomas Zander2009-10-223-0/+24
| | * | | | Fix for the gestures autotest.Denis Dzyubenko2009-10-221-1/+2
| | * | | | Improvements for gesture event deliveryDenis Dzyubenko2009-10-226-40/+92
| | * | | | Improving gesture event delivery for widgets.Denis Dzyubenko2009-10-224-81/+148
| | * | | | Fixed gesture event delivery when several gestures are triggered.Denis Dzyubenko2009-10-222-23/+20
| | * | | | Improved gesture event filtering inside QGraphicsView for QGraphicObjectsDenis Dzyubenko2009-10-227-127/+153
| | | |_|/ | | |/| |
| * | | | Added caching of graphics effect source pixmaps to speed up effects.Samuel Rødal2009-10-222-3/+32
| * | | | Remove debug outputEskil Abrahamsen Blomfeldt2009-10-221-1/+0
| * | | | Honor graphics system on Mac/Cocoa when exposing and resizing windowEskil Abrahamsen Blomfeldt2009-10-221-0/+8
| * | | | Fixed regression in translucent window creation on X11.Samuel Rødal2009-10-221-1/+1
| | |_|/ | |/| |
* | | | 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