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

3095 commits

Author SHA1 Message Date
Michael Keller
862788a91c Merge pull request #516 from bilson/osd-preview-fixed
Don't hide osd preview when scrolling
2017-06-08 14:45:39 +12:00
Rodrigo Pérez
9e952debdf Don't hide osd preview when scrolling 2017-06-07 06:22:33 -04:00
Michael Keller
3b476e528e Merge pull request #507 from mikeller/load_craft_name_on_startup
Added loading of craft name on startup.
2017-06-03 11:00:28 +12:00
Michael Keller
c95785dd8e Merge pull request #513 from DanNixon/osd_disarmed_element
Add back the OSD disarmed element
2017-06-01 10:53:52 +12:00
Michael Keller
d2a9b12e23 Merge pull request #509 from DanNixon/osd_stats
Allow customisation of the OSD stats screen
2017-05-31 08:07:41 +12:00
Dan Nixon
9f9b79e0e3 Add back the OSD disarmed element 2017-05-23 16:54:32 +01:00
Albert Kravcov
51cb39a687 Merge pull request #510 from charlch/master
Clarify the purpose of the save button on CLI tab
2017-05-23 17:07:44 +02:00
Chris Charles
dda741f3aa Merge pull request #2 from betaflight/master
merge from betaflight
2017-05-23 16:02:56 +01:00
Chris Charles
087af76316 Make CLI save button message clearer 2017-05-23 15:58:20 +01:00
Dan Nixon
75a16aae17 Allow toggling OSD stats 2017-05-23 12:53:28 +01:00
Dan Nixon
a5c4afa8a2 Add BFOSD element for armed time 2017-05-22 13:17:23 +01:00
Michael Keller
e91729da90 Merge pull request #508 from betaflight/clitabfix
Some styling fixes
2017-05-18 07:24:41 +12:00
Chris Charles
76a6918cb1 Merge pull request #1 from betaflight/clitabfix
Clitabfix
2017-05-17 17:49:18 +01:00
skaman82
6d17f8b04a Some Styling fixes
• CLI Tab: proper styling for the new save button
• Config Tab: fixed distances and some minor things
• Ports Tab: fixed table padding
2017-05-17 15:21:34 +02:00
mikeller
eff295292b Added loading of craft name on startup. 2017-05-16 23:48:31 +12:00
Michael Keller
e2faf9fe26 Merge pull request #506 from charlch/master
cli output save button
2017-05-16 23:26:32 +12:00
Chris Charles
df556ad1bd cli output save button 2017-05-16 08:11:32 +01:00
Michael Keller
e517b16001 Merge pull request #505 from charlch/master
Improve wording, spelling etc for UI text
2017-05-13 17:39:16 +12:00
Chris Charles
6986d8b762 Improve wording, spelling etc for UI text 2017-05-12 20:06:57 +01:00
Michael Keller
02a1537009 Merge pull request #501 from Mistale/fix-syntax-errors-in-localization
Add missing ')'-characters in localization to make syntax valid
2017-05-10 09:11:05 +12:00
Michael Keller
cc900dda31 Merge pull request #502 from Mistale/make-src-paths-relative
Make absolute path in osd tab (implicitly absolute) relative
2017-05-10 09:10:11 +12:00
Michael Keller
94f8ef00c1 Merge pull request #503 from Mistale/fix-osd-tab-for-mobile-drag-and-drop
Make drag-and-drop in osd tab mobile-friendly
2017-05-10 09:09:22 +12:00
Anders G
61a7381d71 Add draggable attribute to draggable div's in osd tab, and fix data-type mismatch when setting / retrieving data.
Most mobile shims for drag-and-drop assumes that you're either dragging an img-tag or an element with the draggable attribute. When not specified, the event-target will be the nested img instead of the div.

