index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
widgets
/
qmenu.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add static_cast for QKeyEvent
Lu YaNing
2022-12-13
1
-2
/
+2
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-25
/
+25
*
QAction: add QT_DEPRECATED_VERSION_6_0 to deprecated methods
Ivan Solovev
2022-07-21
1
-1
/
+9
*
Improve widget painting under dpr>1 by enabling smooth pixmap scaling
Eirik Aavitsland
2022-07-12
1
-6
/
+6
*
Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)
Allan Sandfeld Jensen
2022-06-15
1
-4
/
+4
*
QMenu: Adjust the position of the submenu
Wang Fei
2022-06-13
1
-1
/
+1
*
Fix QMenu size on first show
Thorbjørn Lund Martsum
2022-05-23
1
-0
/
+9
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtWidgets: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-26
1
-3
/
+3
*
Doc: Remove mentioning of Fowler book
Kai Köhne
2022-01-17
1
-2
/
+1
*
Widgets: setTransientParent() when a QMenu is a window
Liang Qi
2021-12-08
1
-0
/
+25
*
Add QMenu::menuInAction as a static helper
Volker Hilsheimer
2021-11-01
1
-0
/
+10
*
widgets: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Document that hiding/disabling a menu is best done via the menuAction
Volker Hilsheimer
2021-08-10
1
-1
/
+3
*
QMenu/QToolBar: remove addAction() functions
Marc Mutz
2021-07-13
1
-117
/
+30
*
Only scroll QMenu when there is a valid active action
Zhang Hao
2021-04-14
1
-1
/
+1
*
Code tidies
Zhang Hao
2021-03-05
1
-2
/
+1
*
Redundant condition: tornoff
Zou Ya
2021-03-04
1
-1
/
+1
*
Fix the tips still show when cursor move to another action
Qiang Li
2021-01-15
1
-0
/
+2
*
macOS: Simplify and fix issues with QMenuPrivate::moveWidgetToPlatformItem
Tor Arne Vestbø
2021-01-04
1
-12
/
+1
*
Adjust the format of code blocks in function mouseReleaseEvent
Qiang Li
2020-12-03
1
-1
/
+1
*
Fix links to Application Example
Volker Hilsheimer
2020-12-02
1
-1
/
+1
*
QtWidgets: Propagate event device when translating mouse events
Friedemann Kleint
2020-11-27
1
-1
/
+2
*
Ensure that QMenu is polished before setting the screen in popup()
David Redondo
2020-11-18
1
-1
/
+2
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-22
/
+22
*
Change QWidget::enterEvent signature to take a QEnterEvent
Volker Hilsheimer
2020-09-05
1
-1
/
+1
*
Long live QKeyCombination!
Giuseppe D'Angelo
2020-09-03
1
-1
/
+1
*
Remove QMacNativeWidget and QMacCocoaViewContainer
Tor Arne Vestbø
2020-08-28
1
-5
/
+2
*
Rename QStyleOptionMenuItem::tabWidth to reservedShortcutWidth
Volker Hilsheimer
2020-08-27
1
-4
/
+4
*
QMenu: make less sensitive to mouse jitter
Volker Hilsheimer
2020-08-19
1
-1
/
+1
*
Introduce QWidget::setScreen
Volker Hilsheimer
2020-08-17
1
-1
/
+1
*
Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in float
Friedemann Kleint
2020-07-14
1
-3
/
+3
*
Remove usage of QDesktopWidget(Private) from most places in QtWidgets
Volker Hilsheimer
2020-07-07
1
-15
/
+9
*
Use QList instead of QVector in widgets
Jarek Kobus
2020-07-02
1
-7
/
+8
*
Remove deprecated QStyleOption::init()
Christian Ehrlicher
2020-06-21
1
-5
/
+5
*
Always show a submenu on its parent menu's screen
Shawn Rutledge
2020-06-16
1
-1
/
+1
*
Phase 2 of removing QDesktopWidget
Volker Hilsheimer
2020-06-08
1
-9
/
+5
*
Replace calls to deprecated QEvent accessor functions
Shawn Rutledge
2020-06-08
1
-13
/
+13
*
Fix build without features.menubar
Tasuku Suzuki
2020-06-08
1
-1
/
+8
*
Remove dead code from src/widgets
Volker Hilsheimer
2020-05-11
1
-4
/
+0
*
QMenuPrivate::hideMenu - avoid deleting 'q' too early
Timur Pocheptsov
2020-05-08
1
-0
/
+30
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-05-04
1
-2
/
+11
|
\
|
*
Always open a submenu on the same screen where the parent menu is
Shawn Rutledge
2020-04-27
1
-2
/
+11
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Deprecate QMacNativeWidget and QMacCocoaViewContainer
Tor Arne Vestbø
2020-04-14
1
-1
/
+1
*
|
Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)
Joerg Bornemann
2020-04-21
1
-2
/
+4
*
|
QApplication: remove obsolete globalStrut functionality
Volker Hilsheimer
2020-04-10
1
-4
/
+3
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-3
/
+3
|
\
\
|
|
/
|
*
macOS: Remove all use of deprecated Q_OS_OSX define
Tor Arne Vestbø
2020-04-03
1
-3
/
+3
[next]