summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add an autorelease pool to QApplication instance."Richard Moe Gustavsen2010-01-131-10/+0
* Cocoa: refactor code for clearing the native menu barRichard Moe Gustavsen2010-01-131-43/+30
* Merge branch '4.6'Thiago Macieira2010-01-1211-44/+48
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-113-33/+8
| |\
| | * Fix for QTBUG-7267 Qs60Style::drawControl() does not align CE_ItemViewItemJani Hautakangas2010-01-111-1/+1
| | * Fix for QTBUG-6408 QFontEngineS60::QFontEngineS60 called hundreds ofJani Hautakangas2010-01-112-32/+7
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-091-1/+5
| |\ \ | | |/ | |/|
| | * Add texture glyph width cache default.Stefano Pironato2010-01-081-1/+5
| * | Added a flag to avoid construction of application panes.axis2010-01-083-5/+19
| * | Fixed QDesktopWidget autotest.axis2010-01-081-1/+1
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-081-3/+10
| |\ \ | | |/ | |/|
| | * Fix for QTBUG-5870 QGraphicsProxyWidget does not show children onJani Hautakangas2010-01-081-3/+10
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-082-1/+5
| |\ \
| | * | Make sure the rect in QPixmap::copy() doesn't exceed the boundingRect.Gunnar Sletta2010-01-081-1/+3
| | * | Fix a painter warningPierre Rossi2010-01-071-0/+2
| | |/
* | | Cocoa: the menu bar is sometimes faulty disabledRichard Moe Gustavsen2010-01-121-49/+106
* | | Cocoa: application will not quit when using dialogsRichard Moe Gustavsen2010-01-1211-14/+65
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMorten Johan Sørvig2010-01-1240-145/+304
|\ \ \
| * | | Obsolete QDirModel and remove it from the doc.Alexis Menard2010-01-089-16/+75
| * | | Merge branch '4.6'Thiago Macieira2010-01-0825-105/+187
| |\ \ \ | | |/ /
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2010-01-081-8/+8
| | |\ \ | | | |/ | | |/|
| | | * Merge branch '4.6' of ../../4.6 into 4.6Justin McPherson2010-01-07108-1293/+2348
| | | |\
| | | * | Fix warning in qfilesystemmodel_p.hJustin McPherson2010-01-071-8/+8
| | * | | Fix performance regression in _q_polishItems.Alexis Menard2010-01-072-6/+12
| | * | | Avoid a deep copy of QImage::bits() in the png writerRhys Weatherley2010-01-061-1/+1
| | | |/ | | |/|
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-0613-30/+73
| | |\ \
| | | * | QBoxLayout::setGeometry would not respect the widget min/max widthGabriel de Dietrich2010-01-061-2/+4
| | | * | Revert "QStyleSheetStyle: Fixed some text croped when having padding with nat...Olivier Goffart2010-01-061-1/+1
| | | * | Use QFile:rename when moving items in QFileystemModel.Alexis Menard2010-01-061-2/+1
| | | * | Fix default filter selection when using HideNameFilterDetails option.Alexis Menard2010-01-061-15/+28
| | | * | Don't write out fo:word-spacing if its the default value.Thomas Zander2010-01-061-2/+2
| | | * | Document the QGraphicsView::IndirectPainting flagOlivier Goffart2010-01-062-1/+11
| | | * | Display broken symlinks in the filesystem model.Alexis Menard2010-01-051-1/+1
| | | * | Merge branch 'QT-2261' into 4.6Jan-Arve Sæther2010-01-051-2/+2
| | | |\ \
| | | | * | Fixed a bug with distribution of spans.Jan-Arve Sæther2010-01-051-2/+2
| | | * | | Compile with QT_NO_DOCKWIDGETOlivier Goffart2010-01-051-0/+2
| | | * | | Make the ShowDirsOnly option work in QFileDialog.Alexis Menard2010-01-041-0/+3
| | | * | | Slight performance improvement in comp_func_SourceOver.Samuel Rødal2010-01-041-1/+4
| | | * | | fixed typo in qpainter docsGunnar Sletta2010-01-041-1/+1
| | | * | | Make stretchblit an opt-out option in DirectFBAnders Bakken2010-01-041-0/+1
| | | * | | Set serial number in QX11PixmapData::transformedAnders Bakken2010-01-041-0/+2
| | | * | | Fix background brush for character format when writing to ODF document.Pierre Rossi2009-12-301-1/+8
| | | * | | Fixes painting artifacts when using CacheBackground in a QGraphicsView.Yoann Lopes2009-12-301-1/+2
| | * | | | Fix QT_NO_CONTEXTMENUKent Hansen2010-01-061-0/+2
| | * | | | doc: Clarified that the scene owns its items and destroys them.Martin Smith2010-01-061-11/+17
| | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2010-01-062-1/+3
| | |\ \ \ \
| | | * | | | Prevent a crash when creating an inputContext from the QApplication dtor.Denis Dzyubenko2010-01-052-1/+3
| | * | | | | doc: Fixed references to currsor position().Martin Smith2010-01-061-26/+29
| | |/ / / /
| | * | | | doc: Added note explaining grabMouse() for Cocoa and Carbon.Martin Smith2010-01-051-4/+10
| | * | | | doc: Clarified which values were added in Qt 4.4.Martin Smith2010-01-051-8/+11