summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Pending surface might not get destroyed if no flush() happensJani Hautakangas2010-08-091-1/+1
* Use ARGB32 premultiplied backing store format in Symbian^3Jani Hautakangas2010-08-061-1/+2
* Register window types for Symbian system effectsJani Hautakangas2010-08-063-1/+61
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-08-052-11/+1
|\
| * Remove the memory tracking attempt from the runtime graphics system.Jason Barron2010-08-052-11/+1
* | Increase drag distance on Symbian to improve finger usability on capacitive s...Joona Petrell2010-08-051-1/+1
|/
* Crash when pressing the '£' key on Belgian Keyboard layout (Cocoa)Prasanth Ullattil2010-08-031-3/+5
* Cocoa: Active QDockWidget does not stay on top of inactive QDockWidgetRichard Moe Gustavsen2010-08-033-0/+24
* doc: Fixed many qdoc errors.Martin Smith2010-08-021-2/+2
* Fixed key event handling on Symbian.axis2010-07-292-55/+118
* Cleaned up old comments.axis2010-07-291-12/+0
* Refactored the virtual mouse handling code into its own function.axis2010-07-292-171/+181
* Removed static on a member that didn't have to be.axis2010-07-292-5/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-293-21/+35
|\
| * Ensure that window rectangle is updated when CBA visibility changesGareth Stockwell2010-07-283-21/+33
| * Clear Qt::WA_OutsideWSRange when making window fullscreenGareth Stockwell2010-07-281-0/+2
* | Wrong geometery for QMainWindow with Unified toolbar on Cocoa.Prasanth Ullattil2010-07-282-0/+21
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-274-13/+15
|\
| * Check the gesturemanager pointer before accessing it.Denis Dzyubenko2010-07-272-6/+8
| * Merge branch '4.7' of http://git.scm.dev.nokia.troll.no/qt/oslo-staging-1 int...Kevin Wright2010-07-271-0/+10
| |\
| * | Modified file/directory names and text to remove disallowed terminology.Kevin Wright2010-07-272-7/+7
* | | Fix signal emission of QDesktopWidget on Symbian.Jason Barron2010-07-271-6/+16
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-261-0/+6
|\ \ \ | |_|/ |/| |
| * | Fix crash caused by not clearing the QPixmapCache on application exit.Oleh Vasyura2010-07-261-0/+2
| * | Ensure backing store is deleted before top-level windowGareth Stockwell2010-07-261-0/+4
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-251-0/+10
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-231-0/+10
| |\
| | * Fix QLineEdit's Highlight color when inactive.Pierre Rossi2010-07-231-0/+10
* | | Drawer widget in a MainWindow disappears after returning from full screen mode.Carlos Manuel Duclos Vergara2010-07-231-1/+3
|/ /
* | Register a few gesture-related types in the meta-type system.Denis Dzyubenko2010-07-231-0/+3
|/
* Drag & Drop failing in itemviews on Cocoa.Prasanth Ullattil2010-07-221-1/+4
* Fix compilation with QT_NO_GRAPHICSVIEWTasuku Suzuki2010-07-211-0/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-174-10/+22
|\
| * Windows mobile: hide [X] button in task bar on unmaximizeJoerg Bornemann2010-07-163-0/+19
| * Windows mobile: the [X] button in the taskbar minimizes the widgetJoerg Bornemann2010-07-161-1/+1
| * Windows mobile: show the [X] button in the taskbar when maximizingJoerg Bornemann2010-07-161-0/+2
| * unused struct DIBINFO removed from qguifunctions_wince.cppJoerg Bornemann2010-07-161-9/+0
* | Revert the change in applicationShouldTerminate().Fabien Freling2010-07-161-1/+0
|/
* Fix for tst_qmdisubwindow::fixedMinMaxSize failure on CocoaPrasanth Ullattil2010-07-151-0/+7
* Drag and drop cursor doesnot change on invalid drop areas (Cocoa)Prasanth Ullattil2010-07-142-3/+36
* Crash while runnig tst_QMdiSubWindow::emittingOfSignals test on CocoaPrasanth Ullattil2010-07-141-0/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-108-7/+46
|\
| * Change default TapAndHold timeout and make configurableThomas Zander2010-07-084-4/+36
| * Avoid unneeded additionThomas Zander2010-07-081-2/+2
| * Fix compilation when QT_NO_IM is definedTasuku Suzuki2010-07-083-1/+8
* | 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
|\