ajtribick

Results 17 comments of ajtribick

This matches the behaviour of the `operator

Issue also occurs in Qt 6.2.2, so patches in QTBUG-81695 don't seem to have done anything there.

I've raised #1202 to enable Qt6 support, including a workaround for the fullscreen menu issue on Windows. As far as I can tell, it seems to work (at least on...

I think it makes sense to have a custom rotation model for the Earth but I don't think it makes sense to use that to predict future leap seconds: it...

For comparison, here's what I see when using Saturn with LunarLambert 0.5 as rendered by Celestia 2013 (7033ec32 + minimal changes to get it to compile with Qt5), Celestia 1.7.0...

The LunarLambert model changed during the move of the CMOD code into the celmodel module. The four relevant commits are 31a31d4e2fadc0f611b75fd67dd685e3f1ace5e6, ef146f24aa7817e66fd801813a31a36bb1474dd3, c76d2b0fb7ef496d4c371df294163c47099ca585, b92930b79daf06798da01cdfe3290688126cbd64 (only the last of these was...

Would need to take a look at it again. IIRC the first stage is to allow flipping the third axis of the reference frame: currently it's constrained by the right...

Another possibility is to intercept `WM_MENUCHAR` - this will pick up anything that isn't a system keypress.

I've run a comparison for the formats `{:.0}` `{:.1}` and `{:.9}` for all positive finite `f32` values, the only example affected was 0.5 in format `{:.0}`.