Wykres commitów

88 Commity (770631b51cfc7108feb9bd4acbcd5812bb547277)

Autor SHA1 Wiadomość Data
phl0 5de2f2a93b
Beautify DCL sync output and add some more useful information 2023-10-18 11:31:15 +02:00
Peter Goodhall f026b8518f
Merge pull request #2582 from phl0/updateDokFromDcl
Add update function for DCL DOK data
2023-10-17 15:35:13 +01:00
phl0 44b875dbb0
Fix typo and all of its c+p friends 2023-10-17 16:28:29 +02:00
phl0 e5ca3e67bf
Add update function for DCL DOK data 2023-10-17 16:19:05 +02:00
HB9HIL 8687ffe117 Adif Import/Export Multilanguage Support 2023-10-16 13:08:23 +02:00
phl0 23130ee5bd
We should not lie about dupes on the success page ... 2023-10-16 09:34:29 +02:00
int2001 4f01218d4d
Ignore Stationcallsign at import as option 2023-09-20 16:00:18 +00:00
int2001 12da0b1075
Added "Already imported to clublog" to ADIF-Importer 2023-08-07 05:23:57 +00:00
int2001 95dd70aaf6 Strong check for station_id when importing 2023-07-19 18:18:03 +00:00
int2001 723e575af3 Add HRDLog to Cloudlog 2023-07-07 11:33:15 +00:00
phl0 4a60b69154
Use datetime for db column and fix typos 2023-05-26 15:22:31 +02:00
phl0 ff9e43fe15
Use active profile for preselection during ADIF im/export 2023-01-27 10:29:14 +01:00
phl0 cd6dfd0929
Remove redundant 'Version' info 2022-12-12 07:53:52 +01:00
phl0 611013bcdc
Fix ADIF version tags 2022-12-11 23:04:41 +01:00
phl0 6ef4c52925
Make <eor> tags upper case (now with fixed LotW issue) 2022-09-19 07:29:55 +02:00
Peter Goodhall 39966301f1 Revert "Merge pull request #1603 from phl0/makeEorUpperCase"
This reverts commit 8091869c9d, reversing
changes made to 6e87211fde.
2022-09-18 22:28:04 +01:00
phl0 f8e4bd9dd7
Make <eor> upper case 2022-09-12 09:49:23 +02:00
Peter Goodhall b40e0e7bfe Merge pull request #1388 from onovy/fix_adif_export
Fix ADIF export
2022-02-06 20:52:56 +00:00
Thomas Werzmirzowsky 309803e252 renamed station profile to station location
only show station locations of user
check station location user in backend
2021-11-15 19:46:20 +01:00
Andreas f4b29bd601 [QRZ Logbook] Updated the rest of the code to work with the new placement for the marking of QSOs. 2021-09-05 17:11:58 +02:00
Andreas 0377fe1989 [QRZ Logbook] Changed view. Moved marking of QSOs uploaded from ADIF Export to QRZ Logbook. 2021-09-05 16:49:53 +02:00
Andreas 64827f4506 [ADIF Import] Added option to always use login call as operator. Request by OE3IDE. 2021-05-01 19:52:13 +02:00
Andreas fdcf04b117 [Adif export] Bugfix. Programversion showed incorrect length. Fixed line endings in view. Fixes #997. 2021-04-21 12:23:01 +02:00
Andreas 6f07bb3a4b [Adif Export] Added possibility to choose station profile when exporting or marking QSOs. 2021-03-08 20:20:05 +01:00
Andreas b03a753ab6 [ADIF Import / Export] GUI tweaking. Split into tabs. Added option for marking QSOs as exported to QRZ Logbook when importing from ADIF. 2020-12-04 14:52:00 +01:00
Andreas 7952ec76f7 Refactoring: implemented AdifHelper in Club Log export, satellite export and backup of ADIF. 2020-11-23 19:52:30 +01:00
Andreas 256dddc1f6 [QRZ Logbook] Added mark QSOs as uploaded. 2020-11-21 22:06:25 +01:00
Daniel Clerc 0b3af61fb1 Add SIG and SIG_INFO to adif export 2020-11-17 21:37:28 +01:00
Peter Goodhall e7d0d00e89 Fixed issue with ADIF export when exporting all the log 2020-11-17 17:35:48 +00:00
Andreas Kristiansen c2d4439928
Merge branch 'master' into refactor_adif_export 2020-11-16 19:24:49 +01:00
Andreas 72e8ee4e0a [Adif export] Refactor the view and added a library to make the adif-line. Also a bug fixed in MY_STATE. It was exporting COL_STATE, not COL_MY_STATE 2020-11-14 19:50:27 +01:00
Daniel Clerc 01578c4f40 Readds TX_PWR and COMMENT to adif export 2020-11-11 18:38:11 +01:00
Daniel Clerc 137c4d95ec Add sig/sig_info to adif exportall function 2020-11-11 18:15:14 +01:00
Peter Goodhall 4604b1abc7 Typo dont code when feeling unwell 2020-11-11 12:09:50 +00:00
Peter Goodhall 068f6b09b8 Adds comment to satellite adif export 2020-11-11 12:07:38 +00:00
Daniel Clerc 2be31034be Adds TX_PWR and COMMENT to adif export 2020-11-09 09:27:56 +01:00
Paul Beesley 5d23802e16 Further tweaks to text and text formatting
This commit has some further changes to text throughout the application. There are also some small fixes for text formatting. E.g. making sure that the small "helper" text under certain form fields is all consistent in terms of colour, font, etc.
2020-11-02 09:34:29 +00:00
Paul Beesley c65ce673aa Normalise button styles
Blue Solid = Add something, activate something, or perform any other primary action.
Blue Outline = Edit, change or update something.
Red = Delete something or make an irreversable change.
Grey = Deactivate something.
Yellow = Reset something or clear a field.
Green = Retained for search.

