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

112 commits

Author SHA1 Message Date
Andi Kanzler
069d0f2019 SITL integration 2023-03-08 12:43:14 -03:00
Darren Lines
91da0f642b
Merge branch 'master' into MrD_Changes-for-PR-8401 2022-10-01 14:24:41 +01:00
Darren Lines
47bf242ba7 Updated for PR 8401
Modes tab:
- Added USER 3 & USER 4 to modes ordering

Programming Tab:
- Added USER 3 & USER 4 to Flight Modes operand
- Added Course Hold to the Flight Modes operand. It was in firmware, but missing from Configurator
- Changed select operand values to order alphabetically. Looks much nicer than the random order.
2022-09-18 10:47:46 +01:00
Darren Lines
daa70fc4b1 Added handing for selected LCs that are now disabled 2022-08-13 20:38:13 +01:00
Darren Lines
b8485457dd Fixed and enhanced LC display 2022-08-13 19:40:38 +01:00
Luca
ce0b4dac66 Merge remote-tracking branch 'iNavFlight/master' into magnetometer_tab_improvments
# Conflicts:
#	_locales/en/messages.json
2022-03-26 15:50:02 +01:00
Pawel Spychalski (DzikuVx)
0be78dd37e Drop any leftovers of Transponder feature 2022-02-24 13:15:23 +01:00
Hofer Lukas
15c697daf7 WIP: Add magnetometer alignment tab 2022-02-09 23:58:30 +01:00
Pawel Spychalski (DzikuVx)
8fe453a672 Attach doc button only to the first tab title 2021-05-02 11:51:42 +02:00
Ilya Guterman
58509be5da fix missing blackbox animation
.data-loading is for loading tab and blackbox erase,
but when tab loading finished it removes all .data-loading elements
2020-07-29 12:57:07 +03:00
Alberto García Hierro
84cad97feb
Merge pull request #955 from iNavFlight/agh_documentation_link
[TABS] Generate the documentation link dynamically via JS
2020-04-30 22:38:02 +01:00
Pawel Spychalski (DzikuVx)
c005214a2b Unified LogicConditions selector 2020-04-14 11:55:23 +02:00
Pawel Spychalski (DzikuVx)
7478f6cd04 Basic render of global function table 2020-04-10 11:37:52 +02:00
Alberto García Hierro
9dae9a75bc [TABS] Generate the documentation link dynamically via JS
This way we don't need to repeat the same 3 lines of HTML in every
tab. Also fixes the missing link in the mission planner tab when
the FC wasn't connected.
2020-04-07 15:52:23 +01:00
Pawel Spychalski (DzikuVx)
cdf7b82108 Empty Programming tab 2020-04-05 18:47:49 +02:00
Alberto García Hierro
10ccf049bd Complete rename from motors to outputs tab
Rename files, classes and i18n keys
2020-01-29 21:55:15 +00: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
Pawel Spychalski (DzikuVx)
87456f2bf6 Cleanup servos tab 2019-09-23 19:03:08 +02:00
mirko-it
3dcffdd292 Offline missions (with FC disconnected) on file (#720)
* Offline missions (with FC disconnected) are now available for load and save to file.
Supports XML file format, should be compatible enough with other software

* removed default file name

* removed code in early stage of future developments

* code style and fc buttons

* map resize handling
2019-04-29 17:23:32 +02:00
Pawel Spychalski (DzikuVx)
b5db21ae7c Remove Autoconnect 2019-04-27 19:24:14 +02:00
Michel Pastor
e945c0749c Add support for battery profiles 2018-06-16 04:26:35 +02:00
Pawel Spychalski (DzikuVx)
4f48ecff1b Mixer tab, first elements 2018-03-29 22:24:37 +02:00
Sergej Pozdnyakov
6cd87dbd64 add first version mission planer 2018-01-02 23:46:44 +03:00
Konstantin Sharlaimov (DigitalEntity)
9942e9508e Calibration tab. Squashed commit. Kudos to @DzikuVx, @skaman82, @Afinogen 2017-12-31 17:19:49 +10:00
skaman82
9e7be86de0 Fix toggle color 2017-11-24 13:49:42 +01:00
Pawel Spychalski (DzikuVx)
e74645f497 Merge branch 'master' into msp-queue 2017-01-26 17:14:14 +01:00
Pawel Spychalski (DzikuVx)
37738ac269 adaptive intervals 2017-01-25 21:13:58 +01:00
Pawel Spychalski (DzikuVx)
fea2505fde Merge branch 'master' into advanced-tuning-tab 2017-01-23 22:30:32 +01:00
Pawel Spychalski (DzikuVx)
083eee3115 msp queue load 2017-01-20 21:39:48 +01:00
Pawel Spychalski (DzikuVx)
51a550b1c2 GUI for notch filters' 2017-01-19 22:18:58 +01:00
Pawel Spychalski (DzikuVx)
01569e7df8 Merge branch 'master' into advanced-tuning-tab 2017-01-19 21:09:32 +01:00
Pawel Spychalski (DzikuVx)
eff3eb2420 fixes for global status pull handler 2017-01-18 20:20:26 +01:00
Pawel Spychalski (DzikuVx)
d1fcb81017 timing methods extracted to separate classes 2017-01-18 15:54:45 +01:00
Pawel Spychalski (DzikuVx)
63ed578442 empty advanced tuning tab 2017-01-15 12:03:27 +01:00
U-PAWEL-X220\pawel
35baf4302b first cut of presets 2017-01-04 22:50:18 +01:00
Pawel Spychalski (DzikuVx)
1b4c729e46 cleaning 2016-12-23 23:57:05 +01:00
Pawel Spychalski (DzikuVx)
9a5e3dbeae msp cleanup 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
25c8a6f61c crude port 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
3c098d4ba7 calibration tab removed 2016-06-18 11:25:51 +02:00
skaman82
6b6fd4d35c Color scheme changes 2016-05-24 17:28:30 +02:00
Konstantin Sharlaimov (DigitalEntity)
e6a86a9fec Calibration tab (empty); Add possibility to disable GPS ground assistance 2016-05-10 01:06:53 +10:00
Konstantin Sharlaimov (DigitalEntity)
227abc752d More rebranding 2016-05-04 21:20:36 +10:00
Konstantin Sharlaimov (DigitalEntity)
11b80a67ff Some rebranding 2016-04-25 23:47:18 +10:00
Dominic Clifton
1a58bfcf82 Add Race Transponder configuration support.
Also cleans up i18n support for 'features' and adds tooltip support for
them on the configuration tab.
2016-01-22 22:15:53 +01:00
Dominic Clifton
4ccd0bed3e Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/data_storage.js
	main.css
	tabs/dataflash.css
	tabs/dataflash.html
2016-01-07 20:58:29 +01:00
tricopterY
3228625de1 jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts 2015-12-18 13:43:05 +11:00
Dominic Clifton
55a2677a2b Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/data_storage.js
	js/gui.js
	js/msp.js
	main.html
	tabs/dataflash.css
	tabs/dataflash.js
2015-12-15 12:35:52 +01:00
skaman82
c498e7de34 Added support for failsafe TAB
Made in cooperation with skaman82.

Summary of modifications:
- Extended data storage to hold data for new/changed MSP messages.
- Added support for added/changed MSP messages.
- Added assigned mode(s) to AUX labels.
- Tooltip changes.
- Included style modifications to configuration tab from Skaman82.
- Moved all texts from failsafe tab .html to `messages.json`.
- Removed failsafe settings from configuration tab (now obsolete).
- Added failsafe-tab variables to Backup & Restore.
- Reorganized stage 2 elements, cleanup and corrections.
2015-12-13 17:50:26 +01:00
Nicholas Sherlock
4e12db9c5e Convert dataflash tab to a new Blackbox tab with SD card support 2015-12-04 15:49:51 +13:00
Kristjan Vaga
168b412089 Fix for firmware flasher checkboxes not restoring saved state issue #274. 2015-11-17 00:54:10 +02:00