summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-255-168/+185
|\ \ | |/ |/|
| * Removed an export that shouldn't be exported.axis2010-02-251-1/+1
| * Reduced the code and memory footprint of the keymap.axis2010-02-252-129/+124
| * Enabled Qt key events to work also when native key code is missing.wasila2010-02-253-164/+141
| * Improvements to itemview keypad navigation in S60.Janne Anttila2010-02-252-0/+45
* | Revert changes made in scroll_sys().Fabien Freling2010-02-251-1/+13
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-231-0/+4
|\
| * Enable window size caching on Symbian NGA variants.Jason Barron2010-02-231-0/+4
* | fix crash on Windows CE on WM_SETTINGCHANGEJoerg Bornemann2010-02-221-0/+5
|/
* Simplify code, fix a compiler warning... profit!João Abecasis2010-02-181-7/+5
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-181-1/+1
|\
| * Fix undefined sequence point compiler warningDirk Mueller2010-02-171-1/+1
* | Support for dynamic localization in Symbian softkeys.Janne Anttila2010-02-172-10/+9
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-121-0/+8
|\
| * Compile fix on Mac with 10.5 sdk.Denis Dzyubenko2010-02-121-1/+1
| * Ignore touch and gesture events when excluding input eventsDenis Dzyubenko2010-02-121-0/+8
* | Fix to S60 softkeys when no active Qt window or native widget is shown.Janne Anttila2010-02-123-11/+8
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-104-0/+19
|\
| * Fixed compilation with QT_NO_WHEELEVENTDenis Dzyubenko2010-02-104-0/+19
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-103-11/+21
|\ \
| * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-103-11/+21
| |\ \
| | * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-093-11/+21
| | |\ \
| | | * \ Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Kim Motoyoshi Kalland2010-02-093-11/+21
| | | |\ \
| | | | * | Fixed bug where GL widget was not fully updated on Vista.Kim Motoyoshi Kalland2010-02-043-11/+21
| | | | * | Fixed uninitialized background artifacts in QWidget::render.Donald Carr2009-12-081-1/+1
* | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-102-1/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Cannot drag actions in Designer on Mac OS X/Cocoa.Prasanth Ullattil2010-02-102-1/+13
| |/ / /
* | | | Fixed defect in handling of expose events for SymbianGareth Stockwell2010-02-093-6/+10
|/ / /
* | | Handle Shift+Tab correctly on X11.Thomas Sondergaard2010-02-081-0/+14
|/ /
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-064-98/+50
|\ \
| * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-054-98/+50
| |\ \
| | * | Fix to S60 softkey pressed down image.Janne Anttila2010-02-052-11/+12
| | * | Whitespace/tab fixes.Jani Hautakangas2010-02-051-1/+1
| | * | s60 application loses normalGeometry when returning from fullscreenSamuel Nevala2010-02-052-87/+38
* | | | Fixed qt_x11_wait_for_window_managerDenis Dzyubenko2010-02-051-5/+7
* | | | Revert change 34f1758 on non-Synbian platformsPaul Olav Tvete2010-02-051-0/+2
* | | | Merge remote branch 'origin/4.6' into 4.6Paul Olav Tvete2010-02-057-6/+65
|\ \ \ \ | |/ / /