1
I Use This!
Inactive

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version number to 0.30 More... over 14 years ago
Remove extra tracking save exception handler (was already handled in EarthStation.Tracking) More... over 14 years ago
Rework of configuration load/save - existing configuration will need to be deleted before running new version. More... over 14 years ago
Restore selected Satellite when starting up. More... over 14 years ago
Cosmetic tweaks (font/colours). More... over 14 years ago
Map is now loaded from platform-specific shared directory (On Unix, /usr/local/share/earthstation/, or %PROGRAMFILES%\EarthStation\ on Windows). Adjust Makefile to install for Unix. More... over 14 years ago
Fix display glitch. More... over 14 years ago
Save/Restore Tracking List. Bump version number. More... over 14 years ago
Add the items to the satellite selection dialogue in order. More... over 14 years ago
In Add_Satellite try and insert things in Alphabetical order (makes the view menu also be in order). More... over 14 years ago
Add nasty hack to prevent crashing with certain Satellites that have very high rates of decay. More... over 14 years ago
Thin footprint line by 1px. More... over 14 years ago
Add compile.bat, which compiles EarthStation on Windows. More... over 14 years ago
Fix import of decay rate from TLE (was missed out). More... over 14 years ago
Update Import TLE dialogue to use Gtkada.File_Selection (less code). More... over 14 years ago
When clearing Keplerian Elements, reset the view menu as well. More... over 14 years ago
Add initial Satellite selection code (still need to load/save list). More... over 14 years ago
Correct TLE import (was using wrong columns in a few places). More... over 14 years ago
Force satellite names to uppercase. TLEs normally are uppercase anyway, but this is just in case. More... over 14 years ago
Set scrollbars to automatic rather than always. More... over 14 years ago
Update rest of dialogues to use Gtkada.Dialogs. More... over 14 years ago
Tidy up message dialogs (use Gtkada.Dialogs.Message_Dialog where possible). Ensure clearing Keplerian Elements clears the tracking list. More... over 14 years ago
Ensure PREF_EXCEPTION is thrown when we can't load/save preferences. More... over 14 years ago
Modify preferences to be package level rather than window level. Add Satellite Selection dialogue. More... over 14 years ago
Adjust Save_Preferences (Pref_Data is now in only rather than in-out). More... over 14 years ago
Add selected satellite to preferences. Change strings to use Unbounded_Strings. More... over 14 years ago
Add cleanup routine for Keplerian Elements directory. Allows the user to delete all elements before importing a new TLE file. More... over 14 years ago
Add TLE import. More... over 14 years ago
Trim stray whitespace from beginning and end of TLE lines. More... over 14 years ago
Add Checksum checking routine. More... over 14 years ago