Load saved muway and set to muways soft threshold.
authorBrandon King <kingb@caltech.edu>
Fri, 20 Apr 2007 00:29:17 +0000 (00:29 +0000)
committerBrandon King <kingb@caltech.edu>
Fri, 20 Apr 2007 00:29:17 +0000 (00:29 +0000)
commit0c4b689c8f8540a6ab60d98c67637cdb13996ba2
tree30f59cfcc4701284c38f9b9b1b19f54ebe8bf8ff
parent03d92f51588c1cd45178321a86cb3aacb80a0f33
Load saved muway and set to muways soft threshold.

 * Fix for ticket:257
 * Updated nway code to save the soft threshold when saving.
 * Updated nway code to load the soft threshold when saving.
 * Updated MussaWindow.load code to use soft threshold loaded from muway file.
 * Upadted MussaWindow.load code to load properly when the window
   is empty to start with.
   * Added a reset() function to the ThresholdWidget to avoid emits
     * This actually didn't fix the problem (see ticket:262)
   * Broke the SIGNAL/SLOT loop causing multiple nways to be run, by
     breaking the connection from MussaWindow to ThresholdWidget while
     the ThresholdWidget.reset() function is called.
alg/mussa.cpp
alg/nway_paths.cpp
qui/MussaWindow.cpp
qui/ThresholdWidget.cpp
qui/ThresholdWidget.hpp