Commit graph

54 commits

Author SHA1 Message Date
phl0
f137a2ed26
Handle band and prop_mode properly 2026-04-29 09:27:05 +02:00
phl0
c3b895fc2e
Suport bands from 23cm to 3cm 2026-04-29 08:20:06 +02:00
Peter Goodhall
b6a0e0bb91 Fixes SimpleFLE bugs relating to satellite ops
Support multiple comma-separated grids (VUCC) across SimpleFLE. Updated Logbook_model to accept vucc_grids and prefer it over single locator when present. Frontend changes: parse and detect single vs multiple grids, add Grid column to preview table, send both `locator` and `vucc_grids` to the save endpoint, tighten time regex, add qsotime variable, include X band in satellite mode handling, and clear satellite state when switching to a regular band. Documentation and help updated: improved syntax help and added full docs/SimpleFLE.md explaining grids, VUCC usage, satellite handling and other SimpleFLE features.
2026-04-27 22:41:40 +01:00
Peter Goodhall
9eb596351d Reset comment at start of line iteration
Moved the comment reset to the beginning of each line iteration in handleInput(), ensuring comments are cleared before processing each row. This prevents comments from persisting across lines and fixes potential data carryover issues.
2026-01-14 22:44:43 +00:00
Peter Goodhall
5583cd8c14 Add comment support to SimpleFLE QSO entries
Introduces the ability to add comments to QSOs by enclosing text in angle brackets, updates the UI to display a new Comment column, and documents the feature in the syntax help. The JavaScript logic is updated to extract, display, and save comments with each QSO.
2026-01-14 10:23:15 +00:00
Peter Goodhall
3115689503 Improve QSO table layout and responsiveness
Added fixed column widths and ellipsis styling to QSO table headers and rows for better horizontal scrolling and readability. Updated CSS and HTML structure to enhance table responsiveness and appearance on various screen sizes.
2025-11-05 22:27:30 +00:00
Peter Goodhall
bdd3278f4c Improve SimpleFLE UI and session restore logic
Refactored the SimpleFLE interface for better spacing, clarity, and mobile responsiveness. Enhanced button styling and feedback areas, and moved satellite feedback for improved visibility. In JavaScript, session data restoration now occurs after satellite data loads, ensuring correct initialization and reducing race conditions.
2025-11-05 22:15:15 +00:00
Peter Goodhall
064ab14305 Add satellite feedback UI to SimpleFLE form
Introduces a visual feedback area in the SimpleFLE form to display satellite name and available modes when satellite-related input is detected. Updates JavaScript to show/hide feedback in real time as users type, highlight selected modes, and handle cases where satellites are not found in the database. Feedback is cleared when switching to regular bands or clearing the session.
2025-11-05 22:07:24 +00:00
Peter Goodhall
e9490cb1b9 Add satellite and gridsquare support to SimpleFLE
Enhanced the syntax help and JavaScript logic to support satellite QSOs and gridsquares. Satellite contacts can now be entered using 'sat' or 'satellite' keywords, with automatic frequency/mode population from a satellite database. Gridsquares can be included with callsigns, and both features are now parsed, displayed, and saved in the QSO table and backend.
2025-11-05 16:41:52 +00:00
Peter Goodhall
72d2d84332 Add dB signal report support for Q65, FST4, and FST4W digital modes
- Updated setRst() function in footer.php to include Q65, FST4, FST4W modes
- Extended getReportByMode() function in simplefle.js to handle dB reports for all digital modes
- Ensures consistent signal report handling (-5 dB default) across all WSJT-X compatible modes
- Fixes issue where Q65, FST4, FST4W used traditional RST instead of dB reports
2025-05-28 17:08:54 +01:00
HB9HIL
9720cbae7a fixing a qrg syntax bug 2023-12-23 06:15:24 +01:00
abarrau
af0e3e3d0c eQSL default msg (js & css) 2023-11-29 14:26:23 +01:00
int2001
b5a790d133
and one bunch more of tooltips 2023-11-26 09:00:47 +00:00
Robert Sammelson
7ebf909fd7
Format file 2023-11-11 01:31:07 -05:00
Robert Sammelson
15f52f99ca
Fix POTA regex 2023-11-11 01:25:21 -05:00
HB9HIL
bb5355d32f bug fix for getFreqFromBand 2023-11-09 21:49:17 +01:00
HB9HIL
4d997c1e70 removed console.log message 2023-11-09 00:54:26 +01:00
HB9HIL
8a3ec11e54 new timeWarning function 2023-11-08 17:51:26 +01:00
HB9HIL
4c17d8477f support for USB and LSB 2023-11-08 16:58:13 +01:00
HB9HIL
7f2e00b7ec added some to example data 2023-11-06 13:41:34 +01:00
HB9HIL
ffdc660b46 corrected qrg format for logging 2023-11-06 13:26:48 +01:00
HB9HIL
2fdcdaa201 added time function to js 2023-11-04 12:45:07 +01:00
HB9HIL
9a832c4fa2 added Initials of SOTA, POTA... aso 2023-11-02 15:07:57 +01:00
HB9HIL
dbdccdd366 fixed old typo 2023-11-02 08:44:47 +01:00
HB9HIL
6026297649 Example Data 2023-11-02 08:22:01 +01:00
HB9HIL
df4c24f9a2 sample data 2023-11-01 21:43:06 +01:00
HB9HIL
99b4061217 prepared sample data 2023-11-01 21:08:21 +01:00
HB9HIL
95bdef36dd removed adif download function 2023-10-31 23:21:45 +01:00
HB9HIL
8272fbbc5a added pota and iota, improved regex 2023-10-31 23:06:49 +01:00
Andreas
9e775dd35b Added support for logging WWFF and SOTA to db 2023-10-31 20:50:05 +01:00
HB9HIL
16f3103add added the "day +" command 2023-10-31 17:05:53 +01:00
HB9HIL
e1349059e6 band, mode, time and call can now in one line 2023-10-31 15:21:11 +01:00
HB9HIL
4c9241e4c8 fixed detection of cw rst if 3 digits are given 2023-10-31 10:26:15 +01:00
HB9HIL
f28d0cd23c SimpleFLE Multilanguage Support 2023-10-30 23:52:20 +01:00
HB9HIL
41f02d5db9 fixed logging issue 2023-10-30 08:53:06 +01:00
Andreas
474e988971 Commented out grid, since it breaks logging 2023-10-29 11:40:50 +01:00
HB9HIL
2d9b8b6413 added user_id to local storage 2023-10-27 21:45:15 +02:00
HB9HIL
0bcb76fdc6 warning if some qso have no band/mode 2023-10-27 19:32:21 +02:00
HB9HIL
ed0b1fc730 changed bands to lowerCase to prevent search error 2023-10-27 15:57:17 +02:00
Andreas
fe1817a628 Corrected qso save function 2023-10-27 12:40:34 +02:00
Andreas
5cb67b0ca9 [SimpleFLE] Logging fix 2023-10-27 12:35:07 +02:00
HB9HIL
fe640da777 formatting time (not working properly) 2023-10-27 12:07:30 +02:00
HB9HIL
02dd5cce31 removed empty lines 2023-10-27 09:04:21 +02:00
HB9HIL
9d5e0ccfe5 less aggressive warning :) 2023-10-26 23:01:48 +02:00
HB9HIL
a3f4f1b564 added several UX/UI features 2023-10-26 22:50:55 +02:00
Andreas
33fb946256 [SimpleFLE] Saving QSO partially works 2023-10-26 20:46:13 +02:00
Andreas
587660383e [SimpleFLE] Replaced hardcoded bands with bands from db 2023-10-26 19:59:02 +02:00
HB9HIL
50551441a1 Prepoulate active Station Location 2023-10-26 16:10:05 +02:00
Andreas
a6f51cf29a Tweaked regex for bands 2023-10-26 15:25:34 +02:00
HB9HIL
ee90bdee9c SyntaxHelp Text Dialog 2023-10-26 14:21:33 +02:00