AresValley
1cbf01f307
Nuitka compatibility for cacert.pem path
2022-10-04 13:35:42 +02:00
AresValley
fef8b71c46
Extended IS_BINARY func: added Nuitka compatibility
2022-10-04 01:39:40 +02:00
AresValley
5a1db2c0d4
Updated version info
2022-09-30 22:33:25 +02:00
AresValley
3e02dd7bfa
Updated changelog and version
2022-09-29 18:12:56 +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
Alessandro
c16de1f1eb
Advance version in artemis.py
2020-05-19 14:55:49 +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
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
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
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
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
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
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
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
Alessandro
4a54ef54cb
Major refactor of filters and spaceweather
2019-09-01 12:28:31 +02:00
Alessandro
461da37fdf
Set correct sizes for all the audio buttons for high res screens
2019-08-09 18:41:52 +02:00
Alessandro
7e897bbb82
Fix #12 An audio sample can be paused and a different one can be
...
played without a program crash
2019-08-04 11:12:58 +02:00
alessandro90
d386555c16
Loop button for audio samples always enabled
...
(cherry picked from commit 09afe6b016342fe36b7e306f863f581dcd65cb18)
2019-07-31 23:33:42 +02:00
Marco
0d2d395639
Merge remote-tracking branch 'origin/audio_loop'
2019-07-31 23:16:14 +02:00
alessandro90
03f0f7a81f
Easier way to change the displayed release version
2019-07-31 22:58:27 +02:00
alessandro90
f23359f3cb
Close #3 Implement a loop functionality for audio samples
2019-07-31 22:39:04 +02:00
alessandro90
0cc99f0ac9
Fix #7 Show maximized window at startup
2019-07-31 19:47:54 +02:00
Marco
dbae83eb89
Changed few URL protocol to the 'over SSL' version
...
(cherry picked from commit 7db82fd09efc6f66365057777c0f10e7a51cdcc2)
2019-07-31 19:40:23 +02:00
alessandro90
e5e80b693e
Fix #6 Add cacert.pem also for async downloads
2019-07-31 19:36:04 +02:00
alessandro90
0735039213
Remove other unused imports
2019-07-24 22:06:37 +02:00
alessandro90
09abbf5d0c
Remove unused import
2019-07-24 21:55:37 +02:00
alessandro90
0732dcb816
Always include cacert in get_pool_manager
2019-07-24 21:08:24 +02:00
alessandro90
0e6c826ac2
Add full cacert support for all platforms also for the checksum.
...
Distinguish compiled and script case. Adjust .spec files
2019-07-24 20:45:20 +02:00
Marco
0fa4a40869
Urllib3 SSL secure connection with server. Works with all OSs
2019-07-24 18:25:28 +02:00
Marco
dcf726a72a
Added SSL certificates into the bundle
2019-07-24 18:17:38 +02:00
alessandro90
e589fbe078
Adjust working directory for executable running on Mac Os
2019-07-05 19:54:14 +02:00
alessandro90
4bddbcc6d9
Also add default_pics folder to revision
2019-07-05 19:47:39 +02:00
alessandro90
41fdf7f660
Better folder organization
2019-07-05 19:32:05 +02:00