jalview.git
5 years agoJAL-247 draw/print sequence ids now uses common code (unwrapped case)
gmungoc [Fri, 24 Aug 2018 09:06:41 +0000 (10:06 +0100)]
JAL-247 draw/print sequence ids now uses common code (unwrapped case)

5 years agoJAL-3091 release 2.10.5 added to release notes
Jim Procter [Tue, 28 Aug 2018 15:16:56 +0000 (16:16 +0100)]
JAL-3091 release 2.10.5 added to release notes

5 years agoJAL-3061 / JAL-3053
Ben Soares [Mon, 27 Aug 2018 15:50:20 +0000 (16:50 +0100)]
JAL-3061 / JAL-3053

Fixed broken StockholmFileTest tests
curlyWUSSsecondaryStructureForRNASequence
fullWUSSsecondaryStructureForRNASequence
by adding " ." as a recognised Annotation.isWhiteSpace displayCharacter
(which happens for StockholmFile '.' RNA SS annotations)

5 years agoJAL-2988 workaround for jalview save as dialogs - clear filename before displaying
Jim Procter [Wed, 22 Aug 2018 13:54:29 +0000 (14:54 +0100)]
JAL-2988 workaround for jalview save as dialogs - clear filename before displaying

5 years agoJAL-2988 JAL-2976 update to latest VAqua release: VAqua5
Jim Procter [Wed, 22 Aug 2018 13:53:11 +0000 (14:53 +0100)]
JAL-2988 JAL-2976 update to latest VAqua release: VAqua5

5 years agoJAL-3080 remove tree partition if no groups created feature/JAL-3080clearTreeGroups
gmungoc [Wed, 15 Aug 2018 10:01:27 +0000 (11:01 +0100)]
JAL-3080 remove tree partition if no groups created

5 years agoJAL-3078 reset Tree font (only!) on Cancel bug/JAL-3078cancelTreeFont
gmungoc [Tue, 14 Aug 2018 15:55:13 +0000 (16:55 +0100)]
JAL-3078 reset Tree font (only!) on Cancel

5 years agoJAL-3018 updated to Ensembl REST 7.0
gmungoc [Fri, 10 Aug 2018 10:59:33 +0000 (11:59 +0100)]
JAL-3018 updated to Ensembl REST 7.0

5 years agoJAL-3076 refactor for more efficient scan of 'gene' features
gmungoc [Fri, 10 Aug 2018 10:58:00 +0000 (11:58 +0100)]
JAL-3076 refactor for more efficient scan of 'gene' features

5 years agoJAL-3076 fetch Ensembl sequence as JSON instead of Fasta
gmungoc [Fri, 10 Aug 2018 09:59:42 +0000 (10:59 +0100)]
JAL-3076 fetch Ensembl sequence as JSON instead of Fasta

5 years agoJAL-3061
Ben Soares [Fri, 3 Aug 2018 16:00:50 +0000 (17:00 +0100)]
JAL-3061
Added test StockholmFileTest.stockholmFileRnaSSSpaceChars() to read in
RNA SS annotation with spaces, and check that StockholmFile print output
converts these to '.'s.
Also slight adjustment to StockholmFile.outputCharacter to avoid a
nullPointer exception.

5 years agoMerge branch 'bug/JAL-3061_RNA_secondary_structure_annotation_gap_character' of https...
Ben Soares [Fri, 3 Aug 2018 14:17:56 +0000 (15:17 +0100)]
Merge branch 'bug/JAL-3061_RNA_secondary_structure_annotation_gap_character' of https://source.jalview.org/git/jalview into bug/JAL-3061_RNA_secondary_structure_annotation_gap_character

5 years agoJAL-3053
Ben Soares [Thu, 2 Aug 2018 16:30:15 +0000 (17:30 +0100)]
JAL-3053
JAL-3061
two bugs with a similar theme (RNA secondary structure annotations)

JAL-3053
This fixes the reading in of Vienna extended dot-bracket notation for
RNA secondary structure annotations (which includes ALPHA/alpha braces).

