jalview.git
16 years agoadded generic method for adding new database proxies by reflection on instance.
jprocter [Fri, 16 Nov 2007 15:07:18 +0000 (15:07 +0000)]
added generic method for adding new database proxies by reflection on instance.

16 years agorefactored ebi soap client and AbstractSequenceFetcher machinery to their own packages.
jprocter [Fri, 16 Nov 2007 15:06:26 +0000 (15:06 +0000)]
refactored ebi soap client and AbstractSequenceFetcher machinery to their own packages.

16 years agotodo for sortbyPID operating on current selection rather than all alignment
jprocter [Fri, 16 Nov 2007 11:30:01 +0000 (11:30 +0000)]
todo for sortbyPID operating on current selection rather than all alignment

16 years agojavadoc
jprocter [Fri, 16 Nov 2007 11:29:04 +0000 (11:29 +0000)]
javadoc

16 years agorefactor abstract sequence fetching and DBSource machinery to their own package
jprocter [Fri, 16 Nov 2007 11:28:41 +0000 (11:28 +0000)]
refactor abstract sequence fetching and DBSource machinery to their own package

16 years agocrossrefs have properly updated pdbId lists
jprocter [Mon, 12 Nov 2007 16:35:50 +0000 (16:35 +0000)]
crossrefs have properly updated pdbId lists

16 years agojavadoc and introduction of dasserver and fetchdas command line arguments.
jprocter [Mon, 12 Nov 2007 16:34:37 +0000 (16:34 +0000)]
javadoc and introduction of dasserver and fetchdas command line arguments.

16 years agoadded mechanism to initiate DAS feature fetching programmatically from jalview.bin...
jprocter [Mon, 12 Nov 2007 16:33:58 +0000 (16:33 +0000)]
added mechanism to initiate DAS feature fetching programmatically from jalview.bin.Jalview. Various thread safe gui update issues and javadoc.

16 years agopublic access to static getAlignFrames method.
jprocter [Mon, 12 Nov 2007 16:32:16 +0000 (16:32 +0000)]
public access to static getAlignFrames method.

16 years agopublic method to indicate if there are progress bars active on this alignment window
jprocter [Mon, 12 Nov 2007 16:31:34 +0000 (16:31 +0000)]
public method to indicate if there are progress bars active on this alignment window

16 years agopublicly accessible flag to indicate if a registry query thread is in progress
jprocter [Mon, 12 Nov 2007 16:30:48 +0000 (16:30 +0000)]
publicly accessible flag to indicate if a registry query thread is in progress

16 years agobugfix for occasional race condition causing exception in swing method for retrieving...
jprocter [Mon, 12 Nov 2007 16:28:57 +0000 (16:28 +0000)]
bugfix for occasional race condition causing exception in swing method for retrieving all desktop windows

16 years agocomments
jprocter [Mon, 12 Nov 2007 16:27:41 +0000 (16:27 +0000)]
comments

16 years agobegun adding string constants for source properties
jprocter [Mon, 12 Nov 2007 16:27:01 +0000 (16:27 +0000)]
begun adding string constants for source properties

16 years agojavadoc
jprocter [Mon, 12 Nov 2007 16:26:30 +0000 (16:26 +0000)]
javadoc

16 years agoend must be greater than blockstart
jprocter [Thu, 8 Nov 2007 15:24:57 +0000 (15:24 +0000)]
end must be greater than blockstart

16 years agoinitialise treeCanvas before starting loading thread
jprocter [Thu, 8 Nov 2007 15:24:07 +0000 (15:24 +0000)]
initialise treeCanvas before starting loading thread

16 years agofix accidental breakage of annotation panel redraw on horizontal slide
jprocter [Wed, 7 Nov 2007 13:49:49 +0000 (13:49 +0000)]
fix accidental breakage of annotation panel redraw on horizontal slide

16 years agoattempt to make fastPaint method thread safe
jprocter [Wed, 7 Nov 2007 11:55:03 +0000 (11:55 +0000)]
attempt to make fastPaint method thread safe

16 years agorefactored syncing of alignment sequences - still buggy
jprocter [Mon, 5 Nov 2007 16:42:19 +0000 (16:42 +0000)]
refactored syncing of alignment sequences - still buggy

