Commit Graph

370 Commits

Author SHA1 Message Date
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
Marco Dalla Tiezza
7503b6bb14 License update 2020-04-10 13:11:24 +02:00
Marco Dalla Tiezza
b867ca849d Update README.md 2020-04-10 13:09:29 +02:00
Alessandro
ab32fbbf98 Some minor style improvements 2020-02-29 21:43:40 +01:00
Alessandro
bcd24cc035 Close #14 Make font customizable. Also manage user settings via a settings.json
file. Also improve 'dark' and 'elegant_dark' themes.
Finally improve 'Signal's wiki' button behaviour.
Also fix a bug in forecast/now view which caused a crash if solar activity
was inactive
v3.2.0
2019-12-14 11:50:35 +01:00
Alessandro
5908110a43 Remove _AsyncDownloader, just use a regular function instead 2019-11-28 22:08:38 +01:00
Alessandro
808a63f57c Update v3.1.0 release date in changelog v3.1.0 2019-10-21 23:45:37 +02:00
Marco Dalla Tiezza
e03d2f51ba Updated GLIBC reequirements for Linux 2019-10-20 22:09:36 +02:00
AresValley
0385f7324c Solved minor bu in windows shell script (wrong folder structure) 2019-10-18 16:24:00 +02:00
marbort
7ac15e7d45 macOS specfile minor changes
Removed unnecessary parenthesis in specfile for macOS that prevented successful building of .app package
2019-10-17 12:33:30 +02:00
Alessandro
71d898c966 Fix 'unreleased' link in CHANGELOG.md 2019-10-16 21:20:02 +02:00
Alessandro
e062d0befd Update the changelog to the version 3.1.0 2019-10-15 19:17:47 +02:00
Alessandro
8e79bf6adf Fix a bug in the *.spec files and also apply the following major changes:
- Add support for adding the base folder to PATH.
- Only display one pop up window at a time in order to avoid confusion.
- Add automatic updates feature:
	- Windows and Linux versions will be shipped with an updater program used to
	  update both Artemis and the updater itself.
	- MacOs versions will not have the updater. Instead the user will be asked
	  to download the new software version (if present) via browser.
2019-10-15 19:14:29 +02:00
Alessandro
08b3312b23 Ensure compatibility of the new version with old database format (ACF value structure) 2019-09-08 15:58:09 +02:00
Alessandro
0606549a7d Merge branch 'change_layout' 2019-09-08 15:26:11 +02:00
Alessandro
643e6c7457 Merge branch 'minor_improvements' (fix conflicts on readme files) 2019-09-08 15:25:22 +02:00
Alessandro
44747464da Add a GitHub link. Also improve .spec files (no need to copy
source files). Also distinguish from running binary or script
in the displayed version.
2019-09-07 23:34:58 +02:00
Marco
e36f04f70b Readme fix 2019-09-05 09:42:48 +02:00
Marco
9560f8747f Merge branch 'readme_3.0.2' 2019-09-05 09:27:48 +02:00
Alessandro
40e2e01088 Move main and filter tab at an inner level 2019-09-04 20:08:57 +02:00
Alessandro
1509e04c93 Closes #9 Add support for complex/multiple ACF values 2019-09-04 19:49:16 +02:00
Marco Dalla Tiezza
d30a9b7aa9 GLIBC minimum requirements, ACF details on variable values 2019-09-02 00:17:32 +02:00
Alessandro
4a54ef54cb Major refactor of filters and spaceweather 2019-09-01 12:28:31 +02:00
Marco Dalla Tiezza
d37c8e96d6 Updated thanks 2019-08-31 21:17:35 +02:00
Marco Dalla Tiezza
4855b232d8 ACF Update 2019-08-31 21:00:31 +02:00
Alessandro
6870774577 Update readme 2019-08-09 18:50:20 +02:00