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

183 commits

Author SHA1 Message Date
Bas Delfos
24c81375a4 Move src files 2018-01-24 22:50:40 +01:00
Michael Keller
186e47e06f
Merge pull request #806 from McGiverGim/bf-i18n_console
More i18n, GUI Console
2017-12-21 14:27:41 +13:00
Miguel Angel Mulero Martinez
4b7af1c951 Open new windows in external browser
When a user clicks a link, this opens the link in a new external browser
and not in a new nw window (without toolbar, download manager, etc.)
2017-12-20 15:46:20 +01:00
Miguel Angel Mulero Martinez
b0d4d2d89a More i18n, GUI Console
Added some i18n to strings for the GUI console.
2017-12-19 09:28:04 +01:00
Miguel Angel Mulero Martinez
65728c913a More i18n
More strings passed to the messages file for i18n.
2017-12-18 20:21:38 +01:00
Michael Keller
2c2a78a3ac
Merge pull request #759 from mikeller/replaced_jbox_dialogues
Replaced jbox dialogues.
2017-12-05 07:33:59 +13:00
mikeller
b15a391113 Added support for ChromeOS. 2017-12-04 23:03:35 +13:00
mikeller
c2fff5bc47 Replaced jbox dialogues. 2017-12-04 18:48:07 +13:00
mikeller
ec8b7449f8 Added checking for latest configurator release and update notification. 2017-12-03 18:41:11 +13:00
mikeller
e1bbd7c2c6 Fix Chrome issues with SemVer RC version. 2017-11-25 16:23:14 +13:00
mikeller
6d28cac034 Refactored version display, made text congruent. 2017-10-23 09:49:21 +13:00
Steffen Windoffer
f54091cc09 add firmware version to top bar 2017-10-22 17:10:00 +02:00
mikeller
4639fbea48 Added hardware / firmware information to the status bar. Also fixed receiver tab alignment. 2017-08-22 00:16:57 +12:00
Bas Delfos
63af808444 Several fixes for compatibility with BF 3.1.x 2017-07-30 11:01:13 +02:00
mikeller
b729ffaf68 Fixes for merge from cleanflight. 2017-05-05 16:01:34 +12:00
Miguel
445b9931bb Change the extension of blackbox saved files to BBL and add as prefix
the flight controller identifier.
2017-05-05 16:01:34 +12:00
Hydra
2618d6dafc CF/BF - Prepare for updated OSD Slave boards.
* Replaces Setup tab with Setup OSD tab for OSD Slave  boards - ported
from CF v1.x.
* Disables CLI tab for OSD Slave boards - due to
https://github.com/cleanflight/cleanflight/pull/2710
*
2017-05-05 16:01:34 +12:00
Hydra
0520f0d473 CF/BF - Update for API v0.35.0 - OSD SLAVE. 2017-05-05 16:01:34 +12:00
Hydra
1752c5d39d CF/BF - Initial port of power/battery tab from CF 1.x.
The voltage and amperage meters cannot yet be configured and are
disabled.
2017-05-05 16:00:38 +12:00
Hydra
49100d29bd CF/BF - Update configurator for API 1.33.0. 2017-05-05 16:00:38 +12:00
mikeller
eab725ea59 Removed 'BLACKBOX' and 'SDCARD' features. 2017-03-27 01:22:39 +13:00
Michael Keller
0926f64f3b Fixed backup / restore, unified file name generation. 2017-03-03 13:35:24 +13:00
mikeller
eafbaa5d06 Added expert mode. Moved FAILSAFE feature back into failsafe tab. 2016-08-24 17:13:20 +12:00
mikeller
a987de68b9 Moved FAILSAFE feature switch into configuration tab, made failsafe tab hidden if FAILSAFE is disabled. Added warning about using failsafe. 2016-08-17 23:58:07 +12:00
KiteAnton
c2710678a5 Reworked version check to check for newer releases online 2016-08-13 17:25:57 +02:00
TheAngularity
f7a7335751 removed google-analytics scrap 2016-08-13 15:53:22 +02:00
KiteAnton
96115be10e Separation of MSP code into protocol and config parts, will ease further development and readability 2016-08-11 22:20:23 +02:00
TheAngularity
5e52762aa6 cleanup main.js
cleanup with respect to #186
2016-08-05 13:18:33 +02:00
mikeller
622a4fb821 Clean up profile loading. 2016-07-27 02:46:13 +12:00
mikeller
83fea65e1c Moved profile selection into PID Tuning tab. Did some visual cleanup. 2016-07-26 00:49:59 +12:00
mikeller
9594cbded5 Centralised feature handler in BF_CONFIG. Switched all access to features to use the handler. 2016-07-24 23:30:51 +12:00
mikeller
7e7361dafd Hide tabs for features that are disabled. 2016-07-24 23:13:39 +12:00
Anthony Dmitriyev
10b51a1b83 Cleanup for model/rates 2016-07-07 00:56:40 +01:00
nathan
191c368c88 osd 2016-06-29 02:26:07 -07:00
nathan
cbb7122336 disable stats 2016-06-15 22:25:11 -07:00
Dominic Clifton
aba4569e50 display date warning after 91 days. 2016-05-12 14:20:21 +02:00
Dominic Clifton
1a58bfcf82 Add Race Transponder configuration support.
Also cleans up i18n support for 'features' and adds tooltip support for
them on the configuration tab.
2016-01-22 22:15:53 +01:00
Dominic Clifton
55a2677a2b Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/data_storage.js
	js/gui.js
	js/msp.js
	main.html
	tabs/dataflash.css
	tabs/dataflash.js
2015-12-15 12:35:52 +01:00
Dominic Clifton
bd98aca67f Merge branch 'new_stuff' of
https://github.com/skaman82/cleanflight-configurator into
skaman82-new_stuff

Fix up messages.json formatting.

Conflicts:
	_locales/en/messages.json
2015-12-15 00:51:42 +01:00
skaman82
c498e7de34 Added support for failsafe TAB
Made in cooperation with skaman82.

Summary of modifications:
- Extended data storage to hold data for new/changed MSP messages.
- Added support for added/changed MSP messages.
- Added assigned mode(s) to AUX labels.
- Tooltip changes.
- Included style modifications to configuration tab from Skaman82.
- Moved all texts from failsafe tab .html to `messages.json`.
- Removed failsafe settings from configuration tab (now obsolete).
- Added failsafe-tab variables to Backup & Restore.
- Reorganized stage 2 elements, cleanup and corrections.
2015-12-13 17:50:26 +01:00
Nicholas Sherlock
4e12db9c5e Convert dataflash tab to a new Blackbox tab with SD card support 2015-12-04 15:49:51 +13:00
NightHawk32
e6579a9fbe Added callback for log close animation, on close the log now scrolls to the most recent log entry. 2015-11-25 16:51:50 -05:00
NightHawk32
7531ce69fe Profile is now changable globally. 2015-11-22 16:00:01 -05:00
NightHawk32
77deaa9af3 Now saving the state of the log window. 2015-11-19 17:13:10 -05:00
skaman82
f85d0e01a1 error fix 2015-11-17 03:40:46 +01: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
skaman82
19897cd574 started to work on new GUI functionality 2015-11-15 23:35:22 +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
skaman82
990fd26eb9 Including fixes from wanderzell
• fixes small css bug with tooltip icons
• fixes sensor icons nit showing up when connecting Naze32 Acro rev6
and Sparky1.1
2015-11-12 09:56:03 +01: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