Pawel Spychalski (DzikuVx)
0fb0281ef0
Remove original EzTune tab
2024-04-05 18:12:17 +02:00
breadoven
983a7d349d
Update main.js
2024-03-10 08:58:57 +00:00
breadoven
9911c270b7
Update main.js
2024-03-09 23:00:46 +00:00
Pawel Spychalski (DzikuVx)
1b4fd4e272
Merge branch 'release_7.1.0' into cli_autocomplete
2023-12-26 21:41:43 +01:00
Paweł Spychalski
8c39e7267b
Merge pull request #1847 from sensei-hacker/window_position_sanity
...
Handle monitor changes by not making the window larger than the screen
2023-12-26 20:50:16 +01:00
shota
9423d014a2
fix configurator updateActivatedTab
2023-11-26 12:00:02 +09:00
Darren Lines
6a34f6b349
Only show EzTune tab when platform is multirotor
...
The PR only shows the Ez Tune tab when the platform is either `PLATFORM_MULTIROTOR ` or `PLATFORM_TRICOPTER`. More platforms can be added in the function in main.js.
When changing the mixer to a non-supported platform. Ez Tune is automatically disabled.
2023-11-04 21:34:40 +00:00
error
239cb2aa82
inav cli autocomplete into options
2023-10-29 18:32:04 +01:00
shota
0a9e1693a4
Merge remote-tracking branch 'origin/master' into sh_mixer_profile
2023-10-24 19:22:38 +09:00
shota
e1c217f0d0
reboot when mixer_profile changed by gui
2023-10-16 09:34:58 +09:00
shota
51c33d2bd9
mixer_profile switch support
2023-10-15 17:26:46 +09:00
Ray Morris
4f1edddc2d
window size not larger than screeen
2023-10-09 14:32:31 -05:00
Pawel Spychalski (DzikuVx)
b0726bbe8c
Basic layout
2023-10-08 21:01:07 +02:00
Marcelo Bezerra
7fa0f7e695
Merge branch 'master' into release_6.1.0
2023-06-09 15:41:27 +02:00
Yi BoYang
c45a14fd92
Added some i18n to strings for the GUI console.
2023-05-16 21:20:23 +08:00
Andi Kanzler
069d0f2019
SITL integration
2023-03-08 12:43:14 -03:00
Darren Lines
a47d971ade
Make links to documents relevant to firmware version
2023-01-09 19:51:02 +00:00
Darren Lines
30317ede79
Couple of improvements
...
- better handling of negative numbers
- improved regex pattern
- limits to min and max values
2022-10-17 19:45:19 +01:00
Darren Lines
43b69d434a
Working
2022-10-17 18:56:33 +01:00
Darren Lines
cc09a8fe90
Implemented target autodetection
...
This PR adds target autodetection to the firmware flasher. It will attempt an autodetect on load. Plus there is a manual button to autodetect by the description.
- Extended MSPHelper to collect the missing data sent in `MSP_BOARD_INFO`. Plus added a `getTarget()` function.
- Added target autodetect on load of Firmware Flasher.
- Added button to Firmware Flasher to command an autodetect.
- Toggling **Show unstable builds** now remembers the selected target.
- Fixed **Offline** notices in the board and version select boxes.
- Added target name to firmware version displayed when connected.
2022-06-24 12:59:05 +01:00
Darren Lines
1c31561609
Update check now obeys checkbox
2022-04-06 21:24:36 +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
Darren Lines
c07b81ed45
Merge branch 'master' into MrD-Highlight-parameters-that-change-with-profiles-or-battery-profiles
2022-03-01 20:06:11 +00:00
Pawel Spychalski (DzikuVx)
0be78dd37e
Drop any leftovers of Transponder feature
2022-02-24 13:15:23 +01:00
Darren Lines
3ea30993ca
Added highlights to other tabs
...
I'm sure that all parameters in configurator which can change with a battery or control profile now get highlighted. I have a couple to confirm though.
2022-02-22 22:27:11 +00:00
Darren Lines
5e51917140
PID Tuning page done
...
- All text now uses data-i18n
- Fixed startup colours for profile select boxes
- updated step calcuation
2022-02-22 19:36:12 +00:00
Darren Lines
f9a5eca69f
Made highlighting switchable via the config gear
2022-02-19 19:59:26 +00:00
Hofer Lukas
15c697daf7
WIP: Add magnetometer alignment tab
2022-02-09 23:58:30 +01:00
Darren Lines
29e3de2c25
Update main.js
...
Added reset for the OSD units if the FC is not connected.
2021-11-12 20:19:46 +00:00
Elgan Sayer
ff80e0621b
Add options for ui units
2021-10-16 20:21:08 +01:00
Darren Lines
ac0edfcea1
Added firmware version number to configurator
2020-11-26 21:07:58 +00:00
Pawel Spychalski (DzikuVx)
e7d26a5759
Basic Logic Conditions UI
2020-04-05 19:44:26 +02:00
Pawel Spychalski (DzikuVx)
cdf7b82108
Empty Programming tab
2020-04-05 18:47:49 +02:00
Pawel Spychalski (DzikuVx)
8ef87151ba
Allow 800x600 window size
2020-03-03 17:40:57 +01: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)
cb1ff69703
Cleanup INAV 2.0.0
2019-10-26 22:30:59 +02:00
Pawel Spychalski (DzikuVx)
521915b5a9
1.8 removed
2019-02-26 15:23:04 +01:00
Pawel Spychalski (DzikuVx)
9899362a71
Remove support tab and redirect users to wiki
2019-01-10 23:26:42 +01:00
TedNV
e08ae3c6b4
adding support for mapproxy
2018-11-26 16:29:38 -08:00
Pawel Spychalski (DzikuVx)
655b762330
Map provider choice on mission planner page
2018-11-09 22:18:45 +01: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
87e092cbcb
new appearance of the interface, need testing
2018-03-01 20:58:37 +03:00
Sergej Pozdnyakov
7070bf3790
fix #354 , fix 0 height/width window size, fix load empty mission from eeprom
2018-02-27 21:02:20 +03:00
Sergej Pozdnyakov
6cd87dbd64
add first version mission planer
2018-01-02 23:46:44 +03:00
Konstantin Sharlaimov
8243e36d0e
Merge pull request #322 from Afinogen/fix-open-link
...
Fix open link
2017-12-31 17:28:21 +10:00
Sergej Pozdnyakov
7ed32e2d39
fix #320
2017-12-31 10:25:27 +03:00
Konstantin Sharlaimov (DigitalEntity)
9942e9508e
Calibration tab. Squashed commit. Kudos to @DzikuVx, @skaman82, @Afinogen
2017-12-31 17:19:49 +10:00
Konstantin Sharlaimov
35eb73e5cb
Merge pull request #316 from Afinogen/check-update
...
add check new app version
2017-12-28 21:54:21 +10:00