summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix doc for deprecated QGridLayout::colSpacing: point to existing methodDavid Faure2010-04-031-1/+1
* Fixed bitfield-related crash on Symbian WINSCWGareth Stockwell2010-03-291-10/+10
* Hotfix to const usage in 262e98f9a29385f99cd6f768632264e0b621dc01Janne Anttila2010-03-231-3/+3
* Fixed S60 softkey implementation to use popup/modal dialog softkeys.Janne Anttila2010-03-233-13/+59
* Fixed 'fullsreen with softkeys' mode not to expand under softkey area.Janne Anttila2010-03-233-25/+29
* Fixed table formatting in QSound documentationMiikka Heikkinen2010-03-221-1/+2
* Improved qt_x11_wait_for_window_managerDenis Dzyubenko2010-03-191-28/+10
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-181-6/+8
|\
| * Initialize the graphics system before creating the style.Jason Barron2010-03-181-6/+8
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-181-1/+10
|\ \ | |/ |/|
| * QToolTip may be placed incorrectly when using FullScreen mode - Mac OS XCarlos Manuel Duclos Vergara2010-03-181-1/+10
* | Fixed a bug where a proxy widget received FocusIn over and over.axis2010-03-181-0/+2
|/
* Change QS60Style to use combobox popup menuSami Merila2010-03-171-1/+7
* Fixed filename cases to support building Qt for Symbian in LinuxMiikka Heikkinen2010-03-124-5/+5
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-122-2/+20
|\
| * HotFix for fluidlauncher default size caused by 6d44dadd.Janne Anttila2010-03-121-2/+19
| * Removed compiler warning from qdesktopwidget_s60.cpp.Janne Anttila2010-03-121-0/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-111-2/+4
|\ \ | |/ |/|
| * Minisplitter doesn't paint to the bottom/rightCarlos Manuel Duclos Vergara2010-03-111-2/+4
* | Fixed dialog resize not to move the dialog for Symbian.Janne Anttila2010-03-102-2/+7
|/
* Updated the QCursor docs regarding XOR'ed cursors.Trond Kjernåsen2010-03-081-1/+2
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-051-3/+3
|\
| * Fixed key mappings on X11Denis Dzyubenko2010-03-051-3/+3
* | Fix for QTBUG-6659 Parent window accepts pointer events wronglyJani Hautakangas2010-03-052-2/+7
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-045-1/+73
|\
| * Dont use gestures if there is no touch screen.Denis Dzyubenko2010-03-045-1/+73
* | Make tablet detection work with new wacom driversThomas Zander2010-03-042-2/+10
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-033-9/+18
|\
| * Removed unused macro.Adrian Constantin2010-03-031-4/+0
| * Fix compileJens Bache-Wiig2010-03-031-1/+0
| * Bug with toolbar focus on MacCarlos Manuel Duclos Vergara2010-03-032-5/+19
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-032-3/+12
|\ \ | |/ |/|
| * Reduced S60 softkey flickering caused by softkey image support.Janne Anttila2010-03-032-3/+12
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-033-9/+16
|\ \
| * | Fix build break in qapplication_x11.cpp.Adrian Constantin2010-03-031-0/+5
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-03-023-9/+11
| |\ \ | | |/ | |/|
| | * Allow platform specific values for the double click radius.Raino Priha2010-03-022-2/+6
| | * Carbon : Setting palette brush to a pixmap does not work.Carlos Manuel Duclos Vergara2010-03-021-7/+5
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-031-0/+1
|\ \ \ | |/ / |/| |
| * | QSound OSX; Fix memory leak.Justin McPherson2010-03-031-0/+1
| |/
* | Re-applied a fix which get lost during softkey refactoring.Janne Anttila2010-03-021-1/+6
|/
* handle WM_GESTURE events on WinCE, only if QT_WINCE_GESTURES is definedJoerg Bornemann2010-03-011-0/+2
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-011-1/+8
|\
| * fix qt_wince_is_windows_mobile_65()Joerg Bornemann2010-03-011-1/+8
* | Added orientation change support for show/showNormal widgets in S60.Janne Anttila2010-03-011-0/+10
* | Added fullscreen support to softkeys in Symbian.Janne Anttila2010-03-013-18/+58
|/
* Crash when dragging an empty URL-list.Prasanth Ullattil2010-02-261-3/+7
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-261-5/+8
|\
| * ActiveQt Internet Explorer component causes Desktop Icons to flicker.Prasanth Ullattil2010-02-261-5/+8
* | Build break fix for commit d8465414e6fd543cfc20e732030dedd8d2bc685f.Janne Anttila2010-02-261-2/+2