-
Notifications
You must be signed in to change notification settings - Fork 374
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
WIP: working on support for autosave with multiple instances #355
base: develop
Are you sure you want to change the base?
Conversation
…orkingOnLinux' into bugfix/autosave-multiple-instance
restore works now (one crashed instance)
the Qsettings for the crashed instance
Having several instances should work now. Linux and Mac should work. Tested only linux. For windows some code for retrieving process ids is required. Restoring is still very basic: when several instances crashed one can open as many YUView as before, each will restore one playlist. Don't think this scenario is likely anyway. |
windows build failed in "Wix Windows". There is some windows only code I found for getting pid, not tested. Mabye that's causing this. Strange it doesn't fail in the build step though |
Added class holding information of each instance. uuid, pid, playlist. Instances are stored as list in QSettings.