summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | QMenu could return wrong geometries for its actionsThierry Bastian2009-08-061-0/+2
| * | QMenu: fix a crash depending on stylesThierry Bastian2009-08-051-9/+13
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-061-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-061-5/+6
|\| |
| * | QMenu now takes minimum width into account for the action rectsThierry Bastian2009-08-041-5/+6
* | | Merge commit 'origin/master'Jason Barron2009-08-041-1/+1
|\ \ \
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-1/+1
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed "Hightlighted menu items not always selected" bug.Gabriel de Dietrich2009-08-031-1/+1
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-281-0/+7
|\| | |
| * | | Get collapsible menus working correctly.Norwegian Rock Cat2009-07-241-0/+7
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-51/+57
|\| | | | |/ / |/| |
| * | Use the correct font metrics function.Olivier Goffart2009-07-141-4/+1
| * | QMenu: with tearoff handle, it would reserve the space for it twiceThierry Bastian2009-07-071-8/+5
| * | QMenu: the scroller now takes the qapp's global strut into accountThierry Bastian2009-07-061-25/+23
| * | QMenu: scrolling in menus was brokenThierry Bastian2009-07-061-13/+21
| * | QMenu: when we access the actions geometry, it's now always up2dateThierry Bastian2009-06-301-0/+5
| * | QMenu: fixed a crash when clicking on a menu with a submenuThierry Bastian2009-06-301-1/+2
* | | Make S60 integration optional.Jason Barron2009-07-151-1/+1
* | | Compile fixes for S60 + 4.6.Jason Barron2009-07-071-1/+1
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-227/+193
|\| |
| * | Fix some coverity warningsThierry Bastian2009-06-291-2/+1
| * | QMenu: adding autotest for the geometry calculationsThierry Bastian2009-06-291-4/+4
| * | QMenu: fixed geometry problem that was adding twice the panel widthThierry Bastian2009-06-291-5/+6
| * | QMenu: refactor for the QWidgetActions' widget.Thierry Bastian2009-06-261-29/+23