Commit Graph

127 Commits (180bc84e2c3f140b680f40de7a2d103881fe83fa)

Author SHA1 Message Date
Pawel Spychalski (DzikuVx) 180bc84e2c Move RX configuration to Receiver tab 5 years ago
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.
5 years ago
Pawel Spychalski (DzikuVx) cb1ff69703 Cleanup INAV 2.0.0 5 years ago
Pawel Spychalski (DzikuVx) 521915b5a9 1.8 removed 6 years ago
Michel Pastor 6846e28c9b Drop receiver tab channels plot 6 years ago
Alberto García Hierro 6e80fd2b4d Fix support for simulated RX via MSP, increase channels to 12
- Fix detection of MSP_RX to show the button in the receiver tab
- Fix path to the .css file for receiver_msp.html
- Increase number of channels to 12
6 years ago
Michel Pastor a89661f4cf Make channel mapping more user friendly 7 years ago
Michel Pastor 5652fe0497 Fix expo curves issue 7 years ago
Konstantin Sharlaimov (DigitalEntity) a33e48550b Draw auto and manual expo curves on the same canvas 7 years ago
Michel Pastor 76c6de70db Add manual mode expo settings to the receiver tab 7 years ago
Alberto García Hierro 24f9823c1f Allow RSSI channel only on channels >= 5
Also, show CH# (e.g. CH7) rather than just the bare number in the
combobox, makes it more obvious that you're selecting an actual
channel number rather than an AUX channel number.
7 years ago
Alberto García Hierro 7c9154601a Fix RC map validation code.
Small typo introduced in the renaming of AUX channels.
7 years ago
Pawel Spychalski (DzikuVx) 99ad84e544 tracking of used rc mapping 7 years ago
Pawel Spychalski (DzikuVx) 7d7a1dc866 RC_MAP update 7 years ago
Pawel Spychalski (DzikuVx) 3320acdbbd Unused varaibles removed 7 years ago
Pawel Spychalski (DzikuVx) 3acf97e5f9 AUX renamed to CH on Receiver tab 7 years ago
Pawel Spychalski (DzikuVx) 050dab3ee1 RC rate removed 8 years ago
Pawel Spychalski (DzikuVx) 37738ac269 adaptive intervals 8 years ago
Pawel Spychalski (DzikuVx) 297ad70c5d dynamic polling interval on receiver page 8 years ago
Pawel Spychalski (DzikuVx) 7c7b366ca7 references to pre 1.15 api version removed 8 years ago
Pawel Spychalski (DzikuVx) 3f196a9505 MSP_STATUS removed from manual pulls 8 years ago
Pawel Spychalski (DzikuVx) d1483e5e26 tab tasks unified 8 years ago
Pawel Spychalski (DzikuVx) d1fcb81017 timing methods extracted to separate classes 8 years ago
U-PAWEL-X220\pawel d9415eadd1 msp chainer on receiver tab 8 years ago
Pawel Spychalski (DzikuVx) 1bb6850c24 Merge remote-tracking branch 'origin/master' into osd-support 8 years ago
Konstantin Sharlaimov (DigitalEntity) 2946004ccf Add support for MSP_SENSOR_STATUS if firmware version is gte 1.5 8 years ago
Pawel Spychalski (DzikuVx) 18a00dedf8 MSP refactoring 8 years ago
skaman82 6b6fd4d35c Color scheme changes 8 years ago
NightHawk32 c58829ba14 some renaming to RC_DEADBAND in the receiver tab 9 years ago
NightHawk32 1df0a14877 MSP communication for deadband and yaw_deadband 9 years ago
Alen ee2560104f rssi_channel range is from 1-12 in firmware 9 years ago
Dominic Clifton d73196ea11 Fix toggle buttons reverting to checkboxes after reboot.
This moves GUI specific code out of main and the individual tab js files
into gui.js, where it fits better.
9 years ago
Dominic Clifton 8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
9 years ago
skaman82 aee05ab86d Receiver Tab rework 9 years ago
Kristjan Vaga c5372db830 Merging sticky toolbars with the tab layout changes.
Conflicts:
	main.css
	tabs/adjustments.css
	tabs/adjustments.html
	tabs/auxiliary.html
	tabs/configuration.css
	tabs/configuration.html
	tabs/dataflash.css
	tabs/dataflash.html
	tabs/gps.html
	tabs/help.html
	tabs/landing.html
	tabs/led_strip.html
	tabs/logging.css
	tabs/logging.html
	tabs/motors.html
	tabs/pid_tuning.css
	tabs/pid_tuning.html
	tabs/ports.css
	tabs/ports.html
	tabs/receiver.html
	tabs/sensors.html
	tabs/servos.css
	tabs/servos.html
	tabs/setup.css
	tabs/setup.html
9 years ago
Kristjan Vaga 76fc0176da Polishing the toolbar related styles. Fixing styles. 9 years ago
skaman82 8e79a250ed Basic rework of: Adjustments and PID tabs, little fixes and changes here and there 9 years ago
skaman82 87e9bfd3d9 ...restoring some files 9 years ago
ProDrone ab883c6dc5 Cleanup code indention and positioning the rc_yaw_expo field 9 years ago
borisbstyle 502a70233a update 9 years ago
borisbstyle 34c6077b5c Yaw Expo Feature 9 years ago
Dominic Clifton 045d2b0ca4 Use updated IDs for MSP_LOOP_TIME and MSP_SET_LOOP_TIME. Cleanup and
fix backup/restore arming config.  Backup restore/looptime.  Add config
migration of looptime and arming config.  Rename MSP_RCMAP to
MSP_RX_MAP to match cleanflight code.
10 years ago
Dominic Clifton 70593bc0a3 Update code to use correct selected for the RSSI AUX select element. 10 years ago
Dominic Clifton eda54f13db Update RSSI channel configuration. 10 years ago
cTn e401b1ffce renaming some of the appview hits 10 years ago
cTn ecd34bf113 removing all code depending on CONFIG.capability that i could find on the first swoop 10 years ago
cTn 341416c180 attach window resize handlers in a way that doesn't overwrite previous handler 10 years ago
cTn 5105dc2165 clamp values to specific range 10 years ago
cTn f9ff34fb8b prevent re-sending analytics appview on tab re-initialization, add 1500ms delay on configuration save & reboot 10 years ago
cTn 5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 10 years ago