• Stefy Lanza (nextime / spora )'s avatar
    Fix progress bar estimation and GUI responsiveness during copy stage · 1ae64b33
    Stefy Lanza (nextime / spora ) authored
    Progress Estimation Improvements:
    - Changed re-estimation interval from 10 seconds to 5 seconds for more frequent updates
    - Multiplied initial time estimation by 4 to make it more conservative and realistic
    - Better accuracy for long-running copy operations with more frequent recalculations
    
    GUI Responsiveness Fix:
    - Added QApplication.processEvents() calls in the copy loop to keep GUI responsive
    - Exit button and other UI elements now remain interactive during copy operations
    - Prevents blocking calls that would freeze the interface during file copying
    
    Technical Details:
    - Re-estimation now occurs every 5 seconds instead of 10 seconds
    - Initial estimation multiplied by 4 for more conservative time prediction
    - GUI event processing integrated into copy loop to maintain responsiveness
    - Progress text now shows '5-second estimation' instead of '10-second estimation'
    1ae64b33
Name
Last commit
Last update
..
README.md Loading commit data...
autoinstallergui.py Loading commit data...
build_autoinstaller_gui.py Loading commit data...
cleanup.sh Loading commit data...