1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-22 15:55:33 +03:00
Commit graph

1464 commits

Author SHA1 Message Date
Kyle K
27f509ca23 fix a deprecation in jQuery 3.0
https://api.jquery.com/jQuery.ajax/#jqXHR
jqXHR.error() callback removed.
2019-08-09 09:11:47 +00:00
Kyle K
9fa5cca011 Chrome Apps don't get window.localStorage 2019-08-08 21:28:17 +00:00
Michael Keller
11de751a5d
Fix ordering locale with underscore (#1561)
Fix ordering locale with underscore
2019-08-08 21:33:04 +12:00
IvoFPV
1a96d2dc62 Fix wrapping 2019-08-08 09:20:23 +02:00
Michael Keller
3a0e183a21
Added Spektrum SRXL2 to serialRXtypes (#1559)
Added Spektrum SRXL2 to serialRXtypes
2019-08-08 11:42:25 +12:00
IvoFPV
1fb5c046f4 Add iterm relax cutoff to UI 2019-08-08 00:23:48 +02:00
Hydra
52e3aa223c Fix parsing of hex addresses.
Parsing `0800` was ok, but parsing `97CE` was not.
The sign was not correctly handled, this uses `>>> 0` to force unsigned
result.

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators#%3E%3E%3E_(Zero-fill_right_shift)
2019-08-07 20:07:39 +02:00
Miguel.Alvarez
9f913d347e Added SRXL2 to serialRXtypes 2019-08-07 09:12:59 -05:00
Michael Keller
d0964c8c31
Add powerlabel to the VTX OSD preview element (#1556)
Add powerlabel to the VTX OSD preview element
2019-08-07 22:57:34 +12:00
Miguel Angel Mulero Martinez
560229ddb5 Fix ordering locale with underscore 2019-08-07 10:23:13 +02:00
Miguel Angel Mulero Martinez
69471128d6 Add powerlabel to the VTX OSD preview element 2019-08-05 14:56:45 +02:00
mikeller
a658782332 Improved formattig for the privacy policy. 2019-08-03 10:43:44 +12:00
Michael Keller
2e7d9294ee
tweak tab placement on the landing page (#1547)
tweak tab placement on the landing page
2019-08-03 10:12:53 +12:00
Michael Keller
64661c4528
CliAutocomplete fix mouse activation #1481 (#1552)
CliAutocomplete fix mouse activation #1481
2019-08-03 10:07:37 +12:00
Kyle K
6fe3cb1500 migrate privacy policy and changelog to a tab 2019-08-02 20:56:26 +00:00
Kyle K
426e753b53 add an alternative to chrome.storage.local 2019-08-02 06:13:39 +00:00
Cleric-K
28d9bc36ec CliAutocomplete fix mouse activation #1481
The mouse cursor selects an item only if the mouse is moved
2019-08-01 14:59:33 +03:00
danielmarquespt
35f4b699d9 Refactored some CSS to use vars
- Most of the colors inside main.css
- All the accent colors inside tabs/*
2019-07-30 11:11:40 +01:00
Michael Keller
0b035c1ead
Updated VTX settings OSD preview for status indicator. (#1235)
Updated VTX settings OSD preview for status indicator.
2019-07-29 02:13:46 +12:00
Michael Keller
7026bd25d2
update some libraries, wrestle with npm and yarn. (#1529)
update some libraries, wrestle with npm and yarn.
2019-07-27 15:21:51 +12:00
Michael Keller
d4ed45cd5b
Fix errors in failsafe parameter ranges (#1542)
Fix errors in failsafe parameter ranges
2019-07-25 08:07:54 +12:00
Kyle K
73fa4f981b update some libraries, wrestle with yarn/npm, refactor some css
* separate our styling from a libraries included .css
* update npm packages: bluebird, inflection, jbox, jquery, jquery-ui-npm
* ports and osd tabs needed small javascript changes for the above
* refactored CSS style sheets, in summary Cascading was being ignored
* tweaked colors in dark mode.
* tweaked betaflight logo for dark mode care of frozenskys
* dark mode can also trigger on `(prefers-color-scheme: dark)` signal from the OS when NW.js 0.40.0/Chrome 76 is released.
* changed how `gulp-appdmg` is brought in, mixing yarn and npm was causing trouble
* version.json is now written in a more gulpful manner

Note: this works fine with NW.js 0.40.0-beta1
2019-07-23 20:55:50 +00:00
Michael Keller
8189566d59
Merge pull request #1540 from Docteh/jenkins_cache
Fix storage key name for caching the jenkins builds list.
2019-07-24 00:54:46 +12:00
Bruce Luckcuck
4d441acb5b Fix errors in failsafe parameter ranges 2019-07-22 20:49:40 -04:00
Kyle K
5d8958a9a0 Fix storage key name for caching the jenkins builds list.
Due to regular quotes being used in `jenkins_loader.js` instead of backticks the current JobsData is cached as
"${viewUrl}JobsData"
"${viewUrl}JobsLastUpdate"

Instead of something like:
"https://ci.betaflight.tech/view/Firmware_JobsData"
"https://ci.betaflight.tech/view/Firmware_JobsLastUpdate"

Another idea would be to do "jenkinsJobsData" and "jenkinsJobsLastUpdate" to match with the other cache keys

I've chosen to add an underscore in between the URL and the rest of the key to make it easier to look at.
2019-07-21 00:37:10 +00:00
Kyle K
fccc2b9448 Lets count those LEDs properly 2019-07-17 21:27:42 +00:00
Michael Keller
4e7fd3e2dc
avoid highlighting items in the Post Flight Statistics (#1536)
avoid highlighting items in the Post Flight Statistics
2019-07-16 23:22:02 +12:00
Kyle K
dee13414ee avoid highlighting items in the Post Flight Statistics 2019-07-15 08:06:26 +00:00
mikeller
c00431cdc8 Fix opening of external links in browser. 2019-07-14 09:39:08 +12:00
jflyper
f741f7c6d1 Force trim multi-bank option bytes to the first one 2019-07-09 20:49:08 +09:00
Michael Keller
e1af1fbd52
add a default handler for serial errors (disconnect) (#1522)
add a default handler for serial errors (disconnect)
2019-07-09 07:57:28 +12:00
Kyle K
85b48b7ac4 log certain errors to the GUI's log to help with noticing hardware issues 2019-07-08 00:58:32 +00:00
Michael Keller
9b8b17b219
Refactor flashing progress bar code (#1523)
Refactor flashing progress bar code
2019-07-07 15:20:13 +12:00
Michael Keller
9a90f5377d
Fix and make bigger max size local file to flash (#1520)
Fix and make bigger max size local file to flash
2019-07-05 07:51:54 +12:00
Miguel Angel Mulero Martinez
58657ac345 Refactor flashing progress bar code 2019-07-04 20:39:29 +02:00
Kyle K
083f3e31b0 add a default handler for serial errors (disconnect)
Also cleaned up some tabs and extra spaces in the file. The 'timeout' case has revised comment, to remove TODO.
2019-07-04 17:57:49 +00:00
Miguel Angel Mulero Martinez
f1ec75e939 Remove size limit of local flash file 2019-07-04 18:40:23 +02:00
Michael Keller
bc1c4f4fa5
Adding a hint to SERVO_TILT feature to mention CAMSTAB mode (#1521)
Adding a hint to SERVO_TILT feature to mention CAMSTAB mode
2019-07-04 09:13:14 +12:00
Kyle K
0318446686 Adding a hint to SERVO_TILT feature to mention that it goes well with CAMSTAB 2019-07-02 22:59:33 +00:00
Miguel Angel Mulero Martinez
e38afdcf46 Fix and make bigger max size local file to flash 2019-07-02 20:06:06 +02:00
Michael Keller
7959fbd4e9
Fix OSD Home Distance preview (#1517)
Fix OSD Home Distance preview
2019-07-02 23:56:22 +12:00
Michael Keller
b257dae7f6
Fix mouse scroll in CLI load from file (#1515)
Fix mouse scroll in CLI load from file
2019-07-02 23:48:16 +12:00
Michael Keller
8043912133
Add Calibration Manager title to i18n (#1514)
Add Calibration Manager title to i18n
2019-07-02 23:47:32 +12:00
Miguel Angel Mulero Martinez
739f01ab16 Fix OSD Home Distance preview 2019-07-01 13:08:32 +02:00
Michael Keller
c167f48c73
End i18n work of OSD statistics (#1512)
End i18n work of OSD statistics
2019-07-01 22:22:22 +12:00
Michael Keller
8895405b44
Fix power tab (#1511)
Fix power tab
2019-07-01 22:22:08 +12:00
Miguel Angel Mulero Martinez
3b757b459e Fix mouse scroll in CLI load from file 2019-07-01 10:23:34 +02:00
Miguel Angel Mulero Martinez
a5d1af7ae2 Add Calibration Manager title to i18n 2019-07-01 10:17:32 +02:00
Miguel Angel Mulero Martinez
647859e9e3 End i18n work of OSD statistics 2019-06-30 11:58:40 +02:00
Michael Keller
fa79242355
Add unknown statistics fields to OSD (#1507)
Add unknown statistics fields to OSD
2019-06-30 13:53:21 +12:00