summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Assert in designer while drag & dropping items from a QListWidgetGabriel de Dietrich2009-12-071-1/+2
* Fixed memory leaks when removing a QGraphicsEffect from a QGraphicsItem or QW...Yoann Lopes2009-12-075-28/+13
* Fix the toolbars dockingThierry Bastian2009-12-071-5/+10
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-12-074-37/+92
|\
| * Added dimming support for disabled softkeys in Symbian.Janne Anttila2009-12-072-2/+31
| * Button and LineEdit/TextEdit theme colors are incorrectSami Merilä2009-12-041-2/+4
| * QS60Style: Overwrites correct stylehint color valuesSami Merilä2009-12-041-4/+3
| * Switched S60 QDesktopServices implementation to CDocumentHandler based.Janne Anttila2009-12-041-23/+49
| * Fixed "...QString::QString(const char *)... is deprecated" warning.Janne Anttila2009-12-031-1/+1
| * QS60Style: Always store changed theme paletteSami Merilä2009-12-031-5/+4
* | Add EGL_BUFFER_SIZE to QEglProperties::reduceConfiguration()Tom Cooksey2009-12-041-0/+9
* | Fixes problem with QMenu when it's populated on the aboutToShowPierre Rossi2009-12-044-31/+42
* | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-12-0411-13/+73
|\ \
| * \ Merge commit 'c0b81480b2909b18ac15bdd124a562ae005c2f41' into origin-4.6Olivier Goffart2009-12-048-16/+14
| |\ \
| * | | Fix for virtual keyboard poping up when it should not.Robert Griebl2009-12-034-4/+4
| * | | Added a placeholderText(*) property to QLineEdit.Robert Griebl2009-12-033-0/+56
| * | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-12-0323-74/+164
| |\ \ \
| | * \ \ Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-12-0220-66/+156
| | |\ \ \
| | * | | | Creator crashes when reloading externally modified .ui files on MacPrasanth Ullattil2009-12-011-2/+0
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-301-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-2923-417/+236
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-2720-92/+153
| | |\ \ \ \ \ \
| | * | | | | | | On Mac OS X, QLineEdit should handle MoveToStart/EndOfBlockBenjamin Poulain2009-11-262-6/+8
| * | | | | | | | compile fix for Qt in namespacehjk2009-12-011-0/+4
| * | | | | | | | Fix a documentation typo.Christian Kamm2009-11-301-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Fix toolbar animation when restoring from expanded stateThierry Bastian2009-12-042-2/+3
* | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Jan-Arve Sæther2009-12-045-8/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixes clipping bug in the embedded dialogs demo.Yoann Lopes2009-12-041-1/+0
| * | | | | | | | Fix crash when QGraphicsItem destructor deletes other QGraphicsItemOlivier Goffart2009-12-041-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Better check for EGL extension stringsRhys Weatherley2009-12-041-1/+4
| * | | | | | | Some doc fixesJan-Arve Sæther2009-12-031-2/+2
| * | | | | | | Fixes broken selection with Shift and extended selectionOlivier Goffart2009-12-031-2/+2
* | | | | | | | Merge branch 'fleury-ooo-sequential' into 4.6Jan-Arve Sæther2009-12-044-206/+438
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Made sure that we didn't reference dangling parallel anchors.Jan-Arve Sæther2009-12-041-2/+2
| * | | | | | | Rename the global limit to g_offset.Jan-Arve Sæther2009-12-031-13/+13
| * | | | | | | Merge branch 'ooo-sequential' of git://gitorious.org/~fleury/qt/fleury-openbo...Jan-Arve Sæther2009-12-014-206/+438
| |\ \ \ \ \ \ \
| | * | | | | | | QGAL: Remove deprecated assert clausesEduardo M. Fleury2009-11-271-16/+0
| | * | | | | | | QGAL: Refactor solvePreferred to support min/maxPrefSizeEduardo M. Fleury2009-11-271-24/+69
| | * | | | | | | QGAL: Add AnchorData::minPrefSize and maxPrefSizeEduardo M. Fleury2009-11-273-46/+149
| | * | | | | | | QGAL: parallel anchors sometimes have to fix constraintsCaio Marcelo de Oliveira Filho2009-11-271-16/+35
| | * | | | | | | QGAL: move second child direction check to a functionCaio Marcelo de Oliveira Filho2009-11-272-12/+24
| | * | | | | | | QGAL: Use single arrow in "dumpGraph"Eduardo M. Fleury2009-11-271-1/+1
| | * | | | | | | QGAL: Enable out-of-order sequential simplificationEduardo M. Fleury2009-11-271-46/+23
| | * | | | | | | QGAL: Support for out-of-order sequential anchorsEduardo M. Fleury2009-11-271-6/+34
| | * | | | | | | QGAL: Do not revert negative anchorsJesus Sanchez-Palencia2009-11-272-23/+4
| | * | | | | | | QGAL: Limit absolute size of anchors and add offset to calculationEduardo M. Fleury2009-11-272-12/+57
| | * | | | | | | QGAL: Rename internalSizeHints to applySizePolicyEduardo M. Fleury2009-11-271-10/+15
| | * | | | | | | QGAL: Fix memory management issues (leak + invalid read)Eduardo M. Fleury2009-11-272-6/+27
| | * | | | | | | QGAL: Prevent internal anchors from being exposed by QGAL::anchor()Eduardo M. Fleury2009-11-271-2/+14
| | * | | | | | | QGAL: default spacing can be unset using a negative valueEduardo M. Fleury2009-11-271-21/+2
| | | |_|/ / / / | | |/| | | | |