summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s...David Faure2009-06-042-2/+2
* add QT_NO_STATEMACHINE define so state machine can be compiled outKent Hansen2009-06-041-0/+4
* force activation of minimized windows on Windows mobileJoerg Bornemann2009-06-031-1/+5
* Revert "Avoid a crash when setting a focus in a widget hierarchy containing"Denis Dzyubenko2009-06-021-3/+2
* Merge branch '4.5'Denis Dzyubenko2009-06-022-3/+7
|\
| * Avoid a crash when setting a focus in a widget hierarchy containingDenis Dzyubenko2009-06-021-2/+3
| * BT: Fixed crash on Mac caused by erroneous handling of native focus events.jasplin2009-06-021-1/+4
* | Setting a focus on a widget hierarchy which contains both visible andDenis Dzyubenko2009-06-021-1/+10
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-022-5/+6
|\ \ | |/
| * Fixes possible infinite loop in QApplication::topLevelAtJoão Abecasis2009-06-021-4/+4
| * Remove unused variable.Alexis Menard2009-05-291-1/+0
| * Scroll the dirty region with WA_PaintOnScreenBenjamin Poulain2009-05-281-0/+2
* | Remove icon when setting an empty window icon on X11.Denis Dzyubenko2009-05-291-22/+31
* | Ensure a hierarchy of menus fade out together.Norwegian Rock Cat2009-05-292-18/+76
* | Send ParentChanged event to QGLWidgets when the wId changes on EGLTom Cooksey2009-05-281-4/+5
* | improved string operations all over the placeThierry Bastian2009-05-285-12/+12
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-276-25/+41
|\ \ | |/
| * BT:Fix access of deleted memory with a static QCursor.Michael Goddard2009-05-261-1/+3
| * Doc: Removed documentation about the non-existentDavid Boddie2009-05-251-2/+0
| * BT: Namespace compile fixes.Norwegian Rock Cat2009-05-252-1/+2
| * BT: fix systray balloon crash bug on Windows CEJoerg Bornemann2009-05-251-13/+16
| * BT: Prevent crash in Designer when using a scroll wheel to change a property.Norwegian Rock Cat2009-05-251-8/+20
* | Make WA_TranslucentBackground work on QGLWidget for X11Tom Cooksey2009-05-271-9/+22
* | some cleanups on private exported symbolsThierry Bastian2009-05-263-3/+3
* | Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-252-32/+12
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-255-9/+9
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-2238-850/+887
|\ \
| * \ Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-202-5/+19
| |\ \ | | |/
| | * Fix a crash where QCocoaWindow get events after its widget is deadNorwegian Rock Cat2009-05-202-5/+19
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-192-6/+19
| |\ \ | | |/
| | * Fix some typos in the documentation.Frederik Schwarzer2009-05-182-2/+2
| | * Prevent a crash with brushed metal windows and a qApp style sheetNorwegian Rock Cat2009-05-181-4/+17
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-181-2/+2
| |\ \ | | |/
| | * Cocoa: Window flickers when resized with a QTabWidgetRichard Moe Gustavsen2009-05-151-2/+2
| * | Merge branch '4.5'Thiago Macieira2009-05-142-14/+2
| |\ \ | | |/
| | * Fixed regression that prevented any widget from having focus when graphics vi...jasplin2009-05-141-4/+2
| | * Sheets misbehaviour on Carbon - Mac OS XRichard Moe Gustavsen2009-05-141-10/+0
| * | Ensure that sheets are hidden if the parents are hidden in Carbon.Norwegian Rock Cat2009-05-131-0/+14
| * | Fix warningOlivier Goffart2009-05-131-2/+1
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-132-6/+8
| |\ \ | | |/
| * | fix wince buildMaurice Kalinowski2009-05-131-1/+1
| * | Cleanup private QWidget functions.Bjørn Erik Nilsen2009-05-126-114/+43
| * | Reduce QWidget footprint and do some cleanup.Bjørn Erik Nilsen2009-05-127-350/+332
| * | Ensure that windows hidden by deletion affect closeOnLastWindowNorwegian Rock Cat2009-05-121-1/+1
| * | Add a AA_MacDontSwapCtrlAndMeta application attribute.Norwegian Rock Cat2009-05-114-23/+113
| * | Add QKeySequence::Quit and QKeySequence::Preferences for standard keys.Norwegian Rock Cat2009-05-111-1/+7
| * | Almost 200 symbols that didn't need to be exported.Thierry Bastian2009-05-111-2/+0
| * | Merge branch '4.5'Thiago Macieira2009-05-112-13/+14
| |\ \
| * | | removed more exports on private classes (QMouseEventEx and QKeyEventEx)Thierry Bastian2009-05-081-2/+2
| * | | Merge branch '4.5'Thiago Macieira2009-05-072-2/+22
| |\ \ \