Commit Graph

295 Commits

Author SHA1 Message Date
Marco Dalla Tiezza
c6afcc0e75 Added Aurora Forecast Model 2024-06-01 11:48:27 +02:00
Marco Dalla Tiezza
3fdbdbfae4 Added D-Region Absorption Predictions 2024-05-31 19:59:51 +02:00
Marco Dalla Tiezza
359e5c9076 Added Sporadic-E and Aurora spots in RF propagation panel 2024-05-31 16:48:27 +02:00
Marco Dalla Tiezza
7a89b64ca8 Code polished from unused functions 2024-05-31 16:36:34 +02:00
Marco Dalla Tiezza
e2a48e7a54 Docs updated and corrected a type in the space weather window 2024-05-30 18:25:18 +02:00
Marco Dalla Tiezza
2a70e42a59 Changed to GitHub hosted latest software and db version manifest 2024-05-30 12:48:29 +02:00
Marco Dalla Tiezza
f0db05c96e Fixed typo in .iss file v4.0.0-RC1 2024-05-28 22:56:46 +02:00
Marco Dalla Tiezza
528c816508 Artemis 4 RC1 2024-05-28 22:40:45 +02:00
AresValley
acc44c93b3 Changed default theme 2023-04-18 19:43:39 +02:00
AresValley
0a5fefa214 Production .yml for windows OS 2023-04-18 19:42:36 +02:00
AresValley
c658e072f7 Small correction 2023-04-16 18:12:30 +02:00
AresValley
81f9e958d6 Action updated to incorporate icon on macOS devices 2023-04-16 18:08:38 +02:00
AresValley
b41ad0e8f2 Updated Nuitka-windows.yml 2022-12-13 21:32:47 +01:00
AresValley
ed8be2d274 Uptade Nuitka yml for windows 2022-10-04 13:53:48 +02:00
AresValley
1cbf01f307 Nuitka compatibility for cacert.pem path 2022-10-04 13:35:42 +02:00
AresValley
93a946e2a9 Fixed macOS yml 2022-10-04 01:48:54 +02:00
AresValley
fef8b71c46 Extended IS_BINARY func: added Nuitka compatibility 2022-10-04 01:39:40 +02:00
AresValley
adf7421c94 Added macOS Nuitka action 2022-10-04 01:37:26 +02:00
AresValley
047d5c8ffd Update Linux Nuitka action 2022-10-03 23:18:21 +02:00
AresValley
b6d7f39efc Updater included during compiling with Nuitka 2022-10-03 17:55:11 +02:00
AresValley
cc0efafc92 Updated .ymls, created nuitka .yml 2022-10-03 15:49:25 +02:00
Marco Dalla Tiezza
6ace19d75c Merge pull request #35 from AresValley/Linux-and-MacOS-autopack
Linux, MacOS packaging actions and updated readme
2022-10-01 19:45:27 +02:00
AresValley
d2e0ece9eb Linux and MacOS autopack actions 2022-10-01 19:40:06 +02:00
AresValley
d1716621b0 Auto packaging script for Linux OS 2022-10-01 12:30:32 +02:00
AresValley
cd5d31b404 Updated changelog v3.2.4 2022-09-30 22:37:22 +02:00
AresValley
5a1db2c0d4 Updated version info 2022-09-30 22:33:25 +02:00
AresValley
e4fdf1d564 Changed python version (3.10->3.9) for packaging 2022-09-30 22:10:12 +02:00
AresValley
3e02dd7bfa Updated changelog and version v3.2.3 2022-09-29 18:12:56 +02:00
AresValley
0e20fcbc71 Auto packaging for windows with GitHub actions 2022-09-29 18:02:38 +02:00
Marco Dalla Tiezza
91099940ff Merge pull request #34 from pinkavaj/pi-fix-play
Fix crash for playing audio
2022-09-29 17:58:29 +02:00
Jiří Pinkava
490d9cf3e6 Fix crash for playing audio
pygame 2.1.2 (SDL 2.24.0, Python 3.10.7
  File "audio_player.py", line 122, in _set_max_progress_bar
    self._audio_progress.setMaximum(
TypeError: setMaximum(self, int): argument 1 has unexpected type 'float'
2022-09-27 23:39:24 +02:00
Marco Dalla Tiezza
c84b0d2963 Update README.md 2022-07-29 22:15:57 +02:00
Marco Dalla Tiezza
e69f6a2bee Minor fix, updated dependencies v3.2.2 2022-07-28 23:56:07 +02:00
Alessandro
c16de1f1eb Advance version in artemis.py 2020-05-19 14:55:49 +02:00
Alessandro
bf3efd11a4 Merge branch 'master' of https://github.com/AresValley/Artemis 2020-05-19 14:54:25 +02:00
Alessandro
4a26ac58d0 Fix #23 Revert a bug introduced with ab32fbbf98
Crash if checking for updates without an internet connection
2020-05-19 14:54:02 +02:00
Marco Dalla Tiezza
26f329740d Update README.md for RPi 2020-05-11 12:31:18 +02:00
Marco Dalla Tiezza
0825b8f7d1 Merge pull request #22 from WheezyE/patch-1
raspbian_build.sh
2020-05-11 12:10:00 +02:00
WheezyE
896fef5f2d raspbian_build.sh
This script will automatically install Artemis' build requirements (pip modules) and then build Artemis.
The script accomplishes this by: Detecting which Raspbian operating system is being used (Buster or Stretch), installing PyEnv on the system (if PyEnv isn't already installed), installing a Python v3.7.0 virtual environment inside of PyEnv (so that Artemis' pip modules do not conflict with Raspbian's System Python), installing pip modules (Artemis requirements) within virtual Python 3.7.0 (modules are specific to Buster or Stretch), then building Artemis (using build.sh).  If the script is re-run, it will skip over parts it has already installed. 
 Options are included to clean up after the script is run.
This script takes 14 hours on a Pi 0W, but much less time on multi-core Pi's.
2020-05-10 21:17:08 -07:00
Alessandro
84dc68dd55 Update changelog for v3.2.1 v3.2.1 2020-04-25 15:42:00 +02:00
Alessandro
cfd302d3ca Close #16 Remove 'exclusive' parameter from a PyQt function. Also update readme.md 2020-04-18 21:43:03 +02:00
AresValley
3c6658d19d Merge commit '5af0faaa65432db23d391ee65a6fe9f85021f032' 2020-04-18 21:04:16 +02:00
AresValley
5af0faaa65 Minor raspberry fix 2020-04-18 21:02:28 +02:00
Alessandro
ce2cfdc76a Update README.md with latest changes 2020-04-15 20:23:26 +02:00
Alessandro
6e0a161b89 Merge branch 'new_forecast_files' 2020-04-15 20:14:44 +02:00
Alessandro
940c6a0d58 Merge branch 'master' of https://github.com/AresValley/Artemis 2020-04-15 20:14:36 +02:00
AresValley
194b5c8fb8 Fixed categorization for very low x-ray flux according to NOAA format 2020-04-15 13:13:33 +02:00
Alessandro
4e1b3f24c5 Close #21 Some forecast data has benn changed to json in the download site.
Such cases are now handled
2020-04-11 17:16:21 +02:00
Alessandro
eaeb51de65 Add some basic logging to the application. Also for severe errors, track them in info.log file in local folder 2020-04-11 15:27:05 +02:00
Alessandro
995696f11a Add raspberryPI support 2020-04-11 00:50:37 +02:00