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

neilcsmith pushed a change to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from a46aa48  Merge pull request #3352 from jhorvath/oci-support
     new f40062a  Formalize ImageUtilities URL property.
     new c860c94  Replace UIDefaults icons with metadata ones.
     new d1ccb36  Explicitly mark physical files the client can see.
     new bf0aecf  Send image URI on the protocol.
     new b60a3e0  Allow to match and replace icons based on icon+node data.
     new 2fbce60  Licenses fixed.
     new 2b91be1  Merge pull request #3459 from sdedic/vscode/redefined-icons3

The 6486 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:
 java/java.lsp.server/arch.xml                      |   1 +
 java/java.lsp.server/licenseinfo.xml               |   6 +-
 .../nbcode/{integration/build.xml => README.md}    |  13 +-
 java/java.lsp.server/nbcode/integration/build.xml  |  45 ++++-
 .../nbcode/integration/nbproject/project.xml       |  26 ++-
 .../nbcode/integration/UIDefaultsIconMetadata.java | 106 +++++++++++
 .../nbcode/integration/resources}/empty.png        | Bin
 .../resources/uidefaults/Tree.closedIcon.png       | Bin 0 -> 537 bytes
 .../resources/uidefaults/Tree.leafIcon.png         | Bin 0 -> 537 bytes
 .../resources/uidefaults/Tree.openIcon.png         | Bin 0 -> 461 bytes
 .../resources/uimanager-icons.properties           |  63 +++++++
 java/java.lsp.server/nbproject/project.xml         |   2 +-
 .../server/explorer/DefaultDecorationsImpl.java    |   4 +-
 .../modules/java/lsp/server/explorer/TreeItem.java |  22 ++-
 .../java/lsp/server/explorer/TreeNodeRegistry.java |  34 ++++
 .../lsp/server/explorer/TreeNodeRegistryImpl.java  |  26 ++-
 .../java/lsp/server/explorer/TreeViewProvider.java |  38 ++++
 .../java/lsp/server/explorer/api/TreeItemData.java |   2 +-
 java/java.lsp.server/vscode/package.json           |  73 +++++++-
 .../vscode/schemas/package.schema.json             |  42 +++++
 java/java.lsp.server/vscode/src/explorer.ts        | 195 +++++++++++++++++++--
 java/java.lsp.server/vscode/src/protocol.ts        |   4 +
 platform/openide.util.ui/apichanges.xml            |  14 ++
 platform/openide.util.ui/arch.xml                  |   7 +
 platform/openide.util.ui/manifest.mf               |   2 +-
 .../src/org/openide/util/ImageUtilities.java       |  65 +++++--
 26 files changed, 732 insertions(+), 58 deletions(-)
 copy java/java.lsp.server/nbcode/{integration/build.xml => README.md} (65%)
 create mode 100644 
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/UIDefaultsIconMetadata.java
 copy {ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/icons => 
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/resources}/empty.png
 (100%)
 create mode 100644 
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/resources/uidefaults/Tree.closedIcon.png
 create mode 100644 
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/resources/uidefaults/Tree.leafIcon.png
 create mode 100644 
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/resources/uidefaults/Tree.openIcon.png
 create mode 100644 
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/resources/uimanager-icons.properties
 create mode 100644 java/java.lsp.server/vscode/schemas/package.schema.json

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

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

Reply via email to