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

4820 commits

Author SHA1 Message Date
Michael Keller
62e305645a
Merge pull request #1789 from mikeller/add_sonarcloud
Added trigger file for SonarCloud analysis.
2019-11-02 14:29:57 +13:00
Kyle K
d1e3b9ae94 pngcrush pngs
pngcrush -rem iTXt -rem tEXt -brute

`-rem iTXt` and `-rem tEXt` are being used to remove metadata from Photoshop
2019-11-01 23:21:29 +00:00
Kyle K
a94be11042 redo paper background so that it tiles
making this look better on tall screen
2019-11-01 03:54:05 +00:00
mikeller
e2923be951 Added trigger file for SonarCloud analysis. 2019-11-01 09:29:34 +13:00
Richard Cooper
3a5483ac67 Release to seperate repository 2019-10-31 13:31:45 +00:00
Richard Cooper
c317f8d61f Update azure pipelines 2019-10-31 13:31:45 +00:00
Richard Cooper
61403c30a2 switch to "yarn gulp" for consistency. 2019-10-31 13:31:45 +00:00
Richard Cooper
8da9780692 Update azure pipelines 2019-10-31 13:31:45 +00:00
Miguel Angel Mulero Martinez
90dc937e74 Fix array overflow in receiver when no active channels 2019-10-31 09:16:19 +01:00
Michael Keller
1547294c0e
fixed typo made in #1779 (#1786)
fixed typo made in #1779
2019-10-31 19:15:52 +13:00
Michael Keller
4edda955e3
Remove font-awesome (#1784)
Remove font-awesome
2019-10-31 19:12:48 +13:00
Michael Keller
6a82490647
convert some style manipulation over to class manipulation (#1783)
convert some style manipulation over to class manipulation
2019-10-31 19:12:35 +13:00
Michael Keller
b2cc8e0f55
Fix errors about using i18next before its properly initial… (#1782)
Fix errors about using i18next before its properly initial…
2019-10-31 19:12:12 +13:00
TheIsotopes
9532e8d4c0
fixed typo made in #1779 2019-10-30 14:47:43 +01:00
Michael Keller
99e09ad866
Update messages.json (#1779)
Update messages.json
2019-10-31 01:20:05 +13:00
Michael Keller
a47aba8d7d
Merge pull request #1774 from Asizon/hidemotorPoles
Hide Motor Poles when it is not necessary
2019-10-31 01:18:47 +13:00
Kyle K
36246b8813 Remove font-awesome
I've done my best to look for any references to font awesome, and I don't see any. Is possible that the icons on the left were initially from font-awesome.
2019-10-30 00:38:08 +00:00
Kyle K
d2623dcb11 i18next: assign languageChanged hook after initialization 2019-10-29 23:16:52 +00:00
Kyle K
c2e8cf19c9 convert some style manipulation over to class manipulation
Use of addClass/removeClass makes design modifications involve html/css instead of html/css/js. Also we can look into packaging the css together to reduce file count.
Also removed some extra color statements (it is a shade of green from cleanflight 1.x)
2019-10-29 20:18:56 +00:00
Michael Keller
e49c5036e6
Update messages.json (#1777)
Update messages.json
2019-10-30 08:19:10 +13:00
Michael Keller
ec13355213
Update messages.json (#1776)
Update messages.json
2019-10-30 08:03:46 +13:00
Michael Keller
003c65c397
Update messages.json (#1775)
Update messages.json
2019-10-30 08:03:21 +13:00
Kyle K
c2423badfc Almost fixes an error about using i18next before its properly initialized
Updating to i18next 18.0.1
Goes from lots of complaints down to just one.
https://github.com/i18next/i18next/blob/master/CHANGELOG.md
2019-10-29 17:52:19 +00:00
EGParadox
e73a850140
Update messages.json 2019-10-29 15:00:12 +02:00
EGParadox
eab5abb527
Update messages.json 2019-10-29 14:59:04 +02:00
EGParadox
b458bb35a0
Update messages.json 2019-10-29 14:57:24 +02:00
Michael Keller
4d7cc704b0
CliAutocomplete for diff #1630 (#1677)
CliAutocomplete for diff #1630
2019-10-29 19:53:33 +13:00
Elvin Chen
b1a99d8840
Update messages.json 2019-10-29 11:49:53 +08:00
Michael Keller
49c7da5683
Save vtx_table lua file. (#1759)
Save vtx_table lua file.
2019-10-29 14:29:48 +13:00
Richard Cooper
6f6f4738c4 Add tooltip and info for save lua button. 2019-10-28 21:11:00 +00:00
EGParadox
52d82a0600
Update messages.json 2019-10-28 13:22:33 +02:00
EGParadox
d8bd89ae9e
Update messages.json 2019-10-28 13:21:32 +02:00
EGParadox
82361a14d4
Update messages.json 2019-10-28 13:20:06 +02:00
Asizon
df2db988d5 HideMotorPoles
Suggested changes

Doblewhitespace
2019-10-28 06:28:57 +01:00
Michael Keller
227dd59ea1
Update messages.json (#1771)
Update messages.json
2019-10-28 07:56:29 +13:00
Michael Keller
dd1c45c2f2
Fix sliders marker (#1765)
Fix sliders marker
2019-10-27 16:04:53 +13:00
Michael Keller
39591abdc8
Fix channel limiting (#1764)
Fix channel limiting
2019-10-27 16:04:22 +13:00
Michael Keller
0d7d19f134
Squash all dark theme files into a single file (#1767)
Squash all dark theme files into a single file
2019-10-27 14:55:45 +13:00
Michael Keller
6ab279de18
remove a duplicate instance of of update_dataflash_global funct… (#1770)
remove a duplicate instance of of update_dataflash_global function
2019-10-27 14:09:17 +13:00
EGParadox
b47b15f770
Update messages.json 2019-10-26 21:17:43 +03:00
Kyle K
d6bb3833f4 remove a duplicate instance of of update_dataflash_global function
Removing the one that is less advanced, as its not actually used.
2019-10-25 20:53:53 +00:00
IvoFPV
69d756f1cd Squash all dark theme files into a single file 2019-10-23 17:39:40 +02:00
Richard Cooper
b05c3105ef Refactor table creation to function 2019-10-23 13:44:04 +01:00
Richard Cooper
fe0cd8b910 Save vtx_table lua file. 2019-10-23 13:44:04 +01:00
Michael Keller
fcb78e2b8f
Updated versions of dependencies, including NW.js. (#1763)
Updated versions of dependencies, including NW.js.
2019-10-24 00:57:50 +13:00
Michael Keller
218dc67231
Change "OpenLog" to "OpenLager" (#1761)
Change "OpenLog" to "OpenLager"
2019-10-23 13:20:32 +13:00
Anisotropic
b6cfa20a66 Fix sliders marker 2019-10-23 00:29:50 +03:00
Anisotropic
02c98ae43e Fix channel limiting 2019-10-23 00:01:19 +03:00
mikeller
146edabf7f Updated versions of dependencies, including NW.js. 2019-10-22 23:17:58 +13:00
Michael Keller
1e2cf3f564
Put the original and the modulated values on the throttle curve (#1760)
Put the original and the modulated values on the throttle curve
2019-10-22 23:00:58 +13:00