summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmenu.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMenu: make wide submenu appear on the same screen with its parent menuOleg Yadrov2017-03-041-2/+13
* Wide QMenu: fix size and positionOleg Yadrov2017-03-041-29/+16
* Replace non-existent signals with the correct onesKavindra Palaraja2017-01-101-1/+1
* Paint menu scrollers, tear off on top of QWidgetAction itemsDongmei Wang2016-10-271-29/+110
* Don't overlap the menu scrollers with QAction itemsDongmei Wang2016-10-271-27/+62
* QMenu: don't force platform instance creation on constructionJ-P Nurmi2016-10-161-1/+8
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-38/+48
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-38/+48
| |\
| | * QtWidgets: Fix enter/leave events on popup menusBłażej Szczygieł2016-09-151-38/+48
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-6/+0
|\| |
| * | Doc: Remove references to Windows CE in Qt WidgetsVenugopal Shivashankar2016-08-221-6/+0
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-2/+11
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-221-1/+1
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| | |\|
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-4/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-4/+9
| |\|
| | * QtWidgets: Open submenus also on left mouse button pressBłażej Szczygieł2016-06-081-4/+9
* | | QtWidgets: Introduce delegating constructors.Friedemann Kleint2016-05-021-2/+1
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-11/+0
|/ /
* | QMenu: Add showTearOffMenu()Gabriel de Dietrich2016-03-171-5/+44
* | QtWidgets: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-281-2/+5
* | QtWidgets: prevent detach attempts from first()/etc. use [dialogs, kernel, ut...Marc Mutz2016-02-261-1/+1
* | dbusmenu: Use proper toggle-type for items that are part of groupDmitry Shachnev2016-02-091-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-1/+3
|\|
| * Fix flickering status tips in submenus.Michal Policht2016-01-301-1/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Fix incorrect screen number reported by QDesktopWidgetBłażej Szczygieł2015-12-301-1/+5
* Fix closing a QMenu by pressing Alt.Friedemann Kleint2015-11-271-1/+1
* Replace backwards Java-style iteration with new reverse_iteratorsMarc Mutz2015-11-191-4/+3
* QMenu: Fix a typo EventShouldBePropogated -> EventShouldBePropagatedAlexander Volkov2015-10-231-1/+1
* QWidgetAction: Don't deactivate the current window on MacGabriel de Dietrich2015-10-231-1/+1
* Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-271-22/+23
* Fix some qdoc-warnings.Friedemann Kleint2015-08-271-1/+1
* QMenu: don't hold QPointers in QListMarc Mutz2015-07-131-7/+7
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* | QMenu/QToolBar: Add overloads of addAction() using Qt 5 signals and slots.Friedemann Kleint2015-06-181-0/+94
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-5/+7
|\|
| * D-Bus system tray icon: submenus can be created after context menuShawn Rutledge2015-05-211-5/+7
* | QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-121-2/+1
|/
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-0/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* 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
|\|