Lines Matching full:menu
881 Cleans up the File menu to better conform to the File menu in Safari
882 both in terms of options and keyboard shortcuts. Adds a "Quit" menu
946 (MainWindow::buildUI): Added menu item Open File.
1417 [Qt] QtLauncher: add a menu to show or hide the web inspector.
1767 This can be triggered by either the context menu or by clicking a link
2919 Add some actions to the menu for cursor debugging.
2980 Add menu item to dump the plugin list to the console,
3223 [Qt] Make context menu to work in QGraphicsWebView
4258 menu. In this way Qt can free its internal graphical
4452 Fix context menu event delivery with QWebGraphicsItem.
4454 Re-implement the correct context menu virtual function using
8406 ignore context menu events.
8732 focus to a popup menu.
10229 because context menu has the view as parent and thus is deleted too early.
10320 - Unify and unclutter the toolbar, use menu for addition actions
10326 - Show Format menu only when the content is set to editable
10502 Add function to retrieve the standard context menu
10664 while not messing up other web actions not included in the menu.
11090 Right click context menu is now supported, along with
11139 Fixes: Popups/Context menu in WebKit appearing at the wrong location when embedded in the graphics view or using multiple screens
13271 Fix crash when bringing up the context menu on maps.google.com.
13273 If the website provides its own context menu then we don't have a ContextMenu pointer.
14224 * Allow adding the Inspect ContextMenuItem to our Menu
14244 to WebCore::Settings. This will enable the Inspect Element menu item
14454 When populating the context menu with sub-menus don't add sub-menus if they're empty.
14477 Before adding an action to the context menu call checkOrEnableIfNeeded for each action
14516 That fixes the crashes when the context menu was populated with sub-menus because
14962 Added QWebPageContext to hold context sensitive information (for example used by the context menu).
15013 Restructure the context menu classes for the Qt port. ContextMenu and ContextMenuItem don't store
15016 For the actual Qt context menu we traverse this structure after sendContextMenuEvent and create a QMenu
15017 out of it. That menu is currently not functional anymore though.
15029 but instead just behave as a normal setter that takes ownership of the platform menu description (the qmenu).