JAL-2591 Removed getHiddenRegions()==null checks which are always false
[jalview.git] / src / jalview / viewmodel /
2017-06-06 kiramtJAL-2591 Removed getHiddenRegions()==null checks which...
2017-06-02 kiramtJAL-2577 Don't allow viewport ranges below 0. Unit... bug/JAL-2577
2017-05-30 kiramtJAL-2573 Fixes for alignment < viewport width, and... JAL-2571
2017-05-30 kiramtJAL-2571 Corrected alignment width/height checks to...
2017-05-29 Jim ProcterMerge branch 'bug/JAL-2034contextchange' into develop
2017-05-27 Jim ProcterMerge branch 'bug/JAL-2491' into develop
2017-05-24 kiramtJAL-2034 Added isDefined flag to SequenceGroup
2017-05-17 gmungocMerge branch 'develop' into bug/JAL-2510amendFeatures
2017-05-16 kiramtMerge branch 'develop' into bug/JAL-2491
2017-05-16 kiramtJAL-2491 Better merge
2017-05-15 kiramtJAL-2491 Better merge but not quite right yet
2017-05-15 Jim ProcterJAL-2371 create a default ResidueShader when constructi...
2017-05-15 kiramtMerge remote-tracking branch 'origin/develop' into...
2017-05-12 kiramtJAL-2491 Tidy
2017-05-12 kiramtJAL-2491 Tidies to Overview panel calls in light of...
2017-05-12 Jim ProcterMerge branch 'features/JAL-2435splitScreenFont' into...
2017-05-12 kiramtJAL-2491 Renamed comp scrolling flag for consistency...
2017-05-12 kiramtJAL-2491 Unit test updates
2017-05-11 kiramtJAL-2491 Unit tests and updates
2017-05-10 kiramtJAL-2491 Make it work with cursor movement
2017-05-10 kiramtJAL-2491 Cursor scrolling
2017-05-09 kiramtJAL-2491 Tidies and more refactoring
2017-05-08 kiramtJAL-2491 More wrap corrections
2017-05-08 kiramtJAL-2491 Tweaks to avoid scroll problems at bottom...
2017-05-08 kiramtJAL-2491 Started moving other scrolling fns into viewpo...
2017-05-05 gmungocMerge branch 'develop' into features/JAL-2435splitScree...
2017-05-05 gmungocJAL-964 JAL-2510 update Feature Settings from Amend...
2017-05-05 kiramtMerge remote-tracking branch
2017-05-05 kiramtMerge remote-tracking branch 'origin/develop' into features/JAL-2388hiddencolumnschanges
2017-05-05 kiramtMerge remote-tracking branch 'origin/develop' into
2017-05-04 Jim ProcterMerge branch 'features/JAL-2393customMatrices' into...
2017-05-04 Jim ProcterMerge branch 'features/JAL-2393customMatrices' into...
2017-05-03 Jim ProcterJAL-1933 JAL-2501 i18n for all auto calculated descriptions features/JAL-2432_annotbypercent
2017-05-03 kiramtJAL-2491 sort of working overview/find interaction...
2017-05-02 gmungocJAL-2499 JAL-2403 push 'configure for view' inside...
2017-05-02 kiramtJAL-2491 first addition of new event
2017-04-28 gmungocMerge branch 'develop' into features/JAL-2393customMatrices
2017-04-27 Jim ProcterJAL-1933 consensus calculation doesn’t depend on occupa...
2017-04-27 Jim ProcterJAL-1933 only create and add occupancy row to alignment...
2017-04-27 Jim ProcterJAL-1933 occupancy row has a space below it for counts
2017-04-26 kiramtJAL-2388 Tidies and unit tests
2017-04-25 kiramtJAL-2388 Working hidden regions hide/show in desktop
2017-04-24 kiramtMerge remote-tracking branch
2017-04-24 kiramtJAL-2388 Finished split of hidden columns and selected...
2017-04-24 kiramtJAL-2388 Hidden cols separated from column selection...
2017-04-21 kiramtJAL-2388 Tidies
2017-04-21 kiramtJAL-2388 Make sure resizing still works
2017-04-21 kiramtJAL-2388 Alignment col and row collections with iterators
2017-04-19 kiramtMerge remote-tracking branch 'origin/develop' into
2017-04-10 gmungocJAL-2403 removed remaining jvCalcMode references from PCA
2017-04-07 gmungocMerge branch 'develop' into features/JAL-2393customMatrices
2017-04-03 gmungocMerge branch 'develop' into features/JAL-2435splitScree...
2017-03-31 gmungocMerge branch 'develop' into bug/JAL-2431splitFrameNewView bug/JAL-2431splitFrameNewView
2017-03-31 gmungocJAL-2435 slightly more sensible behaviour changing...
2017-03-29 kiramtJAL-2388 New rendering code, extensions to support...
2017-03-23 gmungocMerge branch 'develop' into features/JAL-2393customMatrices
2017-03-22 kiramtMerge remote-tracking branch 'origin/develop' into
2017-03-22 kiramtMerge remote-tracking branch 'origin/develop' into
2017-03-21 kiramtJAL-2388 Made ViewportRanges final
2017-03-21 Jim ProcterMerge branch 'features/JAL-2388OverviewWindow' into...
2017-03-17 kiramtJAL-2388 Renamed column and row subtraction functions
2017-03-16 kiramtJAL-2388 Applied ViewportRanges to code
2017-03-16 kiramtJAL-2388 Renamed viewport position props to viewport...
2017-03-16 kiramtJAL-2439 Out-by-one in setting endRes/endSeq
2017-03-15 gmungocJAL-2431 show cDNA consensus after New View in split...
2017-03-15 kiramtJAL-2388 Unit tests and tidies
2017-03-14 kiramtJAL-2388 Working overview panel
2017-03-14 gmungocJAL-2438 Javadoc updates
2017-03-14 gmungocJAL-2438 comment/Javadoc tidies
2017-03-13 gmungocJAL-2438 FeatureColourFinder refactored from FeatureRen...
2017-03-10 kiramtJAL-2388 Moving some alignment panel logic into overvie...
2017-03-07 kiramtJAL-2388 Fixed inherited&new out-by-one errors; further...
2017-03-07 kiramtJAL-2388 Additional unit tests
2017-03-07 kiramtMerge remote-tracking branch 'origin/develop' into...
2017-03-06 kiramtJAL-2388 Dependency tidy
2017-03-06 kiramtJAL-2388 Remove OverviewDimensions dependency on gui...
2017-03-06 kiramtJAL-2388 Corrected overview panel behaviour, updated...
2017-03-03 kiramtJAL-2388 Initial removal of hidden cols/seqs out of...
2017-03-01 kiramtJAL-2388 Reverted to previous
2017-03-01 gmungocMerge branch 'features/JAL-2295setChimeraAttributes...
2017-03-01 kiramtJAL-2388 Preliminary refactor check-in, does not compile
2017-02-28 kiramtJAL-2388 First move of endRes etc out of AlignmentViewp...
2017-02-27 kiramtJAL-2388 Make startRes,startSeq,endRes,endSeq private...
2017-02-27 gmungocJAL-1632 dialog to calculate either Tree or PCA
2017-02-27 kiramtJAL-2388 Minor refactoring
2017-02-27 gmungocJAL-1632 add score model params to PCAModel and PCA...
2017-02-23 gmungocJAL-2403 JAL-1483 changes to ScoreModelI hierarchy...
2017-02-21 gmungocMerge branch 'develop' into features/JAL-2393customMatrices
2017-02-21 kiramtMerge branch 'develop' into features/JAL-2388OverviewWindow
2017-02-20 Jim ProcterMerge branch 'features/JAL-2379pcaMemory' into develop
2017-02-13 gmungocJAL-1632 JAL-2416 load score matrices from file, as...
2017-02-10 gmungocJAL-2371 small move of code, typo correction
2017-02-09 kiramtMerge remote-tracking branch 'origin/develop' into...
2017-02-09 kiramtJAL-2388 Initial refactor of OverviewPanel
2017-02-09 gmungocMerge branch 'develop' into features/JAL-2379pcaMemory features/JAL-2379pcaMemory
2017-02-09 gmungocJAL-2405 set initial selection group alignment context
2017-02-08 gmungocJAL-2405 set context on selection group for tailored...
2017-02-07 gmungocJAL-2397 flag provided for 2.10.1 PCA gap calculation...
2017-02-03 gmungocJAL-2379 'direct' pairwise score calculation for PCA...
2017-01-31 gmungocJAL-2371 commented code removed only
next