Comment 8 for bug 1428423

Revision history for this message
Germar (germar) wrote :

I was able to reproduce it here. It was caused by the QTextEdit widget. Seems like this is getting unresponsive if there are more than ~1 million lines in there.

I now moved the restore routine into a separate thread so it doesn't freeze the GUI anymore (and vice versa) and update the log view only every 200ms. Also the log view will only show the last 100.000 lines. If you want to see more you can use the new 'Show full Log' button which will open the log in your favourite editor.

Would be great if you could run a final test from testing repository.

Regards,
Germar

PS I'll close bug #1428425 now as this is now fixed, too.