From 14307f5cfcbc90c419c892434613a500ca550ecc Mon Sep 17 00:00:00 2001 From: gmungoc Date: Tue, 7 Nov 2017 11:50:54 +0000 Subject: [PATCH] JAL-2069 update spike branch with latest --- README | 5 +- help/html/releases.html | 3 +- resources/lang/Messages.properties | 15 +- src/jalview/api/FeatureColourI.java | 35 +- src/jalview/appletgui/APopupMenu.java | 5 +- src/jalview/datamodel/SequenceFeature.java | 23 +- .../datamodel/features/FeatureAttributes.java | 193 ++++++- src/jalview/gui/Desktop.java | 2 +- src/jalview/gui/FeatureColourChooser.java | 569 ++++++++++++++++---- src/jalview/gui/FeatureSettings.java | 280 +++++----- src/jalview/gui/IdPanel.java | 3 +- src/jalview/gui/JvSwingUtils.java | 47 ++ src/jalview/gui/PopupMenu.java | 5 +- src/jalview/gui/SeqPanel.java | 32 +- src/jalview/io/SequenceAnnotationReport.java | 170 +++--- .../renderer/seqfeatures/FeatureRenderer.java | 5 +- src/jalview/schemes/FeatureColour.java | 166 ++++-- src/jalview/urls/CustomUrlProvider.java | 14 + src/jalview/util/ColorUtils.java | 16 + src/jalview/util/UrlConstants.java | 10 + src/jalview/util/matcher/KeyedMatcher.java | 10 +- src/jalview/util/matcher/KeyedMatcherSet.java | 5 +- src/jalview/util/matcher/KeyedMatcherSetI.java | 3 +- src/jalview/util/matcher/Matcher.java | 13 +- .../seqfeatures/FeatureRendererModel.java | 34 +- test/jalview/io/SequenceAnnotationReportTest.java | 96 +++- .../renderer/seqfeatures/FeatureRendererTest.java | 55 +- test/jalview/schemes/FeatureColourTest.java | 184 ++++++- test/jalview/util/matcher/KeyedMatcherSetTest.java | 39 +- test/jalview/util/matcher/MatcherTest.java | 4 +- 30 files changed, 1541 insertions(+), 500 deletions(-) diff --git a/README b/README index cbc93b1..eaf226b 100755 --- a/README +++ b/README @@ -25,7 +25,10 @@ To run application: java -Djava.ext.dirs=JALVIEW_HOME/lib -cp JALVIEW_HOME/jalview.jar jalview.bin.Jalview -Replace JALVIEW_HOME with the full path to Jalview Installation Directory. +Replace JALVIEW_HOME with the full path to Jalview Installation Directory. If building from source: + +java -Djava.ext.dirs=JALVIEW_BUILD/dist -cp JALVIEW_BUILD/dist/jalview.jar jalview.bin.Jalview + ################## diff --git a/help/html/releases.html b/help/html/releases.html index 92af377..7be088e 100755 --- a/help/html/releases.html +++ b/help/html/releases.html @@ -131,7 +131,8 @@ li:before {
  • Scale mark not shown when close to right hand end of alignment
  • Pairwise alignment only aligns selected regions of each selected sequence
  • Alignment ruler height set incorrectly after canceling the Alignment Window's Font dialog
  • -
  • Show cross-references not enabled after restoring project until a new view is created
  • +
  • Show cross-references not enabled after restoring project until a new view is created
  • +
  • Warning popup about use of SEQUENCE_ID in URL links appears when only default EMBL-EBI link is configured (since 2.10.2b2)
  • Applet