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

1065 commits

Author SHA1 Message Date
Kristjan Vaga
168b412089 Fix for firmware flasher checkboxes not restoring saved state issue #274. 2015-11-17 00:54:10 +02:00
skaman82
644c8da1cf Merge branch 'cleanflight/development' into new_stuff 2015-11-16 23:44:14 +01:00
skaman82
8067dd7acf correcting margin of new 3d section in config tab 2015-11-16 23:43:46 +01:00
Dominic Clifton
ec57aa9d1a Fix 3D support.
Add missing backup and restore functionalty
Add missing configuration migration logic
Add missing visibility toggling of 3D section when API version <
`1.14.0`
Add missing logic for issuing the correct sequence of MSP commands
issues when API version < `1.14.0` when viewing the configuration tab.
2015-11-16 22:28:21 +00:00
skaman82
13aac48a79 Merge remote-tracking branch 'cleanflight/development' into new_stuff
# Conflicts:
#	_locales/en/messages.json
#	tabs/pid_tuning.html
2015-11-16 23:13:35 +01:00
Dominic Clifton
e801cd260a Merge branch 'master' of https://github.com/NightHawk32/cleanflight-configurator into NightHawk32-master 2015-11-16 21:44:11 +00:00
Dominic Clifton
57baf8707c Update some i18n labels to use the correct casing (camelCase) and the
correct prefix "pidTuning".  The prefixes generally seems to match the
tab source files.
2015-11-16 21:38:59 +00:00
Albert Kravcov
d9f65d50d3 PID Tab: moving english text into json file 2015-11-16 21:28:48 +00:00
skaman82
f298ba3ccb Additional changes to support screen height of 600px 2015-11-16 21:28:47 +00:00
skaman82
0b2c6a26d5 added: internet connection test in the gps tab 2015-11-16 11:31:57 +01:00
skaman82
19897cd574 started to work on new GUI functionality 2015-11-15 23:35:22 +01:00
Albert Kravcov
ac79a1e65d fixed dataflash buttons 2015-11-15 16:51:04 +01:00
Albert Kravcov
34a45e0b9b Fixing tab area (when log is open) = now scrollable. Also fixed: receiverMSP Button 2015-11-15 16:33:37 +01:00
Dominic Clifton
095b1a4193 More whitespace/indentation fixes. 2015-11-14 11:34:06 +00:00
Dominic Clifton
15dc6c1bbf fixing indentation issues. 2015-11-14 11:29:29 +00:00
skaman82
5de5f6d191 Merge remote-tracking branch 'cleanflight/development' into GUI-optimization 2015-11-14 01:49:10 +01:00
Dominic Clifton
ac78dbc8c0 Support cleanflight API 1.14.0 (pid controller removal/reindex). 2015-11-14 00:41:23 +00:00
skaman82
a34ab0172c led strip small mod 2015-11-13 18:44:57 +01:00
skaman82
1b829ec304 fix for small styling mistake in receiver tab 2015-11-13 15:38:52 +01:00
skaman82
e44884a95c reverting last commit for now 2015-11-13 14:49:36 +01:00
skaman82
4a80a51c90 more decimals for PID tuning 2015-11-13 14:27:32 +01:00
skaman82
75ffcb7956 fix: edges of 3D model area are overlapping in the setup tab 2015-11-13 12:49:17 +01:00
skaman82
f77a7985b5 scrolling down to the progress bar on click on the flash firmware button 2015-11-13 11:32:07 +01:00
skaman82
7cf9e7accd fixing wrong placed label 2015-11-13 00:22:13 +01:00
NightHawk32
904a55c930 Adding fixes for 3D to the newest version
Merge remote-tracking branch 'upstream/master'

Conflicts:
	tabs/configuration.html
2015-11-12 17:34:21 -05:00
NightHawk32
09100c8eba Adapted the check for running motors in the motor control for 3D. 2015-11-12 16:22:04 -05:00
NightHawk32
d183f19369 In case you deactivate the motor-control it checks now if 3D is activated and resets the throttle to the proper neutral value. 2015-11-12 16:00:07 -05:00
skaman82
5aab22c094 fixing typos 2015-11-12 15:13:46 +01:00
skaman82
abf9e44d24 cleanup 2015-11-12 14:37:54 +01:00
skaman82
7c376a6244 moved LEVEL PIDs outside of the main PID group 2015-11-12 14:36:59 +01:00
skaman82
67a1ef6d32 removing missed <br> 2015-11-12 13:57:29 +01:00
skaman82
0cdacf9902 changed labeling in the PID Tab to make LEVEL PIDs easies to understand 2015-11-12 13:55:22 +01:00
skaman82
8580d55acd optimizing some dimensions in the landing tab 2015-11-12 10:36:04 +01:00
skaman82
4494b943ee prevents scrolling in the landing tab at minimum windows size 2015-11-12 10:02:41 +01:00
skaman82
3185721c64 updating sponsors 2015-11-11 23:56:06 +01:00
skaman82
0fce27c817 Merge remote-tracking branch 'cleanflight/development' into GUI-rework
# Conflicts:
#	tabs/landing.css
#	tabs/landing.html
2015-11-11 22:27:36 +01:00
Dominic Clifton
9037d44f2c Update sponsors list and rendering. 2015-11-11 21:15:56 +00:00
skaman82
0880343488 Merge remote-tracking branch 'cleanflight/development' into GUI-rework
# Conflicts:
#	main.js
#	tabs/landing.js
2015-11-11 22:08:19 +01:00
NightHawk32
31cd2de3d3 Added 3D configuration parameters so they don't have to be changed in the CLI 2015-11-11 16:05:24 -05:00
Dominic Clifton
d73196ea11 Fix toggle buttons reverting to checkboxes after reboot.
This moves GUI specific code out of main and the individual tab js files
into gui.js, where it fits better.
2015-11-11 21:01:22 +00:00
Dominic Clifton
a0acd86873 Use larger toggles on ports tab. 2015-11-11 20:45:25 +00:00
Albert Kravcov
c950b0b0c3 Merge pull request #36 from wanderzell/GUI-rework-skaman82
Changelog panel rework
2015-11-11 13:57:31 +01:00
Kristjan Vaga
30af22acca Merge landing view changes on changelog panel. 2015-11-11 14:37:36 +02:00
skaman82
cf12d64349 little finetuning of the landing tab 2015-11-11 13:35:31 +01:00
Kristjan Vaga
dd940ced62 Changelog tab rework for landing view. 2015-11-11 14:21:35 +02:00
skaman82
8868adbff0 Prevent 3D model from overlapping while log is open 2015-11-11 13:09:54 +01:00
skaman82
6998205676 sync 2015-11-11 12:19:03 +01:00
skaman82
e429cf623d placing tooltip content into the json file 2015-11-11 11:54:56 +01:00
skaman82
b8fa745571 some font improvements 2015-11-10 11:39:12 +01:00
skaman82
1409473af7 Landing Tab fix 2015-11-10 11:35:23 +01:00