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-07-23Drop Global Functions supportPawel Spychalski (DzikuVx)
2020-04-13Merge remote-tracking branch 'origin/master' into dzikuvx-global-functions-uiPawel Spychalski (DzikuVx)
2020-04-10Get GVAR status from FCPawel Spychalski (DzikuVx)
2020-04-08Merge pull request #935 from iNavFlight/agh_update_macos_signingAlberto García Hierro
[macOS] Use macapptool for signing and notarizing macOS binaries
2020-04-05MSP layer for global functionsPawel Spychalski (DzikuVx)
2020-03-02Updated presetsPawel Spychalski (DzikuVx)
2020-02-28[macOS] Use macapptool for signing and notarizing macOS binariesAlberto García Hierro
nw-builder has been producing invalid frameworks at least since 2017, at it seems there's no progress in fixing it (see https://github.com/nwjs/nw.js/issues/6338). To workaround this problem, we use macapptool to proper seal all the framework resources so it can be signed and passes the validations required for notarization. Since we're introducing this dependency, we can also use macapptool to simplify signing and notarization. To create a signed macOS build, pass the --codesign flag. --codesign-identity can be used to use a non-default identity ("Developer ID") To notarize a signed bundle, use the --notarize flag. There are also flags provided to specify the username/password for the notarization service.
2019-12-09Merge branch 'master' into dzikuvx-pid-tuning-tabsPawel Spychalski (DzikuVx)
2019-11-23Merge pull request #866 from iNavFlight/release-2-3-0Paweł Spychalski
Release Configurator 2.3.2
2019-11-22Basic PID Tab reworkPawel Spychalski (DzikuVx)
2019-11-21Basic framework to work with featuresPawel Spychalski (DzikuVx)
2019-11-21Release tar.gz archives for LinuxNiccolò Maggioni
2019-11-21Pin NW.js version used by NwBuilderNiccolò Maggioni
Sourced from package's deps
2019-11-20Dummy dialogPawel Spychalski (DzikuVx)
2019-11-02Dummy dialogPawel Spychalski (DzikuVx)
2019-09-14Report logic condiotion activation statusPawel Spychalski (DzikuVx)
2019-06-09Fix app not starting in chromePawel Spychalski (DzikuVx)
2019-05-31Fix for Load/Save mission not working (#783)mirko-it
* 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 * fix include nwdialog and fs packages * xml2js lib with all dependencies in a single file
2019-03-10Backend for getting logic conditions from FCPawel Spychalski (DzikuVx)
2019-03-10Basic layout for logic conditionsPawel Spychalski (DzikuVx)
2019-02-14Win64 release targetPawel Spychalski (DzikuVx)
2019-02-11lower periodic tasks frequencyPawel Spychalski (DzikuVx)
2018-11-10GPS tab refactoringPawel Spychalski (DzikuVx)
2018-07-11Add support for editing more OSD settings from the OSD tabAlberto García Hierro
- Voltage decimals - Crosshairs style - Sidebar scroll for left and right - Sidebar scrolling arrows
2018-07-10Complete migration to Gulp 4, add linux32 supportAlberto García Hierro
- Remove usages of runSequence(), which doesn't work with Gulp 4, using gulp.series() instead. - Add support for linux32 builds - Add new --platform argument for building only for a single platform (e.g. --platform=osx64). Fixes build problems introduced in #527 Fixes #531
2018-07-09Update dependencies to be able to run with node 10Alberto García Hierro
- Update gulp to 4.0.0 - Update nw.js to 0.31.4-sdk
2018-06-20Add support for the new VTX settings APIAlberto García Hierro
When a controllable VTX is configured, a new section appears in the configuration tab which allows the user to set the band, channel power and "low power on disarm" option.
2018-05-24Servo output in Servo tabPawel Spychalski (DzikuVx)
2018-05-20Fix support for simulated RX via MSP, increase channels to 12Alberto García Hierro
- Fix detection of MSP_RX to show the button in the receiver tab - Fix path to the .css file for receiver_msp.html - Increase number of channels to 12
2018-03-28motor mix rules for all default presetsPawel Spychalski (DzikuVx)
2018-03-27Merge remote-tracking branch 'origin/master' into dzikuvx-new-mixer-approachPawel Spychalski (DzikuVx)
2018-03-17Format the markdown in the release notes as HTMLAlberto García Hierro
2018-02-13Move code for the debug trace window to an external scriptAlberto García Hierro
Chrome doesn't allow inline scripts, only external ones
2018-01-28Load and save of mmix over MSPPawel Spychalski (DzikuVx)
2018-01-26ground work for mmix editingPawel Spychalski (DzikuVx)
2018-01-24UI for smix rulesPawel Spychalski (DzikuVx)
2018-01-20load custom smix rulesPawel Spychalski (DzikuVx)
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-25Add Linux build (gulp task) #312Sergej Pozdnyakov
For build only linux, without install Wine, added task `release-only-linux`
2017-10-17Make dist task finish before reporting it's doneAlberto García Hierro
runSequence will return immediately, so tasks depending on dist might fail the first time they're run. By explicitely passing the callback, gulp will wait until runSequence runs both clean and dist-build until it considers dist finished.
2017-10-11Use MSPV2_SET_SETTING to set small_angle to 180 on FW presetsAlberto García Hierro
- Add a json file with the types of all settings, generated by the settings generator on INAV. - Implement MSPV2_SETTING and MSPV2_SET_SETTING, which gives us access to any value exposed via settings. - Use this to set small_angle to 180 in FW presets.
2017-09-10Add missing 'release-windows' step to 'release' taskAlberto García Hierro
It won't build the Windows release by default otherwise. Missed accidentally in #235.
2017-09-04Add basic .zip file for distributing Windows appAlberto García Hierro
Package as win32 in a basic .zip file as a portable app
2017-09-04Add support for creating a macOS .zip from gulpAlberto García Hierro
This produces a nice .zip which can be distributed as is. Unfortunately, the only way to produce a signed binary is by generating the macOS app on macOS.
2017-09-04Add app icon on WindowsAlberto García Hierro
2017-09-04Add .icns icon for the macOS appAlberto García Hierro
Otherwise the icon won't show up in the Dock, it will use the default NW.js icon.
2017-09-04Document the build process betterAlberto García Hierro
Add comments in gulpfile.js indicating how to add new files to the build. Add documentation for getting a development environment up and running in the README. Document each task defined in gulpfile.js in the README.
2017-09-04Define build and watch tasks dynamically based on variablesAlberto García Hierro
This significantly reduces the ammount of boilerplate and repetition in gulpfile.js.
2017-09-04Copy js/workers/hex_parser.js to build/Alberto García Hierro
This avoids having to list it only for the dist task