On mobile platforms (atleast iOS), no data is returned when dropping an element if getData() and setData() uses different types.
2017-05-09 18:42:14 +02:00
Anders G
3d6c677adb Make absolute path in osd tab (implicitly absolute) relative, to make base-tag work.
This change is needed in repos that use this repo as a submodule, and thereby have other base urls.
All instances of $.load() already have relative paths.
2017-05-09 18:22:18 +02:00
Anders G
04e1c9d201 Add missing ')'-characters to make syntax valid 2017-05-09 17:37:25 +02:00
Michael Keller
3ee1e51fc3 Merge pull request #500 from bilson/add-debug-gps-lon-lat-to-osd
Change VTX_CHANNEL preview and added missing elements to OSD Tab
2017-05-09 01:36:50 +12:00
Rodrigo Pérez
52ae219449 Typo 2017-05-08 10:36:06 -03:00
Rodrigo Pérez
ec1e1a87cb Change VTX_CHANNEL preview and added missing elements to OSD Tab
* Change VTX_CHANNEL preview
* Add DEBUG
* ADD GPS Lon/Lat
2017-05-08 10:03:16 -03:00
Michael Keller
7390870738 Merge pull request #494 from mikeller/fix_battery_error
Fixed API version number in battery tab error message, added Betaflight release version number.
2017-05-08 22:10:38 +12:00
Michael Keller
4209885731 Merge pull request #497 from theseankelly/dupe_target_custom
Removing duplicate TARGET_CUSTOM entry in serialRx configuration
2017-05-08 22:10:24 +12:00
Michael Keller
538d8e7150 Merge pull request #499 from bilson/fix-hidden-elements-in-osd-tab
Fix hidden elements in OSD Tab
2017-05-08 10:03:43 +12:00
Rodrigo Pérez
fc9f3417b4 Fix hidden elements in OSD Tab 2017-05-07 18:55:08 -03:00
Albert Kravcov
1d7ba7ea91 Merge pull request #496 from TheAngularity/patch-2
fixed floating scrollbar on blackbox tab
2017-05-07 22:34:49 +02:00
Albert Kravcov
36df27f5bc Merge pull request #498 from TheAngularity/patch-3
fixed spaces between boxes
2017-05-07 22:19:36 +02:00
TheAngularity
c054bdd061 fixed spaces between boxes
brings back normal spaces between two boxes on firmware flasher tab, power tab, sensors tab and blackbox tab
2017-05-07 17:53:09 +02:00
Sean Kelly
f4293f5420 Removing duplicate TARGET_CUSTOM entry in serialRx configuration 2017-05-07 07:48:15 -07:00
TheAngularity
924d6d9ed6 fixed floating scrollbar on blackbox tab
if the configurator is minimized the right scrollbar is floating in the air
2017-05-07 09:39:52 +02:00
mikeller
2ab7deace4 Fixed API version number in battery tab error message, added Betaflight release version number. 2017-05-07 15:01:36 +12:00
Michael Keller
09713b954b Merge pull request #488 from mikeller/updates_for_api_1.33_from_cleanflight
Updates for api 1.33 from cleanflight
2017-05-07 09:54:28 +12:00
TheAngularity
20cb7bea8b fixed update request
removed empty voltage and amperage box ... same bug fixed in bf configurator dffd5c9c-30ce-11e7-97ca-1af541bbd9fb.jpg
2017-05-05 16:01:34 +12:00
mikeller
b729ffaf68 Fixes for merge from cleanflight. 2017-05-05 16:01:34 +12:00
Sean Kelly
457700f052 Changing the wrap around the TARGET_CUSTOM SerialRx protocol to be based
on MSP Version and not FC version
2017-05-05 16:01:34 +12:00
Sean Kelly
6119acf617 BF/CF - Adding TARGET_CUSTOM SerialRx protocol option. (#484)
Allows configurator to choose to use custom target-defined serialRx
protocols. Requires target support
2017-05-05 16:01:34 +12:00
Hydra
fb3557897e CF/BF - Add font-awesome. 2017-05-05 16:01:34 +12:00
Hydra
1b359c53b6 CF/BF - Add a line break to the modal dialog firmware related messages. 2017-05-05 16:01:34 +12:00
Hydra
2fecfb0b65 CF/BF - Cleanup ports tab.
Handes wrapping on narrow screens better.
2017-05-05 16:01:34 +12:00
Hydra
831d087aaa CF/BF - Remove console log regarding MSP_DISPLAYPORT. 2017-05-05 16:01:34 +12:00
Hydra
fb64fa0d61 CF/BF - Prevent exceptions that result in a white content panel occuring
when unplugging USB cable while in CLI mode.

Note: Various different exception scenarious were encountered in testing, the main solution seemed to be not trying to send when disconnected (!).  Other state  related issues were found along the way.
2017-05-05 16:01:34 +12:00
Dominic Clifton
9bf9132772 Merge pull request #475 from TheAngularity/patch-2
rearrange power-tab
2017-05-05 16:01:34 +12:00
Dominic Clifton
a1abd85bf7 Merge pull request #474 from TheAngularity/patch-1
fixed save button in power-tab
2017-05-05 16:01:34 +12:00