JAL-1953 moved DataConversions to Forester package
[jalview.git] / src / jalview / ext / archaeopteryx /
2018-01-09 kjvdheideJAL-1953 moved DataConversions to Forester package
2018-01-08 kjvdheideJAL-2844 changed threshold from double to float
2018-01-08 kjvdheideJAL-2844 start on moving tree partitioning code into...
2018-01-06 kjvdheideJAL-2871 aptx Configuration now created through input...
2018-01-04 kjvdheideJAL-1953 Moved config to resources folder
2018-01-02 kjvdheideJAL-1953 start work on storing nodes in a map per tree...
2017-12-20 kjvdheideJAL-2874 made the actionlistener slightly clearer
2017-12-20 kjvdheideJAL-2838 JAL-2872 added sorting from the Aptx frame...
2017-12-20 kjvdheideJAL-281 moved utility methods to .io package
2017-12-20 kjvdheideJAL-281 split up TreeParser into separate format parsers
2017-12-18 kjvdheideJAL-1953 moved now-generic methods outside of Aptx...
2017-12-18 kjvdheideJAL-1953 -External from all interfaces names
2017-12-18 kjvdheideJAL-1953 attempt at changing Aptx's font to Jalview's
2017-12-18 kjvdheideJAL-2844 made null tree nodes return null wrappers...
2017-12-18 kjvdheideMerge branch 'kjvdh/features/PhylogenyViewer' into
2017-12-18 kjvdheideJAL-1953 redundant tree interface instantiation removed
2017-12-15 kjvdheideJAL-2852 EPS saving code ported from TreePanel to Aptx.
2017-12-15 kjvdheideJAL-1953 added Y coordinate getter method
2017-12-15 kjvdheideJAL-2852 merged the EPS button adding from main branch...
2017-12-15 kjvdheideJAL-1953 node comparing now includes checking node...
2017-12-15 kjvdheideJAL-1953 removed deprecated interfaces
2017-12-15 kjvdheideJAL-2852 added EPS export button to File menu
2017-12-14 kjvdheideJAL-1953 more progress on interfaces, jalview binding...
2017-12-12 kjvdheideJAL-2874 filtering alignment now also works when just...
2017-12-12 kjvdheideJAL-2874 added filtering when a subtree is selected
2017-12-11 kjvdheideJAL-2872 hide sort button in Aptx unless it's actually...
2017-12-11 kjvdheideJAL-1953 fixed interface misnaming
2017-12-11 kjvdheideJAL-1953 start on making everything interface based
2017-12-08 kjvdheideJAL-1953 renaming of concrete implementation as well
2017-12-08 kjvdheideJAL-2844 reallow clicks to the left of the root (groups...
2017-12-07 kjvdheideJAL-2872 Redundant Aptx GUI menu items hidden, sorting...
2017-12-06 kjvdheideJAL-2794 disabled branch colors on selection for now
2017-12-06 kjvdheideJAL-2871 Added check whether configuration has been...
2017-12-05 kjvdheideJAL-2838 Sorting from the alignment view menu now funct...
2017-12-05 kjvdheideJAL-2847 Rearranging and cleaning up of database query...
2017-12-05 kjvdheideJAL-2794 associate leaves now iterates through ALL...
2017-12-05 kjvdheideJAL-2847 various error popups for db querying now have...
2017-12-05 kjvdheideJAL-2847 if pfam id is detected in first sequence its...
2017-12-05 kjvdheideJAL-2805 JAL-2847 JAL-281 added file path to Aptx frame...
2017-12-05 kjvdheideJAL-2838 tree viewer interface expanded to include...
2017-12-05 kjvdheideJAL-2838 filled in actionPerformed of the tree sort...
2017-12-05 kjvdheideJAL-2838 Aptx frames now appear in the alignment sortin...
2017-12-03 kjvdheideJAL-2847 start of cleaning up db loading code
2017-12-03 kjvdheideJAL-2844 rearranging code
2017-11-29 kjvdheideJAL-2844 check added for clicks left of root node
2017-11-29 kjvdheideJAL-2844 entirely X coord based partitioning
2017-11-29 kjvdheideJAL-2844 somewhat better repainting
2017-11-29 kjvdheideJAL-2844 temporary kludge to draw a line
2017-11-29 kjvdheideJAL-2844 added grouping to alignment panel based on...
2017-11-29 kjvdheideJAL-2844 start on colouring back onto the alignment
2017-11-29 kjvdheideJAL-2844 added colouring to partition selection
2017-11-28 kjvdheideJAL-2844 added offset to x coord to make it equal 0...
2017-11-28 kjvdheideJAL-2844 first go at partitioning, based on actual...
2017-11-27 kjvdheideJAL-2844 added selection threshold (non-adjusted calcul...
2017-11-27 kjvdheideJAL-2799 re-enabled change listener for Aptx's tabs...
2017-11-27 kjvdheideJAL-2844 line drawing at mouse click added on top of...
2017-11-26 kjvdheideJAL-2847 first rough attempt at loading in via database ID
2017-11-24 kjvdheideJAL-2799 rearranged AptxInit code
2017-11-24 kjvdheideJAL-2799 ALL trees are now loaded in as separate Aptx...
2017-11-24 kjvdheideJAL-2794 binding now exclusively supports single tab...
2017-11-24 kjvdheideMerge branch 'kjvdh/features/PhylogenyViewer' of https...
2017-11-24 kjvdheideJAL-2838 start on sorting
2017-11-22 kjvdheideJAL-2794 reworked, everything routes via avport.sendsel...
2017-11-22 kjvdheideJAL-2794 removed several redundancies in the binding...
2017-11-22 kjvdheideJAL-2844 mouse press code rearranged to prepare for...
2017-11-22 kjvdheideJAL-2847 small things, filled in actionperformeds
2017-11-22 kjvdheideJAL-2799 fixed selections not carrying over to tabs...
2017-11-21 kjvdheideJAL-281 added string label for loading from database
2017-11-20 kjvdheideJAL-2799 JAL-2805 JAL-281 multiple trees can now be...
2017-11-20 kjvdheideJAL-281 option pane with error handling for selecting...
2017-11-17 kjvdheideJAL-2805 code refactor (actionPerformed cleaned up...
2017-11-17 kjvdheideJAL-2805 reorganized code, tree building goes through...
2017-11-17 kjvdheideMerge branch 'kjvdh/features/PhylogenyViewer' of
2017-11-17 kjvdheideJAL-2805 couple of method name changes
2017-11-16 kjvdheideJAL-2805 expanded tree and treenode interfaces
2017-11-16 kjvdheideJAL-2805 loads of file reorganizing, interfaces expanded
2017-11-14 kjvdheideJAL-2795 added duplication check when calculated nodes...
2017-11-14 kjvdheideJAL-2805 added getters for hashmaps filled with associa...
2017-11-14 kjvdheideJAL-2805 added static method for logging duplications...
2017-11-14 kjvdheideJAL-2805 more sensible interface method params
2017-11-14 kjvdheideJAL-2805 finished up interface comments
2017-11-14 kjvdheideJAL-2805 re-enabled one2many checks
2017-11-14 kjvdheideJAL-2805 interface comments, progress on associating...
2017-11-13 kjvdheideJAL-2805 interface comments
2017-11-13 kjvdheideJAL-2805 some more name changes
2017-11-13 kjvdheideJAL-2805 more name changes for clarity
2017-11-13 kjvdheideJAL-2805 name changed of interfaces for consistency
2017-11-13 kjvdheideJAL-2805 Jalview sequence binding interface expanded
2017-11-13 kjvdheideJAL-2805 Added tree building interface
2017-11-13 kjvdheideJAL-2805 name change
2017-11-13 kjvdheideJAL-2805 deleted old Aptx class for loading just Newick...
2017-11-13 kjvdheideJAL-2805 more interface work
2017-11-13 kjvdheideJAL-2794 removed unused interface
2017-11-13 kjvdheideJAL-2805 undid accidental double (buggy) binding, more...
2017-11-13 kjvdheideJAL-2805 First try at loading tree through Forester...
2017-11-10 kjvdheideJAL-2794 reorganized node select code, added subtree...
2017-11-10 kjvdheideJAL-2794 comments comments comments
2017-11-10 kjvdheideJAL-2794 most method parameters/class variables made...
2017-11-10 kjvdheideJAL-2794 comments, selected node now doesn't have to...
2017-11-09 kjvdheideJAL-2794 PaintRefresher support, Aptx node selection...
next