summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Removed the unnecessery loop in the last commit originated from a mergeDenis Dzyubenko2009-11-061-6/+5
* Fix QDesktopWidget::availableGeometry() on OSXFred Emmott2009-11-061-4/+8
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Morten Johan Sørvig2009-11-066-6/+80
|\
| * Add support for GetURL events on Mac OS XTor Arne Vestbø2009-11-056-6/+80
* | Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-0616-24/+68
|\ \ | |/ |/|
| * Doc: Fixed qdoc warnings.David Boddie2009-11-054-14/+17
| * Merge branch 'graphicseffect' into 4.6Jørgen Lind2009-11-0510-1/+47
| |\
| | * Add QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-0410-1/+47
| * | Merge branch '4.5' into 4.6Morten Johan Sørvig2009-11-053-9/+4
| |\ \
| | * | Fix memory leak in the Mac accessibility module.Morten Johan Sørvig2009-11-031-5/+0
| | * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.5Morten Johan Sørvig2009-11-021-1/+1
| | |\ \
| | | * | Fix a freeze in QFileDialog (Mac)Cédric Luthi2009-11-021-1/+1
| | * | | Disable the move-by-scrolling optimization.Morten Johan Sørvig2009-11-021-3/+3
| | |/ /
| | * | Avoid infinite loop when laying out text with unconvertible charsEskil Abrahamsen Blomfeldt2009-10-291-40/+37
* | | | Fixed pinching in the imagegestures example.Denis Dzyubenko2009-11-051-2/+6
* | | | Implemented Tap and TapAndHold gestures.Denis Dzyubenko2009-11-056-1/+303
* | | | Improved pinch gesture.Denis Dzyubenko2009-11-051-1/+7
* | | | Implemented QSwipeGesture recognizer using touch events.Denis Dzyubenko2009-11-054-5/+166
* | | | Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-05154-2659/+3778
|\ \ \ \ | |/ / /
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-11-043-11/+6
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Eskil Abrahamsen Blomfeldt2009-11-0450-646/+1078
| | |\ \
| | * | | Fixed crash with nullptr in QPixmapData::transformedGunnar Sletta2009-11-041-2/+2
| | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-041-8/+2
| | |\ \ \
| | | * | | Fixed compilation and linking of EGL on Windows CE.Trond Kjernåsen2009-11-041-8/+2
| | * | | | Fixed crash when QImage::createAlphaMask() runs out of memoryGunnar Sletta2009-11-041-1/+2
| | |/ / /
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-046-12/+27
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Doc: Fixed qdoc warnings.David Boddie2009-11-045-14/+21
| | * | | Doc: fix broken link in QBitmapAndy Nichols2009-11-041-1/+1
| * | | | Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-0438-557/+778
| |\ \ \ \
| * | | | | Fix compiler error.Aleksandar Sasha Babic2009-11-041-1/+1
| * | | | | Merge branch '4.6-s60' into 4.6axis2009-11-0412-88/+299
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Fixed an input method bug when erasing the last character.axis2009-11-032-2/+4
| | * | | | Fix cleanupstack crash on exit in Symbian OS 9.2Shane Kearns2009-11-031-1/+10
| | * | | | Fix for potential crash in S60 styleShane Kearns2009-11-031-7/+7
| | * | | | Fix crash in QApplication autotest introduced by native pixmaps (S60 3.1)Shane Kearns2009-11-031-11/+11
| | * | | | QS60Style: impossible to open menu from styled QToolButtonSami Merilä2009-11-031-2/+34
| | * | | | Fixed compile error on Symbian emulator.axis2009-11-031-0/+1
| | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-03118-853/+2237
| | |\ \ \ \
| | * | | | | Build break fix for S60Simulated styleSami Merilä2009-11-031-1/+1
| | * | | | | QS60Style - TabWidget text changes color when widget becomes dimmedSami Merilä2009-11-021-8/+8
| | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merilä2009-11-021-38/+56
| | |\ \ \ \ \
| | | * | | | | Fix for static QSound::play in Symbian and code style fixes.Janne Anttila2009-11-021-38/+56
| | * | | | | | Style's theme palette hash is lost after orientation switchSami Merilä2009-11-021-1/+1
| | |/ / / / /
| | * | | | | Fixed statuspane visibility after dialog closed from fullsreen widget.Janne Anttila2009-10-301-6/+12
| | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merilä2009-10-302-0/+96
| | |\ \ \ \ \
| | | * | | | | Moved a resource file from the static wrapper app to QtGui.axis2009-10-302-0/+96
| | * | | | | | S60Style: User set header view palettes are ignoredSami Merilä2009-10-301-8/+36
| | |/ / / / /
| | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-10-3027-734/+293
| | |\ \ \ \ \
| | * | | | | | Fixed keypad navigation in QFileDialog details viewMiikka Heikkinen2009-10-301-0/+10
| | * | | | | | S60Style: List items should be taller for touch use (5th Edition)Sami Merilä2009-10-301-3/+12