Commit graph

242 commits

Author SHA1 Message Date
Teemu Ikonen 3692ce6b68 Update copyright years in About dialog 2022-08-09 15:48:48 +03:00
Teemu Ikonen 6ef233976c Fall back to $HOME/Documents as XDG Docdir, use os.path.join 2022-08-08 23:43:46 +03:00
Teemu Ikonen d85f0d0b73 Show app menu on upper edge-overshoot on data window 2022-08-08 16:42:03 +03:00
Teemu Ikonen 19f386be91 flatpak: Update runtime, remove '--use-feature=in-tree-build' 2022-07-22 20:51:58 +03:00
Teemu Ikonen fe61d6a47d Update flatpak/python3-requirements.json 2022-07-22 20:49:27 +03:00
Teemu Ikonen 499b89f35f README.md: Add info on the flathub package
Fixes #2.
2021-12-08 11:14:56 +02:00
Teemu Ikonen aca22f65f2 README.md: Add python 3.6+ dependency info 2021-12-08 11:14:21 +02:00
Teemu Ikonen 4dd8941071 nmeasource: Try to avoid Setup in bad modem states 2021-12-03 17:53:21 +02:00
Teemu Ikonen 07607de6d7 nmeasource: Print modem State before Setup 2021-12-03 16:29:50 +02:00
Teemu Ikonen f9ebbd5431 nmeasource: Don't print exceptions 2021-12-03 16:29:03 +02:00
Teemu Ikonen aea5bce09e setup.py: flake8 2021-11-27 18:19:03 +02:00
Teemu Ikonen 1f8a09c4f4 Add command line argument parsing with '-c' option
Only print satellite info to standard output if -c / --console-output
flag is given.
2021-11-27 18:18:25 +02:00
Teemu Ikonen 16379cb745 Ensure GPX output dir exists 2021-11-27 17:55:21 +02:00
Teemu Ikonen ada6b476f8 Release 0.2.6 2021-11-19 10:13:09 +02:00
Teemu Ikonen ec1fbede1d Crop screenshots to window 2021-11-19 09:53:25 +02:00
Teemu Ikonen 1af5562fe1 appdata: Improve summary and description 2021-11-19 09:53:25 +02:00
Teemu Ikonen c0150ed4a8 appdata: Remove 'View on startup' screenshot 2021-11-18 17:24:12 +02:00
Teemu Ikonen f1d2467baa appdata: Add release notes to releases 2021-11-18 17:17:11 +02:00
Teemu Ikonen e26b621127 Don't exit on missing modem 2021-11-18 15:30:06 +02:00
Teemu Ikonen 0080b7a0eb Rename icon to page.codeberg.tpikonen.satellite.svg 2021-11-18 15:28:03 +02:00
Teemu Ikonen b5f4e11bab Log version on startup 2021-11-18 14:21:20 +02:00
Teemu Ikonen 6ceaee7330 Bump module and appdata versions to 0.2.5 2021-11-18 14:07:15 +02:00
Teemu Ikonen aeee82e578 Add screenshot with track recording and speed 2021-11-18 14:02:37 +02:00
Teemu Ikonen c50aed9a94 README.md: Document new save dir 2021-11-18 12:08:09 +02:00
Teemu Ikonen 4fbdd1d627 flatpak: Restrict filesystem permissions to save dir only 2021-11-18 12:08:09 +02:00
Teemu Ikonen 0814b6fbd1 Save GPX tracks to ~/Documents/satellite-tracks 2021-11-18 12:08:09 +02:00
Teemu Ikonen c8380f3eff flake8 2021-11-18 12:08:09 +02:00
Teemu Ikonen 032d3bd2cf appdata: Rename back to appdata.xml, move to data/ 2021-11-18 12:08:09 +02:00
Teemu Ikonen 162a82cb77 Bump module and flatpak versions to 0.2.4 2021-11-17 15:21:10 +02:00
Teemu Ikonen 3325f17a9b flatpak: Fix warning on pip install
Add '--use-feature=in-tree-build' to pip args.
2021-11-17 12:57:26 +02:00
Teemu Ikonen 52987e95fb Always define app.source, don't restore nonexistent source 2021-11-16 20:39:43 +02:00
Teemu Ikonen 400c537e6d Downscale screenshots, use branch relative URLs 2021-11-16 16:57:02 +02:00
Teemu Ikonen 7586882bd1 README.md: Add screenshots, improve text 2021-11-16 15:11:04 +02:00
Teemu Ikonen c8d46ba0f9 appdata: Add screenshots 2021-11-16 14:44:49 +02:00
Teemu Ikonen 54831f016c Add screenshots 2021-11-16 14:29:12 +02:00
Teemu Ikonen 0e503d8c9c appdata: Simplify OARS ratings 2021-11-16 13:50:25 +02:00
Teemu Ikonen ee5abc9870 appdata: Rename appdata file to <app-id>.appdata.xml 2021-11-16 13:40:48 +02:00
Teemu Ikonen 454bf47720 appdata: Add copyright 2021-11-16 13:29:03 +02:00
Teemu Ikonen eed0a0eb2b flatpak: Upgrade to gnome runtime version 41 2021-11-16 13:17:03 +02:00
Teemu Ikonen 553f496fae Use update_callback in application
Update dataframe from update callback. Set up a timeout as a fallback if
the update is late for more than twice the delay time between
updates ('refresh_rate').

Change the 'Age of fix' dataframe line to 'Age of update / fix' with two
times in seconds.

Use 'from datetime import x' instead of 'import datetime'.
2021-11-09 20:13:35 +02:00
Teemu Ikonen 89d9415d6b nmeasource: Allow setting update_callback function 2021-11-09 20:06:28 +02:00
Teemu Ikonen 8b24d7c058 Handle locked modem on startup 2021-11-09 15:00:59 +02:00
Teemu Ikonen d47732cc97 Make main_box insensitive when source is lost 2021-11-09 15:00:59 +02:00
Teemu Ikonen d95ea98a32 Never quit on source errors 2021-11-09 15:00:59 +02:00
Teemu Ikonen 36ff79e7a1 flatpak: Remove redundant --own-name 2021-10-25 17:56:28 +03:00
Teemu Ikonen 3141876ef1 flatpak: Restrict system bus usage 2021-10-25 17:39:41 +03:00
Teemu Ikonen caf3cf3583 flatpak: Remove session bus access 2021-10-25 17:18:39 +03:00
Teemu Ikonen ff8322d322 appdata: Add control and display_length under recommends and requires tags 2021-10-25 17:11:35 +03:00
Teemu Ikonen 839901f44d Change app-id etc. to page.codeberg.tpikonen.satellite 2021-10-25 16:47:48 +03:00
Teemu Ikonen b483803f89 Bump module and flatpak versions to 0.2.3 2021-10-25 14:01:51 +03:00