1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 03:19:54 +03:00
Commit graph

100 commits

Author SHA1 Message Date
skaman82
6b6fd4d35c Color scheme changes 2016-05-24 17:28:30 +02:00
NightHawk32
c58829ba14 some renaming to RC_DEADBAND in the receiver tab 2015-12-27 18:56:00 -05:00
NightHawk32
1df0a14877 MSP communication for deadband and yaw_deadband 2015-12-09 18:56:42 -05:00
Alen
ee2560104f rssi_channel range is from 1-12 in firmware 2015-11-18 19:52:10 +01:00
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.
2015-11-11 21:01:22 +00:00
Dominic Clifton
8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
2015-11-09 23:01:42 +00:00
skaman82
aee05ab86d Receiver Tab rework 2015-11-08 16:52:07 +01:00
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
2015-11-06 01:24:12 +02:00
Kristjan Vaga
76fc0176da Polishing the toolbar related styles. Fixing styles. 2015-11-05 19:22:39 +02:00
skaman82
8e79a250ed Basic rework of: Adjustments and PID tabs, little fixes and changes here and there 2015-11-04 22:22:23 +01:00
skaman82
87e9bfd3d9 ...restoring some files 2015-10-23 15:42:32 +02:00
ProDrone
ab883c6dc5 Cleanup code indention and positioning the rc_yaw_expo field 2015-05-22 21:37:03 +02:00
borisbstyle
502a70233a update 2015-05-22 21:37:02 +02:00
borisbstyle
34c6077b5c Yaw Expo Feature 2015-05-22 21:37:01 +02:00
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.
2015-03-29 15:01:54 +01:00
Dominic Clifton
70593bc0a3 Update code to use correct selected for the RSSI AUX select element. 2015-01-07 20:15:21 +00:00
Dominic Clifton
eda54f13db Update RSSI channel configuration. 2015-01-07 13:51:08 +00:00
cTn
e401b1ffce renaming some of the appview hits 2014-10-30 12:33:39 +01:00
cTn
ecd34bf113 removing all code depending on CONFIG.capability that i could find on the first swoop 2014-10-12 18:38:04 +02:00
cTn
341416c180 attach window resize handlers in a way that doesn't overwrite previous handler 2014-10-06 19:16:48 +02:00
cTn
5105dc2165 clamp values to specific range 2014-10-05 19:46:27 +02:00
cTn
f9ff34fb8b prevent re-sending analytics appview on tab re-initialization, add 1500ms delay on configuration save & reboot 2014-10-01 13:16:22 +02:00
cTn
5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 2014-10-01 12:58:09 +02:00
cTn
fe4240deb7 rssi_aux_channel support in receiver tab, hybrid box bugfixes 2014-09-24 16:01:23 +02:00
cTn
c24b8fb482 MSP_BUILDINFO placeholder code 2014-09-24 15:19:22 +02:00
cTn
b826d8a6cf custom made meter indicators with sub-glyph rendering 2014-09-23 14:23:56 +02:00
cTn
e7534f8035 sprinkle in some new bright colors for sensor status, reworking meters in receiver tab 2014-09-22 18:58:56 +02:00
cTn
0cb69faf00 fixing the last bugger in curve/value update event 2014-09-22 11:06:29 +02:00
cTn
a8b96a9206 dont cancel following events 2014-09-22 11:03:00 +02:00
cTn
17e5893dde variable cleanup, event bugfixes, one more update condition left 2014-09-22 10:50:34 +02:00
cTn
ef2568e451 bugfixes for the most retarded map conversion i have ever seen (thank englishman for the fix) 2014-09-19 20:05:32 +02:00
cTn
036308fcdb fix for constantly resetting focus 2014-09-19 18:45:57 +02:00
cTn
6be76d855d implement channel map including validation and UI compatibility fallback 2014-09-19 17:44:04 +02:00
cTn
e9c4a533af finishing touches to the crunching mechanism, backup and restore is all cleaned up now 2014-09-17 09:27:54 +02:00
cTn
e626fbeb7b utilizing the new data cruncher in various tabs (aux, pid, receiver) and in restore routines, unfinished (looking solid) 2014-09-16 23:07:52 +02:00
cTn
d7810e1bb6 make initial tab data request burst better comply with strict mode to prevent random race conditions 2014-08-14 16:48:16 +02:00
cTn
dbf528345e another run on undefined comparators 2014-08-14 16:41:49 +02:00
cTn
932a58d355 pretty pretty pretty 2014-08-12 16:20:26 +02:00
cTn
e27a194ec7 another refactor for global variables, bugfixes for logging tab initialization in strict mode 2014-08-12 15:51:31 +02:00
cTn
20e6ad0074 enable strict mode in couple more files 2014-08-09 20:01:17 +02:00
cTn
1885fba5a0 analytics overhaul 2014-07-16 12:59:12 +02:00
cTn
e49f4ea5ff converting tab object initialization 2014-07-10 19:19:45 +02:00
cTn
799fc76c8e hooking up all of the active_tab references 2014-07-10 18:51:02 +02:00
cTn
13f49c0f64 receiver in tabs 2014-07-10 18:20:09 +02:00
cTn
c6700a8588 equip all tab initializers with callback parameter (currently without hooks) 2014-07-09 16:12:37 +02:00
cTn
e8c4a03dd5 moving majority of save buttons to bottom right corner, graph margin plish 2014-07-04 20:55:46 +02:00
cTn
6e0177738c removing obsolete highlight 2014-06-30 02:44:55 +02:00
cTn
5abe7473f8 moving send_message routine to MSP object 2014-06-01 14:10:18 +02:00
cTn
45ae10513c accept flexible amount of aux channels (up to 28) 2014-05-20 14:06:15 +02:00
cTn
4ba7cc5a46 generate meters/lines UI dynamically 2014-05-19 23:36:04 +02:00