Revision: 20453
          http://sourceforge.net/p/jmol/code/20453
Author:   hansonr
Date:     2015-04-22 22:09:33 +0000 (Wed, 22 Apr 2015)
Log Message:
-----------
Jmol.___JmolVersion="14.3.13_2015.04.22"

bug fix: loading mmCIF data in-line loses multi-character chain IDs

bug fix: with set picking dragSelected with allowMoveAtoms FALSE and 
allowRotateSelected TRUE
         rotating the atoms with ALT-left ignores setting of allowMoveAtoms
          
  set allowmoveatoms false; 
  set allowrotateselected true; 
  

Modified Paths:
--------------
    branches/v14_2/Jmol/src/org/jmol/viewer/FileManager.java
    branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties
    branches/v14_2/Jmol/src/org/jmol/viewer/Viewer.java

Modified: branches/v14_2/Jmol/src/org/jmol/viewer/FileManager.java
===================================================================
--- branches/v14_2/Jmol/src/org/jmol/viewer/FileManager.java    2015-04-22 
22:08:40 UTC (rev 20452)
+++ branches/v14_2/Jmol/src/org/jmol/viewer/FileManager.java    2015-04-22 
22:09:33 UTC (rev 20453)
@@ -257,7 +257,7 @@
     if (fnames != null)
       setFileInfo(fnames);
     if (!isAppend && !(fileReader.getAtomSetCollection() instanceof String)) {
-      vwr.zap(false, true, false);
+      //no -- causes loss of multi-character chainIDs  vwr.zap(false, true, 
false);
       setFileInfo(new String[] { strModel == JC.MODELKIT_ZAP_STRING ? 
JC.MODELKIT_ZAP_TITLE
           : "string"});
     }

Modified: branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties     2015-04-22 
22:08:40 UTC (rev 20452)
+++ branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties     2015-04-22 
22:09:33 UTC (rev 20453)
@@ -4,8 +4,18 @@
 # THIS IS THE RELEASE BRANCH 
 # BUG FIXES ONLY, PLEASE
 
-Jmol.___JmolVersion="14.2.13_2015.04.12"
+Jmol.___JmolVersion="14.2.13_2015.04.22"
 
+bug fix: loading mmCIF data in-line loses multi-character chain IDs
+
+bug fix: with set picking dragSelected with allowMoveAtoms FALSE and 
allowRotateSelected TRUE
+         rotating the atoms with ALT-left ignores setting of allowMoveAtoms
+          
+  set allowmoveatoms false; 
+  set allowrotateselected true; 
+  
+JmolVersion="14.2.13_2015.04.12"
+
 code: refactoring PT.isAxxx to AU.isAxxx  (array type testing)
 
 JmolVersion="14.2.13_2015.04.09b"

Modified: branches/v14_2/Jmol/src/org/jmol/viewer/Viewer.java
===================================================================
--- branches/v14_2/Jmol/src/org/jmol/viewer/Viewer.java 2015-04-22 22:08:40 UTC 
(rev 20452)
+++ branches/v14_2/Jmol/src/org/jmol/viewer/Viewer.java 2015-04-22 22:09:33 UTC 
(rev 20453)
@@ -986,7 +986,7 @@
     if (isJmolDataFrame())
       return;
     //if (mouseEnabled) {
-    tm.rotateXYBy(deltaX, deltaY, setMovableBitSet(bsSelected, false));
+    tm.rotateXYBy(deltaX, deltaY, setMovableBitSet(bsSelected, true));
     refreshMeasures(true);
     //}
     //TODO: note that sync may not work with set allowRotateSelectedAtoms

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to