jalview.git
2018-10-04 gmungocJAL-3132 set status message when over sequence id or...
2018-10-04 gmungocJAL-3093 unit tests, no mouse action over left/right...
2018-10-03 gmungocJAL-3093 tweaks to code and test for 3px gap above...
2018-10-02 gmungocJAL-3093 unit tests for SeqPanel.findMousePosition
2018-10-02 gmungocJAL-3093 limited Consensus popup menu when in wrapped...
2018-10-02 gmungocJAL-3093 added MousePos.isOverAnnotation() for extra...
2018-10-01 gmungocJAL-3093 'read-only' annotations when in wrapped mode
2018-10-01 gmungocJAL-3093 refactor (+test) Annotation Labels tooltip...
2018-10-01 gmungocJAL-3093 unit tests for finding annotation row index...
2018-10-01 gmungocJAL-3093 show annotation tooltips and status message...
2018-09-28 gmungocJAL-3063 service param files read/saved using JAXB...
2018-09-28 gmungocJAL-3063 top level element added to JalviewWsParamSet.xsd
2018-09-28 gmungocJAL-3063 comments re use of xjc to generate Java bindin...
2018-09-27 gmungocJAL-2791 refactored Export Features to apply all visibi...
2018-09-27 gmungocJAL-2791 new method to test if feature fails colour...
2018-09-27 gmungocJAL-2791 method that tests all conditions for feature...
2018-09-26 gmungocJAL-3125 tidy up
2018-09-26 gmungocJAL-3125 avoid slider 'rounding' threshold field value
2018-09-24 gmungocJAL-3063 tidy commented out code
2018-09-21 gmungocJAL-3063 wrappers with check for null getting optional...
2018-09-21 gmungocJAL-3120 preserve feature colour/mincolour/maxcolour... bug/JAL-3120restoreFeatureColour
2018-09-20 gmungocJAL-2843 tweaks to help text for filters
2018-09-20 gmungocJAL-2843 help text for colour by attribute, feature...
2018-09-19 Jim ProcterMerge branch 'bug/JAL-3120restoreFeatureColour' into...
2018-09-19 gmungocJAL-3120 preserve plain colour value when changing...
2018-09-19 gmungocMerge branch 'develop' of https://source.jalview.org...
2018-09-19 Jim ProcterMerge branch 'cherrypick/JAL-2808_notabs' into develop
2018-09-19 Jim ProcterJAL-2808 JAL-3026 deleted all commented out tab code...
2018-09-19 gmungocJAL-2808 JAL-3032 drop tabbed layout for Colours and...
2018-09-19 gmungocJAL-3063 use JAXB for 'Save as Project' and load projec...
2018-09-19 gmungocJAL-3063 unit test for save/load project switched to...
2018-09-18 gmungocJAL-3063 Save/Load user defined colours using JAXB
2018-09-18 gmungocJAL-3063 Save/Load user colour scheme using JAXB
2018-09-18 gmungocJAL-3063 top level element added to colours schema...
2018-09-18 gmungocJAL-3063 New View via JAXB
2018-09-18 gmungocJAL-3063 temporary extra menu option to save/load proje...
2018-09-18 gmungocJAL-3063 first version of Jalview2XML using JAXB to...
2018-09-18 gmungocJAL-3063 JAXB binding classes generated by xjc from...
2018-09-18 gmungocJAL-3063 tweak schema so JAXB tool xjc recognises XML...
2018-09-18 gmungocJAL-3063 tweak schema so JAXB generates enums for enume...
2018-09-18 Jim ProcterJAL-3035 more dedasification
2018-09-18 Jim ProcterJAL-2865 release notes
2018-09-17 gmungocJAL-3116 test method renamed to match code
2018-09-17 gmungocJAL-3116 unit tests adapted to EMBL over JAXB
2018-09-14 gmungocJAL-3116 parse EMBL XML with JAXB (todo: update unit...
2018-09-13 gmungocJAL-3116 Uniprot XML unmarshalled using JAXB not Castor
2018-09-12 gmungocMerge branch 'develop' of https://source.jalview.org...
2018-09-12 Jim ProcterMerge branch 'merge/JAL-3091_JAL-3111_develop_211'...
2018-09-12 gmungocMerge branch 'develop' of https://source.jalview.org...
2018-09-12 gmungocJAL-1551 reinstated Save actions
2018-09-11 Jim ProcterJAL-3112 increased TEST_TIMEOUT to 9000ms - needed...
2018-09-11 Jim ProcterJAL-3112 Use classgraph to reconstruct the classpath...
2018-09-11 Jim ProcterMerge branch 'merge/JAL-3091_JAL-3111_develop_211'...
2018-09-11 Jim ProcterJAL-3111 drop hts-1.33 as a dependency (in favour of...
2018-09-11 Jim ProcterMerge branch 'merge/JAL-3091_JAL-3111_develop_211'...
2018-09-11 Jim ProcterMerge branch 'releases/Release_2_11_Branch' into merge...
2018-09-11 Jim ProcterMerge branch 'develop' into releases/Release_2_11_Branch
2018-09-10 gmungocJAL-3099 use Alignment.getVisibleWidth() where wanted bug/JAL-3099alignmentVisibleWidth
2018-09-10 gmungocJAL-3099 new method AlignmentI.getVisibleWidth()
2018-09-10 gmungocJAL-3097 adjust viewport width on hiding columns bug/JAL-3097blankExtraColumns
2018-09-10 gmungocJAL-3108 fix concurrency bug in Reveal action handler
2018-09-09 Jim ProcterJAL-3091 changed release date to 10th September - tweak... releases/Release_2_10_5_Branch Release_2_10_5
2018-09-09 Jim ProcterJAL-3106 normalise extension before checking if it...
2018-09-07 Jim ProcterJAL-3107 update any group associated annotation rows...
2018-09-07 Jim ProcterJAL-2988 JAL-2968 renamed patched VAqua5 to VAqua5...
2018-09-07 Jim ProcterJAL-2988 if selected file is null (On Java 10/OSX ...
2018-09-07 Jim ProcterJAL-2988 workaround: overload getSelectedFile() because...
2018-09-07 Jim ProcterJAL-3106 use .jvp as default
2018-09-07 Jim ProcterJAL-3105 fix for focus transfer after window closed...
2018-09-06 Jim ProcterJAL-3091 code committed in error (failed patch for...
2018-09-06 Jim ProcterJAL-3091 release notes for JAL-3104
2018-09-06 Jim ProcterJAL-3105 reallocate quality and consensus annotation...
2018-09-06 Jim ProcterJAL-2854 compute visible annotation panel height and...
2018-09-05 Jim ProcterJAL-3065 don’t quote class path args for Runtime.exec...
2018-09-05 Jim ProcterJAL-3091 update whats new!
2018-09-05 Jim ProcterJAL-3091 update Java 10 known issues/workarounds in...
2018-09-05 Jim ProcterJAL-3091 known defect in whats new for Java 10 issues...
2018-09-05 Jim ProcterJAL-3091 add Ben Soares to authors list and switch...
2018-09-05 Jim ProcterJAL-3091 release notes for updated memory settings
2018-09-05 Jim ProcterJAL-3091 release notes
2018-09-05 Jim ProcterJAL-3101 increase default heap size in IA and JNLP...
2018-09-05 Jim ProcterMerge branch 'patch/VAqua_saveload_update_JAL-2988...
2018-09-05 Jim ProcterJAL-2988 update InstallAnywhere install dependencies... patch/VAqua_saveload_update_JAL-2988
2018-09-05 Jim ProcterMerge branch 'bug/JAL-3076ensemblGeneId' into develop
2018-09-05 Jim ProcterJAL-3091 release date set for Thursday 6th September
2018-09-05 Jim ProcterMerge branch 'bug/JAL-3065_DH_keyPair_Exception_nogroov...
2018-09-05 Jim ProcterJAL-3065 - amended commit 4906697ab6e5a79fbce3baae89f7... bug/JAL-3065_DH_keyPair_Exception_nogroovysettings
2018-09-04 Jim ProcterJAL-3091 JAL-2988 release notes re Java 10 and OSX
2018-09-03 Jim ProcterMerge branch 'patch/VAqua_saveload_update_JAL-2988...
2018-09-03 Jim ProcterMerge branch 'releases/Release_2_10_5_Branch' of source...
2018-09-03 Jim ProcterJAL-3091 -Dnosign to disable jar signing phase of build
2018-09-03 Jim ProcterJAL-3091 -Dnosign to disable jar signing phase of build
2018-09-03 Jim ProcterJAL-3091 release notes and whats new !
2018-09-03 gmungocMerge branch 'trialMerge' into releases/Release_2_10_5_...
2018-09-03 gmungocJAL-3076 fetch Ensembl sequence as JSON instead of...
2018-09-03 Jim ProcterJAL-3065 release notes
2018-09-03 Jim ProcterMerge branch 'bug/JAL-3065_DH_keyPair_Exception' into...
2018-09-03 Jim ProcterJAL-3076 clarify javadoc handling single sequence respo... bug/JAL-3076ensemblGeneId
2018-09-03 Jim ProcterJAL-3087 release notes
2018-08-31 Jim ProcterJAL-3095 account for sequence start when highlighting...
next