1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 14:25:13 +03:00
Commit graph

315 commits

Author SHA1 Message Date
Alberto García Hierro
0c57b5d9f9 Fix drag and drop not working on NW.js
NW.js requires us to disable pointer events on the inline images,
otherwise the drag/drop events are generated for the images rather
than for the html elements representing OSD items.
2017-09-04 21:41:13 +01:00
Alberto García Hierro
37171dc603 Add support for selecting UK mode in the OSD units
Fixes #233
2017-09-04 21:12:18 +01:00
Alberto García Hierro
14f9cb80df Cleanup gulpfile.js, fix minification
Move outputDir to a constant.
Add an output variable which contains the filenames for each
output file.
Remove usage of 'let' and 'for(... of [Object])' from osd.js,
since uglify doesn't support ES6 and babel failed on
google-analytics-bundle.js
Fix 'deploy-receiver-css'. uglify() was being called as part of
the pipeline instead of the correct minifyCSS() call.
Let npm sort the deps rather than editing them manually
Add missing openlayers dependency
2017-08-31 21:27:31 +01:00
Alberto García Hierro
e79911d327 Add characters for NAV modes
[RTH], [WPT], [ALT], [POS] and [A+H].

Characters have been added to all character maps. Leave a white
character after mp/h and the first 2-char image intentionally to
avoid the preview in the configurator showing an icon between
2 lines.
2017-08-25 20:41:49 +02:00
Pawel Spychalski (DzikuVx)
04f1f163e4 airspeed in OSD 2017-08-03 22:50:51 +02:00
Marcin Baliniak
03d725cf07 Lot of fixes to make OSD render more similar to real layout 2017-07-13 23:37:17 +02:00
Pawel Spychalski (DzikuVx)
f1193c1a41 basic support for GPS elements 2017-02-20 15:37:34 +01:00
Pawel Spychalski (DzikuVx)
9d613be280 OSD support for PIDs and POWER 2017-01-31 20:53:16 +01:00
Pawel Spychalski (DzikuVx)
b8567252af fixed disabling of OSD elements 2016-12-16 19:27:52 +01:00
Pawel Spychalski (DzikuVx)
3a48a51a76 font upload fix 2016-12-15 00:45:58 +01:00
Pawel Spychalski (DzikuVx)
c70e7151a0 OSD more and more 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
b062ea24d2 missing frames 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
9a5e3dbeae msp cleanup 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
18a00dedf8 MSP refactoring 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
25c8a6f61c crude port 2016-11-29 19:47:47 +01:00