deepskystacker / DSS

DeepSkyStacker
Other
894 stars 90 forks source link

Converted BatchStacking dialog to Qt #155

Closed aiustin closed 1 year ago

aiustin commented 1 year ago

I just converted it to Qt and kept the existing behaviour. I think there's room for improvement but it's probably not a priority. Two questions though:

perdrix52 commented 1 year ago

I will look at this tomorrow.

Thank you, David

From: Iustin Amihaesei @.> Sent: 04 December 2022 17:20 To: deepskystacker/DSS @.> Cc: Subscribed @.***> Subject: [deepskystacker/DSS] Converted BatchStacking dialog to Qt (PR #155)

I just converted it to Qt and kept the existing behaviour. I think there's room for improvement but it's probably not a priority. Two questions though:

You can view, comment on, or merge this pull request online at:

https://github.com/deepskystacker/DSS/pull/155

Commit Summary

File Changes

(5 https://github.com/deepskystacker/DSS/pull/155/files files)

Patch Links:

— Reply to this email directly, view it on GitHub https://github.com/deepskystacker/DSS/pull/155 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2GQMVXASXVSGDNWJACCKTWLTHC3ANCNFSM6AAAAAASTO6GB4 . You are receiving this because you are subscribed to this thread. https://github.com/notifications/beacon/AE2GQMXVBBWTLW6EXEHQ7GDWLTHC3A5CNFSM6AAAAAASTO6GB6WGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHFP2W2Y4.gif Message ID: @. @.> >

perdrix52 commented 1 year ago

As an example of save/restore geometry for dialogs, look at e.g. StackRecap.cpp mfs onInitDialog(), accept() and reject()

From: Iustin Amihaesei @.> Sent: 04 December 2022 17:20 To: deepskystacker/DSS @.> Cc: Subscribed @.***> Subject: [deepskystacker/DSS] Converted BatchStacking dialog to Qt (PR #155)

I just converted it to Qt and kept the existing behaviour. I think there's room for improvement but it's probably not a priority. Two questions though:

You can view, comment on, or merge this pull request online at:

https://github.com/deepskystacker/DSS/pull/155

Commit Summary

File Changes

(5 https://github.com/deepskystacker/DSS/pull/155/files files)

Patch Links:

— Reply to this email directly, view it on GitHub https://github.com/deepskystacker/DSS/pull/155 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2GQMVXASXVSGDNWJACCKTWLTHC3ANCNFSM6AAAAAASTO6GB4 . You are receiving this because you are subscribed to this thread. https://github.com/notifications/beacon/AE2GQMXVBBWTLW6EXEHQ7GDWLTHC3A5CNFSM6AAAAAASTO6GB6WGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHFP2W2Y4.gif Message ID: @. @.> >

aiustin commented 1 year ago

Yes. Saw that. What I meant is I didn't see a generic impl for dialogs like SaveWindowPosition, so I was not sure if you want to keep it. I'll save the geometry then.