You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2018/09/25 13:32:07 UTC

[incubator-netbeans] branch master updated (5625180 -> 0e2b730)

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

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


    from 5625180  Merge pull request #887 from rtaneja1/rtaneja/netbeans-263
     add 657758e  Make sure invokeWhenUIReady runnables are eventually invoked even in headless mode
     new 0e2b730  Merge pull request #907 from JaroslavTulach/EventuallyRunWhenUIIsReadyInHeadlessMode

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:
 .../netbeans/core/windows/WindowManagerImpl.java   |  9 +++-
 .../InvokeWhenUIReadInHeadlessModeTest.java        | 51 ++++++++++------------
 .../src/org/netbeans/core/IDESettings.java         |  9 ++++
 3 files changed, 38 insertions(+), 31 deletions(-)
 copy ide/parsing.nb/src/org/netbeans/modules/parsing/nb/Installer.java => platform/core.windows/test/unit/src/org/netbeans/core/windows/InvokeWhenUIReadInHeadlessModeTest.java (52%)


---------------------------------------------------------------------
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 #907 from JaroslavTulach/EventuallyRunWhenUIIsReadyInHeadlessMode

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

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

commit 0e2b730a5c61667d8f1551aa9cf1fb0c3f2f667a
Merge: 5625180 657758e
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Tue Sep 25 15:31:59 2018 +0200

    Merge pull request #907 from JaroslavTulach/EventuallyRunWhenUIIsReadyInHeadlessMode
    
    Make invokeWhenUIReady work in headless mode

 .../netbeans/core/windows/WindowManagerImpl.java   |  9 +++-
 .../InvokeWhenUIReadInHeadlessModeTest.java        | 52 ++++++++++++++++++++++
 .../src/org/netbeans/core/IDESettings.java         |  9 ++++
 3 files changed, 68 insertions(+), 2 deletions(-)


---------------------------------------------------------------------
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