summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recognize separator item in QMenu.Leonard Lee2013-06-171-2/+2
* QMenu: Remove last references to QMacWindowFaderGabriel de Dietrich2013-05-301-28/+3
* Ensure the hovered signal is emitted for the action and menu for CocoaAndy Shaw2013-05-131-0/+1
* Cocoa: Reflect menu hierarchy in QCocoaMenu* objectsGabriel de Dietrich2013-04-251-4/+4
* Cocoa Menu: Remove unnecessary retain, release/retain in the right orderGabriel de Dietrich2013-04-181-0/+1
* An RTL submenu should be right-alignedShawn Rutledge2013-04-181-2/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Add convenience for section actions in QMenuKevin Ottens2013-03-131-2/+102
* Also copy checkable property to platform itemBogDan Vatra2013-02-111-1/+2
* Allow actions in a QMenu to show their tooltipshjk2013-02-081-0/+40
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QMenu: Fix nested popup when keyboard shortcut is usedOrgad Shaneh2013-01-141-1/+1
* QMenu: Do not set snapToMouse if a caused-widget exists.Friedemann Kleint2012-12-121-1/+1
* QtWidgets docs: use Fusion screenshotsJ-P Nurmi2012-11-281-2/+2
* Fix submenu navigation.Friedemann Kleint2012-11-021-0/+10
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-291-23/+0
* Fix scrolldown arrow not showing on popup for QMenuMiikka Heikkinen2012-10-101-2/+4
* Doc: Small updates to QMenu's addAction() methods.Geir Vattekar2012-09-271-0/+12
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Convert QPA menus to use QIcon, and enable icons.James Turner2012-06-271-1/+2
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+1
* QPA menu abstraction, originally based on Morten's workJames Turner2012-05-191-8/+43
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-6/+6
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-7/+7
|\
| * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-7/+7
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
|/
* Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-191-4/+6
* Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-151-4/+8
* Call updateAccessibility with the right index.Frederik Gladhorn2012-03-081-1/+1
* Fix off by one in updateAccessibility.Frederik Gladhorn2012-03-071-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-4/+4
* Remove use of deprecated conversion from QKeySequenceOlivier Goffart2012-02-271-2/+2
* Fix submenu positioningMiikka Heikkinen2012-02-271-0/+8
* Fix tst_qmenu.Debao Zhang2012-02-271-22/+12
* Merge overloads.Richard Moore2012-02-221-25/+0
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+1
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-071-1/+1
* Accessibility: Use new updateAccessibility() API in widgets.Friedemann Kleint2012-02-011-4/+4
* Remove Symbian and Maemo 5 code from QtWidgets.Xizhi Zhu2012-01-311-10/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Delete src/widgets/platforms/macMorten Johan Sorvig2012-01-171-6/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix Memory leak related to Content MenuDebao Zhang2011-12-131-1/+1
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-111-1/+1
* Widgets: Remove Q_WS_QPA and qpa-sections from .pro files.Friedemann Kleint2011-10-211-2/+0
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-031-1/+1
* Remove QT3_SUPPORT code from QMenu classesMorten Sorvig2011-09-081-465/+0
* Cocoa: QMenu refactor.Morten Sorvig2011-09-071-14/+18