To avoid (almost all) ambiguity with a protein secondary structure
annotation (Es and Hs), there's a whole-annotation regex match to ensure
some other RNA-based extended dot-bracket feature is present, and then
the reading in can assume an RNA feature set.

Test StockholmFileTest.stockholmFileRnaSSAlphaChars() compares the test
file examples/rna_ss_test.stk with a hard-coded Jalview equivalent. The
Annotation rnasecstr pairing is checked. I've added a sort Comparator
for SequenceFeature to help ensure that check is correct.
--
JAL-3061
There is also a fix for the RNA Secondary Structure annotation output
that was preserving spaces in the output. This is not valid output in
this case, and so a '.' is used instead.

No test for this yet, will add later.

5 years agoMerge branch 'releases/Release_2_10_4_Branch' into bug/JAL-3061_RNA_secondary_structu...
Jim Procter [Wed, 1 Aug 2018 10:33:17 +0000 (11:33 +0100)]
Merge branch 'releases/Release_2_10_4_Branch' into bug/JAL-3061_RNA_secondary_structure_annotation_gap_character

5 years agoMerge branch 'task/JAL-3047_clover2104b1_cherrypick' into releases/Release_2_10_4_Branch releases/Release_2_10_4_Branch
Jim Procter [Wed, 1 Aug 2018 10:32:08 +0000 (11:32 +0100)]
Merge branch 'task/JAL-3047_clover2104b1_cherrypick' into releases/Release_2_10_4_Branch

5 years agoJAL-3047 don't set classes unconditionally (forgot to delete it in earlier patch) task/JAL-3047_clover2104b1_cherrypick
Jim Procter [Thu, 19 Jul 2018 15:36:30 +0000 (16:36 +0100)]
JAL-3047 don't set classes unconditionally (forgot to delete it in earlier patch)

5 years agoJAL-3047 don’t let the makedist task complete if a clover build was performed
Jim Procter [Mon, 2 Jul 2018 09:24:24 +0000 (10:24 +0100)]
JAL-3047 don’t let the makedist task complete if a clover build was performed

