- Draw clouds around hidden or filtered our nodes
- Don't indicate hidden or filtered out nodes by special edges
- Non blocking editing of node core, details and notes in dialogs
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
Changelog:
* Fix menu mnemonics
* Do not output links twice when copying nodes to clipboard
* Allow to change positions of LINE shape connectors
* New action: Select nodes matching filter
* Dark UI mode support (Look and feel and map template "Darcula")
* Overwrite system properties from installation specific file
<install-dir>/system.properties
* Environment var FREEPLANE_JAVA_OPTION_FILE can override path to
system.properties read on start
* Add new properties to connector API : dashArray, opacity, width,
labelFontFamily and labelFontSize
* Suggest to delete all user configuration and resource files on uninstall
PR: 241522
Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
MFH: 2019Q4
Detailed maintainer log:
- Update byte buddy (fix scripts execution under Java 9)
- Add icon and attribute conditions to style editor
- Skip node numbers on node sort and in some other cases
- Show creation modification in the status line
- Improve performance for many with many SVG icons
- Fix Java applet
PR: 225710
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Freeplane is a free and open source software application that supports
thinking, sharing information and getting things done at work, in
school and at home. The software can be used for mind mapping and
analyzing the information contained in mind maps.
WWW: https://www.freeplane.org/
PR: 225399
Submitted by: lbartoletti@tuxfamily.org