summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | Added convenience functions QGestureEvent::setAccepted with a gestureDenis Dzyubenko2009-10-262-5/+68
| | | | | * | | Implemented QGestureEvent::activeGestures and canceledGestures.Denis Dzyubenko2009-10-261-2/+12
| | | | | * | | Optimisation for filtering events for gestures in graphics view.Denis Dzyubenko2009-10-261-1/+3
| | | | | * | | Merge branch '4.6' into 4.6-platformDenis Dzyubenko2009-10-2684-654/+1559
| | | | | |\ \ \
| | | | | * | | | Remove internal widgets from QApplication::topLevelWidgets()Prasanth Ullattil2009-10-234-0/+21
| | | | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-28100-698/+1697
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-221-75/+16
| | | | |\ \ \ \ \ \ | | | | | |_|/ / / / | | | | |/| | | | |
| | | | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-2212-28/+84
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-2124-120/+541
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Remove workarounds for Win32 event dispatcher bugsBradley T. Hughes2009-10-204-20/+0
| | | * | | | | | | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-10-3036-956/+515
| | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into origin-4.6Olivier Goffart2009-10-309-223/+224
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ Merge branch '4.6-s60' into 4.6axis2009-10-309-223/+224
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | QS60Style does not mix well with the stylesheetsSami Merilä2009-10-294-124/+146
| | | | | | * | | | | | | | | Fix for softkey visibility when dialog launched from fullscreen widget.Janne Anttila2009-10-291-0/+1
| | | | | | * | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-296-11/+40
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | Fixed crash/drawing artifacts on rotation change on Symbian.axis2009-10-281-4/+3
| | | | | | * | | | | | | | | | Fix EColor16M conversion in QPixmap::fromSymbianCFbsBitmap()Jani Hautakangas2009-10-281-6/+9
| | | | | | * | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-275-73/+47
| | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | Draw QSplitter in QS60StyleSami Merilä2009-10-271-0/+11
| | | | | | * | | | | | | | | | | Cleanup softkeymanager keyedactions hash when QAction is being deleted.Janne Anttila2009-10-272-1/+9
| | | | | | * | | | | | | | | | | Use PM_SplitterWidth in QS60StyleSami Merilä2009-10-271-19/+20
| | | | | | * | | | | | | | | | | Temporary fix for FEP crash with input masked QLineEditsMiikka Heikkinen2009-10-271-2/+22
| | | | | | * | | | | | | | | | | Switched setWindowIcon_sys to use QPixmpa::toSymbianCFbsBitmap in S60.Janne Anttila2009-10-271-68/+4
| | | | * | | | | | | | | | | | | Merge commit 'widget/4.6' into origin/4.6Olivier Goffart2009-10-3053-486/+958
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / | | | | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Remove a paintBox call that should have been moved a few lines down, but was ...Robert Griebl2009-10-301-3/+0
| | | * | | | | | | | | | | | | | QTreeView: fix drawing branches of model that adds or remove rows dynamicallyOlivier Goffart2009-10-302-4/+37
| | | * | | | | | | | | | | | | | Fixes regression in QComboBox with keypad navigation while mouse is over the ...Olivier Goffart2009-10-302-19/+6
| | | | |/ / / / / / / / / / / / | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | QItemSelectionModel could emit selectionChanged with no changeThierry Bastian2009-10-301-1/+2
| | | * | | | | | | | | | | | | In ItemViews, right click on the viewport clear the ext selectionThierry Bastian2009-10-301-1/+1
| | | * | | | | | | | | | | | | QActionGroup: reset the checkedAction when it is uncheckedThierry Bastian2009-10-301-4/+10
| | | * | | | | | | | | | | | | Get rid of QPainter warnings generated from QGraphicsOpacityEffect.Bjørn Erik Nilsen2009-10-291-49/+20
| | | * | | | | | | | | | | | | QListView: make sure we relayout items when data changes in the modelThierry Bastian2009-10-292-1/+8
| | | * | | | | | | | | | | | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-10-295-5/+14
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | ItemViews: make the geometries update when header data changesThierry Bastian2009-10-293-0/+6
| | | | * | | | | | | | | | | | | Fix autotest for QMainWindowThierry Bastian2009-10-292-5/+8
| | | * | | | | | | | | | | | | | Merge branch 'fixes' of git://gitorious.org/~cmarcelo/qt/cmarcelos-clone into...Jan-Arve Sæther2009-10-292-13/+8
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | QGAL: set the orientation bit for complex anchorsCaio Marcelo de Oliveira Filho2009-10-282-13/+8
| | | * | | | | | | | | | | | | | Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-2926-125/+159
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / / / / | | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Compile with -no-qt3supportAaron Kennedy2009-10-291-2/+2
| | | * | | | | | | | | | | | | | Fixed bug in QTableView spans.Gabriel de Dietrich2009-10-282-2/+47
| | | * | | | | | | | | | | | | | Fixed missing repaints on QTreeView when moving the mouseThierry Bastian2009-10-281-2/+6
| | | * | | | | | | | | | | | | | Wrong caching of opaque children in QWidget.Bjørn Erik Nilsen2009-10-282-14/+9
| | | * | | | | | | | | | | | | | Compile on 64bitOlivier Goffart2009-10-281-2/+2
| | | * | | | | | | | | | | | | | Allow to put the central widget in a QMainWindow after it was shownThierry Bastian2009-10-282-6/+9
| | | * | | | | | | | | | | | | | Fix initial focus bug in ItemIsFocusScope.Andreas Aardal Hanssen2009-10-281-7/+32
| | | * | | | | | | | | | | | | | Double-clicking a dock widget titlebar could make it disappearThierry Bastian2009-10-281-4/+6
| | | * | | | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-10-283-10/+27
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | QSplitter would not show previously collapsed widgets.Gabriel de Dietrich2009-10-281-2/+15
| | | | * | | | | | | | | | | | | | Qt::escape(): also escape the quote (")Olivier Goffart2009-10-281-22/+5