summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Compilation with pedantic or when QtCore is not specified in the include pathOlivier Goffart2009-10-011-1/+1
* Fix warnings on mingwThierry Bastian2009-10-011-0/+1
* Split EGL config selection & surface creation into seperate functionsTom Cooksey2009-10-012-0/+3
* Add support for modality to QGraphicsItem panels.Bradley T. Hughes2009-10-015-21/+301
* Doc: Remaining pieces of the Graphics effect documentation.Bjørn Erik Nilsen2009-09-301-0/+21
* Added QGraphicsBloomEffect::blurHint.Bjørn Erik Nilsen2009-09-302-0/+38
* Add Qt::RenderHint to control rendering operations.Bjørn Erik Nilsen2009-09-304-45/+21
* Readd QGraphicsBloomEffect.Bjørn Erik Nilsen2009-09-303-0/+224
* Merge branch 'focusFixes' into 4.6axis2009-09-305-54/+72
|\
| * Fixed some focus issues on Symbian.axis2009-09-303-18/+58
| * Revert "Switched to asynchronous focus handling on Symbian."axis2009-09-304-39/+16
* | Fix regression in Command link button font sizeJens Bache-Wiig2009-09-092-8/+20
* | Fix duplicate key events from extended media keys on WindowsJens Bache-Wiig2009-09-091-61/+0
* | Make itemviews use gradient selection on Vista by defaultJens Bache-Wiig2009-09-092-14/+9
* | Be consistant between static method and regular QFileDialog contructor.Alexis Menard2009-09-301-0/+2
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jani Hautakangas2009-09-304-1/+10
|\ \
| * | Compile when one includes <QtGui/QtGui> without putting explicitly all Qt sub...Olivier Goffart2009-09-301-1/+1
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Sami Merilä2009-09-304-16/+18
| |\ \
| | * | Fix tst_QFontDialog::task256466_wrongStyle() autotest failure in Cocoa.Prasanth Ullattil2009-09-301-0/+2
| | * | Fixed warning in public header:Olivier Goffart2009-09-301-0/+3
| * | | Ftp example application crashes (due to keypad navigation)Sami Merilä2009-09-301-0/+4
* | | | Add redo keyboard shortcut for Symbian.Jani Hautakangas2009-09-301-2/+2
| |/ / |/| |
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jani Hautakangas2009-09-3020-147/+309
|\ \ \ | |/ /
| * | Make QPF's implementation of alphaMapForGlyph() consistent.Rhys Weatherley2009-09-292-3/+5
| * | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-2914-71/+86
| |\ \ | | |/
| | * Fix tr-Errors/remove QObject::tr(), mainly in ScriptToolsFriedemann Kleint2009-09-291-1/+1
| | * Fix bug with posting events from HandleCommandL on Symbian.Jason Barron2009-09-291-0/+1
| | * Merge branch '4.5' into 4.6Thiago Macieira2009-09-291-7/+4
| | |\
| | | * QGraphicsItem: cached embedded widget item is not repainted when widget is up...Andreas Aardal Hanssen2009-09-291-16/+10
| | * | Fix typo.Alexis Menard2009-09-291-2/+2
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Jeremy Katz2009-09-296-14/+56
| | |\ \
| | | * | After some discussion we decided to remove hasConflicts() from the API.Jan-Arve Sæther2009-09-294-14/+13
| | | * | Add missing docs for QGraphicsAnchorJan-Arve Sæther2009-09-291-0/+18
| | * | | fix warnings about declarations shadowing class members (autotest reported)Jeremy Katz2009-09-296-47/+47
| * | | | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-2951-495/+821
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Removed trace statements from QtGuiGareth Stockwell2009-09-282-252/+9
| * | | | Removed calls to CCoeControl::DrawNow from QWidgetPrivate::setWSGeometryGareth Stockwell2009-09-281-30/+7
| * | | | Fixed logical error in QSymbianControl::DrawGareth Stockwell2009-09-281-4/+4
| * | | | Implemented QWidget::mapFromGlobal, QWidget::mapToGlobal, for case where chil...Gareth Stockwell2009-09-281-5/+8
| * | | | Revert "Revert all GUI changes from the MMF work."Frans Englich2009-09-285-68/+476
* | | | | Symbian specific fixes to QComboBoxJani Hautakangas2009-09-302-16/+13
| |/ / / |/| | |
* | | | Add the -testability option to Qt applications.Petri Kiiskinen2009-09-292-0/+25
| |/ / |/| |
* | | Mac: Fix build failure on tigerRichard Moe Gustavsen2009-09-291-0/+11
* | | Update docs for softkeys to match new API and implementation.Jason Barron2009-09-291-16/+18
* | | Fix a bug in QPixmapCache when the cache is trimmed by QCache.Alexis Menard2009-09-295-36/+42
* | | 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