Commit Graph

59 Commits

Author SHA1 Message Date
HB9HIL
8c94e739f5 js to prevent chars in serial 2024-02-12 01:14:22 +01:00
Andreas Kristiansen
10896723de Merge pull request #1 from int2001/contqsocnt
Prevent Racecondition when logging with CTRL-Enter
2024-02-04 11:36:55 +01:00
int2001
b4562e203d Prevent Racecondition 2024-02-04 10:34:32 +00:00
Andreas
ed37f6596d Need to clear datatable when session is deleted 2024-02-04 11:01:14 +01:00
Andreas
fc43f9b02e Refactor to get the table to load 2024-02-04 10:56:38 +01:00
Andreas
457a572257 Fixed error when data was empty. Also clear table before inserting again. 2024-02-04 10:44:07 +01:00
Andreas
71a2d1c291 [Contesting] Fix for table qso count 2024-02-04 10:28:20 +01:00
int2001
d3b5f4b787 Fix Various Contest-Race-Conditions JS-Part 2024-01-11 07:28:17 +00:00
HB9HIL
3ec1fd494b Merge pull request #56 from int2001/contesting_fix_reset
Fix racecondition at contesting
2024-01-06 10:48:45 +01:00
int2001
e799e1682a Added missing bracket (Breaks contesting otherwise) 2024-01-05 08:56:07 +00:00
HB9HIL
2fad5b1b93 Merge remote-tracking branch 'upstream/dev' into active_development 2024-01-04 21:21:26 +01:00
int2001
789bc3421f Fix racecondition at contesting, where setSession can be called before deleteSession is called/finished 2024-01-04 05:54:42 +00:00
Juan Garcia
14429fbc83 Fix asset route and function name 2024-01-03 22:18:20 -05:00
Juan Garcia
42fda7cc83 Generalize the PoC 2024-01-03 22:03:11 -05:00
int2001
89c67ac66e Fix issue, when starting FRESH Contest and pressing Reset QSO 2024-01-03 18:46:10 +00:00
int2001
0748115b4e JS-Part 2023-12-30 20:17:43 +00:00
phl0
973d76eeb5 Add option to log QSO end times separately
Squashed commit of the following:

commit 595f620d9ea32cde52cd8094c9ba928b2242ebce
Author: phl0 <github@florian-wolters.de>
Date:   Wed Nov 1 13:58:05 2023 +0100

    Update languages

commit f670a0605923e3e3e50548cdc6872afce620d2bb
Author: phl0 <github@florian-wolters.de>
Date:   Wed Nov 1 13:55:04 2023 +0100

    Added user option for enabling QSO end time logging

commit 36d9a95ebbebb6cdcdd382d1460dd858b425e1c7
Merge: 54d5bb53 352931b1
Author: phl0 <github@florian-wolters.de>
Date:   Wed Nov 1 12:18:39 2023 +0100

    Merge branch 'dev' into qsoTime

commit 54d5bb535bfe820feb617b2c7205733af7b9f91d
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:14:58 2023 +0200

    start/end times for other languages

commit c5f6bb0cab5dd3b38d1d74ec1a666c82a71929d6
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:14:42 2023 +0200

    Hide end time if only differs in seconds as we only display minutes
    anyway ...

commit d519d88604bf1730a1c2e0631a6047326fa57a56
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:14:29 2023 +0200

    use start as end time if end is not set separately

commit f2588ad1321df63d6840f33c05700f55eb681f9c
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:13:43 2023 +0200

    reset timers on form reset

commit 2b7ee4e48c27d0373e74a362f5c5d18d3616cd1e
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:13:27 2023 +0200

    Strip seconds from session time variable

commit e0c35aa0cfaf2569c1e9254d287a98251a771593
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:13:11 2023 +0200

    Adapt contest logging

commit 5368ef25f3a59756654092767c863684775f4483
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:12:50 2023 +0200

    Make date field a little smaller

commit ad2d7e756c101a387b4449ee0fcbfcbaac286d28
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:12:30 2023 +0200

    Add button to reset start time

commit f56e031946ef80978857da4f49629a51bb98ad57
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:11:09 2023 +0200

    Copy start to end time on focus out

commit b741d0428deac43efe33f8bf22943c09a994c271
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:10:45 2023 +0200

    Only min and sec for post QSO template

commit 77314edd31be56469d1355b95287e580e8414d8b
Author: phl0 <github@florian-wolters.de>
Date:   Fri Oct 27 10:08:49 2023 +0200

    Basics for QSO end time logging
