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 636aacc [NETBEANS-1440] Fixed BadLocationException on double click to
select text at EOF
add ad99b78 Add required extra modules to FoD feature for AU
add d9008d1 Only report required restart if the fragment host module is
running
add e1624dd Refresh caches of provides-requires after install change
add a866723 Adjusted tests to added fragment module in test data
add d34446d Support for uninstalled feature parts. Unknown parts reported
through API. Integrated Enable wizard with Install steps
add 0632c2f Feature enable inspect modules in depth; project open hook
displays missing modules
new 1de4a7b Merge pull request #1044 from
sdedic/feature/autoupdate_enable_download
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:
.../modules/ide/ergonomics/fod/Bundle.properties | 2 +-
.../ide/ergonomics/fod/ConfigurationPanel.java | 37 ++--
.../modules/ide/ergonomics/fod/FeatureInfo.java | 22 +++
.../ide/ergonomics/fod/FeatureProjectFactory.java | 77 +++++---
.../ide/ergonomics/fod/FindComponentModules.java | 201 ++++++++++++++++++---
.../ide/ergonomics/fod/FoDUpdateUnitProvider.java | 32 +++-
.../ide/ergonomics/newproject/DescriptionStep.java | 5 +-
.../modules/ide/ergonomics/DynamicVerifyTest.java | 14 +-
platform/autoupdate.services/apichanges.xml | 14 ++
platform/autoupdate.services/manifest.mf | 2 +-
.../nbproject/project.properties | 2 +-
.../api/autoupdate/OperationContainer.java | 9 +
.../services/FeatureUpdateElementImpl.java | 28 ++-
.../autoupdate/services/FeatureUpdateUnitImpl.java | 2 +
.../autoupdate/services/InstallSupportImpl.java | 2 +
.../services/OperationContainerImpl.java | 35 +++-
.../autoupdate/services/OperationValidator.java | 51 ++++++
.../autoupdate/services/UpdateManagerImpl.java | 42 ++++-
.../org/netbeans/spi/autoupdate/UpdateItem.java | 5 +-
.../netbeans/api/autoupdate/RefreshItemsTest.java | 2 +-
.../api/autoupdate/RefreshProvidersTest.java | 2 +-
.../autoupdate.ui/nbproject/project.properties | 2 +-
platform/autoupdate.ui/nbproject/project.xml | 2 +-
.../modules/autoupdate/ui/PluginManagerUI.java | 2 +-
.../netbeans/modules/autoupdate/ui/UnitTab.form | 1 -
.../netbeans/modules/autoupdate/ui/UnitTab.java | 86 +++++++--
.../netbeans/modules/autoupdate/ui/Utilities.java | 23 +++
.../autoupdate/ui/wizards/Bundle.properties | 2 +
.../modules/autoupdate/ui/wizards/InstallStep.java | 71 ++++++--
.../ui/wizards/InstallUnitWizardIterator.java | 88 +--------
.../ui/wizards/InstallUnitWizardModel.java | 8 +-
...dIterator.java => InstallableIteratorBase.java} | 86 ++++-----
.../autoupdate/ui/wizards/LicenseApprovalStep.java | 8 +-
.../ui/wizards/OperationDescriptionStep.java | 30 ++-
.../ui/wizards/OperationWizardModel.java | 187 ++++++++++++++++++-
.../autoupdate/ui/wizards/UninstallUnitWizard.java | 20 +-
.../ui/wizards/UninstallUnitWizardIterator.java | 78 +++++---
.../ui/wizards/UninstallUnitWizardModel.java | 70 ++++++-
.../src/org/netbeans/ModuleManager.java | 14 +-
39 files changed, 1066 insertions(+), 298 deletions(-)
copy
platform/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/{InstallUnitWizardIterator.java
=> InstallableIteratorBase.java} (71%)
---------------------------------------------------------------------
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