Package: figtree / 1.4.2+dfsg-2

Metadata

Package Version Patches format
figtree 1.4.2+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove_webui.patch | (download)

src/figtree/webui/FigTreeWebApplication.java | 298 0 + 298 - 0 !
src/figtree/webui/FileUploadWidget.java | 56 0 + 56 - 0 !
src/figtree/webui/Main.java | 18 0 + 18 - 0 !
src/figtree/webui/TreeWidget.java | 128 0 + 128 - 0 !
4 files changed, 500 deletions(-)

 the web gui (servlet) is not used nor shipped in the
    binary packages.  If the files that are belonging to this gui
    are removed there is no need for shipping lib/jwt/*.jar which
    is one further step in the direction to remove binary only code
    from the tarball


java7 compat.patch | (download)

src/figtree/treeviewer/TreePane.java | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix up painter symbol resolution issue in treeview class.


build_figtree_gui_only.patch | (download)

build.xml | 29 0 + 29 - 0 !
1 file changed, 29 deletions(-)

 do not build targets figtree-pdf.jar and figtree.war

ignore_quaqua.patch | (download)

src/figtree/application/FigTreeApplication.java | 37 1 + 36 - 0 !
src/figtree/application/FigTreeFrame.java | 8 1 + 7 - 0 !
src/figtree/treeviewer/ControllerOptionsPanel.java | 1 0 + 1 - 0 !
src/figtree/treeviewer/TreeViewerController.java | 3 0 + 3 - 0 !
4 files changed, 2 insertions(+), 47 deletions(-)

 quaqua (http://www.randelshofer.ch/quaqua/)
   is a Java class which provides OSX look and feel but only
   works on Mac.  So this is simply not used on Linux and I
   simply deleted all lines containing the string [qQ]aqua
   which seems to lead to a usable application.


fix_classpath_in_build_xml.patch | (download)

build.xml | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 adapt build file to match debian env

fix_itext_api_change.patch | (download)

src/figtree/application/FigTreeFrame.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 defaultfontmapper moved to awt package in itext5,
 need to update code to match Debian available release
Last-Updated: 2013-06-29
fix_jebl.patch | (download)

src/figtree/application/FigTreeFrame.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 jebl in debian has different api, modify code to match it.
Last-Updated: 2015-08-12