This is an automated email from the git hooks/post-receive script. fnatter-guest pushed a commit to branch master in repository freeplane.
commit 73eba005cb778825ce46128b6ad6f6479ba5bd62 Merge: 836086a add54b4 Author: Felix Natter <[email protected]> Date: Sat Feb 10 13:16:07 2018 +0100 Update upstream source from tag 'upstream/1.6.13' Update to upstream version '1.6.13' with Debian dir 39c73792d8053fcac2218c14348e1590d4293094 build.gradle | 17 +- freeplane/build.gradle | 8 +- freeplane/doc/freeplane.mm | 2 +- freeplane/doc/freeplane_ja.mm | 2 +- freeplane/doc/history_en.txt | 25 + .../external-resources/xml/mindmapmodemenu.xml | 8 +- freeplane/external-resources/xml/preferences.xml | 1 + freeplane/external-resources/xml/stylemodemenu.xml | 6 +- freeplane/external-resources/xslt/mm2adoc.xsl | 8 +- freeplane/external-resources/xslt/mm2opml.xsl | 50 +- freeplane/external-resources/xslt/mm2text.xsl | 22 +- freeplane/resources/html/freeplane_applet.jnlp | 2 +- freeplane/resources/images/StrikeThrough.png | Bin 0 -> 455 bytes freeplane/resources/images/StrikeThrough.svg | 59 + .../resources/translations/Resources_af.properties | 53 +- .../resources/translations/Resources_ar.properties | 3 +- .../resources/translations/Resources_ca.properties | 5 +- .../resources/translations/Resources_cs.properties | 19 +- .../resources/translations/Resources_da.properties | 11 +- .../resources/translations/Resources_de.properties | 13 +- .../resources/translations/Resources_el.properties | 7 +- .../resources/translations/Resources_es.properties | 9 +- .../resources/translations/Resources_et.properties | 5 +- .../resources/translations/Resources_eu.properties | 9 +- .../resources/translations/Resources_fr.properties | 24 +- .../resources/translations/Resources_gl.properties | 7 +- .../resources/translations/Resources_hr.properties | 21 +- .../resources/translations/Resources_hu.properties | 9 +- .../resources/translations/Resources_id.properties | 5 +- .../resources/translations/Resources_it.properties | 41 +- .../resources/translations/Resources_ja.properties | 17 +- .../resources/translations/Resources_kn.properties | 39 + .../resources/translations/Resources_ko.properties | 16 +- .../resources/translations/Resources_lt.properties | 5 +- .../resources/translations/Resources_nb.properties | 5 +- .../resources/translations/Resources_nl.properties | 17 +- .../resources/translations/Resources_nn.properties | 5 +- .../resources/translations/Resources_oc.properties | Bin 104925 -> 104809 bytes .../resources/translations/Resources_pl.properties | 18 +- .../translations/Resources_pt_BR.properties | 9 +- .../translations/Resources_pt_PT.properties | 15 +- .../resources/translations/Resources_ru.properties | 9 +- .../resources/translations/Resources_sk.properties | 169 +- .../resources/translations/Resources_sl.properties | 20 +- .../resources/translations/Resources_sr.properties | 7 +- .../resources/translations/Resources_sv.properties | 7 +- .../resources/translations/Resources_tr.properties | 146 +- .../translations/Resources_uk_UA.properties | 27 +- .../translations/Resources_zh_CN.properties | 19 +- .../translations/Resources_zh_TW.properties | 793 +- freeplane/resources/xslt/opml2mm.xsl | 31 +- freeplane/resources/xslt/toxhtml.xsl | 5 +- .../core/resources/ResourceController.java | 94 +- .../core/resources/components/KeyProperty.java | 2 +- .../resources/components/OptionPanelBuilder.java | 1 - .../components/ShowPreferencesAction.java | 4 +- .../org/freeplane/core/ui/AFreeplaneAction.java | 18 +- .../core/ui/components/MultipleImage.java | 4 +- .../components/OptionalDontShowMeAgainDialog.java | 36 +- .../core/ui/components/RenderedContent.java | 51 +- .../core/ui/components/TypedListCellRenderer.java | 4 +- .../core/ui/components/html/CssRuleBuilder.java | 4 + .../freeplane/core/ui/image/BigBufferedImage.java | 21 +- .../core/ui/menubuilders/menu/MenuIconScaling.java | 4 +- .../freeplane/core/ui/svgicons/CachingIcon.java | 63 + .../core/ui/svgicons/FreeplaneIconFactory.java | 116 + .../freeplane/core/ui/svgicons/GraphicsHints.java | 18 + .../ui/textchanger/TranslatedElementFactory.java | 26 +- .../core/ui/textchanger/UITextChanger.java | 59 +- .../java/org/freeplane/core/util/FileUtils.java | 64 +- .../freeplane/core/util/FreeplaneIconUtils.java | 139 - .../java/org/freeplane/core/util/HtmlUtils.java | 5 - .../java/org/freeplane/core/util/Quantity.java | 2 - .../features/attribute/AttributeController.java | 4 +- .../attribute/AttributeRegistryElement.java | 6 +- .../attribute/ModelessAttributeController.java | 4 + .../mindmapmode/MAttributeController.java | 14 +- .../features/clipboard/ClipboardController.java | 4 +- .../features/clipboard/MindMapHTMLWriter.java | 114 +- .../features/help/FilePropertiesAction.java | 8 +- .../freeplane/features/help/HelpController.java | 2 - .../org/freeplane/features/icon/IconBuilder.java | 18 +- .../freeplane/features/icon/IconController.java | 2 +- .../org/freeplane/features/icon/IconNotFound.java | 7 +- .../java/org/freeplane/features/icon/MindIcon.java | 6 + .../java/org/freeplane/features/icon/UIIcon.java | 18 +- .../java/org/freeplane/features/icon/UserIcon.java | 20 +- .../org/freeplane/features/icon/ZoomedIcon.java | 4 +- .../{ImageIconFactory.java => IconFactory.java} | 65 +- .../features/icon/factory/IconStoreFactory.java | 23 +- .../features/icon/factory/MindIconFactory.java | 6 + .../features/icon/mindmapmode/IconAction.java | 4 +- .../features/icon/mindmapmode/MIconController.java | 13 +- .../icon/mindmapmode/RemoveAllIconsAction.java | 3 +- .../icon/mindmapmode/RemoveIconAction.java | 3 +- .../freeplane/features/link/ConnectorArrows.java | 4 +- .../features/map/HistoryInformationModel.java | 4 + .../org/freeplane/features/map/MapController.java | 1 - .../java/org/freeplane/features/map/MapModel.java | 29 +- .../features/map/mindmapmode/NodeSorter.java | 52 + .../freeplane/features/nodestyle/FontUtils.java | 20 + .../features/nodestyle/NodeStyleBuilder.java | 13 + .../features/nodestyle/NodeStyleController.java | 21 +- .../features/nodestyle/NodeStyleModel.java | 14 + .../mindmapmode/MNodeStyleController.java | 32 + .../nodestyle/mindmapmode/StrikeThroughAction.java | 64 + .../features/note/mindmapmode/MNoteController.java | 16 + .../mindmapmode/PresentationEditorController.java | 2 +- .../freeplane/features/styles/MapStyleModel.java | 238 +- .../freeplane/features/styles/StyleMapModel.java | 20 +- .../FontStrikeThroughControlGroup.java | 80 + .../styleeditorpanel/StyleEditorPanel.java | 1 + .../freeplane/features/text/TextController.java | 319 +- .../features/text/mindmapmode/MTextController.java | 603 +- .../features/text/mindmapmode/SortNodes.java | 39 +- .../time/CreationModificationDatePresenter.java | 120 + .../features/time/CreationModificationPlugin.java | 73 - .../org/freeplane/features/ui/FrameController.java | 265 +- .../features/url/mindmapmode/MFileManager.java | 275 +- .../org/freeplane/main/applet/FreeplaneApplet.java | 2 +- .../application/ApplicationViewController.java | 4 +- .../main/application/FreeplaneGUIStarter.java | 2 +- .../headlessmode/FreeplaneHeadlessStarter.java | 2 +- .../HeadlessMModeControllerFactory.java | 8 +- .../main/headlessmode/HeadlessUIController.java | 85 +- .../main/mindmapmode/MModeControllerFactory.java | 4 +- .../stylemode/SModeControllerFactory.java | 28 +- .../filepreview/ExternalImagePopupMenu.java | 16 - .../features/filepreview/ViewerController.java | 4 +- .../org/freeplane/view/swing/map/ArrowIcon.java | 5 - .../java/org/freeplane/view/swing/map/MapView.java | 69 +- .../view/swing/map/MapViewController.java | 2 + .../org/freeplane/view/swing/map/NodeView.java | 4 +- .../freeplane/view/swing/map/NodeViewFactory.java | 5 +- .../freeplane/view/swing/map/ZoomableLabelUI.java | 3 +- .../map/attribute/AttributeTableCellRenderer.java | 4 +- .../swing/map/mindmapmode/MMapViewController.java | 20 +- .../ui/mindmapmode/MNodeMouseWheelListener.java | 2 + .../ui/components/html/CssRuleBuilderShould.java | 8 +- freeplane/viewer-resources/freeplane.properties | 8 +- .../translations/Resources_en.properties | 15 +- freeplane/viewer-resources/version.properties | 2 +- .../eclipse/launchers/freeplane.policy | 4 + freeplane_framework/script/freeplane.sh | 15 +- freeplane_framework/test_data/generateTestMap.pl | 63 +- .../test_data/map_1000-7-7-0-0-0-1.mm | 15022 ++ .../test_data/map_10000-7-7-0-0-0-1.mm | 160113 ++++++++++++++++++ .../windows-installer/Freeplane_without_Java.iss | 4 +- .../windows-portable/App/AppInfo/appinfo.ini | 4 +- freeplane_plugin_bugreport/build.gradle | 5 +- .../plugin/bugreport/ReportGenerator.java | 87 +- freeplane_plugin_formula/build.gradle | 7 +- freeplane_plugin_jsyntaxpane/build.gradle | 5 +- freeplane_plugin_latex/build.gradle | 8 +- freeplane_plugin_openmaps/build.gradle | 4 +- freeplane_plugin_script/build.gradle | 10 +- .../plugin/script/addons/AddOnDetailsPanel.java | 5 +- .../plugin/script/addons/ManageAddOnsPanel.java | 7 +- .../plugin/script/proxy/ControllerProxy.java | 4 +- .../org/freeplane/plugin/script/proxy/Proxy.java | 6 +- .../plugin/script/proxy/ScriptApiTest.java | 9 +- freeplane_plugin_svg/build.gradle | 17 +- gitinfo.properties | 2 +- gitinfo.txt | 2 +- 164 files changed, 178701 insertions(+), 2222 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/freeplane.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

