Commit Graph

89 Commits (7bdedf25aefd597725cb8498dd115700a1ce7a3c)

Author SHA1 Message Date
Darren Lines 2eddfc5087 Re-organise resources/osd to separate analogue, and add HD font support 2 years ago
Ernest Stepanov (ErNis) fa065ebfab non-installer linux build fix 2 years ago
Ernest Stepanov (ErNis) cd6dd1cfc1 removing -portable and -installer addition from win32 and win64 installer filenames 2 years ago
Ernest Stepanov (ErNis) bda248dc1c linux installers naming cherrypick from blackbox-explorer 2 years ago
ErNis 5bcd064449 '--installer' argument will build installers for particular OS 2 years ago
ErNis 617d333960 Merge branch 'erstec-linux_rpm_deb' into erstec-installers 2 years ago
ErNis 5c38fb45f2 Merge branch 'erstec-win-installer' into erstec-installers 2 years ago
ErNis ccdf737538 deb and rpm builders added 2 years ago
ErNis 79c712b0f2 refactoring 2 years ago
ErNis c4f4bb0f67 'win32' and 'win64' release targets now build 'old' zip alongside with 'new' installer .exe 2 years ago
ErNis 82ce53313a osx64 release target will build .dmg file. New build argument '--zip' added to create .zip file (as before) 2 years ago
Pawel Spychalski (DzikuVx) f697bc2132 Drop nouislider 2 years ago
Pawel Spychalski (DzikuVx) c2ad26d4d4 Basic Slider PIDs 2 years ago
Andi Kanzler deb56f0876
Merge branch 'master' into BLE-TCP-UDP 3 years ago
Andi Kanzler ab7162980b BLE, TCP and UDP Support 3 years ago
Luca b968895827 magnetometer alignment tool finished 3 years ago
Pawel Spychalski (DzikuVx) 8606b1d01c Add Discord link 3 years ago
Paweł Spychalski 32bd3fa004
Merge pull request #1299 from ArnoTlse/Safehome_to_EPROM
[Mission Planner] Elevation Profile & Home
3 years ago
Pawel Spychalski (DzikuVx) 4e9825a1e5 Remove Profiles tab 3 years ago
ArnoTlse 59b5cbe5b2 MP version 1.5 3 years ago
ArnoTlse dbfbd31c41
Merge branch 'master' into arntlse_safehome_mp 3 years ago
ArnoTlse ef5c999428 Waypoint Class 4 years ago
ArnoTlse a81050d121 Safehome : read 4 years ago
Pawel Spychalski (DzikuVx) 0d66fd4c54 Add ability to read Programming PID status via MSP 4 years ago
Pawel Spychalski (DzikuVx) 3188680793 MSP Interface for Programming PID 4 years ago
Pawel Spychalski (DzikuVx) 0dcf1a9e58 Drop Global Functions support 4 years ago
Pawel Spychalski (DzikuVx) dd551f5ecb Merge remote-tracking branch 'origin/master' into dzikuvx-global-functions-ui 5 years ago
Pawel Spychalski (DzikuVx) f85a17d1ad Get GVAR status from FC 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
Pawel Spychalski (DzikuVx) 554bec3606 MSP layer for global functions 5 years ago
Pawel Spychalski (DzikuVx) cc4bd47363 Updated presets 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
Pawel Spychalski (DzikuVx) f56b6ef40c Merge branch 'master' into dzikuvx-pid-tuning-tabs 5 years ago
Paweł Spychalski a7760014c3
Merge pull request #866 from iNavFlight/release-2-3-0
Release Configurator 2.3.2
5 years ago
Pawel Spychalski (DzikuVx) 51945769c7 Basic PID Tab rework 5 years ago
Pawel Spychalski (DzikuVx) 78fbb84f9e Basic framework to work with features 5 years ago
Niccolò Maggioni 846583d17c Release tar.gz archives for Linux 5 years ago
Niccolò Maggioni fc8cfeb24d Pin NW.js version used by NwBuilder
Sourced from package's deps
5 years ago
Pawel Spychalski (DzikuVx) c27d956323 Dummy dialog 5 years ago
Pawel Spychalski (DzikuVx) f18696ab9a Dummy dialog 5 years ago
Pawel Spychalski (DzikuVx) 9c627f7445 Report logic condiotion activation status 5 years ago
Pawel Spychalski (DzikuVx) 4a0bf7b93b Fix app not starting in chrome 5 years ago
mirko-it e1d92bc114 Fix for Load/Save mission not working (#783)
* 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
5 years ago
Pawel Spychalski (DzikuVx) d6ded2404e Backend for getting logic conditions from FC 6 years ago
Pawel Spychalski (DzikuVx) 3c7cf5fc47 Basic layout for logic conditions 6 years ago
Pawel Spychalski (DzikuVx) 9382608bf6 Win64 release target 6 years ago
Pawel Spychalski (DzikuVx) 782a7d0a99 lower periodic tasks frequency 6 years ago
Pawel Spychalski (DzikuVx) aa90466847 GPS tab refactoring 6 years ago
Alberto García Hierro 42c45648d3 Add support for editing more OSD settings from the OSD tab
- Voltage decimals
- Crosshairs style
- Sidebar scroll for left and right
- Sidebar scrolling arrows
6 years ago
Alberto García Hierro 321d704675 Complete migration to Gulp 4, add linux32 support
- 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
6 years ago