Commit Graph

321 Commits

Author SHA1 Message Date
Jakob Ketterl
6bc928b5b6 fine-tune audio buffering 2019-10-18 21:34:00 +02:00
Jakob Ketterl
0b2c457030 kill client-side early rebuffering, improving the latency 2019-10-18 21:13:48 +02:00
Jakob Ketterl
d53d3b7a51 clean up javascript as good as possible with the help of the IDE 2019-10-16 17:11:09 +02:00
Jakob Ketterl
72062c8570 let's apply some formatting 2019-10-16 13:17:47 +02:00
Jakob Ketterl
5b61f8c7a3 show message in log 2019-10-12 20:48:36 +02:00
Jakob Ketterl
8541f79ebc remove dial button 2019-10-12 17:34:49 +02:00
Jakob Ketterl
ec4fd401cb update dropdown, too 2019-10-12 17:26:57 +02:00
Jakob Ketterl
98217b1745 dial frequencies as bookmarks 2019-10-12 17:14:28 +02:00
Jakob Ketterl
e5193f3460 remove old code 2019-10-12 17:02:29 +02:00
Jakob Ketterl
60e90575ac refactor bookmarks into a self-contained javascript 2019-10-12 17:02:04 +02:00
Jakob Ketterl
8c2f081cb0 scale the background for large monitors 2019-10-06 14:22:49 +02:00
Jakob Ketterl
2e394dc2cb remove waterfall queueing 2019-10-05 20:38:58 +02:00
Jakob Ketterl
b80fd9c023 update profile dropdown box on changes 2019-10-04 22:01:07 +02:00
Jakob Ketterl
3e25f1ec42 fix dialog flexbox layout (especially for firefox) 2019-10-04 00:56:46 +02:00
Jakob Ketterl
351f63f0b8 improve receiver button alignment 2019-10-04 00:17:40 +02:00
Jakob Ketterl
9f90d01dc6 simplify icon display 2019-10-03 23:55:04 +02:00
Jakob Ketterl
e9f9bbb9c0 replace receiver_qra setting with locator calculation 2019-10-03 18:10:46 +02:00
Jakob Ketterl
3e8e2182a8 fix many, many problems with the frontend frequency displays, scroll and
drag handling, closes #13
2019-10-03 17:24:28 +02:00
Jakob Ketterl
6ae934e461 initialize demodulator with configured start values, fixes #9 2019-10-03 00:36:26 +02:00
Jakob Ketterl
eb0f54e79d reset status values properly on reconnect 2019-10-02 23:48:13 +02:00
Jakob Ketterl
08e9520019 reduce png size by using indexed colors 2019-10-02 18:13:33 +02:00
Jakob Ketterl
5903ae1603 prevent the meta panel from disappearing 2019-09-29 17:16:08 +02:00
Jakob Ketterl
fac19e09cd scale background (it's stretching now, doesn't look too bad though) 2019-09-29 15:48:24 +02:00
Jakob Ketterl
5a3e2a2575 auto-focus; submit on enter; 2019-09-29 15:38:50 +02:00
Jakob Ketterl
eed520daac implement edit and delete 2019-09-29 15:29:53 +02:00
Jakob Ketterl
4a7b42202e add edit and delete button 2019-09-29 14:48:36 +02:00
Jakob Ketterl
f292ba55c1 use actual, not visible, frequency 2019-09-28 20:52:37 +02:00
Jakob Ketterl
af9fcbc38d complete storage and display 2019-09-28 20:28:25 +02:00
Jakob Ketterl
bd9cdc1cba buttons and storage action 2019-09-28 20:15:47 +02:00
Jakob Ketterl
be21d4c9ac show dialog and load values into it 2019-09-28 19:20:21 +02:00
Jakob Ketterl
39a4366eab locator wrappers aren't even needed 2019-09-28 16:54:24 +02:00
Jakob Ketterl
4c2979d242 add z-index to prevent other content shining through 2019-09-28 16:51:34 +02:00
Jakob Ketterl
4407146962 add bookmark button 2019-09-28 16:50:21 +02:00
Jakob Ketterl
c3bcb17312 Merge branch 'develop' into bookmarks 2019-09-28 07:36:54 +02:00
Jakob Ketterl
1b95807ac6 beautiful 2x scale for retina displays 2019-09-28 07:36:28 +02:00
Jakob Ketterl
31881ce472 standard font size 2019-09-28 03:03:41 +02:00
Jakob Ketterl
d0c0ee2981 prevent line-wraps (not enough space) 2019-09-28 02:34:58 +02:00
Jakob Ketterl
12a341e607 click handling and tuning 2019-09-28 02:21:29 +02:00
Jakob Ketterl
020445743c add bookmarks display 2019-09-28 01:57:34 +02:00
Jakob Ketterl
671509df3b fix variable name 2019-09-21 15:19:10 +02:00
Jakob Ketterl
428a9ca509 await the right condition 2019-09-21 13:41:04 +02:00
Jakob Ketterl
cf273021ab re-draw on update and apply opacity 2019-09-19 16:24:04 +02:00
Jakob Ketterl
ecbae5af2d implement icon rotation 2019-09-19 02:25:32 +02:00
Jakob Ketterl
15c28b130d use custom marker class to solve overlay problem (and enable rotation at
a later point)
2019-09-19 01:35:58 +02:00
Jakob Ketterl
996422ff4b show aprs symbols in decoding list, too 2019-09-19 00:18:51 +02:00
Jakob Ketterl
e231c07c80 2x resolution for retina displays 2019-09-18 19:41:37 +02:00
Jakob Ketterl
3e8e0c9224 first work on custom aprs icons 2019-09-18 18:50:48 +02:00
Jakob Ketterl
7689d1a2e2 narrow bandpass specifically for wspr 2019-09-15 12:23:11 +02:00
Jakob Ketterl
8d47259f78 show decoded aprs messages in the frontend 2019-09-13 22:29:04 +02:00
Jakob Ketterl
5bcad1ef2f hide output text for packet 2019-09-13 21:04:00 +02:00
Jakob Ketterl
942ee637b0 fix alternate spaces 2019-09-03 23:38:27 +02:00
Jakob Ketterl
0207374592 restructure the code to have the parser sit where all the parsers sit 2019-08-15 15:45:15 +02:00
Jakob Ketterl
7beb773a37 Merge branch 'develop' into packet 2019-08-12 11:44:20 +02:00
Jakob Ketterl
4b3a68f4cd fix the dial button (not enough space on some browsers) 2019-08-12 11:05:32 +02:00
Jakob Ketterl
12c92928fa pass through comments for display on the map 2019-08-11 18:42:41 +02:00
Jakob Ketterl
e63569e3e9 packet decoding as secondary demodulator, finally displayin something on
the webpage
2019-08-11 13:52:19 +02:00
Jakob Ketterl
2fed83659f these should not be in here 2019-08-11 13:09:34 +02:00
Jakob Ketterl
5fbbd897b5 Merge branch 'develop' into packet 2019-08-11 11:53:29 +02:00
Jakob Ketterl
8f7f34c190 better colors (?) 2019-07-28 22:13:55 +02:00
Jakob Ketterl
e40b400f6f try to improve "moving" callsigns 2019-07-28 16:36:12 +02:00
Jakob Ketterl
3b5883dd55 improved legend with opacity 2019-07-28 16:33:19 +02:00
Jakob Ketterl
785d439605 play with the colors 2019-07-28 16:26:03 +02:00
Jakob Ketterl
ff98b172c4 add option to select coloring by mode, too 2019-07-28 16:17:23 +02:00
Jakob Ketterl
30d8b1327b give it some space 2019-07-28 15:59:54 +02:00
Jakob Ketterl
74dddcb8ad add simple legend with colors 2019-07-28 15:57:33 +02:00
Jakob Ketterl
6e7d99376d color by band 2019-07-28 15:28:39 +02:00
Jakob Ketterl
2fae8ffa70 remove some pointless stuff 2019-07-20 20:45:13 +02:00
Jakob Ketterl
ea9feeefd2 complete dial frequency feature frontend 2019-07-20 19:53:42 +02:00
Jakob Ketterl
25b0e86f09 add FT4 because why not 2019-07-20 13:38:25 +02:00
Jakob Ketterl
a7a032dc8f this goes in there 2019-07-19 21:16:16 +02:00
Jakob Ketterl
f1098801e2 let's try to avoid browser problems 2019-07-15 21:35:39 +02:00
Jakob Ketterl
a15341fdcf detect and pass band information to the map 2019-07-14 19:32:48 +02:00
Jakob Ketterl
c94331bf24 hide modes if not available 2019-07-14 18:22:02 +02:00
Jakob Ketterl
7dcfead843 let's try to implement jt65 and jt9 as well 2019-07-14 17:09:34 +02:00
Jakob Ketterl
30b46c4cdd allocate more space to the freq column 2019-07-14 14:43:44 +02:00
Jakob Ketterl
69c3a63794 link the map in wpsr messages, too 2019-07-14 14:33:30 +02:00
Jakob Ketterl
6d5c8491e4 implement wspr 2019-07-13 23:16:25 +02:00
Jakob Ketterl
420b0c60d7 exponential backoff, part 2 2019-07-13 21:44:48 +02:00
Jakob Ketterl
9f2b715d9f exponential backoff 2019-07-13 21:40:48 +02:00
Jakob Ketterl
9a25c68d9a wording change 2019-07-13 17:20:03 +02:00
Jakob Ketterl
2470c2bfa6 pass through the mode on the map 2019-07-11 23:40:09 +02:00
Jakob Ketterl
acbf2939c9 infowindow for ysf markers 2019-07-11 21:21:01 +02:00
Jakob Ketterl
8edc7c1374 sort by lastseen 2019-07-11 20:53:59 +02:00
Jakob Ketterl
5ada234f64 remove javascript from the header 2019-07-11 19:37:00 +02:00
Jakob Ketterl
fdd2dd1b40 use flexbox since the header breaks the map height 2019-07-11 17:38:53 +02:00
Jakob Ketterl
d2f524bf90 fix scrolling on feature report 2019-07-11 16:49:06 +02:00
Jakob Ketterl
5887522dce header for feature report 2019-07-11 16:44:33 +02:00
Jakob Ketterl
688bd769dd move css 2019-07-11 13:44:41 +02:00
Jakob Ketterl
649450a24c move css 2019-07-11 13:44:04 +02:00
Jakob Ketterl
2bf2fcd685 implement header on map page (not fully functional yet) 2019-07-11 13:40:12 +02:00
Jakob Ketterl
d57f9de21e automatic map reconnection 2019-07-10 23:13:03 +02:00
Jakob Ketterl
596c868b9d improved map logo 2019-07-10 22:56:32 +02:00
Jakob Ketterl
32c76beaa2 improved fullscreen layout 2019-07-10 22:18:16 +02:00
Jakob Ketterl
2536d9f747 more javascript issues 2019-07-09 17:34:24 +02:00
Jakob Ketterl
438efa655f fix javascript issues 2019-07-09 17:32:49 +02:00
Jakob Ketterl
ad9855a791 pretty logo 2019-07-09 17:28:41 +02:00
Jakob Ketterl
58e819606a use moment.js to display a pretty time since last activity 2019-07-08 21:01:30 +02:00
Jakob Ketterl
bab8ec1eaa even prettier 2019-07-08 20:47:50 +02:00
Jakob Ketterl
c6aa5c3a3c make the interface pretty 2019-07-08 20:45:09 +02:00
Jakob Ketterl
c7503f87d7 show ft8 panel only when ft8 is active 2019-07-08 20:31:34 +02:00