Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make wizard and property pages use threaded device I/O handling #5

Closed
mback2k opened this issue Nov 22, 2013 · 1 comment
Closed

Make wizard and property pages use threaded device I/O handling #5

mback2k opened this issue Nov 22, 2013 · 1 comment
Assignees
Milestone

Comments

@mback2k
Copy link
Owner

mback2k commented Nov 22, 2013

Currently the GUI / Window logic attached to the wizard and property pages is using synchronous network connections to retrieve the device information. This part needs to be improved to use asynchronous network connections in order to avoid freezing or stuck GUI elements.

This also requires structural changes in the internal/underlaying WINSANE library.

@mback2k mback2k self-assigned this Jun 15, 2014
@mback2k mback2k changed the title Make wizard and property pages use asynchronous network connections Make wizard and property pages use threaded device I/O handling Jun 15, 2014
@mback2k
Copy link
Owner Author

mback2k commented Jun 19, 2014

Moved the blocking synchronous network activity into background threads with 03d17de.

@mback2k mback2k closed this as completed Jun 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant