From: jprocter Date: Fri, 4 Nov 2011 15:40:59 +0000 (+0000) Subject: (JAL-980) use proper release number for Jmol libs (ahem) X-Git-Tag: Archived_Release_2_7~20^2 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=0e1692ebb479ee94f412079c50be4e0222bd1776 (JAL-980) use proper release number for Jmol libs (ahem) --- diff --git a/.classpath b/.classpath index f5f1631..d26fa6c 100644 --- a/.classpath +++ b/.classpath @@ -39,7 +39,7 @@ - + diff --git a/appletlib/JmolApplet-12.2.4.jar b/appletlib/JmolApplet-12.2.4.jar new file mode 100644 index 0000000..aeecb80 Binary files /dev/null and b/appletlib/JmolApplet-12.2.4.jar differ diff --git a/build.xml b/build.xml index aa57423..beccd07 100755 --- a/build.xml +++ b/build.xml @@ -101,7 +101,7 @@ - + diff --git a/examples/appletParameters.html b/examples/appletParameters.html index fe13955..3cc5403 100644 --- a/examples/appletParameters.html +++ b/examples/appletParameters.html @@ -19,7 +19,7 @@ button by setting the embed parameter to true;
<param name="embedded" value="true"> -

** NEW FEATURES ** in Jalview 2.7.1

  • Jmol compatibility updated to Jmol 12.2.x series - download the JmolApplet here
  • To use Jmol as the structure viewer for Jalview, you must include the jar file in the applet archive argument thus:
    archive="jalviewApplet.jar,Jmol-12.2.16452.jar"
  • Jmol 12.2.x requires at least Java 1.6 to run in the clients web browser. If the client does not have Java 1.6, or if the Jmol-12.2.jar is not added to the archive, the original Jalview structure viewer will still be available.

**NEW FEATURES** in Jalview 2.7

  • Javascript callbacks capabilities
    • oninit parameter and methods for registering javascript handlers for selections, mouseovers and linking to Jmol applets on the page.
    • To use javascript callbacks, ensure the applet tag includes the 'mayscript' attribute - either as a parameter (<param name="mayscript" value="true"/;gt;) or as a bare attribute in the applet html tag).
  • New jalviewLite java api methods for selecting, highlighting, scrolling and reordering sequences in an alignment view.

**NEW FEATURES** in Jalview 2.6

  • Jmol compatibility updated to Jmol 12.1.x series
  • Jalview 2.6 works only with Jmol version 12.1.13 or later. You can use the JmolApplet.jar from the Jmol binary distribution available at the Jmol Sourceforge site, or download the Jmol applet from here
  • Minimum recommended version of Java runtime for the applet is now 1.5 (JalviewLite v2.6 without the Jmol viewer may work ok on earlier Java environments but compatibility can no-longer be guaranteed).
+

** NEW FEATURES ** in Jalview 2.7.1

  • Jmol compatibility updated to Jmol 12.2.x series - download the JmolApplet here
  • To use Jmol as the structure viewer for Jalview, you must include the jar file in the applet archive argument thus:
    archive="jalviewApplet.jar,Jmol-12.2.4.jar"
  • Jmol 12.2.x requires at least Java 1.6 to run in the clients web browser. If the client does not have Java 1.6, or if the Jmol-12.2.jar is not added to the archive, the original Jalview structure viewer will still be available.

**NEW FEATURES** in Jalview 2.7

  • Javascript callbacks capabilities
    • oninit parameter and methods for registering javascript handlers for selections, mouseovers and linking to Jmol applets on the page.
    • To use javascript callbacks, ensure the applet tag includes the 'mayscript' attribute - either as a parameter (<param name="mayscript" value="true"/;gt;) or as a bare attribute in the applet html tag).
  • New jalviewLite java api methods for selecting, highlighting, scrolling and reordering sequences in an alignment view.

**NEW FEATURES** in Jalview 2.6

  • Jmol compatibility updated to Jmol 12.1.x series
  • Jalview 2.6 works only with Jmol version 12.1.13 or later. You can use the JmolApplet.jar from the Jmol binary distribution available at the Jmol Sourceforge site, or download the Jmol applet from here
  • Minimum recommended version of Java runtime for the applet is now 1.5 (JalviewLite v2.6 without the Jmol viewer may work ok on earlier Java environments but compatibility can no-longer be guaranteed).

**NEW FEATURES** in Jalview 2.5

  • New parameters to control display of tree annotation, width of alignment columns, and to disable the jalview button and check for Jmol on startup.

**NEW FEATURES** in Jalview 2.4

  • New applet API methods for feature display control, views, and obtaining current selection via javascript.
  • diff --git a/examples/applets.html b/examples/applets.html index a768be6..e3c71ba 100755 --- a/examples/applets.html +++ b/examples/applets.html @@ -79,7 +79,7 @@ + archive="jalviewApplet.jar,JmolApplet-12.2.4.jar"> diff --git a/examples/embeddedWJmol.html b/examples/embeddedWJmol.html index 3f3903d..083e802 100644 --- a/examples/embeddedWJmol.html +++ b/examples/embeddedWJmol.html @@ -19,7 +19,7 @@