Show
Ignore:
Timestamp:
13/11/10 12:03:26 (19 months ago)
Author:
westram
Message:
  • use arb_progress instead of aw_openstatus, aw_closestatus and aw_status
    • allows nested progress bars
    • avoids repeatedly popping up progress bars
    • avoids passing down info about progress to callees or bookkeeping it in method-objects and similar
    • removed many useless status messages (e.g. those that were only visible for ms)
    • corrected incrementation / limit for many progress bars (esp. matrix-calculations, parsimony)
  • hide aw_open/close/status inside libAW
  • hide rests of GB_status inside libCORE
  • replaced ARB_null_status by arb_suppress_progress
    • suppress progress display in unit-tests
  • added GBT_count_alignments
  • stuffed a few memleaks on the way
  • disabled some deprecation warnings
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/refactor/PHYLO/PH_display.cxx

    r6861 r7097  
    212212 
    213213    if (!device) return; 
     214    if (!markerline) return; 
     215     
    214216    GB_transaction dummy(PHDATA::ROOT->gb_main); 
    215217    switch (display_what) // be careful: text origin is lower left