summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Explicitly check for alpha pixels in X11 before making an alpha XPixmapGunnar Sletta2009-10-021-3/+30
* Add a more proper shutdown sequence for Symbian applications.Jason Barron2009-09-291-3/+9
* Fix some docs to follow the Qt style. (remove asterisks, proper indenting)Jan-Arve Sæther2009-09-291-44/+44
* Dont generate public docs for QSimplex.Jan-Arve Sæther2009-09-291-0/+4
* doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-287-8/+51
* QWheelEvent not working on Cocoa 64BitPrasanth Ullattil2009-09-281-3/+3
* fixed a typo in the doc.Denis Dzyubenko2009-09-281-1/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Sami Merilä2009-09-281-5/+15
|\
| * Impossible to interact with the year on QCalendarWidget on GraphicsViewThierry Bastian2009-09-281-5/+15
* | Triggering softkey action for disbled widget causes a crash.Sami Merilä2009-09-282-2/+6
|/
* Merge branch '4.6' of git@scm.dev-nokia.troll.no:qt/qt into 4.6Andreas Aardal Hanssen2009-09-281-0/+2
|\
| * Fix qdoc errorsJason McDonald2009-09-281-0/+2
* | Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-284-213/+8
|\ \ | |/ |/|
| * QGraphicsItem with parent flag ItemClipsChildrenToShape not visibleAndreas Aardal Hanssen2009-09-281-1/+1
| * Cocoa: Fix build cocoa port with namespaceRichard Moe Gustavsen2009-09-282-2/+3
| * Doc: fixed typo in QTabBar::tabRect() docsStian Sandvik Thomassen2009-09-281-1/+1
| * Fixes a crash in QDoubleSpinBoxJoão Abecasis2009-09-251-210/+4
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-289-13/+38
|\ \
| * | Deep copy QImage based on non-owned data so we can safely store themGunnar Sletta2009-09-281-2/+11
| * | Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-282-4/+4
| * | Fixed unwanted recursion when calling openGLVersionFlags().Kim Motoyoshi Kalland2009-09-281-1/+2
| * | QEventLoop::ExcludeUserInputEvents should not allow the user to close the windowBradley T. Hughes2009-09-282-2/+2
| * | compile fix with namespacehjk2009-09-282-0/+9
| * | Make sure the correct soft key is triggered.Jason Barron2009-09-281-3/+9
| * | doc: Fixed three /sa that should be \saThorbjørn Lindeijer2009-09-281-1/+1
* | | Fix qdoc error.Jason McDonald2009-09-281-1/+1
|/ /
* | Fix qdoc errors.Jason McDonald2009-09-281-5/+6
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Jeremy Katz2009-09-257-36/+178
|\ \
| * | Doc: Added a note about Phonon.David Boddie2009-09-251-0/+4
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-253-27/+167
| |\ \
| | * | Use qDebug() instead of printf() when dumping the simplex matrix.Jan-Arve Sæther2009-09-251-12/+10
| | * | Fix app showing a blank screen after switching to it using task switcherShane Kearns2009-09-251-9/+10
| | * | QGraphicsAnchorLayout: Fix bug where simplex would return wrong resultsEduardo M. Fleury2009-09-251-0/+38
| | * | QSimplex: Add class and methods documentationEduardo M. Fleury2009-09-251-5/+108
| | * | QGraphicsAnchorLayoutPrivate: Avoiding graph simplification on empty layoutsJesus Sanchez-Palencia2009-09-251-1/+1
| * | | Made QDir::tempPath and QDesktopServices::TempLocation consistent in S60Janne Anttila2009-09-251-4/+1
| |/ /
| * | Removed unused parameter from graphics scene index internal functionLeonardo Sobral Cunha2009-09-252-5/+6
* | | ifdefs to allow compilation with QT_NO_MAINWINDOW and QT_NO_TOOLBARJeremy Katz2009-09-251-0/+2
|/ /
* | Add QGraphicsItem::stackBefore(), and fix Z ordering bugs.Andreas Aardal Hanssen2009-09-255-5/+165
* | Mac, Carbon: add support for device pixel scrolling (wheel event)Richard Moe Gustavsen2009-09-251-20/+62
* | Mac, Cocoa: add support for device pixel scrolling (wheel event)Richard Moe Gustavsen2009-09-251-10/+25
* | Change the way we handle KeyboardUIMode on MacBenjamin Poulain2009-09-251-4/+16
* | Make QEglContext API a little more flexibleRhys Weatherley2009-09-252-12/+8
* | Remove the storage of the EGLSurface from QEglContextRhys Weatherley2009-09-256-79/+16
* | Push the "lazy doneCurrent" logic down from QtOpenVG into QEglRhys Weatherley2009-09-242-3/+89
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-246-21/+12
|\ \ | |/
| * Fixed text drawing regression in Assistant.Trond Kjernåsen2009-09-241-0/+2
| * Fixed clipping of non-cosmetic dashed strokes in raster paint engine.Kim Motoyoshi Kalland2009-09-231-9/+1
| * Calling raise() on a hidden windows makes it visible on Cocoa.Prasanth Ullattil2009-09-231-1/+1
| * Ensure that QStandardItem::clone() is used when a prototype is setAndy Shaw2009-09-222-4/+7