Wykres commitów

89 Commity (4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21)

Autor SHA1 Wiadomość Data
Matthew Chambers 4c8fcc656b progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out 2022-08-15 22:14:16 -05:00
Matthew Chambers 78aaaed2ad one step forward, 2 steps backwards 2022-08-15 20:19:09 -05:00
Christian Bayer 903319452b
WIP translating strings in js: roster.js 2022-08-15 23:23:51 +02:00
Matthew Chambers 03050e5ffb Merge branch 'master' into 'dev-test'
# Conflicts:
#   package.nw/lib/roster/renderRoster.js
2022-07-24 17:24:43 +00:00
Matthew Chambers 9a71f15b0c Fix linting problems 2022-07-24 12:22:28 -05:00
csharpen e5b9b69ec0 Fix whitespace issues 2022-07-17 05:32:05 +00:00
csharpen d408bfb71d Update roster.js listShortInstances() to accommodate potentially undefined objects 2022-07-16 03:31:06 +00:00
csharpen 6924f9802d Added listShortInstances for use in Call Roster window title 2022-07-15 22:10:05 +00:00
Sebastian Delmont 6d6e86df36 DX Marathon hunting 2022-05-20 10:33:12 -05:00
Sebastian Delmont f92ca3dd51 Allow reordering of roster columns 2022-05-20 10:33:12 -05:00
Matthew Chambers e0ca1d5722 Merge branch 'master' into pota-is-in-the-park 2022-05-17 18:46:53 -05:00
Matthew Chambers 24e9caf554 Squashed commits '${title}' 2022-05-02 02:47:01 +00:00
Sebastian Delmont c54252a805 Refactor roster columns 2022-03-05 03:25:45 +00:00
Matthew Chambers aee8c8bb97 add POTA checkbox and defaults, empty hunt POTA in processRosterHunting needs fleshed out 2022-02-20 10:41:21 -06:00
Matthew Chambers c4ffe9801c Fix #76 2021-12-13 19:03:46 -06:00
Sebastian Delmont 8cbe96a9f7 Fixed spot sorting in refactored code 2021-12-13 11:04:53 -05:00
Matthew Chambers 6b6b12833b Update Copyright for 2022 2021-12-12 16:34:02 -06:00
Matthew Chambers 8bf08bc9fa change vars to lets per Tag's suggestion 2021-12-12 15:56:58 -06:00
nr0q 714b29afa4 a few of SD's roster tweaks 2021-12-09 14:31:02 -06:00
christian 8a07ea8204 fixed other sorts 2021-07-01 21:39:50 -04:00
christian 1a8e1ef450 fixed dxcc sorting 2021-06-30 07:52:36 -04:00
Matthew Chambers 3d098a159e re-added r_sortFunction that somehow wondered off 2021-06-28 22:00:27 -05:00
Matthew Chambers 7c7baef4c6 refactor so far 2021-06-28 19:19:26 -05:00
Matthew Chambers f554d50862 big roster refactor - starting
Co-authored-by: Sebastian Delmont <sd@notso.net>
Matthew Chambers <nr0q@gridtracker.org>
2021-06-28 17:26:44 -05:00
Matthew Chambers a767d9dc35 missing comma line 422 2021-06-24 18:46:42 -05:00
Matthew Chambers 0b91db3d47 add array with exception test function names, need to create functions yet 2021-06-24 18:04:46 -05:00
Matthew Chambers f0508b5866 some notes that might aid in refactoring 2021-06-24 11:06:31 -05:00
Sebastian Delmont 122ee711ce Merge branch 'cbayer-cr-hung-fix' into 'master'
Jon's changes and one more undefined caught

See merge request gridtracker.org/gridtracker!111
2021-05-25 15:53:40 +00:00
christian e9efe4f411 Jon's changes and one more undefined caught 2021-05-25 10:20:44 -04:00
Sebastian Delmont c10df3022b Show roster counts in window title 2021-05-25 08:08:21 -04:00
Matthew Chambers d29edd12cc fix typo in call roster 2021-05-24 12:26:48 -05:00
Matthew Chambers b36b315fa5 update ack to use image instead of emoji chars for copatiblity 2021-05-20 22:05:46 +00:00
Sebastian Delmont 8056f519b4 Acknowledgements 2021-05-20 22:05:46 +00:00
Sebastian Delmont 6e9987e6af Someone ate the confirmation `if` 2021-05-17 06:27:58 -04:00
Sebastian Delmont 9d2a6b8661 Style tweaks 2021-05-17 06:27:58 -04:00
Sebastian Delmont 6ed7bd4a25 Fixes for mixed hunting 2021-05-17 06:27:58 -04:00
Sebastian Delmont 76d73c1873 WPX should also be layered, since CQ awards has endorsements per band and mode 2021-05-17 06:27:58 -04:00
Sebastian Delmont 0519b9788f Fixed logic for mixed/unconfirmed layering 2021-05-17 06:27:58 -04:00
Sebastian Delmont e91d9f2374 Minor refactor/cleanup of viewRoster() 2021-05-17 06:27:58 -04:00
Sebastian Delmont d903cb5259 Layered logbook options 2021-05-17 06:27:57 -04:00
Sebastian Delmont c4011240b4 Refactor hashMaker and use constants for logbook options 2021-05-17 06:27:57 -04:00
Sebastian Delmont 917d14eb70 Longer lines 2021-05-17 06:27:57 -04:00
Tag 8221aeaecb Replace all SVG with PNG 2021-05-15 13:37:05 -07:00
Sebastian Delmont 462ecf2493 Capture exceptions while drawing spot arcs
Certain spots can trigger exceptions such as "could not calculate great circle between [] and []" which can hang GT. We now capture those, dump error info to the console, and move on
2021-04-06 18:20:26 -04:00
Sebastian Delmont a9692cb866 Make room for multiple instances in the roster 2021-04-06 05:37:41 -04:00
christian fead3c8235 Revert "issue #48 Some Award Tracker hits don't produce alert script to be executed"
This reverts commit 371f787f52.
2021-03-24 21:44:16 -04:00
christian 371f787f52 issue #48 Some Award Tracker hits don't produce alert script to be executed
fixed by moving shouldAlert variable up above the awardTracker block
2021-02-24 09:40:39 -05:00
Sebastian Delmont 50fd8d3df6 Fix spacing 2021-02-01 09:49:53 -05:00
Tag f29a620133 Removed title setting due to bug and not fully completed
Call Roster is multi-instance aware, this needs to be re-thought.
2021-01-10 10:30:46 -08:00
Tag 753717ebe9 Moved DXCC Primary Prefix to Title mouseover 2021-01-10 08:50:17 -08:00