2023-11-01 14:24:13 +01:00
int2001
df688cfcd4 Fix contestlog-reload on Fieldreset 2023-10-02 11:46:01 +00:00
int2001
9f50106529 commented the code 2023-08-06 08:01:21 +00:00
int2001
bc76514096 Reload table after each QSO in case of >1 PC used for logging 2023-08-06 07:05:33 +00:00
Peter Goodhall
ecda88f240 [Lookup] Change SCP lookup from GET to POST
stops memory leaks when searching callsigns like i/4o4a
2023-07-08 13:38:28 +01:00
phl0
6787c62caa Make contest table use padding for SRX and STX 2023-05-27 14:52:55 +02:00
Andreas
ea70ee94b5 [Contesting] Fixed sorting when adding qsos to table 2023-05-23 12:12:21 +02:00
Andreas
22a2b1c61a [Contesting] Fixed date sorting in the QSO table 2023-05-03 12:28:41 +02:00
Andreas
5920167a3f [Contesting] Hopefully fixed serial issue 2023-04-29 10:17:07 +02:00
Andreas
d64a75a244 [Contesting] Fixed serial not incrementing when loading session 2023-04-28 17:53:03 +02:00
Andreas
50f5f41883 [Contesting] Fixed issue with serial incrementing when setting exchangetype 2023-04-28 15:55:58 +02:00
Andreas
f58df101b5 [Contest logging] Increment stored serial with 1 2023-04-11 10:40:12 +02:00
Andreas
b481fdbb38 [Contest logging] Moved contest session from local storage to database 2023-04-10 18:54:24 +02:00
Andreas
2d629c8b01 [Contesting] Only log exchange according to exchangetype 2023-04-06 19:28:16 +02:00
Andreas
5497de3334 [Contesting] Fix serial not saved when using space 2023-04-05 14:52:05 +02:00
Andreas
d9e0b36fb3 [Contesting] Added so that enter saves qso if in received grid or serial as well 2023-04-01 21:20:03 +02:00
phl0
136baf32c1 Make exchange upper case (in table and db) 2023-02-05 12:37:23 +01:00
phl0
aaf86d5656 Make number of rows "sticky" 2022-11-15 17:07:58 +01:00
phl0
951be84c97 Rename recv/RECV to rcvd/RCVD to comply with ADIF fields and avoid
confusion
2022-11-08 23:57:39 +01:00
Andreas
a9210ecad7 [Contesting] Triggers table search when entering call 2022-10-30 08:02:32 +01:00
phl0
1b03da8b9b Time and Date shortcuts also for contesting page 2022-09-25 12:32:39 +02:00
Thomas Werzmirzowsky
7870e31a9d post contest logging using manual parameter 2022-03-27 17:33:05 +02:00
Andreas
36d1b75484 [Contesting] Implemented dupecheck 2021-10-24 16:48:23 +02:00
Andreas
d44831d3f5 [Contesting] Added selection for copying received exchange over to DOK field in the database. 2021-10-16 16:03:54 +02:00
Andreas
b63ebc02be [Contest Logging] Started work on adding DOK to exchange 2021-10-12 13:10:54 +02:00
Andreas
566f112897 [Contesting] Pushed fix so that serial is not set when serial is not used. 2021-10-11 18:54:48 +02:00
Andreas
e6387c92a5 [Contesting] Spacebar jumping is now working. Filling of QSO table is working. Logging the QSO and exchanges correct is working. 2021-08-13 12:47:17 +02:00
Andreas
6f448e056a [Contesting] Cleaning up the JS code, fixing some bugs and getting everything to work in the GUI. 2021-08-12 19:37:16 +02:00
Andreas
1746f7e581 [Contesting] Fixed a typo that would break function. 2021-08-12 11:56:38 +02:00
Andreas
d0a0cad4b7 [Contesting] Added exchange to exchange type. Input fields change according to exchange type. Storing values in localstorage, and restoring on reload. 2021-08-12 11:52:36 +02:00
Andreas
a361cfb897 [Contesting] Moved 2 js-functions from footer to the contesting.js file, just to clean things up a bit. 2021-08-11 08:54:24 +02:00
Andreas
041114e85a [Contesting] Added hide/show on exchangefields when selection is made. 2021-08-10 22:32:15 +02:00
Andreas
1adae9fd88 [Contesting] Started working on adding more possibilities for contest exchange 2021-08-07 10:13:38 +02:00
Peter Goodhall
3964acbdc8 [Contesting] Adds Validation to the serial input fields
This commit adds validation to the input fields, so that serial can only be a number and other can be freeform text.

Co-Authored-By: m0pcb <60575997+m0pcb@users.noreply.github.com>
2021-03-14 11:44:42 +00:00