summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-9/+0
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-0/+1
|\
| * Propagate the source of mouse eventsAlexander Volkov2014-12-111-0/+1
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-2/+4
|\|
| * QMenu check for null result from QPlatformMenu::menuItemForTagDyami Caliri2014-11-051-2/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-0/+2
|\|
| * QMenu: ensure that a menu item's icon can be removed dynamicallyShawn Rutledge2014-10-101-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-1/+1
|\|
| * Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-20/+21
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
| * Respect the PM_SmallIconSize setting for icons in a menu on OS XAndy Shaw2014-09-201-1/+10
* | Refactor the sloppy submenu logicJørgen Lind2014-09-161-98/+200
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-0/+1
|\
| * Ensure the QMenu is polished before creating the native windowMartin Gräßlin2014-05-091-0/+1
* | QMenu: Use Qt::QueuedConnection when connecting to native menu.Ivan Komissarov2014-05-131-2/+2
|/
* QMenu: Add support for QWidgetAction on MacGabriel de Dietrich2014-04-251-2/+36
* Accessibility Windows: Improve MenusFrederik Gladhorn2014-04-251-3/+0
* QMenuPrivate: Make sloppyDelayTimer non-staticGabriel de Dietrich2014-03-191-9/+8
* QMenu: Sloppy menu selection should allow hovering separatorsGabriel de Dietrich2014-03-191-0/+1
* Remove unused static const variableUlf Hermann2014-03-171-4/+0
* Enable QMenu::setNoReplayFor(QWidget *noReplayFor) for all platforms.Friedemann Kleint2014-02-241-4/+0
* Allow QPlatformSystemTrayIcon to create the QPlatformMenuMartin Gräßlin2014-02-171-3/+45
* QMenu: use QSignalBlockerMarc Mutz2013-10-301-2/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-5/+5
* Ensure the timer is killed when appropriate before starting a new oneAndy Shaw2013-09-031-2/+9
* 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