summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fixed documentation of QPixmap::x11Info() to not talk about widgets.Samuel Rødal2009-10-121-5/+5
* Fixed bug on X11 with WA_TranslucentBackground and native child widgets.Samuel Rødal2009-10-121-25/+46
* Fixed bug where calling fill on pixmap with active painter would crash.Kim Motoyoshi Kalland2009-10-091-0/+10
* Made QPen::setDashOffset() work with non-custom dashed lines.Kim Motoyoshi Kalland2009-10-091-3/+11
* Fixed doc for softkeys in the qwidget doc.Denis Dzyubenko2009-10-091-2/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jan-Arve Sæther2009-10-0928-183/+202
|\
| * Don't print EGL buffer size if it isn't set.Rhys Weatherley2009-10-081-2/+2
| * Color role with higher contrast for focusrectAlessandro Portale2009-10-081-1/+1
| * QS60Style: Re-enable color-from-skin-part extractionAlessandro Portale2009-10-081-5/+4
| * Merge branch '4.5' into 4.6Thiago Macieira2009-10-083-4/+6
| |\
| | * QHeaderView: fixed the sizeHint with hidden sectionsThierry Bastian2009-10-071-4/+8
| | * ignore invalid WM_KEYDOWN messages on WindowsJoerg Bornemann2009-10-071-2/+2
| | * Fix ASSERT caused by Plastique style when setting an application font with a ...Bradley T. Hughes2009-10-071-1/+1
| | * Fix a bug when clipsChildrenToShape is set back to false.Alexis Menard2009-10-023-0/+18
| * | Remove incorrect optimisation in S60 widget / control stack syncShane Kearns2009-10-081-3/+8
| * | Carbon: better wheel acceleration patchRichard Moe Gustavsen2009-10-082-6/+23
| * | Fix compile errors on mingw (The version supplied with Qt 4.5)Prasanth Ullattil2009-10-084-1/+29
| * | Fix to Symbian accelerated scrolling problem.Jani Hautakangas2009-10-082-28/+21
| * | Prevented input composition in password fields on X11 and Windows.axis2009-10-082-2/+2
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Sami Merilä2009-10-083-24/+2
| |\ \
| | * | Remove handling of arrow key on QDialogOlivier Goffart2009-10-081-22/+0
| | * | Let the platform plugin decide on the click policy on itemviewOlivier Goffart2009-10-082-2/+2
| * | | DialogButtonBox is shown together with softkeys (QTBUG-4739)Sami Merilä2009-10-081-14/+4
| |/ /
| * | Fix for qfiledialog autotest build break in Symbian.Janne Anttila2009-10-081-1/+1
| * | QDesktopServices compile fix for Windows CEJoerg Bornemann2009-10-071-0/+4
| * | QGuiPlatformPlugin: QFileIconProvider and QIcon backend.Olivier Goffart2009-10-075-85/+87
| * | viewport()->update() after delegate set for QAbstractItemViewJeremy Katz2009-10-071-3/+3
| * | Fix: Lazy instantiation of a static QActionAlessandro Portale2009-10-071-3/+4
| * | Support small screen for QToolBar auto test.Liang QI2009-10-071-1/+1
* | | Rename identifyNonFloatItems -> identifyFloatItems.Jan-Arve Sæther2009-10-082-8/+8
* | | Merge branch 'openbossa-expanding' into 4.6Jan-Arve Sæther2009-10-082-21/+26
|\ \ \ | |/ / |/| |
| * | Store the floating items instead of the non-floating items.Jan-Arve Sæther2009-10-072-21/+26
* | | Using const refs for passing qreal will make Qt slower on some systems.Jan-Arve Sæther2009-10-071-2/+2
* | | Fix QDesktopServices::storageLocation() when registry keys are missingJens Bache-Wiig2009-09-161-22/+44
* | | Fix compile error on Symbian platformShane Kearns2009-10-071-0/+1
* | | Fixed a crash bug on S60 SDK 3.1.axis2009-10-071-1/+4
* | | Merge branch 'openbossa-expanding' into 4.6Jan-Arve Sæther2009-10-074-221/+483
|\ \ \ | |/ /
| * | Cosmetic fixes to the previous patches.Jan-Arve Sæther2009-10-074-38/+40
| * | QGraphicsAnchorLayoutPrivate: Fixing initial geometry values for new layout i...Jesus Sanchez-Palencia2009-10-061-12/+25
| * | QGraphicsAnchorLayoutPrivate: Handling floating items as an invalid layout si...Jesus Sanchez-Palencia2009-10-062-1/+53
| * | QGraphicsAnchorLayout: Fix creation of internal layout anchorsEduardo M. Fleury2009-10-061-62/+83
| * | QGraphicsAnchorLayout: Add support for expanding SizePolicy with simplificationCaio Marcelo de Oliveira Filho2009-10-062-27/+36
| * | QSimplex: Remove overly conservative assertionEduardo M. Fleury2009-10-062-19/+31
| * | QGraphicsAnchorLayout: Update solveExpanding to handle simplified graphsEduardo M. Fleury2009-10-061-12/+72
| * | QGraphicsAnchorLayout: avoid code duplication when initializing complex anchorsCaio Marcelo de Oliveira Filho2009-10-062-52/+54
| * | QGraphicsAnchorLayout: cleaning up AnchorDataCaio Marcelo de Oliveira Filho2009-10-062-83/+59
| * | QGraphicsAnchorLayout: Enabling Simplex support for Expanding size policyEduardo M. Fleury2009-10-062-11/+88
| * | QGraphicsAnchorLayout: Add data structures for Expanding size policyEduardo M. Fleury2009-10-062-13/+51
* | | Fixing warnings on GCC... (III)João Abecasis2009-10-071-2/+1
* | | Fixing warnings on GCC... (I)João Abecasis2009-10-071-2/+2