[freeplane] branch master updated (836086a -> 1f942fe)

Felix Natter fnatter-guest at moszumanska.debian.org
Sat Feb 10 12:59:06 UTC 2018


This is an automated email from the git hooks/post-receive script.

fnatter-guest pushed a change to branch master
in repository freeplane.

      from  836086a   finalize changelog for 1.6.10-1
       new  add54b4   New upstream version 1.6.13
       new  73eba00   Update upstream source from tag 'upstream/1.6.13'
       new  e1c477a   update patches for 1.6.13
       new  52a5242   bump version in man page
       new  0e19987   bump standards-version (no changes)
       new  806fe27   build 1.6.13-1
       new  1f942fe   remove dh_make-template from d/rules

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle                                       |     17 +-
 debian/changelog                                   |      8 +
 debian/control                                     |      2 +-
 debian/freeplane.1.xml                             |      2 +-
 debian/patches/10_build_usr_share_java.patch       |     26 +-
 debian/patches/20_freeplane_sh.patch               |     24 +-
 debian/patches/30_disable_update_check.patch       |      4 +-
 debian/rules                                       |      4 -
 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 +
 .../{BoldAction.java => StrikeThroughAction.java}  |     18 +-
 .../features/note/mindmapmode/MNoteController.java |     16 +
 .../mindmapmode/PresentationEditorController.java  |      2 +-
 .../freeplane/features/styles/MapStyleModel.java   |    238 +-
 .../freeplane/features/styles/StyleMapModel.java   |     20 +-
 ...oup.java => FontStrikeThroughControlGroup.java} |     42 +-
 .../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 +-
 171 files changed, 178619 insertions(+), 2290 deletions(-)
 create mode 100644 freeplane/resources/images/StrikeThrough.png
 create mode 100644 freeplane/resources/images/StrikeThrough.svg
 create mode 100644 freeplane/src/main/java/org/freeplane/core/ui/svgicons/CachingIcon.java
 create mode 100644 freeplane/src/main/java/org/freeplane/core/ui/svgicons/FreeplaneIconFactory.java
 create mode 100644 freeplane/src/main/java/org/freeplane/core/ui/svgicons/GraphicsHints.java
 delete mode 100644 freeplane/src/main/java/org/freeplane/core/util/FreeplaneIconUtils.java
 rename freeplane/src/main/java/org/freeplane/features/icon/factory/{ImageIconFactory.java => IconFactory.java} (62%)
 create mode 100644 freeplane/src/main/java/org/freeplane/features/map/mindmapmode/NodeSorter.java
 create mode 100644 freeplane/src/main/java/org/freeplane/features/nodestyle/FontUtils.java
 copy freeplane/src/main/java/org/freeplane/features/nodestyle/mindmapmode/{BoldAction.java => StrikeThroughAction.java} (82%)
 copy freeplane/src/main/java/org/freeplane/features/styles/mindmapmode/styleeditorpanel/{FontItalicControlGroup.java => FontStrikeThroughControlGroup.java} (58%)
 create mode 100644 freeplane/src/main/java/org/freeplane/features/time/CreationModificationDatePresenter.java
 delete mode 100644 freeplane/src/main/java/org/freeplane/features/time/CreationModificationPlugin.java
 create mode 100644 freeplane_framework/test_data/map_1000-7-7-0-0-0-1.mm
 create mode 100644 freeplane_framework/test_data/map_10000-7-7-0-0-0-1.mm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/freeplane.git



More information about the pkg-java-commits mailing list