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
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.
2015-12-15Merge branch 'development' into thenickdude-private-developmentDominic Clifton
Conflicts: js/data_storage.js js/gui.js js/msp.js main.html tabs/dataflash.css tabs/dataflash.js
2015-12-15Merge branch 'new_stuff' ofDominic Clifton
https://github.com/skaman82/cleanflight-configurator into skaman82-new_stuff Fix up messages.json formatting. Conflicts: _locales/en/messages.json
2015-12-13Added support for failsafe TABskaman82
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-04Convert dataflash tab to a new Blackbox tab with SD card supportNicholas Sherlock
2015-11-26Added callback for log close animation, on close the log now scrolls to the ↵NightHawk32
most recent log entry.
2015-11-23Profile is now changable globally.NightHawk32
2015-11-20Now saving the state of the log window.NightHawk32
2015-11-17error fixskaman82
2015-11-17Merge remote-tracking branch 'cleanflight/development' into new_stuffskaman82
# Conflicts: # _locales/en/messages.json # tabs/pid_tuning.html
2015-11-16started to work on new GUI functionalityskaman82
2015-11-15Fixing tab area (when log is open) = now scrollable. Also fixed: receiverMSP ↵Albert Kravcov
Button
2015-11-12Including fixes from wanderzellskaman82
• fixes small css bug with tooltip icons • fixes sensor icons nit showing up when connecting Naze32 Acro rev6 and Sparky1.1
2015-11-12Merge remote-tracking branch 'cleanflight/development' into GUI-reworkskaman82
# Conflicts: # main.js # tabs/landing.js
2015-11-12Fix toggle buttons reverting to checkboxes after reboot.Dominic Clifton
This moves GUI specific code out of main and the individual tab js files into gui.js, where it fits better.