summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make QPalette::operator== return false if the currentColorGroup differs"Pierre Rossi2010-07-231-2/+0
* Make QPalette::operator== return false if the currentColorGroup differsPierre Rossi2010-07-221-0/+2
* Fix the CGContext on Mac OS X. Sometimes we gotFabien Freling2010-07-222-3/+3
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-1513-47/+89
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-081-0/+3
| |\
| | * SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImageJohn Brooks2010-07-071-0/+3
| * | Fix crash when handleCommand() called before softkeys are updatedJason Barron2010-07-072-1/+6
| |/
| * Adapt the TapAndHold recognizer to non-touch tooThomas Zander2010-07-061-23/+40
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7mread2010-07-023-2/+8
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-012-1/+7
| | |\
| | | * Fixed QX11EmbedContainer.Denis Dzyubenko2010-07-011-0/+1
| | | * Improved a bit detection of a touch screen on Windows.Denis Dzyubenko2010-07-011-1/+6
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-301-1/+1
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-281-1/+1
| | | |\
| | | | * Fix compilation when configured with -no-xrenderGunnar Sletta2010-06-251-1/+1
| * | | | Making orbit input methods work with Qt apps with -no-s60mread2010-07-011-2/+2
| * | | | fix for broken input method loadingmread2010-07-011-1/+1
| * | | | Avkon removal configured with -no-s60mread2010-07-017-21/+32
| |/ / /
* | | | Incorrect assertion in item viewsThierry Bastian2010-07-092-2/+4
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-07-063-11/+22
|\ \ \ \
| * | | | QGLPixelBuffer should not rely on temporary QGLWidgets.Trond Kjernåsen2010-07-051-8/+17
| * | | | Add an application attribute to control XInitThreads().Trond Kjernåsen2010-07-021-0/+3
| * | | | Make it possible to call QWidget::metric() from a different thread.Trond Kjernåsen2010-07-021-3/+2
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-0125-218/+260
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Crash while changing the windows flags from a Qt::Drawer window on CocoaPrasanth Ullattil2010-06-301-3/+5
| * | | Fix regression in popup behavior on WindowsJens Bache-Wiig2010-06-091-1/+1
| |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-241-3/+0
| |\ \ | | |/ | |/|
| | * Merge branch '4.6-s60' into 4.7-s60axis2010-06-241-3/+0
| | |\
| | | * Allow TLW translucency on Symbian without Qt::FramelessWindowHintGareth Stockwell2010-06-231-3/+0
| * | | No more enter & leave events after a popup menu is closed on WindowsPrasanth Ullattil2010-06-241-3/+20
| * | | Child windows shown automatically when their parent is shown(Cocoa).Prasanth Ullattil2010-06-241-1/+1
| * | | QKeyEvent::text() inconsistency between Linux and MacPrasanth Ullattil2010-06-242-4/+18
| |/ /
| * | When a drag is finished with on Mac, then it should delete itselfAndy Shaw2010-06-232-0/+6
| * | Fix a crash on exit. Destruction order in font database. (Symbian^4)Alessandro Portale2010-06-221-0/+3
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-213-52/+24
| |\ \
| | * | Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-212-50/+22
| | * | Fix for emitting changed signal in QClipboardDenis Dzyubenko2010-06-181-2/+2
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-211-1/+28
| |\ \ \
| | * | | Fix for TLS problem which causes apps to crash in the S60 portmread2010-06-211-1/+28
| | |/ /
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-201-0/+3
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixed device context leak in QGLWidget on Windows.Kim Motoyoshi Kalland2010-06-181-0/+3
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-166-68/+15
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-126-68/+15
| | |\ \
| | | * \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-06-1131-108/+296
| | | |\ \
| | | | * | Fixed a broken merge.Denis Dzyubenko2010-06-112-66/+0
| | | | * | Changed the way we detect touch screen on Windows.Denis Dzyubenko2010-06-112-32/+36
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-084-2/+12
| | | | |\ \
| | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-084-2/+12
| | | | | |\ \
| | | | | | * \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-s...Denis Dzyubenko2010-06-0728-10/+148
| | | | | | |\ \
| | | | | | * | | Fix QApplication/QWidget to really take ownership of input contextsMichael Hasselmann2010-06-072-0/+3