Commit Graph

1542 Commits

Author SHA1 Message Date
Andrey 59a3e8f35d only:docs 2024-09-14 13:52:47 -04:00
kifir 8d796d3a54 only: fix misprint in a comment 2024-09-14 13:04:00 -04:00
kifir 1fb0905dbf only: refactoring: renaming #6864 2024-09-14 13:04:00 -04:00
rusefillc 3b7f81e7e0 only: it's all dead 2024-09-12 15:25:35 -04:00
rusefillc 050f615b1c only: it's all dead 2024-09-12 15:13:33 -04:00
Andrey 6a63adf267 only:encapsulation good! 2024-09-12 14:37:01 -04:00
Andrey 74275078ee Console should get much smarter around compatibility with older units #6845
only:progress
2024-09-11 13:06:08 -04:00
Andrey 234cdca08a Console should get much smarter around compatibility with older units #6845
only:progress
2024-09-11 11:57:06 -04:00
rusefillc d3bdc731dc only:probably dead command line? 2024-09-11 09:35:03 -04:00
rusEFI LLC 71ca6328be Console should get much smarter around compatibility with older units #6845
only:all the best code?!
2024-09-07 19:30:58 -04:00
kifir 4a1efe38da attempt to fix displaying of logo on the right side of frame 2024-08-30 09:06:56 -04:00
kifir f0381a3f7f only: light refactoring 2024-08-30 09:06:56 -04:00
kifir 7fa602af2c now we pack frame after it is shown 2024-08-28 18:38:47 +03:00
kifir 602cc29b2f only: refactoring: rename field and method 2024-08-27 09:03:13 -04:00
kifir e5bfc6bdef now we use .setText("") to space instead of .setVisible(false) to avoid layout contraction 2024-08-27 09:03:13 -04:00
kifir 652570babe now we pack frame before it is shown, not only when hardware is updated 2024-08-27 09:03:13 -04:00
rusefillc 61ff1ba345 skip_ecu_type_detection 2024-08-26 11:43:07 -04:00
rusefillc 57356dad03 only:better naming, better location 2024-08-26 11:41:53 -04:00
rusefillc 37b0ec7c35 autoupdate fails - classloader right after file overwrite #6777
only:we do not understand this completely :(
2024-08-23 15:29:14 -04:00
Andrey 696981d5b0 only:write_readme_html 2024-08-23 11:08:49 -04:00
rusefillc ddf1c28d57 open loop boost control does not allow Y axis MAP values greater than 100, even when Y axis is set to MAP #6840
expanding range, also renaming axis
2024-08-22 11:34:34 -04:00
rusefillc c3fe89b613 only:comms stats 2024-08-18 20:35:17 -04:00
rusefillc 0547a0211e only:JScrollPane 2024-08-18 20:35:17 -04:00
rusefi a0eca54325 only:API change 2024-08-18 19:17:41 -04:00
rusefi 6046c552a2 only:API change 2024-08-18 19:15:15 -04:00
rusefi 346f0cbd1f minor usability 2024-08-17 23:30:35 -04:00
Andrey 3789fdb980 Console is broken on Windows 11 fix #6821 2024-08-17 09:59:02 -04:00
kifir 4663ebeb29 Now we work properly if new `OpenBlt` port appeared immediately after ECU rebooted to OpenBlt (closes #6713) 2024-08-15 09:48:15 -04:00
kifir 203ccc89c0 only: refactoring: extract `AvailableHardware` from `SerialPortScanner` class 2024-08-15 09:48:15 -04:00
kifir a7688c58d7 only: refactoring: simplify `SerialPortCache.retainAll` method 2024-08-15 09:48:15 -04:00
kifir 42e2e75a9e limit life-time for cached serial ports #6713 2024-08-15 09:48:15 -04:00
kifir 859ddd23b5 only: refactoring: extract part of functionality is extracted into SerialPortCache class 2024-08-15 09:48:15 -04:00
Andrey f94c0d061c updater process stays running if closed with cross icon fix #6813
only:uaefi
2024-08-14 17:17:37 -04:00
kifir 5d25990183 Now we log strange situations (closes #6788) 2024-08-14 12:33:47 -04:00
kifir 6899853d03 Forbid firmware update when multiple ECUs are connected #6788 2024-08-14 12:33:47 -04:00
kifir 7a23b3f92e only: refactoring: extract part of functionality into `switchToPort` method 2024-08-14 12:33:47 -04:00
kifir 80e9f84125 only: refactoring: extract part of functionality into overloaded `AvailableHardware.getKnownPorts` method 2024-08-14 12:33:47 -04:00
kifir 938c323516 forbid multiple ECU-s updating after `Auto Update Firmware` button is pressed (see `Auto Update Firmware`) #6788 2024-08-14 12:33:47 -04:00
kifir 9caf49ccfc only: refactoring: extract part of functionality into `onHardwareUpdated` method 2024-08-14 12:33:47 -04:00
kifir 14cc189806 only: refactoring: extract controls on the form into fields 2024-08-14 12:33:47 -04:00
kifir 07fe982aa5 only: fix potential IOStream leak: Method `DfuHelper.sendDfuRebootCommand` shouldn't be responsible for closing a stream, because there are cases, when overloaded `DfuHelper.sendDfuRebootCommand` method doesn't call its namesake (that was closing the stream) 2024-08-13 12:16:52 -04:00
kifir c7fefcef25 only: refactoring: get rid of redundant class instantiation when we need just call a static method 2024-08-13 12:16:52 -04:00
kifir af2aa8932b now we really check that new port appeared after ECU port disappeared (closes #6747) 2024-08-12 13:05:15 -04:00
kifir bde60cb578 only: get rid of redundant check for `auto` port - it should never be `auto` here 2024-08-12 13:05:15 -04:00
kifir 0f0a433102 only: fix misprint 2024-08-12 13:05:15 -04:00
kifir a98285252f only: refactoring: now LinkManager.getCommPorts method returns set of strings instead of array 2024-08-09 16:21:39 -04:00
rusefillc aa00f48b43 only:removing some dead code 2024-08-09 12:16:11 -04:00
rusefillc 3ca0108a65 only:reducing method visibility 2024-08-09 11:54:32 -04:00
rusefillc 7363e80f3b only:reducing method visibility 2024-08-09 11:53:37 -04:00
rusefillc c797697a8a only: updater wl 2024-08-09 00:24:36 -04:00