summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmenu
Commit message (Collapse)AuthorAgeFilesLines
* Fix autotest: removed useless debug tracesThierry Bastian2009-08-181-1/+0
|
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* QMenu: fixed a menu poppping up behind the menubarThierry Bastian2009-08-061-1/+2
|
* QMenu: fix multi column autotest for styles which don't support itThierry Bastian2009-08-061-0/+7
|
* QMenu now takes minimum width into account for the action rectsThierry Bastian2009-08-041-0/+12
| | | | | | | The action now try to take advantage of the space given by a minimum width. Patch proposed initially by Aron Seigo and improved later on. Reviewed-by: Trustme
* Fixed "Hightlighted menu items not always selected" bug.Gabriel de Dietrich2009-08-031-0/+36
| | | | | | | | Menu paintEvent was not called when the mouse cursor lied between the menu item area and the menu frame border. Task-number: 258920 Reviewed-by: olivier
* QMenu: adding autotest for the geometry calculationsThierry Bastian2009-06-291-0/+35
| | | | I also fixed an off-by-1 pixel bug
* QMenu: refactor of the update of the geometry to have one central placeThierry Bastian2009-06-261-2/+2
| | | | of calculation (ie. updateActionRects)
* QMenu: Fixed geometry for actions with specific fontThierry Bastian2009-06-251-0/+15
| | | | Task-number: 256918
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* autotest didn't compile with gccThierry Bastian2009-04-171-1/+1
|
* The submenu of a multicolumn menu have an incorrect positionThierry Bastian2009-04-151-0/+34
| | | | | | | | The submenu would always appear to the side of the menu instead of its right. Task-number: 250673 Reviewed-by: ogoffart
* Long live Qt 4.5!Lars Knoll2009-03-233-0/+691