alex
alex
if that happens, then that's where the change log needs to be dealt with as part of the merging process. but normally the change log **of the bugfix branch** will...
Updating the changelog as part of a branch is logical, but might sometimes need redaction after the merge to `master` (eg to accomodate for a different format - not every...
I largely agree. The main issue is that CHANGELOG is not an issue tracker. Here is how I see this: CHANGELOG shows a chronological order of changes; the user will...
@rharriso I see in `StelFileMgr::migrateLegacyUserDirectory()` that a move is performed. https://github.com/rharriso/stellarium/blob/6ee039e644616347d42f192746bb491c35332d93/src/core/StelFileMgr.cpp#L287-L295 Even if this is currently commented out, and even if the user has to acknowledge with a yes/no, you...
(@worachate001 I guess you mean 0.22.2 rather than 1.22.2; there is no such version AFAIK?) -> ok, see 3d47d9a4ff; maybe this should be tagged e.g. 0.22.3-1 or 0.22.3-alpha etc, see...
Maybe overkill, but a dialog could be shown that warns the user about the accuracy of the graphs, or some other way to indicate that accuracy is not good for...
No... I was thinking about a one-time dialog with a checkbox that allows the user to hide it "forever" (or until reset by some other means). The dialog could contain...
it is a good idea. I had been thinking of adding this as an option to the angle measurement tool in following way: IF the "measure 3D distance" option is...
the concept in this issue is to provide a "profile". a profile is the set of settings; currently, Stellarium provides only one profile, the "current" profile. (this is actually stored...
Projection is stereographic, but that shouldn't matter? It looks like the drawing logic does take projection into account: e.g. fisheye gives this:  The image shows the ISS about to...