summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-231-1/+3
|\
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-211-1/+3
| |\
| | * QMenu: Behavior regressionGabriel de Dietrich2010-04-161-1/+3
* | | When using Qt::BypassGraphicsProxyWidget with QMenu the application is not st...Alexis Menard2010-04-221-1/+1
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-131-25/+25
|\ \
| * | Revert Merge Request 551. This introduces regressions to Qt.Thiago Macieira2010-04-121-3/+4
| * | QMenu::popup() code style fixesminiak2010-04-071-25/+25
| * | fix QMenu::popup()miniak2010-04-071-4/+3
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-6/+8
|\ \ \ | |/ / |/| / | |/
| * QTBUG-4887 and other exception safety fixesmread2010-04-071-6/+8
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-251-2/+2
|\ \ | |/
| * Fixed S60 softkey implementation to use popup/modal dialog softkeys.Janne Anttila2010-03-231-2/+2
* | Fix for torn off menus that were way too bigThierry Bastian2010-03-051-4/+5
* | Fixes QMenu to only have static POD membersThierry Bastian2010-03-041-12/+12
* | Make the sub-menu accessible via its shortcut even if it is the currentThierry Bastian2010-03-031-10/+2
* | Merge remote branch 'origin/4.6' into integration-master-from-4.6Rohan McGovern2010-02-181-3/+17
|\ \ | |/
| * Support for dynamic localization in Symbian softkeys.Janne Anttila2010-02-171-3/+17
* | Get rid of setFirstActionActive on mouse release in QMenuPierre Rossi2010-02-051-3/+1
|/
* doc: Corrected some bad grammar.Martin Smith2010-01-271-4/+3
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Fixes problem with QMenu when it's populated on the aboutToShowPierre Rossi2009-12-041-22/+13
* Fixed context menu placement partially outside screen bug in Symbian.Janne Anttila2009-11-261-6/+6
* QMenu: make the menu follow its parent/caused layout directionThierry Bastian2009-11-181-0/+22
* QMenu: do not crash if action is destroyed in the triggered signal.Olivier Goffart2009-11-161-1/+2
* Make sure the context menus also clear the status tip when neededThierry Bastian2009-11-101-26/+18
* Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-061-0/+2
|\
| * Fix QT_NO_MENUBARJørgen Lind2009-11-061-0/+2
* | Fix crash in QMenu when using QWidgetActionOlivier Goffart2009-11-041-23/+18
|/
* Fixed a bug in QMenuBar in RTL that would display menu at the wrong placeThierry Bastian2009-10-271-0/+4
* Make QMenu::activateCausedStack() exception safe.Marius Bugge Monsen2009-10-211-3/+11
* QToolButton popup menu is shown at wrong position when embedded in aAlexis Menard2009-10-201-4/+27
* Simplify the soft key roles of QAction.Jason Barron2009-09-211-3/+3
* Refactor soft keys implementation.Jason Barron2009-09-211-5/+10
* Making Keypad Navigation more usableAlessandro Portale2009-09-191-5/+0
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-181-0/+5
|\
| * Application crashes when a menu is inserted twice on a menubar (Cocoa).Prasanth Ullattil2009-09-181-0/+5
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Update license headers again.Jason McDonald2009-09-091-4/+4
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | fix warnings on Windows CEJoerg Bornemann2009-08-261-0/+2
* | Make sure we use layoutDirection from the widget and not always the appThierry Bastian2009-08-251-3/+3
* | QMenu: make no active action when the mouse leaves the menuThierry Bastian2009-08-251-0/+2
* | Merge commit 'qt/master'Jason Barron2009-08-181-2/+2
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+2
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-101-21/+20
|\ \ \ | |/ /
| * | QMenu: small little code simplificationThierry Bastian2009-08-061-12/+5