Commit graph

3936 commits

Author SHA1 Message Date
Mashintime ce12679f2d Merge branch 'develop' of github.com:DJ2LS/FreeDATA into develop 2023-12-03 22:48:09 -05:00
Mashintime e6782b6aac Working spectrum in grid 2023-12-03 22:43:48 -05:00
Mashintime db579504f0 Small responsive tweak 2023-12-03 18:59:52 -05:00
Mashintime c06bb4abfa Some local settings work 2023-12-03 18:54:44 -05:00
Mashintime e569e352ad Waterfall theme 2023-12-03 18:41:42 -05:00
Mashintime 5c6f486efd More grid work 2023-12-03 18:39:06 -05:00
Mashintime fbc4e807cf Explorer tweaks 2023-12-03 13:16:09 -05:00
Mashintime 1881079f4a Grid updates 2023-12-03 13:02:40 -05:00
Mashintime 7a5a2c1f63 Stats grid widget - wip 2023-12-03 13:02:07 -05:00
Mashintime c1852a4d5f Grid HSL updates/testing 2023-12-03 13:01:46 -05:00
Mashintime aafa3cd5ba Dbfs grid widget 2023-12-03 13:00:44 -05:00
Mashintime 90730a01df Audio grid widget 2023-12-03 13:00:18 -05:00
Mashintime 04a9f72de1 S-Meter grid widget 2023-12-03 13:00:04 -05:00
Mashintime a6630234d8 Activities in GUI 2023-12-03 11:49:56 -05:00
Pedro 1e787d8c82 Fix the CQFrameHandler base class. 2023-12-03 15:30:30 +01:00
Pedro efb1a8e61b Move reset_data_sync() to Demodulator 2023-12-03 15:05:44 +01:00
DJ2LS b29c539d5f saving thoughts regarding to processing arq commands... 2023-12-03 14:11:43 +01:00
DJ2LS e7f8dc73e0 fixed typo 2023-12-03 10:42:54 +01:00
DJ2LS dc17d4c034 fixed typo 2023-12-03 10:41:20 +01:00
DJ2LS f01cc38e64 moved frame activity to frame handler 2023-12-03 10:40:31 +01:00
DJ2LS 7a88875309 changed super class 2023-12-01 19:54:46 +01:00
DJ2LS 6829a9df85 ensure callsign in correct format 2023-12-01 19:54:07 +01:00
DJ2LS 97bc309bb6 fixed activities list, disabled heard stations again 2023-12-01 17:02:42 +01:00
DJ2LS 75dfa4d28a adjusted activities for rx'ed frames 2023-12-01 16:57:59 +01:00
DJ2LS 72658837c9 added activities list 2023-12-01 16:39:52 +01:00
DJ2LS 0290c1a28c removed python 3.7 support 2023-12-01 10:21:57 +01:00
DJ2LS 2f4bb6378b Merge remote-tracking branch 'origin/develop' into develop 2023-12-01 10:18:27 +01:00
DJ2LS fe70516788 removed python 3.7 support 2023-12-01 10:18:12 +01:00
DJ2LS 038e6acc4b
Merge pull request #550 from DJ2LS/dependabot/npm_and_yarn/gui/develop/mime-4.0.0
Bump mime from 3.0.0 to 4.0.0 in /gui
2023-12-01 10:11:12 +01:00
DJ2LS 8eb81b8a36
Merge branch 'develop' into dependabot/npm_and_yarn/gui/develop/mime-4.0.0 2023-12-01 10:11:04 +01:00
DJ2LS 53355ef4a0 remove ctest 2023-12-01 10:09:19 +01:00
dependabot[bot] 539e838b2a
Bump mime from 3.0.0 to 4.0.0 in /gui
Bumps [mime](https://github.com/broofa/mime) from 3.0.0 to 4.0.0.
- [Changelog](https://github.com/broofa/mime/blob/main/CHANGELOG.md)
- [Commits](https://github.com/broofa/mime/compare/v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: mime
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 09:07:30 +00:00
DJ2LS d91d9cc90d
Merge branch 'main' into develop 2023-12-01 10:05:30 +01:00
DJ2LS 0599ba1593
Update dependabot.yml 2023-12-01 10:03:37 +01:00
codefactor-io 01801766b6
[CodeFactor] Apply fixes 2023-12-01 09:01:58 +00:00
DJ2LS d126117bd3 Merge remote-tracking branch 'origin/develop' into develop 2023-12-01 10:01:38 +01:00
DJ2LS ea409bd888 first attempt making build steps easier 2023-12-01 10:01:31 +01:00
codefactor-io 7619c5de8c
[CodeFactor] Apply fixes 2023-12-01 03:09:25 +00:00
Mashintime 2578b2eaf0 More gui event handling 2023-11-30 22:08:42 -05:00
Mashintime b960dea9c2 GUI scatter 2023-11-30 21:12:04 -05:00
Mashintime b7b51ad469 PTT updates 2023-11-30 16:50:10 -05:00
Mashintime ab43314619 Initial gui event api handler 2023-11-30 16:49:43 -05:00
DJ2LS 02062e3e18 some more frame porting 2023-11-30 20:35:07 +01:00
Pedro ca1257bab7 Remove comments about old data_queue_received format 2023-11-30 10:55:51 +01:00
Pedro 4d0bef497b Deliver frequency offset info to frame handler 2023-11-30 10:54:37 +01:00
Pedro 16786d4a7e Switch to new frame dispatcher process data with new class based frame handlers. 2023-11-30 09:24:36 +01:00
Pedro 32e1aa7edb Improve frame handler event broadcast 2023-11-30 08:44:18 +01:00
Pedro 63273b7f02 Add PingFrameHandler 2023-11-30 00:15:16 +01:00
Pedro f4b00ce68a Add inheritance based frame handling on rx 2023-11-29 22:53:50 +01:00
Pedro b901b8efaa Handle exception on frame deconstruction 2023-11-29 21:30:09 +01:00