Commit Graph

185 Commits

Author SHA1 Message Date
David Carley
0ea001eb7d Fixed a syntax issue with old Chrome 2022-09-14 21:08:58 +00:00
David Carley
c4b99d0e88 Fixed the upgrade indicator 2022-09-14 05:56:11 +00:00
David Carley
5019ea5438 Inputs on motors/io/tool pages weren't activating Save on input. 2022-09-14 05:38:17 +00:00
David Carley
623608be53 Removed the rest of the comment header blocks. 2022-09-14 05:28:47 +00:00
David Carley
a09ec6c563 Brought back "disable safety prompts" for probing 2022-09-14 05:11:39 +00:00
David Carley
c7670ce7cc Fixed a bug with filenames with non-ascii chars 2022-09-14 03:16:26 +00:00
David Carley
981f9cfe79 Reduce package size a bit 2022-09-14 02:58:42 +00:00
David Carley
23abeb9e84 A bit of build and installer cleanup. 2022-09-14 02:58:24 +00:00
David Carley
f76fc064fd Removed the "jig" source. 2022-09-14 00:40:00 +00:00
David Carley
f8190f9734 Removed stray console.log 2022-09-13 12:37:19 +00:00
David Carley
c6490fd7b2 The Settings page was saving numbers as strings. 2022-09-13 02:17:32 +00:00
David Carley
1a44fe3c8e Fixed the controller UI from hanging after estop 2022-09-13 00:24:31 +00:00
David Carley
11ba03fdc5 Fixed support for Logitech F310 2022-09-12 02:32:21 +00:00
David Carley
9ee617157e Fixed not selecting the file just uploaded 2022-09-12 01:19:26 +00:00
David Carley
b770901576 Fix a couple issues with time management 2022-09-12 00:13:57 +00:00
David Carley
55595e5fb8 Added a "remote diagnostics" tool 2022-09-12 00:05:57 +00:00
David Carley
d151e668e2 Fixed spacing issues on the Help page 2022-09-11 17:55:30 +00:00
David Carley
7d365007ec Rebuilt the Help screen in Svelte 2022-09-11 17:52:36 +00:00
David Carley
2851239ce4 Improved gamepad support
- Gamepads are now recognized by their "vendor" and "product" codes only.
- It was previously including other information like name, version etc
- Added a new item on the Settings page for "default gamepad type"
- If a gamepad is not "recognized", it is treated as the default type
2022-09-11 17:28:53 +00:00
David Carley
1cda3cbbef Fixed: when changing an input value on settings/motors/tool/io, the Save button wasn't always enabled. 2022-09-11 02:52:48 +00:00
David Carley
ef152954c7 Changed the time/timezone dialog to for the virtual keyboard 2022-09-11 02:40:36 +00:00
David Carley
c4ff477e92 Probe graphics, and lift z by 25mm at end of probe 2022-09-08 07:23:12 +00:00
David Carley
1c82cc8092 Fixed indicator tab headers (css class conflict) 2022-09-08 02:58:41 +00:00
David Carley
f91dc1d756 More eslint tweaks 2022-09-07 17:51:16 +00:00
David Carley
9babfc702e Reworked the help page content. 2022-09-06 07:50:24 +00:00
David Carley
70bbee974f Another eslint rule 2022-09-05 21:44:57 +00:00
David Carley
135b46df23 Some eslint fixes 2022-09-05 10:30:42 +00:00
David Carley
0019e086f0 Fixed the progress bar. 2022-09-02 22:14:17 +00:00
David Carley
52357c9588 Support for the ESM-9100 wired controller. 2022-09-02 22:14:08 +00:00
David Carley
f6b7f97182 Added support for the Sony Playstation 5 controller. 2022-09-02 01:12:45 +00:00
David Carley
a5b2f39c5d Removed jQuery 2022-09-02 01:08:11 +00:00
David Carley
c6a3732750 Integrated eslint and reformatted all of the JS/TS 2022-09-02 00:04:31 +00:00
David Carley
868258cfa7 Display the splash screen when shutting down
- Also, turn the HDMI off after a short wait
2022-09-01 04:36:24 +00:00
David Carley
cce4e17b49 Gamepad support improvements.
-Added support for the XBox 360 and XBox One controllers.
- Both sets of buttons/triggers control "lock" on all controllers.
- Improved logging output, especially in debug mode.
- Filter out "noisy" controller events that happen inside the "deadband"
- Error handling (and logging) when parsing a bad "gamepads.json"
2022-09-01 00:09:11 +00:00
David Carley
64a33a7e40 Omiting information that is per-device from the data used to generate a gamepad's signature. 2022-08-31 17:31:10 +00:00
David Carley
ed1e4e6511 Fixing "stuck in jogging" bug. 2022-08-31 15:56:33 +00:00
David Carley
2f97bdd4aa Putting the import order back, due to dependencies. 2022-08-31 15:11:05 +00:00
David Carley
d94bf96a56 Reformatting of python files. 2022-08-31 14:26:54 +00:00
David Carley
6a63bd7a12 Fixed wifi signal quality display when there are multiple copies of the same ssid.
Also ensured that all dialogs set their InitialFocus correctly.
2022-08-31 05:57:47 +00:00
David Carley
3a68076022 Complete rebuild of gamepad support, from scratch. 2022-08-31 05:24:32 +00:00
David Carley
53a0f75188 Added a message informing the user when the probing will begin. 2022-08-24 05:41:05 +00:00
David Carley
ecd8fdde47 Added 3/8" and common metric bit sizes. 2022-08-24 05:34:42 +00:00
David Carley
b316a2e0c8 Fixed probe dialog bit diameter menu display 2022-08-24 05:15:02 +00:00
David A. Carley
078241c657 Merge pull request #72 from dacarley/6
7 - Improved bit selection during probing
2022-08-23 15:33:41 -07:00
David A. Carley
06bf10afcb Merge pull request #71 from dacarley/5
6 - Improved uploading, date/time/timezone setting, etc.
2022-08-23 15:33:31 -07:00
David A. Carley
1206bd49ae Merge pull request #70 from dacarley/4
5 - Screen rotation support
2022-08-23 15:33:15 -07:00
David A. Carley
70f63c2910 Merge pull request #69 from dacarley/3
4 - Removed a bunch of dead code.
2022-08-23 15:33:01 -07:00
David A. Carley
45d03f4508 Merge pull request #68 from dacarley/2
3 - New user experience for probing
2022-08-23 15:32:53 -07:00
David A. Carley
8f450bc69f Merge pull request #63 from dacarley/fix-long-movements
1 - Fixed long/slow movement bug
2022-08-23 15:32:24 -07:00
David Carley
7a20b49aeb Rebuilt a couple more dialog boxes in Svelte. 2022-08-23 13:09:58 +00:00