summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-173-21/+2
|\
| * Fix warningOlivier Goffart2009-11-161-1/+1
| * Remove fake right mouse button events from long tapShane Kearns2009-11-132-20/+1
* | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-175-10/+28
|\ \ | |/ |/|
| * Fixed swipe gesture on the Mac.Denis Dzyubenko2009-11-161-1/+1
| * Designer crashes in Mac Cocoa port.Prasanth Ullattil2009-11-161-0/+3
| * Fix input method support on widgets that have a focus proxy set.Simon Hausmann2009-11-132-9/+18
| * Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-11-136-15/+39
| |\
| * \ Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-11-1312-12/+12
| |\ \
| * \ \ Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-11-122-0/+15
| |\ \ \
| * | | | Cocoa: QColorDialog makes the application hangRichard Moe Gustavsen2009-11-121-0/+6
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-131-7/+9
|\ \ \ \ \
| * | | | | Fixed maximized dialogs losing maximized status on orientation switchMiikka Heikkinen2009-11-131-7/+9
* | | | | | Merge commit upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-11-1314-12/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-136-15/+39
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix typo in license headerAlessandro Portale2009-11-1211-11/+11
| * | | | Merge commit 'origin/4.6' into 4.6-ceJoerg Bornemann2009-11-122-0/+15
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Documentation: Adding comments to QHoverEvent classMorten Engvoldsen2009-11-111-0/+34
| | * | | Code in gui/* should be completely namespacedhjk2009-11-111-4/+5
| | * | | Improvements to graphics effects API after review round.Samuel Rødal2009-11-112-6/+6
| | * | | Doc: Added an example to demonstrate the QWebElement class.David Boddie2009-11-092-0/+15
| * | | | fix crash in QWidgetPrivate::screenGeometryJoerg Bornemann2009-11-111-1/+1
| | |_|/ | |/| |
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-124-10/+41
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'focusOutBug' into 4.6axis2009-11-122-3/+28
| |\ \ \
| | * | | Fixed a focusing bug on Symbian.axis2009-11-122-0/+21
| | * | | Fixed some initializers and saved some memory.axis2009-11-112-3/+7
| * | | | Fix for assertion failure in in QWidget::grabMouse for Symbian.Janne Anttila2009-11-111-2/+2
| * | | | Fix for qmessagebox softkey dimming in Symbian.Janne Anttila2009-11-111-1/+2
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-111-0/+34
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Add edit menu support for phones with a 'pencil' key.Jason Barron2009-11-111-0/+1
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-11-102-10/+11
| |\ \ \ \
| * \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-11-1012-13/+65
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merilä2009-11-091-1/+1
| |\ \ \ \
| | * | | | Prevented compiler warning.axis2009-11-091-1/+1
| * | | | | Focus changes cause softkey area to flickerSami Merilä2009-11-091-4/+8
| |/ / / /
* | | | | Merge commit 'widget/4.6' into oslo-staging-2/4.6Olivier Goffart2009-11-116-15/+39
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | QKeySequence::mnemonic: add a warning if the text contains severals '&'Olivier Goffart2009-11-111-4/+16
| * | | | Make sure the context menus also clear the status tip when neededThierry Bastian2009-11-102-10/+18
| * | | | PlatformPlugin: Do not load the plugin if there is no GUIOlivier Goffart2009-11-101-1/+2
| * | | | Avoid XSync-related runtime crashes on HP-UX due to C++ mangling.Andreas Aardal Hanssen2009-11-101-0/+2
| * | | | Fix warningsThierry Bastian2009-11-091-0/+1
* | | | | Documentation: Adding comments to QHoverEvent classMorten Engvoldsen2009-11-101-0/+34
| |_|_|/ |/| | |
* | | | Merge branch 'tools-team/4.6' (early part) into 4.6Oswald Buddenhagen2009-11-101-4/+5
|\ \ \ \
| * | | | Code in gui/* should be completely namespacedhjk2009-11-091-4/+5
* | | | | Improvements to graphics effects API after review round.Samuel Rødal2009-11-102-6/+6
| |_|_|/ |/| | |
* | | | Dont set DontCreateNativeAncestors attribute.Denis Dzyubenko2009-11-091-1/+0
* | | | Merge branch '4.6-platform' into 4.6Denis Dzyubenko2009-11-096-6/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Bradley T. Hughes2009-11-099-12/+68
| |\ \ \
| * | | | Added a -no-native-gestures option for configure.exeDenis Dzyubenko2009-11-066-3/+16
| * | | | Dont create native winid when not required.Denis Dzyubenko2009-11-061-3/+8