1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 08:45:26 +03:00
Commit graph

1805 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
d1bf2242b5 IDLE and number of poles 2020-01-22 20:59:11 +01:00
Alberto García Hierro
0e01133fc9 Make tab loading async safe and add a small animation
Tab loading was relying on replacing the contents of '#content'
with the loading indicator, then replacing it with the loading tab
content and blocking rendering until the tab was ready by not
yielding. This is problematic for tabs that load some data
asynchronously, like PID and OSD.

Instead, put the loading indicator in front of everything else
and load new content inside '#content' next to the loading indicator
(but without showing it). Once the content and data are fully loaded
we fade out the loading indicator with a 0.4s long animation and
then we remove. This works for both synchronous and asynchonous
loading of tabs.
2020-01-21 18:19:06 +00:00
Niccolò Maggioni
0d3659a92e
Show µs in mixer when "ONE" input is selected 2020-01-11 19:21:50 +01:00
Konstantin (DigitalEntity) Sharlaimov
e6b5719cc4 [DJI] Add support for DJI FPV goggles and SBUS Fast protocol 2020-01-02 10:34:57 +01:00
Pawel Spychalski (DzikuVx)
7620ab024b Preset for Dart 250g 2019-12-23 13:37:53 +01:00
Paweł Spychalski
1178ccaa0e
Merge pull request #881 from iNavFlight/dzikuvx-pid-tab-improvements
Improvements on PID Tuning tab
2019-12-21 12:44:02 +01:00
Pawel Spychalski (DzikuVx)
50fe8d1b10 Improvements on PID Tuning tab 2019-12-21 12:43:33 +01:00
Pawel Spychalski (DzikuVx)
947ec987f9 Fix throttle commands zeroing on Configuration page 2019-12-21 12:22:15 +01:00
Paweł Spychalski
3102b0dfe3
Merge pull request #868 from iNavFlight/dzikuvx-pid-tuning-tabs
Tabs on PID Tuning tab
2019-12-09 17:59:54 +01:00
Pawel Spychalski (DzikuVx)
f56b6ef40c Merge branch 'master' into dzikuvx-pid-tuning-tabs 2019-12-09 17:57:42 +01:00
Pawel Spychalski (DzikuVx)
4ebb8fb3ff Fix some minor issues on mixer tab 2019-12-09 17:55:33 +01:00
Pawel Spychalski (DzikuVx)
155f2573aa Fix board orientation saving 2019-12-09 17:28:20 +01:00
Paweł Spychalski
a7760014c3
Merge pull request #866 from iNavFlight/release-2-3-0
Release Configurator 2.3.2
2019-11-23 21:52:56 +01:00
Pawel Spychalski (DzikuVx)
21c8c856f9 Improved filters 2019-11-22 13:34:51 +01:00
Pawel Spychalski (DzikuVx)
28bb794dff Drop less used settings 2019-11-22 13:12:14 +01:00
Pawel Spychalski (DzikuVx)
5258bbdd6d Properly send all URLs from Landing Page 2019-11-22 09:05:18 +01:00
Pawel Spychalski (DzikuVx)
bb39007de4 Cleanup landing page 2019-11-21 22:29:23 +01:00
Pawel Spychalski (DzikuVx)
51945769c7 Basic PID Tab rework 2019-11-21 22:20:44 +01:00
Pawel Spychalski (DzikuVx)
a48d05fdcb Move system configuration 2019-11-21 20:36:26 +01:00
Pawel Spychalski (DzikuVx)
c70549fb22 Configuration cleanup 2019-11-21 20:06:00 +01:00
Pawel Spychalski (DzikuVx)
34a4057f79 Improve Outputs handling 2019-11-21 19:52:28 +01:00
Pawel Spychalski (DzikuVx)
73015617c7 Enable Blackbox on blackbox page 2019-11-21 19:21:14 +01:00
Pawel Spychalski (DzikuVx)
22335fa99e Merge remote-tracking branch 'origin/master' into release-2-3-0 2019-11-20 23:56:16 +01:00
Pawel Spychalski (DzikuVx)
bdb163c4db Fix CLI load save dialogs 2019-11-20 23:11:28 +01:00
Paweł Spychalski
73b4dd61cd
Merge pull request #861 from nmaggioni/release-2-3-0
Fix CLI commands delay
2019-11-20 17:26:07 +01:00
Niccolò Maggioni
bc0477d55e
Fix CLI commands delay
Refactoring in #804 broke context
2019-11-20 12:00:18 +01:00
Pawel Spychalski (DzikuVx)
c4aaaf218d Fix file open dialog in mission planner 2019-11-20 10:58:46 +01:00
Pawel Spychalski (DzikuVx)
dfce134a2a Merge remote-tracking branch 'origin/master' into dzikuvx-outputs-tab-configuration 2019-11-20 09:56:42 +01:00
Paweł Spychalski
2448813b1e
Merge pull request #845 from iNavFlight/dzikuvx-old-version-cleanup
Cleanup old versions customizations
2019-11-20 09:43:17 +01:00
Olivier C
6ecce51611 OSD icon preview for RPM 2019-11-16 13:35:43 +01:00
Pawel Spychalski (DzikuVx)
acfdf5f7ff Remove outputs configuration from Configuration tab 2019-11-02 12:28:28 +01:00
Pawel Spychalski (DzikuVx)
364aa5c0c6 Correct reentry point after reboot 2019-11-02 12:21:30 +01:00
Pawel Spychalski (DzikuVx)
8c8ddd4f52 Outputs configuration in outputs tab 2019-11-02 12:12:23 +01:00
Pawel Spychalski (DzikuVx)
d7c8695bf9 Cleanup 2.1.1 2019-10-27 20:18:51 +01:00
Pawel Spychalski (DzikuVx)
79a16a8fe3 Cleanup 2.1 version 2019-10-27 20:17:20 +01:00
Pawel Spychalski (DzikuVx)
cb1ff69703 Cleanup INAV 2.0.0 2019-10-26 22:30:59 +02:00
Alberto García Hierro
7948361106 [OSD] Add support for configuring OSD_ESC_RPM element 2019-10-25 22:44:27 +01:00
Alberto García Hierro
3b9e12a15c
Merge pull request #835 from iNavFlight/agh_frskyosd
Add support for selecting FrSky OSD in the ports tab
2019-10-17 09:49:55 +01:00
Pawel Spychalski (DzikuVx)
c48d27570d Move outputs configuration t outputs tab 2019-10-06 18:40:26 +02:00
Pawel Spychalski (DzikuVx)
a64896e223 VTX power and frequency disclaimer 2019-10-04 09:47:41 +02:00
Alberto García Hierro
0e47a8415c Add support for selecting FrSky OSD in the ports tab 2019-09-26 09:47:30 +01:00
Pawel Spychalski (DzikuVx)
87456f2bf6 Cleanup servos tab 2019-09-23 19:03:08 +02:00
Pawel Spychalski (DzikuVx)
e3bfa20800 Current and Voltage 2019-09-23 18:56:49 +02:00
Pawel Spychalski (DzikuVx)
d4cd638397 Outputs tab rework part 1 2019-09-15 21:43:11 +02:00
Pawel Spychalski (DzikuVx)
9c627f7445 Report logic condiotion activation status 2019-09-14 12:55:16 +02:00
Paweł Spychalski
14ce5f6f67
Merge pull request #817 from iNavFlight/dzikuvx-antigravity
Settings for antigravity
2019-09-01 18:51:00 +02:00
Pawel Spychalski (DzikuVx)
835c2a9170 Make antigravity available only for 2.2.2 or higher 2019-09-01 18:49:46 +02:00
CSMachineCo
8c9b4d421d
Added marker for RTH and cleaned up a bit. 2019-08-14 21:04:53 -04:00
Pawel Spychalski (DzikuVx)
b618a955b0 Add antigravity lpf cutoff frequency to GUI 2019-08-14 08:50:32 +02:00
CSMachineCo
aba0e6e6d8
added real time monitoring
Added real time position icon, bread crumb trail, and real time param display
2019-08-11 14:41:50 -04:00