Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-17Couple of improvementsDarren Lines
- better handling of negative numbers - improved regex pattern - limits to min and max values
2022-10-17WorkingDarren Lines
2022-06-24Implemented target autodetectionDarren Lines
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-04-06Update check now obeys checkboxMrD_fix-new-version-notificationDarren Lines
2022-03-26Merge remote-tracking branch 'iNavFlight/master' into ↵Luca
magnetometer_tab_improvments # Conflicts: # _locales/en/messages.json
2022-03-01Merge branch 'master' into ↵Darren Lines
MrD-Highlight-parameters-that-change-with-profiles-or-battery-profiles
2022-02-24Drop any leftovers of Transponder featurePawel Spychalski (DzikuVx)
2022-02-23Added highlights to other tabsDarren Lines
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-22PID Tuning page doneDarren Lines
- All text now uses data-i18n - Fixed startup colours for profile select boxes - updated step calcuation
2022-02-19Made highlighting switchable via the config gearDarren Lines
2022-02-10WIP: Add magnetometer alignment tabHofer Lukas
2021-11-12Update main.jsDarren Lines
Added reset for the OSD units if the FC is not connected.
2021-10-16Add options for ui unitsElgan Sayer
2020-11-27Added firmware version number to configuratorDarren Lines
2020-04-05Basic Logic Conditions UIPawel Spychalski (DzikuVx)
2020-04-05Empty Programming tabPawel Spychalski (DzikuVx)
2020-03-03Allow 800x600 window sizePawel Spychalski (DzikuVx)
2020-01-30Complete rename from motors to outputs tabAlberto García Hierro
Rename files, classes and i18n keys
2020-01-21Make tab loading async safe and add a small animationAlberto García Hierro
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.
2019-10-26Cleanup INAV 2.0.0Pawel Spychalski (DzikuVx)
2019-02-261.8 removedPawel Spychalski (DzikuVx)
2019-01-11Remove support tab and redirect users to wikiPawel Spychalski (DzikuVx)
2018-11-27adding support for mapproxyTedNV
2018-11-10Map provider choice on mission planner pagePawel Spychalski (DzikuVx)
2018-06-16Add support for battery profilesMichel Pastor
2018-03-29Mixer tab, first elementsPawel Spychalski (DzikuVx)
2018-03-01new appearance of the interface, need testingSergej Pozdnyakov
2018-02-27fix #354, fix 0 height/width window size, fix load empty mission from eepromSergej Pozdnyakov
2018-01-02add first version mission planerSergej Pozdnyakov
2017-12-31Merge pull request #322 from Afinogen/fix-open-linkKonstantin Sharlaimov
Fix open link
2017-12-31fix #320Sergej Pozdnyakov
2017-12-31Calibration tab. Squashed commit. Kudos to @DzikuVx, @skaman82, @AfinogenKonstantin Sharlaimov (DigitalEntity)
2017-12-28Merge pull request #316 from Afinogen/check-updateKonstantin Sharlaimov
add check new app version
2017-12-28add check new app versionafinogen
2017-12-26fix error for `require`Sergej Pozdnyakov
2017-12-26Save the last used size/position for issue #234afinogen
Need to check whether my window closing handler has affected on function createdWindow.onClosed I did not understand how it works.
2017-01-25Merge remote-tracking branch 'origin/master' into tracking-updatePawel Spychalski (DzikuVx)
2017-01-24Merge pull request #117 from iNavFlight/version-check-disabledPaweł Spychalski
update check removed
2017-01-24webgl tracking removedPawel Spychalski (DzikuVx)
2017-01-23update check disabledPawel Spychalski (DzikuVx)
2017-01-15empty advanced tuning tabPawel Spychalski (DzikuVx)
2017-01-05first cut of presetsU-PAWEL-X220\pawel
2017-01-01CSS fixupsU-PAWEL-X220\pawel
2016-11-29msp cleanupPawel Spychalski (DzikuVx)
2016-11-29MSP refactoringPawel Spychalski (DzikuVx)
2016-11-29crude portPawel Spychalski (DzikuVx)
2016-08-29correct GA trackingPawel Spychalski (DzikuVx)
2016-06-18calibration tab removedPawel Spychalski (DzikuVx)
2016-05-09Calibration tab (empty); Add possibility to disable GPS ground assistanceKonstantin Sharlaimov (DigitalEntity)
2016-01-23Add Race Transponder configuration support.Dominic Clifton
Also cleans up i18n support for 'features' and adds tooltip support for them on the configuration tab.