16 years agovamsas connects and updates are threaded with a progress bar.
jprocter [Mon, 5 Nov 2007 16:20:29 +0000 (16:20 +0000)]
vamsas connects and updates are threaded with a progress bar.

16 years agoupdated build with requesttoclose event being raised (more) correctly
jprocter [Mon, 5 Nov 2007 16:19:38 +0000 (16:19 +0000)]
updated build with requesttoclose event being raised (more) correctly

16 years agojavadoc
jprocter [Wed, 31 Oct 2007 17:42:12 +0000 (17:42 +0000)]
javadoc

16 years agorejiggered loadDataFile and parseFeatureFile so JNet annotation parsing is attempted...
jprocter [Wed, 31 Oct 2007 17:41:19 +0000 (17:41 +0000)]
rejiggered loadDataFile and parseFeatureFile so JNet annotation parsing is attempted before feature file parsing (avoids additional exception reports on stderr)

16 years agoadded bugfix todo
jprocter [Wed, 31 Oct 2007 17:39:51 +0000 (17:39 +0000)]
added bugfix todo

16 years agoconcise files can now be read as a normal alignment, and will be displayed with annot...
jprocter [Wed, 31 Oct 2007 17:39:13 +0000 (17:39 +0000)]
concise files can now be read as a normal alignment, and will be displayed with annotation. See javadoc for usage notes.

16 years agoadded a quieter bailout for cases when the featuresFile is really not going to manage...
jprocter [Wed, 31 Oct 2007 17:37:59 +0000 (17:37 +0000)]
added a quieter bailout for cases when the featuresFile is really not going to manage to parse the file - consider revoking this in the future if it hinders debugging of features file input to jalview

