summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'oslo1/master' into oslo1-masterRohan McGovern2010-02-0129-332/+780
|\
| * Carbon: crash problem in QWidgetPrivate::hide_sys, v2Richard Moe Gustavsen2010-01-292-1/+3
| * Carbon: crash problem in QWidgetPrivate::hide_sysRichard Moe Gustavsen2010-01-291-0/+2
| * Cocoa: implement usage of override cursorsRichard Moe Gustavsen2010-01-284-3/+43
| * Cocoa: qfiledialog test spits out memory warningsRichard Moe Gustavsen2010-01-261-0/+3
| * 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
| |\ \ \
| * \ \ \ Merge branch '4.6'Thiago Macieira2010-01-184-2/+29
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | 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
| |\ \ \ \ \ \
| * | | | | | | 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
| | |\ \ \ \ \ \ \
| | * | | | | | | | 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
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | 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
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Cocoa: event dispatcher drops events on the floorRichard Moe Gustavsen2009-12-224-194/+293
| * | | | | | | | | Cocoa: added release poolRichard Moe Gustavsen2009-12-221-0/+1
| * | | | | | | | | Merge commit 'origin/4.6'Olivier Goffart2009-12-156-81/+71
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | QGuiEventDispatcherGlib::flush() does nothing despite documentationBradley T. Hughes2009-12-112-0/+6
| * | | | | | | | | | Don't react to X errors on displays that are not the Qt display.Bradley T. Hughes2009-12-111-0/+5
| * | | | | | | | | | Mac: add support for public.vcard UTI (DnD)Richard Moe Gustavsen2009-12-101-0/+57
| * | | | | | | | | | Cocoa: scrolling viewports containing many widgets is slowRichard Moe Gustavsen2009-12-091-0/+4
| * | | | | | | | | | Fix performance issue with live resizeRichard Moe Gustavsen2009-12-071-0/+4
| * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-12-051-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Cocoa: amend dnd optimization: 067cab5afRichard Moe Gustavsen2009-12-041-10/+16
| * | | | | | | | | | | Cocoa: impl. performance boost for dndRichard Moe Gustavsen2009-12-047-65/+151
| * | | | | | | | | | | Merge commit 'oslo-staging-1/4.6' into master-mainlineRichard Moe Gustavsen2009-12-0410-304/+255
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch '4.6'Thiago Macieira2009-12-026-50/+141
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fix QKeySequence::fromStringChani Armitage2009-12-022-12/+36
| * | | | | | | | | | | | | Revert back to using the native graphics system on Mac.Morten Johan Sørvig2009-12-021-8/+0
* | | | | | | | | | | | | | Merge commit 'origin/4.6' into oslo1-masterRohan McGovern2010-02-01188-797/+1042
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Move avkon component transparency check to app initialization.Jani Hautakangas2010-01-223-32/+21
| * | | | | | | | | | | | | Fix for symbian dialog background transparency.Jani Hautakangas2010-01-222-0/+39
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \