Wykres commitów

57 Commity (65189d07caca6d7b0fc3c556ec3affe2561c3643)

Autor SHA1 Wiadomość Data
phl0 65189d07ca
Basic POTA support 2022-10-05 17:05:53 +02:00
Andreas 6b4a09d653 [Bands] Editing QSO now fetches bands from DB. Includes also disabled bands. 2022-09-09 23:11:52 +02:00
Andreas be72a332b6 [Bands] QSO entry band/bandrx dropdown is now fetched from db 2022-09-08 20:12:11 +02:00
Peter Goodhall 59803766d0
Merge pull request #1569 from phl0/refactorWWFF
Separate WWFF stuff into separate fields
2022-08-24 16:01:07 +01:00
Alessio Caiazza 4cbe4b3a11 Extract a SOTA library from QSO controller
SOTA functions are implemented inside the QSO controller, moving this
implementation into a dedicated library will simplify code reuse.
2022-08-17 22:15:06 +02:00
phl0 66f70af2c4
Add separate input field for WWFF info 2022-08-15 16:04:33 +02:00
Ondřej Nový e3ceb8ba62 Fix convent_band -> convert_band typo 2022-07-09 20:15:57 +02:00
Peter Goodhall 22d5dbdb05 Update Qso.php 2022-04-01 16:06:04 +01:00
Peter Goodhall 9f774c8eac [Gridsquare Validation] when doing 6 char grids it errored
Regex stopped looking at chars after R
2022-04-01 16:04:06 +01:00
phl0 c5ff0df369
Implement validation check for grid locator input 2022-03-28 12:41:14 +02:00
Peter Goodhall bfe1b38c86 [QSO] Fixed issue with bearing lookups with VUCC Grids 2022-02-18 13:46:16 +00:00
Thomas Werzmirzowsky 9a5b136351 added "mark qsl sent" options to qso cog menu 2021-11-16 13:58:15 +00:00
Thomas Werzmirzowsky 6f39ce940f - QSO create/edit check that station belongs to user
- QSO form only shows stations of user
2021-10-31 10:25:35 +01:00
Andreas 98cfc18e84 [QSO] By limiting this to 100, a lot counties never got displayed. 2021-09-18 19:12:42 +02:00
Andreas 6164558fff [QSO Edit] Made Contest tab in QSO Edit. Added support for editing contest, serial and exchange. 2021-08-20 12:49:57 +02:00
Peter Goodhall 31ef5565b9 [Logbook] Added dropdown item to mark QSL Card as not required. 2021-06-11 16:14:34 +01:00
Peter Goodhall def0ed9f4b [Logbook] Adds QSL Card Requested to the dropdown for each qso 2021-06-11 16:05:49 +01:00
Peter Goodhall 341c014a8e Moved Cookie set to before QSO Save
This might fix #938
2021-03-14 14:41:24 +00:00
Andreas 7c04327268 [QSO Dialog] Auto-fill location and locator when SOTA is chosen. This is fetched from the API. This can be turned on/off in the user settings.
Did a refactor at the same time and moved a lot of javascript from footer.php to qso.js.
2021-02-26 10:37:43 +01:00
phl0 a4a9217e37
Minor changes (variable naming and comments) 2021-02-04 16:46:11 +01:00
Andreas 7892846e8a [QSO Entry] Added county with autocomplete to the form. 2021-01-31 15:02:23 +01:00
Peter Goodhall 95cbf95b91
[QSO Dialog] PR #831 AndreasK79 Adds autocomplete to SOTA & DOK 2021-01-22 23:27:39 +00:00
Andreas 7f80984db0 [DOK autocomplete] Added DOK autocomplete in the QSO entry area 2021-01-20 12:56:53 +01:00
Andreas 584914ca9b [QSO Dialog] SOTA autocomplete when logging. 2021-01-15 23:55:53 +01:00
Peter Goodhall 885a382a9f [QSO][Translate] Added Translate Code to the main QSO entry screen for english
QSO entry window is now ready for international translation, uses general words and custom words from the qso_lang file.
2021-01-05 16:56:42 +00:00
Peter Goodhall df82d5ff26 [QSO] Added RX Band to the stored session data, held till reset. 2020-12-28 13:53:44 +00:00
Andreas 2229a1579b Logging is working. Contest exchange is being logged. Basic contest logging is now working. 2020-11-17 09:47:57 +01:00
Andreas e557d92c47 Tweaking of logging form. Added some logic in javascript, and started on a function for saving the qso in the controller. 2020-11-16 19:20:45 +01:00
Andreas 02f76113ab Selects measurement_base from config-file when creating a new user. 2020-09-15 21:02:36 +02:00
Peter Goodhall 1290fb8073
Merge PR #614 from AndreasK79 - Improved WAS Dialog popups with bootstrap4-dialog
Improved WAS javascript dialog windows and also added bootstrap4-dialog as we move away from Fancybox
2020-09-13 11:57:53 +01:00
Andreas fe0a757726 Edit QSO is working with bootstrapdialog and ajax. 2020-08-25 22:03:54 +02:00
Andreas 712bbf1840 More work on QSO dialog for WAS award. 2020-08-24 20:16:06 +02:00
Peter Goodhall b5d1a7c96b
Merge branch 'master' into configurable_modes 2020-08-18 16:22:26 +01:00
AndreasK79 cac020c4ea Resets date and time on post qso if the saved date and time was set for more than 24 hours ago. 2020-06-04 22:29:20 +02:00
Kim Huebel ece34b756a Added all modes in edit mode... 2020-05-17 15:08:21 +02:00
Kim Huebel 8f1dcf3db6 Make modes customizable and editable
As per request of some users, sometimes new modes or missing modes had to be
added into the code.

As that hardcoded lists are not eary maintainable, we created a new table with
all modes and submodes listed and make this list editable.

Now one can activate or deativate modes from beeing shown within the select-
list in QSO Window.
2020-05-17 14:57:28 +02:00
AndreasK79 ca3398e808 Saves date and time and keeps it when entering POST QSOs. Fixes #463. 2020-05-02 16:54:13 +02:00
Peter Goodhall c8a5c2624b
Merge pull request #464 from AndreasK79/edit_qso_improvements
Edit qso improvements
2020-04-22 15:29:45 +01:00
Peter Goodhall 4a0e8547a2
Merge pull request #461 from AndreasK79/dxcc_choice
Added posibility to manually set dxcc and cq zone in qso entry window.
2020-04-22 15:24:03 +01:00
AndreasK79 a0eee12275 Improved the edit QSO window with dropdowns. DXCC and CQ can now be changed as well. 2020-04-17 12:38:01 +02:00
Peter Goodhall 6bc90c8dc6 Added Transmit Power field to QSO panel under Station power is defined in watts 2020-04-13 16:47:58 +01:00
AndreasK79 e974260913 Added IOTA-dropdown in QSO entry 2020-04-13 14:37:09 +02:00
AndreasK79 db2cd61b35 Added posibility to manually set dxcc and cq zone in qso entry window. 2020-04-13 10:34:02 +02:00
Peter Goodhall 18abea2aa0 Sets propagation mode as a session variable and prepopulates the next QSO till its unselected, if SAT if sat name is selected prop_mode SAT automatically populated 2020-03-02 19:53:50 +00:00
Peter Goodhall a3b134786c Always get active station id from the database not session data 2020-02-27 14:43:07 +00:00
Kim Huebel d096c32082 Storing Station profile and selected CAT-Radio-controller in cookie
The info is stored for 3600*24*99 seconds = 99 days within a local browser
cookie.
2019-06-25 13:46:13 +02:00
Peter Goodhall 9a2abd2f1e You can now delete a QSO via the cog dropdown 2019-06-23 16:11:55 +01:00
Peter Goodhall 2afa5697c6 Added function to API to allow adding a QSO by sending ADIF 2019-06-17 15:10:43 +01:00
Peter Goodhall be6e47d0d5 Logbook options are now a cog dropdown to clean up the interface 2019-06-16 15:29:31 +01:00
Kim Huebel 42c24dc402 Added QSL-Received-Button 2019-06-15 20:20:20 +02:00