5 years agoJAL-3047 ‘cloverclasses’ build directory for instrumented classes (allow incremental...
Jim Procter [Mon, 2 Jul 2018 09:20:17 +0000 (10:20 +0100)]
JAL-3047 ‘cloverclasses’ build directory for instrumented classes (allow incremental compile and avoid releasing instrumented classes in production builds)

5 years agoJAL-3047 enable clover for testng
Jim Procter [Wed, 27 Jun 2018 17:17:29 +0000 (18:17 +0100)]
JAL-3047 enable clover for testng

5 years agoJAL-3047 ignore clover output dir
Jim Procter [Wed, 27 Jun 2018 17:17:13 +0000 (18:17 +0100)]
JAL-3047 ignore clover output dir

5 years agoStockholm file for test
bsoares [Tue, 31 Jul 2018 08:58:21 +0000 (09:58 +0100)]
Stockholm file for test

5 years agoFixed bug ignoring "alpha" extended braces in RNA SS line in
bsoares [Mon, 30 Jul 2018 16:24:51 +0000 (17:24 +0100)]
Fixed bug ignoring "alpha" extended braces in RNA SS line in
StockholmFile.java (loading a stockholm file with alpha braces in the
SS_cons line)

5 years agoMerge branch 'task/JAL-3047_clovercoverage' into develop
Jim Procter [Thu, 19 Jul 2018 15:37:40 +0000 (16:37 +0100)]
Merge branch 'task/JAL-3047_clovercoverage' into develop

5 years agoJAL-3047 don't set classes unconditionally (forgot to delete it in earlier patch) task/JAL-3047_clovercoverage
Jim Procter [Thu, 19 Jul 2018 15:36:30 +0000 (16:36 +0100)]
JAL-3047 don't set classes unconditionally (forgot to delete it in earlier patch)

5 years agoJAL-3065
bsoares [Tue, 17 Jul 2018 11:17:47 +0000 (12:17 +0100)]
JAL-3065

Change in all repo documentation advising launching Jalview with the
-Djava.ext.dirs=LIB
option to now use
-classpath="LIB/*:..."
instead. Using the -Djava.ext.dirs= option masks the JRE's own ext dir
which contains the sunjce packages.  This manifests as cipher problems
when accessing https resources (in particular https://www.ebi.ac.uk/...
when searching for PDB structures, activated when choosing Sequence->"3D
Structure Data...")

5 years agoMerge branch 'develop' of http://source.jalview.org/git/jalview into develop
Jim Procter [Thu, 12 Jul 2018 13:17:13 +0000 (14:17 +0100)]
Merge branch 'develop' of source.jalview.org/git/jalview into develop

5 years agoMerge branch 'task/JAL-3047_clovercoverage' into develop
Jim Procter [Mon, 2 Jul 2018 09:24:54 +0000 (10:24 +0100)]
Merge branch 'task/JAL-3047_clovercoverage' into develop

5 years agoJAL-3047 don’t let the makedist task complete if a clover build was performed
Jim Procter [Mon, 2 Jul 2018 09:24:24 +0000 (10:24 +0100)]
JAL-3047 don’t let the makedist task complete if a clover build was performed

5 years agoJAL-3047 ‘cloverclasses’ build directory for instrumented classes (allow incremental...
Jim Procter [Mon, 2 Jul 2018 09:20:17 +0000 (10:20 +0100)]
JAL-3047 ‘cloverclasses’ build directory for instrumented classes (allow incremental compile and avoid releasing instrumented classes in production builds)

5 years agoJAL-3047 enable clover for testng
Jim Procter [Wed, 27 Jun 2018 17:17:29 +0000 (18:17 +0100)]
JAL-3047 enable clover for testng

5 years agoJAL-3047 ignore clover output dir
Jim Procter [Wed, 27 Jun 2018 17:17:13 +0000 (18:17 +0100)]
JAL-3047 ignore clover output dir

5 years agoJAL-3047 ant -Dclover.jar=../path/to/clover/lib/clover.jar to enable clover for testn...
Jim Procter [Wed, 27 Jun 2018 17:02:52 +0000 (18:02 +0100)]
JAL-3047 ant -Dclover.jar=../path/to/clover/lib/clover.jar to enable clover for testng ant task

5 years agoMerge branch 'task/JAL-3042_remove_SimpleDocument_dependency' into develop
Jim Procter [Tue, 26 Jun 2018 17:38:03 +0000 (18:38 +0100)]
Merge branch 'task/JAL-3042_remove_SimpleDocument_dependency' into develop

5 years agoJAL-3042 remove mention of adjustable search box history length from docs
Jim Procter [Tue, 26 Jun 2018 17:37:27 +0000 (18:37 +0100)]
JAL-3042 remove mention of adjustable search box history length from docs

5 years agoJAL-3042 don't allow user to change default history length for an input box
Jim Procter [Tue, 26 Jun 2018 14:37:38 +0000 (15:37 +0100)]
JAL-3042 don't allow user to change default history length for an input box

5 years agoJAL-3035 removed jdas in libs documentation and noted spring modules as candidates...
Jim Procter [Tue, 26 Jun 2018 16:57:44 +0000 (17:57 +0100)]
JAL-3035 removed jdas in libs documentation and noted spring modules as candidates for removal

5 years agoMerge branch 'tasks/JAL-3035_remove_dasobert_dependency' into develop
Jim Procter [Tue, 26 Jun 2018 16:07:02 +0000 (17:07 +0100)]
Merge branch 'tasks/JAL-3035_remove_dasobert_dependency' into develop

5 years agoJAL-3035 documentation in 2.11 release notes (and 2.11 fictional release date)
Jim Procter [Tue, 26 Jun 2018 16:06:40 +0000 (17:06 +0100)]
JAL-3035 documentation in 2.11 release notes (and 2.11 fictional release date)

5 years agoJAL-3035 remove DAS UI documentation
Jim Procter [Tue, 26 Jun 2018 16:06:12 +0000 (17:06 +0100)]
JAL-3035 remove DAS UI documentation

5 years agoMerge branch 'tasks/JAL-3035_remove_dasobert_dependency' into develop
Jim Procter [Tue, 26 Jun 2018 15:40:46 +0000 (16:40 +0100)]
Merge branch 'tasks/JAL-3035_remove_dasobert_dependency' into develop

5 years agoJAL-3035 - jalview-das is no more !
Jim Procter [Tue, 26 Jun 2018 15:16:15 +0000 (16:16 +0100)]
JAL-3035 - jalview-das is no more !
 - jsdas lib removed
 - DAS settings panel deleted (Feature settings pane has no tabs now)
 - all code for wrapping DAS sources and retrieving sequences and features from them is gone
 - test methods/main methods have been de-dasified or removed if their only purpose was to test DAS source discovery
 - fancy sorting code to account for DAS sequence source names has been removed

5 years agoJAL-3035 (unrelated) random XML error in nbbuild.xml
Jim Procter [Tue, 26 Jun 2018 15:09:45 +0000 (16:09 +0100)]
JAL-3035 (unrelated) random XML error in nbbuild.xml

5 years agoJAL-3009 release notes
Jim Procter [Thu, 7 Jun 2018 15:24:16 +0000 (16:24 +0100)]
JAL-3009 release notes

5 years agoMerge branch 'bugs/JAL-3009_blockingNetworkThreads' into releases/Release_2_10_4_Branch
Jim Procter [Thu, 7 Jun 2018 15:22:37 +0000 (16:22 +0100)]
Merge branch 'bugs/JAL-3009_blockingNetworkThreads' into releases/Release_2_10_4_Branch

5 years agoJAL-2999 what's new and tweak release notes order
Jim Procter [Thu, 7 Jun 2018 15:05:22 +0000 (16:05 +0100)]
JAL-2999 what's new and tweak release notes order

5 years agoJAL-2755 correct Javadoc and error handling
gmungoc [Thu, 7 Jun 2018 14:40:11 +0000 (15:40 +0100)]
JAL-2755 correct Javadoc and error handling

5 years agoJAL-2920 format/comment tidy
gmungoc [Thu, 7 Jun 2018 08:58:41 +0000 (09:58 +0100)]
JAL-2920 format/comment tidy

5 years agoJAL-2920 wrap description in <html/> if it includes <br/>
gmungoc [Thu, 7 Jun 2018 08:55:54 +0000 (09:55 +0100)]
JAL-2920 wrap description in <html/> if it includes <br/>

5 years agoMerge branch 'releases/Release_2_10_4_Branch' of https://source.jalview.org/git/jalvi...
gmungoc [Thu, 7 Jun 2018 08:06:16 +0000 (09:06 +0100)]
Merge branch 'releases/Release_2_10_4_Branch' of https://source.jalview.org/git/jalview.git into releases/Release_2_10_4_Branch

5 years agoJAL-2920 unit tests for 3 or more original or variant bases
gmungoc [Wed, 6 Jun 2018 15:47:55 +0000 (16:47 +0100)]
JAL-2920 unit tests for 3 or more original or variant bases

5 years agoJAL-2999 refine release notes
Jim Procter [Wed, 6 Jun 2018 15:41:49 +0000 (16:41 +0100)]
JAL-2999 refine release notes

5 years agoJAL-2999 release 2.10.4b1 on Thursday (promise!)
Jim Procter [Wed, 6 Jun 2018 15:16:13 +0000 (16:16 +0100)]
JAL-2999 release 2.10.4b1 on Thursday (promise!)

5 years agoJAL-2920 release notes
Jim Procter [Wed, 6 Jun 2018 15:15:33 +0000 (16:15 +0100)]
JAL-2920 release notes

5 years agoMerge branch 'bug/JAL-2920_uniprotvariantfeature' into releases/Release_2_10_4_Branch
Jim Procter [Wed, 6 Jun 2018 15:12:58 +0000 (16:12 +0100)]
Merge branch 'bug/JAL-2920_uniprotvariantfeature' into releases/Release_2_10_4_Branch

5 years agoJAL-2920 revised TODO for JAL-3025 bug/JAL-2920_uniprotvariantfeature
Jim Procter [Wed, 6 Jun 2018 15:12:17 +0000 (16:12 +0100)]
JAL-2920 revised TODO for JAL-3025

5 years agoJAL-2920 don’t output variant/original sequence as three-letter codes for more than...
Jim Procter [Wed, 6 Jun 2018 15:06:03 +0000 (16:06 +0100)]
JAL-2920 don’t output variant/original sequence as three-letter codes for more than three bases (pragmatic deviation from HGVC nomenclature)

5 years agoJAL-2920 JAL-3017 uniprot XML schema included in mappings doc
Jim Procter [Wed, 6 Jun 2018 14:33:19 +0000 (15:33 +0100)]
JAL-2920 JAL-3017 uniprot XML schema included in mappings doc

5 years agoJAL-1920 JAL-3017 use newline not <br/> in description and update test to cover multi...
Jim Procter [Wed, 6 Jun 2018 14:22:53 +0000 (15:22 +0100)]
JAL-1920 JAL-3017 use newline not <br/> in description and update test to cover multi-position variants and newline code

5 years agoJAL-3013 ensure Chimera as a symlink gets resolved
gmungoc [Wed, 6 Jun 2018 14:16:50 +0000 (15:16 +0100)]
JAL-3013 ensure Chimera as a symlink gets resolved

5 years agoJAL-3009 news reader thread should be in background. TODO: patch newsreader so it... bugs/JAL-3009_blockingNetworkThreads
Jim Procter [Wed, 30 May 2018 10:50:19 +0000 (11:50 +0100)]
JAL-3009 news reader thread should be in background. TODO: patch newsreader so it uses GUI thread for displaying itself ?


5 years agoJAL-3009 Identifiers.Org retrieval on background thread.
Jim Procter [Wed, 30 May 2018 10:48:21 +0000 (11:48 +0100)]
JAL-3009 Identifiers.Org retrieval on background thread.

5 years agoJAL-2808 update test for revised treatment of 'mixed type' attribute values
gmungoc [Mon, 4 Jun 2018 19:42:53 +0000 (20:42 +0100)]
JAL-2808 update test for revised treatment of 'mixed type' attribute values

5 years agoJAL-3019 correctly form toRange of 'traversed' MapList
gmungoc [Mon, 4 Jun 2018 19:40:07 +0000 (20:40 +0100)]
JAL-3019 correctly form toRange of 'traversed' MapList

5 years agoJAL-3018 updated REST versions to 6.3
gmungoc [Mon, 4 Jun 2018 14:06:21 +0000 (15:06 +0100)]
JAL-3018 updated REST versions to 6.3

5 years agoJAL-3017 parse multiple variant elements for uniprot feature
Jim Procter [Sat, 2 Jun 2018 13:17:31 +0000 (14:17 +0100)]
JAL-3017 parse multiple variant elements for uniprot feature
 Conflicts:
src/jalview/datamodel/xdb/uniprot/UniprotFeature.java
Merged JAL-3017 into upstream JAL-2920 patches for HGVC nomenclature
note - should properly deal with delins variants http://varnomen.hgvs.org/recommendations/protein/variant/delins/

5 years agoJAL-2999 update release notes and patch date to 5th June 2018
Jim Procter [Mon, 4 Jun 2018 08:31:41 +0000 (09:31 +0100)]
JAL-2999 update release notes and patch date to 5th June 2018

5 years agoJAL-3017 parse multiple variant elements for uniprot feature
Jim Procter [Sat, 2 Jun 2018 13:17:31 +0000 (14:17 +0100)]
JAL-3017 parse multiple variant elements for uniprot feature

5 years agoJAL-2808 don't capture or report min-max for mixed text/numeric attribute
gmungoc [Thu, 31 May 2018 13:20:50 +0000 (14:20 +0100)]
JAL-2808 don't capture or report min-max for mixed text/numeric attribute

5 years agoJAL-2808 pre-fill numeric inequality filter with min/max range value
gmungoc [Thu, 31 May 2018 10:43:40 +0000 (11:43 +0100)]
JAL-2808 pre-fill numeric inequality filter with min/max range value

5 years agoJAL-2999 2.10.4b1 release 31st May
Jim Procter [Wed, 30 May 2018 10:58:23 +0000 (11:58 +0100)]
JAL-2999 2.10.4b1 release 31st May

5 years agoMerge branch 'bug/JAL-797' into develop
gmungoc [Mon, 28 May 2018 08:23:26 +0000 (09:23 +0100)]
Merge branch 'bug/JAL-797' into develop

5 years agoMerge remote-tracking branch 'origin/releases/Release_2_10_4_Branch' into develop
gmungoc [Mon, 28 May 2018 08:19:40 +0000 (09:19 +0100)]
Merge remote-tracking branch 'origin/releases/Release_2_10_4_Branch' into develop

Conflicts:
src/jalview/io/FeaturesFile.java

5 years agoJAL-2999 release date for 2.10.4b1 set for 27th May 2018
Jim Procter [Sat, 26 May 2018 12:36:41 +0000 (13:36 +0100)]
JAL-2999 release date for 2.10.4b1 set for 27th May 2018

5 years agoMerge branch 'documentation/JAL-2999_r2104b1' into releases/Release_2_10_4_Branch
Jim Procter [Fri, 25 May 2018 12:58:10 +0000 (13:58 +0100)]
Merge branch 'documentation/JAL-2999_r2104b1' into releases/Release_2_10_4_Branch

5 years agoMerge branch 'bug/JAL-2992panelHeight' into releases/Release_2_10_4_Branch
Jim Procter [Fri, 25 May 2018 12:58:01 +0000 (13:58 +0100)]
Merge branch 'bug/JAL-2992panelHeight' into releases/Release_2_10_4_Branch

5 years agoMerge branch 'bug/JAL-1460_dragndropWindows' into releases/Release_2_10_4_Branch
Jim Procter [Fri, 25 May 2018 12:56:34 +0000 (13:56 +0100)]
Merge branch 'bug/JAL-1460_dragndropWindows' into releases/Release_2_10_4_Branch

5 years agoJAL-2992 simpler heuristic for available height bug/JAL-2992panelHeight
gmungoc [Fri, 25 May 2018 12:49:33 +0000 (13:49 +0100)]
JAL-2992 simpler heuristic for available height

5 years agoMerge branch 'bug/JAL-2991_exporttosvgwrapview' into releases/Release_2_10_4_Branch
Jim Procter [Fri, 25 May 2018 10:19:58 +0000 (11:19 +0100)]
Merge branch 'bug/JAL-2991_exporttosvgwrapview' into releases/Release_2_10_4_Branch

5 years agoMerge branch 'feature/JAL-2994chimeraPath' into releases/Release_2_10_4_Branch
Jim Procter [Fri, 25 May 2018 10:10:20 +0000 (11:10 +0100)]
Merge branch 'feature/JAL-2994chimeraPath' into releases/Release_2_10_4_Branch

5 years agoJAL-1460 clarify release notes - and mention that shortcuts are now handled by Jalview
Jim Procter [Fri, 25 May 2018 10:09:33 +0000 (11:09 +0100)]
JAL-1460 clarify release notes - and mention that shortcuts are now handled by Jalview

5 years agoJAL-2994 add a few future release points for good measure in Chimera path search... feature/JAL-2994chimeraPath
Jim Procter [Fri, 25 May 2018 09:59:51 +0000 (10:59 +0100)]
JAL-2994 add a few future release points for good measure in Chimera path search on Windows

5 years agoJAL-1460 temp variable for clearer conditional and some extra brackets for readabilit... bug/JAL-1460_dragndropWindows
Jim Procter [Fri, 25 May 2018 09:47:32 +0000 (10:47 +0100)]
JAL-1460 temp variable for clearer conditional and some extra brackets for readability only


5 years agoJAL-1460 javadoc
Jim Procter [Fri, 25 May 2018 09:47:11 +0000 (10:47 +0100)]
JAL-1460 javadoc

5 years agoJAL-2995 tooltip on fields with double-click to browse for file
gmungoc [Fri, 25 May 2018 08:13:35 +0000 (09:13 +0100)]
JAL-2995 tooltip on fields with double-click to browse for file

5 years agoJAL-2994 temporary patch with paths to Chimera for Windows
gmungoc [Fri, 25 May 2018 08:13:00 +0000 (09:13 +0100)]
JAL-2994 temporary patch with paths to Chimera for Windows

5 years agoJAL-2999 issues resolved (or nearly so) for 2.10.4b1
Jim Procter [Thu, 24 May 2018 15:34:34 +0000 (16:34 +0100)]
JAL-2999 issues resolved (or nearly so) for 2.10.4b1

5 years agoJAL-2997 additional tests
gmungoc [Thu, 24 May 2018 14:59:49 +0000 (15:59 +0100)]
JAL-2997 additional tests

5 years agoJAL-1460 tidied up the use of windows link file parser
Jim Procter [Thu, 24 May 2018 13:38:59 +0000 (14:38 +0100)]
JAL-1460 tidied up the use of windows link file parser

5 years agoJAL-1460 more complete drag'n'drop debugging info and bugfixes
Jim Procter [Thu, 24 May 2018 12:52:32 +0000 (13:52 +0100)]
JAL-1460 more complete drag'n'drop debugging info and bugfixes

5 years agoJAL-1460 process .lnk files dragged to Jalview when on Windows using WindowsShortCutH...
Jim Procter [Thu, 24 May 2018 10:56:32 +0000 (11:56 +0100)]
JAL-1460 process .lnk files dragged to Jalview when on Windows using WindowsShortCutHandler class (thanks to StackOverFlow post..)


5 years agoJAL-1460 new data flavor for URLs added belt-and-braces URL drop code found in Marina...
Jim Procter [Thu, 24 May 2018 10:54:26 +0000 (11:54 +0100)]
JAL-1460 new data flavor for URLs added belt-and-braces URL drop code found in Marinacci and Adamson’s ’Swing Hacks’ (https://books.google.co.uk/books?id=oNbFfcyAtv4C&lpg=PA336&ots=hflsI561Dv&dq=java%20drag%20and%20drop%20url&pg=PA337#v=onepage&q=java%20drag%20and%20drop%20url&f=false ) plus OS X bug workaround.

5 years agoJAL-2993 AlignFrame listen for keystrokes in OverviewPanel
gmungoc [Wed, 23 May 2018 16:14:17 +0000 (17:14 +0100)]
JAL-2993 AlignFrame listen for keystrokes in OverviewPanel

5 years agoJAL-2997 unit test
gmungoc [Wed, 23 May 2018 15:49:53 +0000 (16:49 +0100)]
JAL-2997 unit test

5 years agofix for JAL-2991 - we could do better :/ bug/JAL-2991_exporttosvgwrapview
Jim Procter [Wed, 23 May 2018 15:19:56 +0000 (16:19 +0100)]
fix for JAL-2991 - we could do better :/

5 years agoJAL-2997 handle tab-delimited trailing column number when parsing
gmungoc [Wed, 23 May 2018 14:33:08 +0000 (15:33 +0100)]
JAL-2997 handle tab-delimited trailing column number when parsing

5 years agoJAL-2999 release notes and version bump for jalview 2.10.4b1
Jim Procter [Wed, 23 May 2018 14:18:52 +0000 (15:18 +0100)]
JAL-2999 release notes and version bump for jalview 2.10.4b1

5 years agoJAL-2895 replace $$Jalview-Version$$ in help.jhm with build version when indexing...
Jim Procter [Wed, 23 May 2018 14:17:45 +0000 (15:17 +0100)]
JAL-2895 replace $$Jalview-Version$$ in help.jhm with build version when indexing built in help pages

5 years agoJAL-797 Cmd-W act WHEN_IN_FOCUSED_WINDOW bug/JAL-797
gmungoc [Mon, 21 May 2018 14:31:34 +0000 (15:31 +0100)]
JAL-797 Cmd-W act WHEN_IN_FOCUSED_WINDOW

5 years agoJAL-2920 use HGVS notation for protein variant feature
gmungoc [Mon, 21 May 2018 11:17:01 +0000 (12:17 +0100)]
JAL-2920 use HGVS notation for protein variant feature

5 years agoJAL-2986 corrected findIndex for out of range residue value
gmungoc [Fri, 11 May 2018 11:19:52 +0000 (12:19 +0100)]
JAL-2986 corrected findIndex for out of range residue value