This is an automated email from the ASF dual-hosted git repository.
ebakke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from cbfd04788a9 Merge pull request #7930 from
troizet/improvements_show_parent_folder_name_in_tab_title
new 55d123f50c0 Add methods to ImageUtilities, to make migration from
other image loading methods used throughout the codebase easier. (Additive API
change.)
new 3fa8212e327 Replace most uses of
Toolkit.getDefaultToolkit().getImage(URL) with ImageUtilities.loadImage(URI),
to make SVG icons work in these cases.
The 2 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:
.../apisupport.project/nbproject/project.xml | 2 +-
.../apisupport/project/layers/BadgingSupport.java | 4 +-
ide/editor.lib/nbproject/project.xml | 2 +-
.../src/org/netbeans/editor/AnnotationType.java | 9 +-
ide/editor/nbproject/project.xml | 2 +-
.../editor/options/AnnotationTypesNode.java | 18 +-
ide/options.editor/nbproject/project.xml | 2 +-
.../modules/options/colors/ColorModel.java | 18 +-
java/form/nbproject/project.xml | 2 +-
.../form/palette/PaletteItemDataObject.java | 12 +-
.../org/netbeans/actions/simple/Interpreter.java | 16 +-
java/performance/nbproject/project.xml | 2 +-
.../src/org/openide/filesystems/data/JavaSrc.java | 21 ---
.../projects/sfs-attr-test/sfs_attr_test/Util.java | 1 +
platform/openide.awt/nbproject/project.xml | 2 +-
.../src/org/openide/awt/AlwaysEnabledAction.java | 7 +-
.../nbproject/project.xml | 2 +-
.../org/openide/filesystems/FileSystemCompat.java | 9 +-
.../openide.filesystems.nb/nbproject/project.xml | 2 +-
.../openide/filesystems/FileSystemStatus.java | 8 +-
platform/openide.filesystems/nbproject/project.xml | 8 +
.../src/org/openide/filesystems/FileSystem.java | 44 -----
platform/openide.util.ui/apichanges.xml | 14 ++
.../src/org/openide/util/ImageUtilities.java | 203 +++++++++++++++++----
24 files changed, 261 insertions(+), 149 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists