Commit Graph

3609 Commits (dd551f5ecb37a1e34007ef9c4450c5a592b06883)
 

Author SHA1 Message Date
Pawel Spychalski (DzikuVx) dd551f5ecb Merge remote-tracking branch 'origin/master' into dzikuvx-global-functions-ui 5 years ago
Paweł Spychalski a27d78bd3a
Merge pull request #958 from iNavFlight/dzikuvx-allow-ff-for-rovers
Allow FF tuning for Rovers and Boats
5 years ago
Pawel Spychalski (DzikuVx) 2470fdbac0 Allow FF tuning for Rovers and Boats 5 years ago
Pawel Spychalski (DzikuVx) 305927eb04 MSP layer for LC Activator 5 years ago
Pawel Spychalski (DzikuVx) 583e73ef22 Improve LC status indication 5 years ago
Pawel Spychalski (DzikuVx) b193ea3aa6 Add GVAR inputs for servo 5 years ago
Pawel Spychalski (DzikuVx) ba0ba69191 Report GVARs 5 years ago
Pawel Spychalski (DzikuVx) f85a17d1ad Get GVAR status from FC 5 years ago
Pawel Spychalski (DzikuVx) 1f92a1383a Add new logic conditions and poll on Programming Tab 5 years ago
Alberto García Hierro 593dd4d4e9
Merge pull request #956 from iNavFlight/agh_fix_double_click_bind
[RX-MSP] Fix double binding on click for the enable button
5 years ago
Pawel Spychalski (DzikuVx) 6fce522961 Option to save LC and GF 5 years ago
Pawel Spychalski (DzikuVx) fe1d32d088 Use Tabs layout 5 years ago
Pawel Spychalski (DzikuVx) 7478f6cd04 Basic render of global function table 5 years ago
Alberto García Hierro 522191b194
Merge pull request #935 from iNavFlight/agh_update_macos_signing
[macOS] Use macapptool for signing and notarizing macOS binaries
5 years ago
Alberto García Hierro 4fed26d4d5 [RX-MSP] Fix double binding on click for the enable button
The click handler was registered to both the div and the anchor,
causing it to fire twice and shrink the window twice. Make sure
we only bind to the anchor.
5 years ago
Pawel Spychalski (DzikuVx) a15277ae25 Basic layout for global functions 5 years ago
Pawel Spychalski (DzikuVx) e7d26a5759 Basic Logic Conditions UI 5 years ago
Pawel Spychalski (DzikuVx) cdf7b82108 Empty Programming tab 5 years ago
Pawel Spychalski (DzikuVx) 554bec3606 MSP layer for global functions 5 years ago
Paweł Spychalski 7f4ec9a559
Merge pull request #950 from iNavFlight/dzikuvx-update-mr-defaults
Update defaults for 3-7 inch multirotor
5 years ago
Paweł Spychalski d761bd005e
Merge pull request #951 from iNavFlight/dzikuvx-make-motor-output-in-percents
Dzikuvx make motor output in percents
5 years ago
Pawel Spychalski (DzikuVx) cfb78f2817 For non reversible ESC use only output percent, not pulse width 5 years ago
Pawel Spychalski (DzikuVx) f856348c15 Convert to % in Outputs tab, step 1 5 years ago
Pawel Spychalski (DzikuVx) fa7b29be7d Make info more specific 5 years ago
Pawel Spychalski (DzikuVx) f916a1f0bd Update defaults for 3-7 inch multirotor 5 years ago
Paweł Spychalski 8ed60bb936
Merge pull request #948 from iNavFlight/agh_increase_hex_file_limit
[FLASHER] Increase .hex file size limit to 100MB
5 years ago
Alberto García Hierro b32afabff4 [FLASHER] Increase .hex file size limit to 100MB
The previous 1MB limit is too low, we already have hex files bigger
than that.
5 years ago
Paweł Spychalski 008991b185
Merge pull request #943 from iNavFlight/dzikuvx-fix-failsafe-save
Do not save RC config together with failsafe
5 years ago
Pawel Spychalski (DzikuVx) 1f3bc98394 Do not save RC config together with failsafe 5 years ago
Paweł Spychalski 1d76860456
Merge pull request #886 from iNavFlight/dzikuvx-pid-bank-11
Allow for PID bank 11
5 years ago
Pawel Spychalski (DzikuVx) 3dfc521084 Fix version selector 5 years ago
Pawel Spychalski (DzikuVx) 6bd0d17022 Merge branch 'master' into dzikuvx-pid-bank-11 5 years ago
Paweł Spychalski af3c519a01
Merge pull request #941 from iNavFlight/dzikuvx-preset-overhaul
Presets overhaul
5 years ago
Paweł Spychalski 0c06aadf3b
Merge pull request #942 from iNavFlight/dzikuvx-allow-800-600
Allow 800x600 window size
5 years ago
Pawel Spychalski (DzikuVx) 8ef87151ba Allow 800x600 window size 5 years ago
Pawel Spychalski (DzikuVx) 73228b2f8f Correctly applyu singe settings 5 years ago
Pawel Spychalski (DzikuVx) cc4bd47363 Updated presets 5 years ago
Paweł Spychalski 3f3522f537
Merge pull request #937 from iNavFlight/dzikuvx-failsafe-cleanup
Cleanup Failsafe page
5 years ago
Paweł Spychalski e7e6eaa56d
Merge pull request #936 from iNavFlight/dzikuvx-matrix-filter
GUI for the Matrix Filter
5 years ago
Paweł Spychalski 0307fbd8d0
Merge pull request #938 from iNavFlight/dzikuvx-fix-3d-naming
Fix missing REVERSIBLE_MOTORS label
5 years ago
Pawel Spychalski (DzikuVx) 884c979c2f Fix missing REVERSIBLE_MOTORS label 5 years ago
Pawel Spychalski (DzikuVx) 47b659fcaf Cleanup Failsafe page 5 years ago
Pawel Spychalski (DzikuVx) f53784ca35 GUI for the Matrix Filter 5 years ago
Alberto García Hierro 5e3fd3ebd4 [macOS] Use macapptool for signing and notarizing macOS binaries
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.
5 years ago
Paweł Spychalski 0376bc41bf
Merge pull request #934 from nmaggioni/nm_show_hide_outputs_info_boxes
Dinamically show/hide info boxes in outputs tab
5 years ago
Niccolò Maggioni 1a6a0f3ce9
Dinamically show/hide info boxes in outputs tab 5 years ago
Paweł Spychalski 5f1beca038
Merge pull request #933 from iNavFlight/dzikuvx-receiver-tab
Receiver tab improvements
5 years ago
Pawel Spychalski (DzikuVx) 37340fc351 Receiver save and reboot 5 years ago
Pawel Spychalski (DzikuVx) 180bc84e2c Move RX configuration to Receiver tab 5 years ago
Paweł Spychalski 31cf34bda9
Merge pull request #932 from iNavFlight/dzikuvx-unised-function-cleanup
Cleanup unused functionality for F1 targets
5 years ago