Commit Graph

4346 Commits (c4a06ba11f53ee579621b7ab1f6558d1777f5517)

Author SHA1 Message Date
mikeller c4a06ba11f Updated changelog for 10.5.1. 2019-08-03 10:19:40 +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
Michael Keller 59cc4ccd10
add an alternative to chrome.storage.local (#1550)
add an alternative to chrome.storage.local
2019-08-02 19:05:33 +12: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
Michael Keller 5eedc3b507
Refactored some CSS to use vars (#1549)
Refactored some CSS to use vars
2019-08-01 22:27:30 +12:00
Michael Keller 6f525c376c
patreon link shouldn't open in the main window (#1545)
patreon link shouldn't open in the main window
2019-08-01 19:19:14 +12:00
Michael Keller ea13574c84
Bump yarn from 1.15.2 to 1.17.3 (#1551)
Bump yarn from 1.15.2 to 1.17.3
2019-08-01 07:44:43 +12:00
dependabot[bot] 770420735e
Bump yarn from 1.15.2 to 1.17.3
Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.15.2 to 1.17.3.
- [Release notes](https://github.com/yarnpkg/yarn/releases)
- [Changelog](https://github.com/yarnpkg/yarn/blob/v1.17.3/CHANGELOG.md)
- [Commits](https://github.com/yarnpkg/yarn/compare/v1.15.2...v1.17.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-31 04:39:47 +00: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 4591ef1262
fix gulp tasks such that yarn gets its lock file (#1544)
fix gulp tasks such that yarn gets its lock file
2019-07-30 07:19:40 +12: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
Kyle K 6c6252547c patreon link shouldn't open in the main window 2019-07-28 08:42:10 +00:00
Kyle K 71320169da fix gulp tasks such that yarn gets its lock file
Also stop npm 6 from being installed for travis-ci, for speedup reasons
2019-07-27 23:49:13 +00: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
Michael Keller 3f899c2300
Lets count those LEDs properly (#1537)
Lets count those LEDs properly
2019-07-22 01:41:51 +12: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
Michael Keller 988c9a470c
Fix opening of external links in browser. (#1534)
Fix opening of external links in browser.
2019-07-15 22:43:28 +12:00
Kyle K dee13414ee avoid highlighting items in the Post Flight Statistics 2019-07-15 08:06:26 +00:00
Michael Keller 106bd046a0
Bump lodash from 4.17.11 to 4.17.14 (#1533)
Bump lodash from 4.17.11 to 4.17.14
2019-07-15 07:54:43 +12:00
mikeller c00431cdc8 Fix opening of external links in browser. 2019-07-14 09:39:08 +12:00
Michael Keller 9b531a9e98
tidy up .gitignore (#1531)
tidy up .gitignore
2019-07-14 02:19:48 +12:00
Michael Keller 40410e8b6e
Move the localization badge upwards (#1530)
Move the localization badge upwards
2019-07-14 02:15:55 +12:00
Michael Keller d449a8b046
Force trim multi-bank option byte descriptor to the first one (#1528)
Force trim multi-bank option byte descriptor to the first one
2019-07-14 01:26:17 +12:00
dependabot[bot] 5db6a2d19f
Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-13 07:25:04 +00:00
Kyle K 2fc659b06e tidy up .gitignore 2019-07-12 03:21:03 +00:00
Kyle Kienapfel 35f6a0a9cc
Update README.md 2019-07-10 16:56:34 -07: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 29f6bf4d80
Changed the description of the initialSetupArmingDisableFlagsTo… (#1526)
Changed the description of the initialSetupArmingDisableFlagsTooltip...
2019-07-07 15:30:54 +12:00
Michael Keller 9b8b17b219
Refactor flashing progress bar code (#1523)
Refactor flashing progress bar code
2019-07-07 15:20:13 +12:00
Kyle K 7e8b5e3444 Change the description of the initialSetupArmingDisableFlagsTooltip items to be more clear 2019-07-04 23:41:30 +00: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 a113a6b97a
Add images to the MCM fonts (#1516)
Add images to the MCM fonts
2019-07-02 23:56:35 +12:00
Michael Keller 7959fbd4e9
Fix OSD Home Distance preview (#1517)
Fix OSD Home Distance preview
2019-07-02 23:56:22 +12:00