Added icons where it made sense to do so.
2020-10-27 20:51:24 +00:00
Paul Beesley 0b94674289 Normalise page / card header styles for admin pages
Bring the style of page and card headers into alignment with the LotW admin page.
2020-10-20 21:42:43 +01:00
Matthias Jung 89ef272918 Added Contest Fields to ADIF Export
The contest field (stx, srx) were missing in the ADIF export. This fixes #665.
2020-10-18 23:15:56 +02:00
Peter Goodhall b5d1a7c96b
Merge branch 'master' into configurable_modes 2020-08-18 16:22:26 +01:00
Peter Goodhall 84e794ab5f Fixed issue where sub mode in adifs files was out of alignment 2020-08-18 16:18:55 +01:00
Peter Goodhall 65ec84a982 Update exportsat.php 2020-08-10 23:16:00 +01:00
Peter Goodhall 38b34538be Update exportall.php 2020-08-10 23:14:42 +01:00
Peter Goodhall 9368dfb55f Removed some spacing 2020-08-10 23:12:05 +01:00
Peter Goodhall fc1430f86a Adds BAND_RX, FREQ_RX, SOTA_REF
Fixes #547 SOTA Ref missing on ADIF export
2020-08-10 22:24:01 +01:00
Kim - DG9VH 13e6b66d54
Fixed confusing behavior...
... when clicking on the "Mark imported/exported QSOs as uploaded to LoTW"... orifinally clicking on the export-label sets the marker on import, which was a bug by doublicated IDs on the HTML-entities.
2020-06-26 13:43:44 +02:00
AndreasK79 62e961747d Added option for adif export to only export those not flagged as exported. 2020-06-23 09:22:37 +02:00
Kim Huebel 396eaab53a Added Submode-Support in Logging/ADIF-Export etc. 2020-05-24 00:06:08 +02:00
Peter Goodhall 70831269e5 Added MY_STATE to the ADIF export 2020-04-08 17:04:01 +01:00