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 4de8ce2f7f0 Merge pull request #8036 from
subhash-arabhi/timecap-on-pac-script
new aa80a4849fd More work on centralizing icon loading to ImageUtilities.
new c01cb45759a Replace 'new ImageIcon' with ImageUtilities.loadIcon in a
few Swing forms that were constructed with the Matisse form builder.
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:
.../configbean/customizers/common/InputDialog.java | 5 +-
.../share/configbean/customizers/common/Util.java | 31 ---------
.../web/beans/actions/InterceptorPanel.java | 14 +---
.../modules/web/monitor/client/SortButton.java | 11 ++-
.../web/monitor/client/TransactionView.java | 27 ++++----
.../websvc/design/view/widget/ButtonWidget.java | 5 +-
.../tools/ant/module/loader/AntActionInstance.java | 10 +--
.../tools/ant/module/run/TargetExecutor.java | 9 +--
.../csl/editor/completion/GsfCompletionItem.java | 80 ----------------------
.../modules/db/dataview/output/DataViewUI.java | 26 +++----
.../visualeditor/querybuilder/QueryBuilder.java | 9 +--
.../querybuilder/QueryBuilderGraphFrame.java | 18 ++---
.../completion/support/CompletionUtilities.java | 9 ++-
.../modules/editor/errorstripe/AnnotationView.java | 4 +-
.../editor/macros/storage/ui/TableSorter.java | 6 +-
.../modules/git/ui/branch/CreateBranch.java | 2 +-
.../git/ui/checkout/AbstractCheckoutRevision.java | 2 +-
.../modules/git/ui/commit/GitCommitPanel.java | 4 +-
.../netbeans/modules/git/ui/stash/SaveStash.java | 2 +-
.../org/netbeans/modules/git/ui/tag/CreateTag.java | 2 +-
.../completion/HtmlPaletteCompletionProvider.java | 7 +-
ide/lib.terminalemulator/nbproject/project.xml | 8 +++
.../lib/terminalemulator/support/FindBar.java | 7 +-
.../netbeans/modules/lsp/client/LSPBindings.java | 2 +-
.../client/bindings/CompletionProviderImpl.java | 3 +-
.../modules/mercurial/ui/commit/CommitPanel.java | 4 +-
.../modules/refactoring/spi/impl/ErrorPanel.java | 13 ++--
.../ui/views/debugging/ThreadsHistoryAction.java | 13 +---
.../modules/subversion/ui/commit/CommitPanel.java | 5 +-
.../netbeans/modules/openfile/PackagePanel.java | 6 +-
.../util/common/VCSCommitParameters.java | 6 +-
.../web/common/ui/api/FileReferenceCompletion.java | 3 +-
.../xml/schema/completion/AttributeResultItem.java | 8 +--
.../schema/completion/CompletionResultItem.java | 2 +-
.../xml/schema/completion/ElementResultItem.java | 8 +--
.../xml/schema/completion/ValueResultItem.java | 5 +-
.../modules/xml/text/completion/IconStore.java | 73 --------------------
.../src/org/netbeans/modules/form/FormToolBar.java | 3 +-
.../layoutsupport/delegates/GridBagCustomizer.java | 4 +-
.../modules/editor/java/JavaCompletionItem.java | 29 ++++----
.../java/editor/overridden/IsOverriddenPopup.java | 3 +-
.../jshell/editor/CommandCompletionProvider.java | 2 +-
.../modules/jshell/editor/ConsoleEditor.java | 8 +--
.../modules/jshell/editor/ExecutingGlassPanel.form | 4 +-
.../modules/jshell/editor/ExecutingGlassPanel.java | 3 +-
.../completion/SpringXMLConfigCompletionItem.java | 2 +-
.../wizards/SpringXMLConfigNamespacesVisual.form | 2 +-
.../wizards/SpringXMLConfigNamespacesVisual.java | 2 +-
.../editor/completion/impl/ResourcePathItem.java | 2 +-
.../modules/php/api/framework/BadgeIcon.java | 5 +-
.../php/editor/completion/FSCompletion.java | 3 +-
.../php/editor/completion/PHPCompletionItem.java | 2 +-
.../php/project/connections/sync/SyncPanel.form | 4 +-
.../php/project/connections/sync/SyncPanel.java | 2 +-
.../editor/completion/TplCompletionItem.java | 3 +-
.../org/netbeans/swing/etable/ETableHeader.java | 38 +---------
.../openide.awt/src/org/openide/awt/Actions.java | 9 ---
.../modules/options/keymap/TableSorter.java | 6 +-
.../src/org/netbeans/modules/print/util/UI.java | 5 +-
profiler/lib.profiler.ui/nbproject/project.xml | 8 +++
.../tree/MethodNameTreeCellRenderer.java | 13 ++--
.../lib/profiler/ui/cpu/CPUJavaNameRenderer.java | 8 +--
.../lib/profiler/ui/jdbc/JDBCJavaNameRenderer.java | 8 +--
.../profiler/ui/memory/MemoryJavaNameRenderer.java | 4 +-
.../netbeans/modules/profiler/api/icons/Icons.java | 8 ++-
.../profiler/heapwalk/model/BrowserUtils.java | 7 +-
.../javascript2/editor/FSCompletionItem.java | 3 +-
.../javascript2/editor/JsCompletionItem.java | 12 ++--
.../requirejs/editor/FSCompletionItem.java | 5 +-
.../requirejs/editor/MappingCompletionItem.java | 2 +-
.../clientproject/build/ui/AdvancedTasksPanel.form | 16 ++---
.../clientproject/build/ui/AdvancedTasksPanel.java | 10 +--
72 files changed, 226 insertions(+), 468 deletions(-)
delete mode 100644
ide/xml.text/src/org/netbeans/modules/xml/text/completion/IconStore.java
---------------------------------------------------------------------
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