summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-29/+7
|\
| * Merge branch 'mimir' into 4.7David Boddie2011-02-231-29/+7
| |\
| | * qdoc: Added the \caption command.Martin Smith2011-01-131-4/+3
| | * qdoc: Replaced many raw-html cases with \div {something}.Martin Smith2011-01-121-29/+8
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\| |
| * | Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-131-0/+5
|\|
| * Remove whitespace and leading tab from documentation changeSami Merila2010-12-081-1/+1
| * Merge commit 'refs/merge-requests/2509' of gitorious.org:qt/qt into integrationSami Merila2010-12-081-0/+3
| |\
| | * Adding warning to QMenu documentationKarim Pinter2010-11-261-0/+3
| * | Updating merge request 2512Karim Pinter2010-12-071-3/+1
| * | Removes the reseting of the QMenu offset.Karim Pinter2010-11-291-0/+4
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-2/+2
|\|
| * Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-2/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-251-11/+1
|\|
| * Fixed an assert in QMenuThierry Bastian2010-05-191-11/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-05-021-1/+3
|\|
| * 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
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-04-271-1/+1
|\| | |
| * | | When using Qt::BypassGraphicsProxyWidget with QMenu the application is not st...Alexis Menard2010-04-221-1/+1
| |/ /
* / / Minor optimisation in QMenuTom Cooksey2010-04-231-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-191-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-071-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