16 years agofactored out reference to parent alignFrame (so all views can be closed whilst a...
jprocter [Wed, 31 Oct 2007 15:13:30 +0000 (15:13 +0000)]
factored out reference to parent alignFrame (so all views can be closed whilst a job is in progress)

16 years agobeginnings of view definition capability for annotations file
jprocter [Wed, 31 Oct 2007 15:11:12 +0000 (15:11 +0000)]
beginnings of view definition capability for annotations file

16 years agojavadoc
jprocter [Wed, 31 Oct 2007 15:10:22 +0000 (15:10 +0000)]
javadoc

16 years agoerror message associated with an alignment file loading failure is passed back to...
jprocter [Wed, 31 Oct 2007 15:10:06 +0000 (15:10 +0000)]
error message associated with an alignment file loading failure is passed back to user (finally!)

16 years agointroduce new type to pass around featureRendererSettings
jprocter [Wed, 31 Oct 2007 15:08:48 +0000 (15:08 +0000)]
introduce new type to pass around featureRendererSettings

16 years agonullpointer bug fix on consensus thread
jprocter [Wed, 31 Oct 2007 15:08:23 +0000 (15:08 +0000)]
nullpointer bug fix on consensus thread

16 years agojavadoc on webservice discovery method
jprocter [Wed, 31 Oct 2007 15:08:08 +0000 (15:08 +0000)]
javadoc on webservice discovery method

16 years agofix parsing of embl entries like S75919 which have feature properties with no values
jprocter [Wed, 31 Oct 2007 15:07:08 +0000 (15:07 +0000)]
fix parsing of embl entries like S75919 which have feature properties with no values

16 years agobugfix for alignments without aligned codon frames
jprocter [Mon, 29 Oct 2007 12:46:02 +0000 (12:46 +0000)]
bugfix for alignments without aligned codon frames

16 years agobegin process of allowing for column selection in wrapped mode.
jprocter [Sun, 28 Oct 2007 13:12:57 +0000 (13:12 +0000)]
begin process of allowing for column selection in wrapped mode.

16 years agofix display of hidden sequence markers in applet
jprocter [Sun, 28 Oct 2007 13:12:31 +0000 (13:12 +0000)]
fix display of hidden sequence markers in applet

16 years agomust do any modification to menus before they are embedded onto a panel.
jprocter [Sat, 27 Oct 2007 15:48:05 +0000 (15:48 +0000)]
must do any modification to menus before they are embedded onto a panel.

16 years agonew option on annotation export dialog box
jprocter [Sat, 27 Oct 2007 13:29:22 +0000 (13:29 +0000)]
new option on annotation export dialog box

16 years agoenabled platform dependent embedding of menuBar with EmbmenuFrame
jprocter [Sat, 27 Oct 2007 13:27:58 +0000 (13:27 +0000)]
enabled platform dependent embedding of menuBar with EmbmenuFrame

16 years agowindowclose handler now calls EmbmenuFrame garbage collector.
jprocter [Sat, 27 Oct 2007 13:27:43 +0000 (13:27 +0000)]
windowclose handler now calls EmbmenuFrame garbage collector.

16 years agofixed bootstrap value rendering to occur only when non-negative bootstrap is attached...
jprocter [Sat, 27 Oct 2007 13:26:47 +0000 (13:26 +0000)]
fixed bootstrap value rendering to occur only when non-negative bootstrap is attached to node.

16 years agorefactored embedded menu machinery
jprocter [Sat, 27 Oct 2007 13:26:07 +0000 (13:26 +0000)]
refactored embedded menu machinery

16 years agoadd mac dependent use of embedded menu bar rather than AWT toolbar for the non-embedd...
jprocter [Fri, 26 Oct 2007 16:30:33 +0000 (16:30 +0000)]
add mac dependent use of embedded menu bar rather than AWT toolbar for the non-embedded applet alignframe windows

16 years agouse new utility class for platform info
jprocter [Fri, 26 Oct 2007 16:29:37 +0000 (16:29 +0000)]
use new utility class for platform info

16 years agonew applet and application utility class for platform information
jprocter [Fri, 26 Oct 2007 16:28:18 +0000 (16:28 +0000)]
new applet and application utility class for platform information

16 years agofixed applet API calls so they operate on the embedded applet instance if no other...
jprocter [Fri, 26 Oct 2007 11:14:17 +0000 (11:14 +0000)]
fixed applet API calls so they operate on the embedded applet instance if no other views have input focus.

16 years agoupdated client which allows XML validation flags to be controlled (to ensure that...
jprocter [Fri, 26 Oct 2007 11:13:42 +0000 (11:13 +0000)]
updated client which allows XML validation flags to be controlled (to ensure that application only writes a valid document back to the session)

16 years agothread for product retrieval
jprocter [Wed, 24 Oct 2007 14:11:26 +0000 (14:11 +0000)]
thread for product retrieval

16 years agoensure PDB ids are updated on the dataset sequence
jprocter [Wed, 24 Oct 2007 14:06:38 +0000 (14:06 +0000)]
ensure PDB ids are updated on the dataset sequence

16 years agoindividual query error/exception report and bugfix
jprocter [Wed, 24 Oct 2007 14:05:37 +0000 (14:05 +0000)]
individual query error/exception report and bugfix

16 years agoadd parsed PDB reference to sequences
jprocter [Wed, 24 Oct 2007 10:59:57 +0000 (10:59 +0000)]
add parsed PDB reference to sequences

16 years agonull pointer exception and warning for update of tree
jprocter [Wed, 24 Oct 2007 10:59:10 +0000 (10:59 +0000)]
null pointer exception and warning for update of tree

16 years agojavadoc
jprocter [Wed, 24 Oct 2007 10:58:20 +0000 (10:58 +0000)]
javadoc

16 years agotest autobuild of release
jprocter [Fri, 19 Oct 2007 17:20:46 +0000 (17:20 +0000)]
test autobuild of release

16 years agocontains java properties read by ant build automation
jprocter [Fri, 19 Oct 2007 17:01:45 +0000 (17:01 +0000)]
contains java properties read by ant build automation

16 years agofile containing the cvs tag for the latest release
jprocter [Fri, 19 Oct 2007 15:36:06 +0000 (15:36 +0000)]
file containing the cvs tag for the latest release

16 years agonew features or newly shown group features are placed at top of feature stack
jprocter [Mon, 15 Oct 2007 21:18:45 +0000 (21:18 +0000)]
new features or newly shown group features are placed at top of feature stack

16 years agoadded separator parameter with default of '|' to control the list separator to use...
jprocter [Fri, 12 Oct 2007 11:03:00 +0000 (11:03 +0000)]
added separator parameter with default of '|' to control the list separator to use, and better debug output.

16 years agoremove conflict on javascript api
jprocter [Thu, 11 Oct 2007 11:18:44 +0000 (11:18 +0000)]
remove conflict on javascript api

16 years agojavac.debug passed through to applet build to preserve line numbers when obfuscation...
jprocter [Thu, 11 Oct 2007 10:38:38 +0000 (10:38 +0000)]
javac.debug passed through to applet build to preserve line numbers when obfuscation is not performed.

16 years agostatic debug flag controlling output of excessive info. showfeaturegroups and hidefea...
jprocter [Thu, 11 Oct 2007 10:37:38 +0000 (10:37 +0000)]
static debug flag controlling output of excessive info. showfeaturegroups and hidefeaturegroups parameters.

16 years agopass up the errormessage in the exception when a datasource is not readable.
jprocter [Thu, 11 Oct 2007 10:36:36 +0000 (10:36 +0000)]
pass up the errormessage in the exception when a datasource is not readable.

16 years agojnlp amsa extension and donotobfuscate property conditional for jalviewLite build
jprocter [Wed, 10 Oct 2007 13:49:36 +0000 (13:49 +0000)]
jnlp amsa extension and donotobfuscate property conditional for jalviewLite build

16 years agofeatureGroup show/hide and newView methods for applet's javascript API
jprocter [Wed, 10 Oct 2007 13:48:26 +0000 (13:48 +0000)]
featureGroup show/hide and newView methods for applet's javascript API

16 years agoselected region output also supports generation of annotations
jprocter [Thu, 4 Oct 2007 16:37:59 +0000 (16:37 +0000)]
selected region output also supports generation of annotations

16 years agorefactored list of file extensions and file format descriptions
jprocter [Thu, 4 Oct 2007 16:34:27 +0000 (16:34 +0000)]
refactored list of file extensions and file format descriptions

16 years agoedit label/displayChar contains existing character(s) of sites to be edited
jprocter [Thu, 4 Oct 2007 16:33:11 +0000 (16:33 +0000)]
edit label/displayChar contains existing character(s) of sites to be edited

16 years agorefactored invertColumnSelection as an object method
jprocter [Thu, 4 Oct 2007 16:32:06 +0000 (16:32 +0000)]
refactored invertColumnSelection as an object method

16 years agoadded colSel as a parameter formatAdaptor print function to allow editing of annotati...
jprocter [Tue, 2 Oct 2007 16:05:40 +0000 (16:05 +0000)]
added colSel as a parameter formatAdaptor print function to allow editing of annotation embedded in output.

16 years agoconvenience constructor for duplicating an annotation and editing it for hidden columns
jprocter [Tue, 2 Oct 2007 16:01:39 +0000 (16:01 +0000)]
convenience constructor for duplicating an annotation and editing it for hidden columns

16 years agojavadoc and operator for editing AlignmentAnnotation to remove hidden columns
jprocter [Tue, 2 Oct 2007 15:48:40 +0000 (15:48 +0000)]
javadoc and operator for editing AlignmentAnnotation to remove hidden columns

16 years agojavadoc
jprocter [Tue, 2 Oct 2007 15:48:01 +0000 (15:48 +0000)]
javadoc

16 years agoalways update PDBEntry list if DBRefEntries might have changed
jprocter [Sat, 29 Sep 2007 13:53:23 +0000 (13:53 +0000)]
always update PDBEntry list if DBRefEntries might have changed

16 years agoupdatePDBEntry method to add any PDBEntry from the list of DBRefEntries
jprocter [Sat, 29 Sep 2007 13:52:28 +0000 (13:52 +0000)]
updatePDBEntry method to add any PDBEntry from the list of DBRefEntries

16 years agouse pdb refsource string
jprocter [Sat, 29 Sep 2007 13:51:35 +0000 (13:51 +0000)]
use pdb refsource string

16 years agojavadoc
jprocter [Sat, 29 Sep 2007 13:51:07 +0000 (13:51 +0000)]
javadoc

16 years agofriendlier sequence names for protein products
jprocter [Sat, 29 Sep 2007 13:50:38 +0000 (13:50 +0000)]
friendlier sequence names for protein products

16 years agobetter support for TreeNode binding
jprocter [Fri, 28 Sep 2007 11:20:54 +0000 (11:20 +0000)]
better support for TreeNode binding

16 years agojavadoc for jalview_properties tags
jprocter [Fri, 28 Sep 2007 09:50:28 +0000 (09:50 +0000)]
javadoc for jalview_properties tags

16 years agoswitched to apache zip tool for doc IO
jprocter [Thu, 27 Sep 2007 13:42:56 +0000 (13:42 +0000)]
switched to apache zip tool for doc IO

16 years agomodifiable lock check
jprocter [Thu, 27 Sep 2007 13:42:13 +0000 (13:42 +0000)]
modifiable lock check

16 years agoascii file
jprocter [Tue, 25 Sep 2007 09:32:33 +0000 (09:32 +0000)]
ascii file

16 years agobeginning of vamsas/local object synchronization pattern implementation.
jprocter [Tue, 25 Sep 2007 09:31:42 +0000 (09:31 +0000)]
beginning of vamsas/local object synchronization pattern implementation.

16 years agoadded store of undo/redo hash for each alignment so local state changes can be detect...
jprocter [Tue, 25 Sep 2007 09:30:29 +0000 (09:30 +0000)]
added store of undo/redo hash for each alignment so local state changes can be detected. Dataset and alignment sequences are now synchronised with document on updates and commits.

16 years agoprimitive methods for getting current undo/redo state and comparing with another...
jprocter [Tue, 25 Sep 2007 09:28:38 +0000 (09:28 +0000)]
primitive methods for getting current undo/redo state and comparing with another (to be used for indicating if an alignment is unsaved since last changed, or in the vamsas synchronization mechanism)

16 years agofix class-cast exception and added beginnings of DBRef inference mechanism
jprocter [Tue, 18 Sep 2007 10:30:52 +0000 (10:30 +0000)]
fix class-cast exception and added beginnings of DBRef inference mechanism

16 years agopathological vamsas archive update fix ?
jprocter [Tue, 18 Sep 2007 10:30:02 +0000 (10:30 +0000)]
pathological vamsas archive update fix ?

16 years agoascii file
jprocter [Fri, 14 Sep 2007 15:32:50 +0000 (15:32 +0000)]
ascii file

16 years agoadded support for loading a vamsas document into a new vamsas session.
jprocter [Fri, 14 Sep 2007 15:30:29 +0000 (15:30 +0000)]
added support for loading a vamsas document into a new vamsas session.

16 years agobetter reproduction of compact newick files (removal of unecessary spaces)
jprocter [Fri, 14 Sep 2007 15:25:15 +0000 (15:25 +0000)]
better reproduction of compact newick files (removal of unecessary spaces)

16 years agochoose a particular vamsas session, load, or create a new session and export the...
jprocter [Mon, 10 Sep 2007 16:36:37 +0000 (16:36 +0000)]
choose a particular vamsas session, load, or create a new session and export the current session.

16 years agoensure dbrefs are added to dataset sequence.
jprocter [Mon, 10 Sep 2007 14:31:30 +0000 (14:31 +0000)]
ensure dbrefs are added to dataset sequence.

16 years agoclient update to fix appData read triggering document modification bug.
jprocter [Fri, 7 Sep 2007 16:59:41 +0000 (16:59 +0000)]
client update to fix appData read triggering document modification bug.

16 years agoformatting and ensure that dataset is actually searched for sequences with dbrefs...
jprocter [Fri, 7 Sep 2007 16:58:45 +0000 (16:58 +0000)]
formatting and ensure that dataset is actually searched for sequences with dbrefs that correspond to a dbref crossreference sequence being retrieved (still outstanding bug for embl->proteinprod->emblcds retrieval

16 years agoadded action for saving the current session as a vamsas archive.
jprocter [Fri, 7 Sep 2007 16:57:22 +0000 (16:57 +0000)]
added action for saving the current session as a vamsas archive.

16 years agoMaps are usually added to DbRefs which are added to dataset sequences.
jprocter [Fri, 7 Sep 2007 16:56:32 +0000 (16:56 +0000)]
Maps are usually added to DbRefs which are added to dataset sequences.

16 years agoadded a more general DBRef search interface
jprocter [Fri, 7 Sep 2007 16:55:50 +0000 (16:55 +0000)]
added a more general DBRef search interface

16 years agobootstrap regex 'fixed' and ugly hack to try and get comment skip working correctly...
jprocter [Thu, 6 Sep 2007 17:32:59 +0000 (17:32 +0000)]
bootstrap regex 'fixed' and ugly hack to try and get comment skip working correctly for chunglong chen .branch file (sent to help at jalview)