You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2018/09/11 17:41:36 UTC

[incubator-netbeans] branch master updated (1208803 -> 398bf7f)

This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


    from 1208803  Merge pull request #841 from ebarboni/jdk11_websvc
     add aca3143  [NETBEANS-731] Hide menu bar in full screen mode. Automatically show it if the user moves the mouse to the top of the screen, or invokes a keyboard mnemonic.
     new 398bf7f  Merge pull request #852 from eirikbakke/NETBEANS-731

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../core/windows/view/ui/AutoHidingMenuBar.java    | 260 +++++++++++++++++++++
 .../netbeans/core/windows/view/ui/MainWindow.java  |   4 +
 .../view/ui/AutoHidingMenuBarManualTest.java       | 121 ++++++++++
 3 files changed, 385 insertions(+)
 create mode 100644 platform/core.windows/src/org/netbeans/core/windows/view/ui/AutoHidingMenuBar.java
 create mode 100644 platform/core.windows/test/unit/src/org/netbeans/core/windows/view/ui/AutoHidingMenuBarManualTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[incubator-netbeans] 01/01: Merge pull request #852 from eirikbakke/NETBEANS-731

Posted by ge...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 398bf7fcd76c0f5a195cbe278ea92022e908330d
Merge: 1208803 aca3143
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Tue Sep 11 19:41:31 2018 +0200

    Merge pull request #852 from eirikbakke/NETBEANS-731
    
    [NETBEANS-731] Hide (and auto-show) menu bar in full screen mode

 .../core/windows/view/ui/AutoHidingMenuBar.java    | 260 +++++++++++++++++++++
 .../netbeans/core/windows/view/ui/MainWindow.java  |   4 +
 .../view/ui/AutoHidingMenuBarManualTest.java       | 121 ++++++++++
 3 files changed, 385 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists