JAL-2232 some fix / partial fix of failing tests
[jalview.git] / src /
2016-10-04 gmungocJAL-2232 JAL-2154 update dbrefs to newly created datase...
2016-10-03 gmungocJAL-2110 javadoc formatting only
2016-10-03 gmungocJAL-2110 JAL-1705 handle not found (400) better
2016-10-03 gmungocJAL-2110 additional tests for setDatasetSequence, javad...
2016-10-03 Jim ProcterJAL-2210 use addDBRef to ensure normalisation (just...
2016-10-03 Jim ProcterJAL-2210 need to add both transcript and product, and...
2016-10-03 Jim ProcterJAL-2210 JAL-2232 remove version number from ENACDS...
2016-10-03 Jim ProcterJAL-2210 hack to remove EMBL from Protein crossrefs...
2016-10-03 Jim ProcterJAL-2210 explicit ‘doNotAdd’ list to prevent sequences...
2016-10-02 Jim ProcterJAL-2210 remove ENSEMBL from protein DB list:
2016-10-02 Jim ProcterJAL-2210 two pass attempt to import retrieved sequences...
2016-10-02 Jim ProcterJAL-2210 try to merge all sequences referenced by a...
2016-10-02 Jim ProcterJAL-2210 comments
2016-10-02 Jim ProcterJAL-2210 discover candidate dataset sequences for an...
2016-10-02 Jim ProcterJAL-2079 pass server name when reporting FTS ‘warning...
2016-10-01 Jim ProcterMerge branch 'develop' into bug/JAL-2210_ensembl_unipro...
2016-10-01 Jim ProcterJAL-2210 factored out code for processing cross-referen...
2016-10-01 Jim ProcterJAL-2210 refactor code to remove from a list of dbrefs...
2016-09-30 Jim ProcterJAL-2210 some DBRef xref/ref correspondences may add...
2016-09-30 Jim ProcterJAL-2210 CrossRef.findInDataset should search for prese...
2016-09-30 Jim ProcterJAL-2210 add uniprot+mapping between ENST and ENSP...
2016-09-30 gmungocJAL-2236 code restored (and some compiler warnings...
2016-09-30 gmungocMerge branch 'develop' into features/JAL-1856dbRefFetch...
2016-09-30 gmungocJAL-2236 fixes for desktop and applet implementation...
2016-09-29 gmungocJAL-1856 better warning messages for sequence matching... features/JAL-1856dbRefFetcherMessages
2016-09-29 gmungocJAL-2213 code warnings addressed (typed collections...
2016-09-29 gmungocJAL-2213 removed PDB from db sources list; also code...
2016-09-29 gmungocJAL-2213 made RESNUM constant private (not used elsewhe...
2016-09-29 gmungocJAL-2213 corrected wait for files to load in Jmol;...
2016-09-29 gmungocJAL-2237 apply default filter as sort in initial search
2016-09-29 gmungocMerge branch 'develop' of https://source.jalview.org...
2016-09-29 Jim ProcterJAL-2236 include associated sequence id for annotation...
2016-09-29 Jim ProcterMerge branch 'patch/JAL-2238_tcoffee_subgroups' into...
2016-09-29 Jim ProcterJAL-2236 fix: bail if no context available for subgroup
2016-09-29 gmungocJAL-1903 increase REST reply timeout from 5 to 15 seconds
2016-09-28 Jim ProcterJAL-2235 raise exceptions if self reference or referenc...
2016-09-28 Jim ProcterJAL-2210 patch for when no DBRefs on sequence
2016-09-28 Jim ProcterJAL-2210 instrument setDBRefs to call ensurePrimaries
2016-09-28 Jim ProcterJAL-2210 JAL-2232 check response code before attempting...
2016-09-28 Jim ProcterJAL-2232 extract EMBLCDS refs from EMBL refs on Uniprot...
2016-09-27 gmungocJAL-2233 less verbose logging for Jmol
2016-09-27 Jim ProcterMerge branch 'develop' into bug/JAL-2210_ensembl_unipro...
2016-09-27 Jim ProcterJAL-2210 formatting
2016-09-27 Jim ProcterJAL-2210 report stack trace for unexpected exceptions
2016-09-27 Jim ProcterJAL-2210 promote direct dbrefs from verified sources...
2016-09-27 Jim ProcterJAL-2210 resolve todo - addDBRef adds to dataset sequen...
2016-09-27 gmungocJAL-2231 save preferred scroll height _without_ progres...
2016-09-27 gmungocJAL-2230 use correct mapping to transfer features to...
2016-09-24 Jim ProcterMerge branch 'releases/Release_2_10_Branch' into develop
2016-09-23 tcofoegbuMerge branch 'develop' of https://source.jalview.org...
2016-09-23 tcofoegbuJAL-2164 JAL-1919 fixed failed revert commit
2016-09-23 Jim ProcterJAL-2214 fix docs (consistent and correct base pair...
2016-09-23 gmungocJAL-2214 Javadoc
2016-09-22 gmungocJAL-1421 use declared type of ResidueProperties.propHash
2016-09-22 gmungocJAL-1421 typed ResidueProperties.propHash; JAL-2176...
2016-09-22 gmungocJAL-2216 null currentAlignFrame on close all windows...
2016-09-22 gmungocJAL-2216 finalize call super.finalize()
2016-09-22 gmungocJAL-2216 finalise corrected to finalize
2016-09-22 gmungocJAL-2216 explicitly null AnnotationPanel and Annotation...
2016-09-22 gmungocJAL-2216 finalize() refactored so not called programmat...
2016-09-22 gmungocJAL-2216 new dispose() method to null references
2016-09-22 gmungocJAL-2216 finalize call super.finalize()
2016-09-21 Jim ProcterJAL-2214 JAL-1841 compute canonical, canonicalAndWobble...
2016-09-21 Jim ProcterJAL-1841 JAL-2215 add the ‘ignore gaps’ structure conse...
2016-09-21 Jim ProcterJAL-2214 test for strict Watson-Crick pairing
2016-09-21 Jim ProcterJAL-2215 fix - trigger alignment update when ‘ignore...
2016-09-20 gmungocJAL-1306 calculate Quality also when Conservation not...
2016-09-19 gmungocJAL-2118 reorder annotations after add/delete/hide...
2016-09-19 Jim ProcterMerge branch 'develop' of source.jalview.org/git/jalvie...
2016-09-19 gmungocMerge branch 'develop' of https://source.jalview.org...
2016-09-19 gmungocJAL-2172 test and code updates for readonly selection...
2016-09-19 tcofoegbumerge
2016-09-18 Jim ProcterJAL-1795 JAL-2206 prevent NPE when no data returned...
2016-09-16 gmungocJAL-2157 JAL-1803 refactored Sequence.updatePDBIds...
2016-09-16 gmungocJAL-2183 don't open two free text panels; give input...
2016-09-16 gmungocJAL-2183 avoid duplicate closeDialog()
2016-09-16 gmungocJAL-2164 removed unused parameters from JmolParser...
2016-09-14 Jim ProcterJAL-2164 create RESNUM features with padding the same...
2016-09-13 tcofoegbuJAL-2164 JAL-1919 disabled PDB file parser configuratio...
2016-09-13 tcofoegbuRevert "JAL-2164 JAL-1919 disabled and removed PDB...
2016-09-13 gmungocMerge branch 'develop' of https://source.jalview.org...
2016-09-13 tcofoegbuJAL-2164 JAL-1919 disabled and removed PDB file parser...
2016-09-13 gmungocJAL-1803 extracted class ChainId to jalview.util.CaseIn...
2016-09-13 tcofoegbuMerge branch 'develop' of https://source.jalview.org...
2016-09-13 tcofoegbuJAL-2195 bug fix to enable restoring jmol session save...
2016-09-12 Jim ProcterMerge branch 'patch/JAL-2068_JAL-2169_multiviewannotwor...
2016-09-09 tcofoegbumerge
2016-09-08 tcofoegbuJAL-2164 renamed 'DEFAULT_STRUCTURE_FORMAT' property...
2016-09-07 Jim ProcterMerge branch 'develop' into bug/JAL-1803_JAL-2157
2016-09-07 Jim ProcterJAL-2191 comments re chimera view code redundancy and...
2016-09-07 Jim ProcterJAL-282 TODO - Sequence name from PDB had redundant...
2016-09-07 Jim ProcterJAL-1803 transfer mapped chain’s PDBEntry to the *datas...
2016-09-07 Jim ProcterJAL-1803 JAL-1919 set type when structure file is parsed
2016-09-07 Jim ProcterJAL-1803 first pass at updatePDBEntry
2016-09-06 gmungocJAL-2106 DBRefEntry.isPrimary() renamed isPrimaryCandid...
2016-09-06 gmungocJAL-2147 additional test coverage for findMappingsForSe...
2016-09-05 gmungocJAL-2154 made Java 7 compatible
2016-09-05 gmungocJAL-2106 increased coverage for testGetPrimaryDbRefs
2016-09-05 gmungocJAL-2106 corrections to DBRefEntry.isPrimary code and...
2016-09-04 Jim ProcterJAL-1919 preserve filename on restore of project so...
next