Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-20 | Added code to cancel the thread. | Tomaz Canabrava | |
I think it's self explanatory - When user clicks on 'Cancel', the interface will wait for the trhead to quit then will close itself. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> | |||
2013-05-20 | Skeleton code for a non-blocking UI thread for downloading dives from the DC | Tomaz Canabrava | |
This is the skeleton code for a non-blocking ui-thread It already creates the first-thread ( 'do not block the ui' ) and the second thread ('download from the dive computer') We can in the future merge both in the same place - I didn't want to do that now because the download function is written in the libdivecomputer.c code, and I cant just transform that to a QThread and use signals, so I used two threads for that. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> |