summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * QMenu: refactor of the update of the geometry to have one central placeThierry Bastian2009-06-261-172/+140
| * QMenu: Fixed a painting regressionThierry Bastian2009-06-261-7/+13
| * QMenu: fixed regression in autotestThierry Bastian2009-06-261-1/+1
| * QMenu refactor to simplify a bit geometry calculationThierry Bastian2009-06-261-87/+85
| * QMenu: Fixed geometry for actions with specific fontThierry Bastian2009-06-251-5/+5
| * QMenu: fixed a bug that prevented from opening a context menu with midThierry Bastian2009-06-191-3/+3
| * Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-28/+42
|\ \ \ | |/ /
| * | QMenu, QMenuBar: small cleanupThierry Bastian2009-06-121-2/+2
| * | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-111-6/+6
| * | Fixed the QMenu to open submenus even if the pointing device is movingThierry Bastian2009-06-031-5/+7
| * | Removed a warning (qreal should be used, and not float)Thierry Bastian2009-06-031-1/+1
| * | Ensure a hierarchy of menus fade out together.Norwegian Rock Cat2009-05-291-14/+26
| * | introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-1/+1
| * | The submenu of a multicolumn menu have an incorrect positionThierry Bastian2009-04-151-2/+2
| * | Long live Qt!Lars Knoll2009-03-231-0/+3467
| /
* | Fix include, it should be pulled from private directory.Ariya Hidayat2009-06-111-1/+1
* | Fixes from code reviewMarkku Luukkainen2009-06-091-4/+4