Skip to content
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

Discovery Circumstances for Solar System Objects #3230

Merged
merged 62 commits into from
Jun 4, 2023
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
32bffc9
Add discovery data for planets and moons
alex-w May 15, 2023
f4e4ffc
Add discovery data for few asteroids
alex-w May 15, 2023
8bfbbe8
Update discovery data for minor bodies
alex-w May 16, 2023
e005dde
Improvements for provisional designation support
alex-w May 16, 2023
6535e1d
Fix provisional designations for minor bodies
alex-w May 17, 2023
35fbcd5
Improve Solar System Editor plugin
alex-w May 17, 2023
2d35dfc
Provisional designations can be searchable now
alex-w May 17, 2023
e63018c
Fix blank lines
alex-w May 17, 2023
b050902
Cosmetic fixes
alex-w May 17, 2023
e93df99
[codefactor] style fixes
alex-w May 18, 2023
6c40769
Merge branch 'master' into sso/discovery
alex-w May 18, 2023
87f2cf3
adding a wrapper and reduces the number of LOC
alex-w May 19, 2023
140cc1f
rename: provisional -> iau
alex-w May 19, 2023
4395251
doc fix
alex-w May 19, 2023
911c91c
Refactoring
alex-w May 20, 2023
f885074
fix IAU designations of major planets
alex-w May 20, 2023
c88a345
Refactoring
alex-w May 20, 2023
3deca35
Refactoring discovery info for SSO
alex-w May 20, 2023
2be34a4
add discovery circumstances support for comets
alex-w May 20, 2023
05eba6c
Add discovery circumstances for few comets
alex-w May 20, 2023
c7ebcbd
refactoring
alex-w May 20, 2023
807c00f
add bookmark for comets
alex-w May 20, 2023
9f20be9
cosmetic fixes
alex-w May 20, 2023
4771160
Fix infobox
alex-w May 21, 2023
cf5c4b6
cosmetic fix
alex-w May 21, 2023
f65623c
cosmetic fix
alex-w May 21, 2023
cc26db4
cosmetics
alex-w May 21, 2023
37d6077
1000 comets: added new entries for 1P/Halley and all P/[HI]*
gzotti May 21, 2023
26b7b76
SUG: describe new comet naming entries
gzotti May 21, 2023
5481fa7
typofix
alex-w May 22, 2023
e54c8fe
refactoring extra designations
alex-w May 22, 2023
70e28b1
Add discovery data and designations for comets
alex-w May 22, 2023
76a80d9
add renderer for discovey_code field
alex-w May 22, 2023
245c981
Update data
alex-w May 22, 2023
aad3fff
Update comet data
alex-w May 23, 2023
fc2ba1f
add designations and discovery circumstances for comets on-the-fly
alex-w May 23, 2023
acf27d7
Update comet data
alex-w May 23, 2023
c42ed55
Update comet data
alex-w May 23, 2023
aef2c05
Update comet data
alex-w May 24, 2023
2515656
Let's display the valid range of dates for orbital elements of minor …
alex-w May 24, 2023
3b057de
Let's use 2 lines for names of SSO
alex-w May 24, 2023
1793a17
cosmetics
alex-w May 24, 2023
726515e
cosmetic fixes
alex-w May 24, 2023
d4fb038
cosmetic fixes
alex-w May 24, 2023
e9c2b4d
Update comet data
alex-w May 25, 2023
6f8e11b
Update comet data
alex-w May 25, 2023
a484b48
Update comet data
alex-w May 26, 2023
0cb3396
Update comet data
alex-w May 26, 2023
9ac4900
Let's use Periodic Comet Number as part of date code
alex-w May 26, 2023
3a0bf0e
Add support Periodic Comet Number for comet-like asteroids
alex-w May 26, 2023
5917079
add comment
alex-w May 28, 2023
a176baa
Update comet data
alex-w May 29, 2023
1b90689
Update comet data
alex-w May 29, 2023
822d1de
Update comet data
alex-w May 29, 2023
639366e
Update comet data
alex-w May 30, 2023
bc2ab00
Update comet data
alex-w May 30, 2023
b7a119b
Update comet data
alex-w May 31, 2023
cbd3b97
Update comet data
alex-w May 31, 2023
8d057c5
a small refactoring the code
alex-w May 31, 2023
249d8f1
Update comet data
alex-w Jun 2, 2023
b41c365
Update comet data
alex-w Jun 2, 2023
66eabc0
Comet data is complete
alex-w Jun 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
138 changes: 138 additions & 0 deletions data/ssystem_major.ini

Large diffs are not rendered by default.

182 changes: 177 additions & 5 deletions data/ssystem_minor.ini

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions plugins/Satellites/src/Satellites.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ bool Satellites::backupCatalog(bool deleteOriginal)
<< QDir::toNativeSeparators(backupPath);
return false;
}

return true;
}

Expand Down Expand Up @@ -722,7 +721,7 @@ void Satellites::restoreDefaultSettings()

void Satellites::restoreDefaultCatalog()
{
if (QFileInfo::exists(catalogPath))
if (QFileInfo::exists(catalogPath))
backupCatalog(true);

QFile src(":/satellites/satellites.json");
Expand Down
4 changes: 2 additions & 2 deletions plugins/SolarSystemEditor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

SET(SOLARSYSTEMEDITOR_MAJOR "0")
SET(SOLARSYSTEMEDITOR_MINOR "2")
SET(SOLARSYSTEMEDITOR_PATCH "11")
SET(SOLARSYSTEMEDITOR_MINOR "3")
SET(SOLARSYSTEMEDITOR_PATCH "0")
SET(SOLARSYSTEMEDITOR_VERSION "${SOLARSYSTEMEDITOR_MAJOR}.${SOLARSYSTEMEDITOR_MINOR}.${SOLARSYSTEMEDITOR_PATCH}")

ADD_DEFINITIONS(-DSOLARSYSTEMEDITOR_PLUGIN_VERSION="${SOLARSYSTEMEDITOR_VERSION}")
Expand Down
6 changes: 6 additions & 0 deletions plugins/SolarSystemEditor/resources/SolarSystemEditor.qrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<RCC>
<qresource prefix="/SolarSystemEditor">
<file>periodic_comet_codes.fab</file>
<file>discovery_circumstances.dat</file>
</qresource>
</RCC>
Binary file not shown.
Loading