Georg Zotti
Georg Zotti
### Description When using proportional hints or DSO vector outlines, or also when just using many DSO, they appear too bright on screen. This branch allows to reduce displayed brightness...
I think with the introduction of Lunar Mansions the old "workaround boundaries" can and should be removed and edges set to "none", right? However, it also seems some defining stars...
### Description Discussed in #4216 Our IP-based location lookup was a nice feature in 2014, but Qt has introduced some while ago the QtPositioning library. This can utilize the OS...
### Description This should finally repair some mess around zoom-to-object, zoom in a bit more, zoom out a bit and zoom out to base view. I had never seen this...
### Discussed in https://github.com/Stellarium/stellarium/discussions/4227 Originally posted by **fommil** March 19, 2025 Hi all, I have all my oculars, sensors, lenses and telescopes entered into stellarium and I absolutely love it,...
### Expected Behaviour Display of planet data (InfoString) continuous ### Actual Behaviour Observing as the numbers evolve, every now and then (every 2-4 minutes?) there is a 1-frame anomaly. One...
### Description This branch shall be used to add support for ASCOM/Alpaca Motivation: Our ASCOM support was reportedly prone to frequent crashes when built with Qt6 Qt5 is announced EOL...
### Description This branch introduces object narration (text to speech output). REQUIRES Qt6.4 OR LATER. Should emit debug output for lower versions. StelObject received a "getNarration()" method, derived classes should...
**Is your feature request related to a problem? Please describe.** As found in a long discussion (#4493), StelPainter::drawText() has issues with accurate label placement. **Describe the solution you'd like** Some...
Finding UTC offset is surprisingly costly but is executed per-frame, shown in VTune. Caching the result per-minute saves at least part of it. This needs some testing. ### Description Fixes...