From 425f27af0c1b27bf4471d78e9a505a341c74385d Mon Sep 17 00:00:00 2001 From: Frank Shaka Date: Thu, 19 Oct 2017 15:26:05 +0800 Subject: [PATCH] Release 3.7.2.201705011955 --- .../META-INF/MANIFEST.MF | 2 +- bundles/org.xmind.cathy.fonts/pom.xml | 4 +- .../META-INF/MANIFEST.MF | 2 +- bundles/org.xmind.cathy.win32/pom.xml | 4 +- bundles/org.xmind.cathy/META-INF/MANIFEST.MF | 20 +- bundles/org.xmind.cathy/plugin.xml | 2 +- bundles/org.xmind.cathy/pom.xml | 4 +- .../org/xmind/cathy/internal/CathyPlugin.java | 2 + .../cathy/internal/OpenFilesProcess.java | 2 +- .../xmind/cathy/internal/StartUpProcess.java | 10 +- .../StartupPreferencePageSection.java | 16 +- .../xmind/cathy/internal/WelcomeDialog.java | 33 ++- .../dashboard/DashboardAutomationAddon.java | 2 +- .../NewFromStructuresDashboardPage.java | 5 +- .../META-INF/MANIFEST.MF | 4 +- bundles/org.xmind.core.command.remote/pom.xml | 4 +- .../META-INF/MANIFEST.MF | 2 +- bundles/org.xmind.core.command/pom.xml | 4 +- .../org.xmind.core.io/META-INF/MANIFEST.MF | 2 +- bundles/org.xmind.core.io/pom.xml | 4 +- .../META-INF/MANIFEST.MF | 2 +- bundles/org.xmind.core.licensing/pom.xml | 4 +- .../org.xmind.core.net/META-INF/MANIFEST.MF | 2 +- bundles/org.xmind.core.net/pom.xml | 4 +- .../org/xmind/core/net/http/HttpRequest.java | 33 ++- .../http/InvalidResponseValueException.java | 46 ++++ .../META-INF/MANIFEST.MF | 4 +- bundles/org.xmind.core.runtime/pom.xml | 4 +- .../META-INF/MANIFEST.MF | 2 +- bundles/org.xmind.core.usagedata/pom.xml | 4 +- .../core/internal/UserDataConstants.java | 14 +- bundles/org.xmind.core/META-INF/MANIFEST.MF | 2 +- bundles/org.xmind.core/pom.xml | 4 +- .../src/org/xmind/core/util/CloneHandler.java | 29 +++ .../META-INF/MANIFEST.MF | 2 +- .../pom.xml | 4 +- bundles/org.xmind.gef.ui/META-INF/MANIFEST.MF | 6 +- bundles/org.xmind.gef.ui/pom.xml | 4 +- .../xmind/gef/ui/editor/GraphicalEditor.java | 11 +- .../org/xmind/ui/datepicker/DatePicker.java | 6 + .../ui/texteditor/FloatingTextEditTool.java | 15 +- bundles/org.xmind.gef/META-INF/MANIFEST.MF | 2 +- bundles/org.xmind.gef/pom.xml | 4 +- .../org.xmind.neuquant/META-INF/MANIFEST.MF | 2 +- bundles/org.xmind.neuquant/pom.xml | 4 +- .../META-INF/MANIFEST.MF | 2 +- .../pom.xml | 4 +- .../org.xmind.ui.browser/META-INF/MANIFEST.MF | 6 +- bundles/org.xmind.ui.browser/pom.xml | 4 +- .../META-INF/MANIFEST.MF | 2 +- bundles/org.xmind.ui.dashboard/pom.xml | 4 +- .../META-INF/MANIFEST.MF | 12 +- .../org.xmind.ui.exports.vector.svg/pom.xml | 4 +- .../META-INF/MANIFEST.MF | 4 +- bundles/org.xmind.ui.exports.vector/pom.xml | 4 +- .../graphics/GraphicsToGraphics2DAdaptor.java | 17 +- .../META-INF/MANIFEST.MF | 6 +- bundles/org.xmind.ui.fishbone/pom.xml | 4 +- .../org.xmind.ui.imports/META-INF/MANIFEST.MF | 10 +- bundles/org.xmind.ui.imports/pom.xml | 4 +- .../imports/freemind/FreeMindImporter.java | 2 +- .../imports/lighten/LightenImportWizard.java | 14 + .../imports/lighten/LightenImporter.java | 1 + .../imports/mm/MindManagerImporter.java | 1 + .../imports/novamind/NovaMindImporter.java | 1 + .../internal/imports/opml/OpmlConstants.java | 23 +- .../imports/opml/OpmlImportWizard.java | 12 + .../internal/imports/opml/OpmlImporter.java | 239 ++++++++++++------ .../org.xmind.ui.menus/META-INF/MANIFEST.MF | 10 +- bundles/org.xmind.ui.menus/plugin.xml | 16 +- bundles/org.xmind.ui.menus/pom.xml | 4 +- .../org.xmind.ui.mindmap/META-INF/MANIFEST.MF | 16 +- bundles/org.xmind.ui.mindmap/pom.xml | 4 +- .../commands/ModifyTopicStructureCommand.java | 10 +- .../org/xmind/ui/internal/ClonedTemplate.java | 2 +- .../ui/internal/MindMapResourceManager.java | 74 +++--- .../ui/internal/dnd/MindMapDNDClientBase.java | 2 +- .../ui/internal/editor/ClonedWorkbookRef.java | 15 +- .../DefaultMindMapPreviewGenerator.java | 50 +++- .../internal/editor/LocalFileSaveWizard.java | 5 +- .../ui/internal/editor/MindMapEditor.java | 4 +- .../internal/editor/MiniZoomContribution.java | 40 ++- .../CreateSheetFromTemplateHandler.java | 3 + .../ui/internal/mindmap/MindMapPartBase.java | 10 +- .../NumberingPropertySectionPart.java | 5 +- .../internal/properties/PropertiesPart.java | 41 +-- .../protocols/AttachmentProtocol.java | 54 +++- .../TemplateResourceManagerViewer.java | 4 +- .../org/xmind/ui/wizards/MindMapImporter.java | 7 + .../META-INF/MANIFEST.MF | 2 +- bundles/org.xmind.ui.resources/pom.xml | 4 +- .../templates/templates.properties | 29 +++ .../templates/templates.xml | 52 ++-- .../META-INF/MANIFEST.MF | 8 +- bundles/org.xmind.ui.spelling/pom.xml | 4 +- .../META-INF/MANIFEST.MF | 6 +- bundles/org.xmind.ui.spreadsheet/pom.xml | 4 +- .../org.xmind.ui.toolkit/META-INF/MANIFEST.MF | 2 +- bundles/org.xmind.ui.toolkit/pom.xml | 4 +- .../MultiSectionPreferencePage.java | 3 - bundles/org.xmind.ui/META-INF/MANIFEST.MF | 6 +- bundles/org.xmind.ui/pom.xml | 4 +- features/org.xmind.cathy.feature/feature.xml | 2 +- features/org.xmind.cathy.feature/pom.xml | 4 +- .../feature.xml | 2 +- .../org.xmind.cathy.platform.feature/pom.xml | 4 +- .../org.xmind.graphicsio.feature/feature.xml | 2 +- features/org.xmind.graphicsio.feature/pom.xml | 4 +- features/org.xmind.hebe.feature/feature.xml | 2 +- features/org.xmind.hebe.feature/pom.xml | 4 +- pom.xml | 11 +- .../META-INF/MANIFEST.MF | 2 +- releng/org.xmind.cathy.product/cathy.product | 14 +- releng/org.xmind.cathy.product/pom.xml | 4 +- .../org.xmind.cathy.repository/category.xml | 8 +- releng/org.xmind.cathy.repository/pom.xml | 2 +- releng/org.xmind.cathy.target/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 4 +- tests/org.xmind.core.runtime.tests/pom.xml | 4 +- .../org.xmind.core.tests/META-INF/MANIFEST.MF | 4 +- tests/org.xmind.core.tests/pom.xml | 4 +- 121 files changed, 888 insertions(+), 421 deletions(-) create mode 100644 bundles/org.xmind.core.net/src/org/xmind/core/net/http/InvalidResponseValueException.java diff --git a/bundles/org.xmind.cathy.fonts/META-INF/MANIFEST.MF b/bundles/org.xmind.cathy.fonts/META-INF/MANIFEST.MF index 6eff57e48..e638c03e8 100644 --- a/bundles/org.xmind.cathy.fonts/META-INF/MANIFEST.MF +++ b/bundles/org.xmind.cathy.fonts/META-INF/MANIFEST.MF @@ -2,5 +2,5 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.xmind.cathy.fonts -Bundle-Version: 3.7.0.qualifier +Bundle-Version: 3.7.2.qualifier Bundle-Vendor: %Bundle-Vendor diff --git a/bundles/org.xmind.cathy.fonts/pom.xml b/bundles/org.xmind.cathy.fonts/pom.xml index 1de51ffa0..5401edff7 100644 --- a/bundles/org.xmind.cathy.fonts/pom.xml +++ b/bundles/org.xmind.cathy.fonts/pom.xml @@ -5,12 +5,12 @@ 4.0.0 org.xmind.cathy.plugins org.xmind.cathy.fonts - 3.7.0-SNAPSHOT + 3.7.2-SNAPSHOT eclipse-plugin org.xmind.releng org.xmind.cathy.releng - 3.7.0-SNAPSHOT + 3.7.2-SNAPSHOT ../../ diff --git a/bundles/org.xmind.cathy.win32/META-INF/MANIFEST.MF b/bundles/org.xmind.cathy.win32/META-INF/MANIFEST.MF index c48ae1554..2ddfbd9f9 100644 --- a/bundles/org.xmind.cathy.win32/META-INF/MANIFEST.MF +++ b/bundles/org.xmind.cathy.win32/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.xmind.cathy.win32;singleton:=true -Bundle-Version: 3.7.0.qualifier +Bundle-Version: 3.7.2.qualifier Bundle-Vendor: %providerName Fragment-Host: org.xmind.cathy Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/bundles/org.xmind.cathy.win32/pom.xml b/bundles/org.xmind.cathy.win32/pom.xml index 4b4d00313..d92320c48 100644 --- a/bundles/org.xmind.cathy.win32/pom.xml +++ b/bundles/org.xmind.cathy.win32/pom.xml @@ -5,12 +5,12 @@ 4.0.0 org.xmind.cathy.plugins org.xmind.cathy.win32 - 3.7.0-SNAPSHOT + 3.7.2-SNAPSHOT eclipse-plugin org.xmind.releng org.xmind.cathy.releng - 3.7.0-SNAPSHOT + 3.7.2-SNAPSHOT ../../ diff --git a/bundles/org.xmind.cathy/META-INF/MANIFEST.MF b/bundles/org.xmind.cathy/META-INF/MANIFEST.MF index 62a1336b7..7b7da612e 100644 --- a/bundles/org.xmind.cathy/META-INF/MANIFEST.MF +++ b/bundles/org.xmind.cathy/META-INF/MANIFEST.MF @@ -2,11 +2,11 @@ Manifest-Version: 1.0 Bundle-SymbolicName: org.xmind.cathy;singleton:=true Require-Bundle: org.eclipse.core.runtime, org.eclipse.ui, - org.xmind.ui;bundle-version="[3.7.0,3.8.0)", - org.xmind.ui.imports;bundle-version="[3.7.0,3.8.0)", - org.xmind.ui.toolkit;bundle-version="[3.7.0,3.8.0)", - org.xmind.core.command;bundle-version="[3.7.0,3.8.0)", - org.xmind.core.command.remote;bundle-version="[3.7.0,3.8.0)", + org.xmind.ui;bundle-version="[3.7.2,3.8.0)", + org.xmind.ui.imports;bundle-version="[3.7.2,3.8.0)", + org.xmind.ui.toolkit;bundle-version="[3.7.2,3.8.0)", + org.xmind.core.command;bundle-version="[3.7.2,3.8.0)", + org.xmind.core.command.remote;bundle-version="[3.7.2,3.8.0)", org.eclipse.e4.ui.workbench, org.eclipse.ui.themes, org.eclipse.e4.ui.model.workbench, @@ -27,12 +27,12 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.expressions, org.eclipse.e4.core.commands, org.xmind.ui.dashboard, - org.xmind.core.usagedata;bundle-version="[3.7.0,3.8.0)", + org.xmind.core.usagedata;bundle-version="[3.7.2,3.8.0)", org.json, - org.xmind.ui.browser;bundle-version="[3.7.0,3.8.0)", - org.xmind.core.licensing;bundle-version="[3.7.0,3.8.0)", + org.xmind.ui.browser;bundle-version="[3.7.2,3.8.0)", + org.xmind.core.licensing;bundle-version="[3.7.2,3.8.0)", org.eclipse.e4.ui.workbench.addons.swt, - org.xmind.ui.mindmap;bundle-version="3.7.0", + org.xmind.ui.mindmap;bundle-version="3.7.2", org.eclipse.ui.net;bundle-version="1.3.0", org.eclipse.emf.ecore.xmi Bundle-ManifestVersion: 2 @@ -49,5 +49,5 @@ Export-Package: org.xmind.cathy.internal;x-internal:=true,org.xmind.ca l.renderer;x-internal:=true,org.xmind.ui.internal.e4handlers;x-intern al:=true Bundle-Name: %pluginName -Bundle-Version: 3.7.0.qualifier +Bundle-Version: 3.7.2.qualifier Bundle-Activator: org.xmind.cathy.internal.CathyPlugin diff --git a/bundles/org.xmind.cathy/plugin.xml b/bundles/org.xmind.cathy/plugin.xml index ed09ede1b..18f2af0a5 100644 --- a/bundles/org.xmind.cathy/plugin.xml +++ b/bundles/org.xmind.cathy/plugin.xml @@ -111,7 +111,7 @@