OSDN Git Service

molby/Molby.git
14 years agoMac: the text field in the list control remained on the screen even after the window...
toshinagata1964 [Sun, 25 Apr 2010 08:07:57 +0000 (08:07 +0000)]
Mac: the text field in the list control remained on the screen even after the window is inactivated; fixed. Win: the text field in the list control often led to crash; (hopefully) fixed.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@32 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoWork around the wxWidgets bug where wxDocument::Close() is called twice. Fix the...
toshinagata1964 [Sat, 24 Apr 2010 15:31:32 +0000 (15:31 +0000)]
Work around the wxWidgets bug where wxDocument::Close() is called twice. Fix the problem in the Mac version in which the hidden top-level window gets sometimes visible in the Window menu.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@31 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoImproved handling of copy/cut/paste in the parameter table (but still very unsatisfac...
toshinagata1964 [Fri, 23 Apr 2010 15:46:48 +0000 (15:46 +0000)]
Improved handling of copy/cut/paste in the parameter table (but still very unsatisfactory)

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@30 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoExperimental command-line tool for Mac platform.
toshinagata1964 [Thu, 22 Apr 2010 14:50:27 +0000 (14:50 +0000)]
Experimental command-line tool for Mac platform.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@29 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoThe MM/MD engine was not aware of modification of coordinates via Ruby scripts. Fixed.
toshinagata1964 [Thu, 22 Apr 2010 13:15:11 +0000 (13:15 +0000)]
The MM/MD engine was not aware of modification of coordinates via Ruby scripts. Fixed.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@28 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoFrames can now have variable unit cell parameters.
toshinagata1964 [Wed, 31 Mar 2010 12:46:38 +0000 (12:46 +0000)]
Frames can now have variable unit cell parameters.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@27 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoVersion 0.5.2
toshinagata1964 [Sat, 20 Mar 2010 13:41:57 +0000 (13:41 +0000)]
Version 0.5.2

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@25 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoSome features of Dialog class are modified; Dialog#item now returns DialogItem object...
toshinagata1964 [Sat, 20 Mar 2010 10:38:41 +0000 (10:38 +0000)]
Some features of Dialog class are modified; Dialog#item now returns DialogItem object instead of Integer; Dialog#layout accepts DialogItem objects; Dialog#run always returns a hash including values for tagged items, plus a value for :status indicating OK or Cancel status.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@24 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoReference for the Ruby extension is written
toshinagata1964 [Sat, 20 Mar 2010 10:34:49 +0000 (10:34 +0000)]
Reference for the Ruby extension is written

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@23 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoDialogItem class is implemented; Dialog#item and Dialog#each_item now use DialogItem...
toshinagata1964 [Sat, 13 Mar 2010 10:08:18 +0000 (10:08 +0000)]
DialogItem class is implemented; Dialog#item and Dialog#each_item now use DialogItem objects instead of index integers.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@22 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoThe class RubyDialog is renamed to Dialog. All Molby classes are now under module...
toshinagata1964 [Tue, 9 Mar 2010 14:34:56 +0000 (14:34 +0000)]
The class RubyDialog is renamed to Dialog. All Molby classes are now under module Molby.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@21 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoMDArena#keys is implemented. MessageOutput class is removed, and and are now Object...
toshinagata1964 [Tue, 2 Mar 2010 15:03:12 +0000 (15:03 +0000)]
MDArena#keys is implemented. MessageOutput class is removed, and  and  are now Object instances that implement appropriate write methods.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@20 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoThe MDArena attributes 'transient_temperature' and 'average_temperature' are implemen...
toshinagata1964 [Mon, 1 Mar 2010 15:01:29 +0000 (15:01 +0000)]
The MDArena attributes 'transient_temperature' and 'average_temperature' are implemented. MDArena#prepare is automatically invoked from Molecule#parameter.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@19 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoThe DISPATOM parameters are renamed to ELEMENT, to avoid confusion. The Ruby commands...
toshinagata1964 [Sun, 28 Feb 2010 02:43:30 +0000 (02:43 +0000)]
The DISPATOM parameters are renamed to ELEMENT, to avoid confusion. The Ruby commands Parameter#atoms etc. are now Parameter#elements, and Scripts/dispatom.par is renamed to Scripts/element.par.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@18 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoParameter#bond, angle, etc. are no longer implemented as class methods. To use for...
toshinagata1964 [Wed, 24 Feb 2010 16:16:12 +0000 (16:16 +0000)]
Parameter#bond, angle, etc. are no longer implemented as class methods. To use for global parameters, use Parameter.builtin.bond etc. Parameter#lookup is implemented. Parameter::Builtin is now defined as a constant representing the global parameters, and Parameter.builtin returns this value.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@17 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoThe methods of Parameter and ParEnumerable change features; Parameter#bond|angle...
toshinagata1964 [Tue, 23 Feb 2010 15:56:09 +0000 (15:56 +0000)]
The methods of Parameter and ParEnumerable change features; Parameter#bond|angle|dihedral|... and ParEnumerable#[] for molecule-local parameters now do not 'automatically' look up the global parameters, and they no longer accept atom-type arguments except for Parameter#atom.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@16 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoThe Ruby command reorder_atoms is renamed to renumber_atoms.
toshinagata1964 [Tue, 23 Feb 2010 14:58:19 +0000 (14:58 +0000)]
The Ruby command reorder_atoms is renamed to renumber_atoms.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@15 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoThe AtomRef methods cr/cx/cy/cz were made obsolete; instead, the methods fract_r...
toshinagata1964 [Tue, 23 Feb 2010 14:57:22 +0000 (14:57 +0000)]
The AtomRef methods cr/cx/cy/cz were made obsolete; instead, the methods fract_r/fract_x/fract_y/fract_z were implemented.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@14 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoThe return value of Ruby command loadout was incorrect (it returned false even when...
toshinagata1964 [Tue, 23 Feb 2010 14:55:35 +0000 (14:55 +0000)]
The return value of Ruby command loadout was incorrect (it returned false even when successful). Fixed.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@13 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoRuby commands find_angles and find_dihedrals are made obsolete. remove_bonds is imple...
toshinagata1964 [Sat, 20 Feb 2010 06:40:58 +0000 (06:40 +0000)]
Ruby commands find_angles and find_dihedrals are made obsolete. remove_bonds is implemented. create_bond (create_bonds) now returns the number of newly added bonds instead of self.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@12 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoCleaning up the rdoc comments.
toshinagata1964 [Thu, 18 Feb 2010 14:43:36 +0000 (14:43 +0000)]
Cleaning up the rdoc comments.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@11 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoCleaning up the rdoc comments.
toshinagata1964 [Thu, 18 Feb 2010 14:39:06 +0000 (14:39 +0000)]
Cleaning up the rdoc comments.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@10 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoRuby commands now handle angles in degree, rather than in radian.
toshinagata1964 [Thu, 18 Feb 2010 14:37:11 +0000 (14:37 +0000)]
Ruby commands now handle angles in degree, rather than in radian.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@9 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoRuby commands now handle the angles (rotation etc.) in degree, rather than in radian.
toshinagata1964 [Thu, 18 Feb 2010 14:36:03 +0000 (14:36 +0000)]
Ruby commands now handle the angles (rotation etc.) in degree, rather than in radian.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@8 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoDocuments: Molecular Mechanics section is written.
toshinagata1964 [Sat, 6 Feb 2010 02:44:17 +0000 (02:44 +0000)]
Documents: Molecular Mechanics section is written.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@7 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoThe multithread handling for MM/MD is improved.
toshinagata1964 [Wed, 3 Feb 2010 16:02:23 +0000 (16:02 +0000)]
The multithread handling for MM/MD is improved.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@6 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoUndo was not working after running antechamber. Fixed.
toshinagata1964 [Tue, 2 Feb 2010 15:16:33 +0000 (15:16 +0000)]
Undo was not working after running antechamber. Fixed.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@5 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoAmberTools-1.3 (part) is bundled.
toshinagata1964 [Sun, 31 Jan 2010 12:12:08 +0000 (12:12 +0000)]
AmberTools-1.3 (part) is bundled.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@4 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agothe xcode project files <username>.{mode1v3,pbxuser} are removed from the repository.
toshinagata1964 [Sat, 23 Jan 2010 04:59:36 +0000 (04:59 +0000)]
the xcode project files <username>.{mode1v3,pbxuser} are removed from the repository.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@3 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoRuby command: ParEnumerable.lookup now accepts atom-type arguments with whitespace...
toshinagata1964 [Sat, 23 Jan 2010 04:54:13 +0000 (04:54 +0000)]
Ruby command: ParEnumerable.lookup now accepts atom-type arguments with whitespace delimiters. ParameterRef.par_type now reports correct type string.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@2 a2be9bc6-48de-4e38-9406-05402d4bc13c

14 years agoinitial import
toshinagata1964 [Thu, 21 Jan 2010 16:56:59 +0000 (16:56 +0000)]
initial import

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@1 a2be9bc6-48de-4e38-9406-05402d4bc13c