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

130 commits

Author SHA1 Message Date
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
4ccd0bed3e Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/data_storage.js
	main.css
	tabs/dataflash.css
	tabs/dataflash.html
2016-01-07 20:58:29 +01:00
skaman82
82496ae9d5 main.css cleanup 2016-01-02 23:26:18 +01:00
skaman82
bd2f99b4dd Added mouseOver to menu icons 2016-01-02 21:43:57 +01:00
skaman82
b4dc62cfa2 further optimization for 7 inch tablets 2016-01-02 17:59:25 +01:00
skaman82
d214b30d2e Correcting Labels 2015-12-15 22:37:40 +01:00
Dominic Clifton
e492e6d3ff Replace reference to .tab-dataflash with.tab-onboard_logging 2015-12-15 13:20:22 +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
Dominic Clifton
4deec20727 Cleanup and highlight recovery process to cut down on support emails. 2015-12-14 23:59:40 +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
skaman82
0928ed95ed Adding animation to the tab menu if log opens/closes 2015-11-25 23:27:48 +01:00
skaman82
88458837c1 Small CSS change 2015-11-25 02:52:09 +01:00
NightHawk32
d21b4a157f Typo in css classes, update global dataflash display on every dataflash summary respond. 2015-11-24 18:17:53 -05:00
NightHawk32
6157c875f9 Renamed global dataflash components, fixed detection for global dataflash display. 2015-11-24 18:01:56 -05: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
f298ba3ccb Additional changes to support screen height of 600px 2015-11-16 21:28:47 +00:00
skaman82
32cae1f7df fixing some css 2015-11-16 15:59:04 +01:00
skaman82
6b97eb2809 Further work on dataflash and profile switch in the header 2015-11-16 12:46:59 +01: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
34a45e0b9b Fixing tab area (when log is open) = now scrollable. Also fixed: receiverMSP Button 2015-11-15 16:33:37 +01:00
skaman82
68c1c0c404 little cleanup 2015-11-12 14:00:11 +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
01dc2f51a8 cleanup 2015-11-11 12:01:53 +01:00
skaman82
e429cf623d placing tooltip content into the json file 2015-11-11 11:54:56 +01:00
Kristjan Vaga
f05305041f Fix disabled button jump when becoming enabled. 2015-11-10 11:23:31 +02:00
Kristjan Vaga
3641903e5c Merge landing view style changes. 2015-11-10 10:30:39 +02:00
Dominic Clifton
8b33db66d7 Delete unused port-picker css styles. 2015-11-10 00:17:46 +00:00
Dominic Clifton
52235f3373 Format all CSS files. Fixed missing trailing brace in
configuration.css.

Formatted using Eclipse 4.4 CSS formatter, line length: 120, spaces not
tabs, indentation 4.
2015-11-10 00:13:21 +00:00
Kristjan Vaga
3e7c9a549f Reworking landing page styles. 2015-11-10 01:30:50 +02:00
skaman82
850dcd6004 minor css change 2015-11-06 12:12:24 +01:00
skaman82
c01f67a186 some minor css updates 2015-11-06 02:38:28 +01:00
Kristjan Vaga
c5372db830 Merging sticky toolbars with the tab layout changes.
Conflicts:
	main.css
	tabs/adjustments.css
	tabs/adjustments.html
	tabs/auxiliary.html
	tabs/configuration.css
	tabs/configuration.html
	tabs/dataflash.css
	tabs/dataflash.html
	tabs/gps.html
	tabs/help.html
	tabs/landing.html
	tabs/led_strip.html
	tabs/logging.css
	tabs/logging.html
	tabs/motors.html
	tabs/pid_tuning.css
	tabs/pid_tuning.html
	tabs/ports.css
	tabs/ports.html
	tabs/receiver.html
	tabs/sensors.html
	tabs/servos.css
	tabs/servos.html
	tabs/setup.css
	tabs/setup.html
2015-11-06 01:24:12 +02:00
skaman82
2299f8707c button fix 2015-11-05 19:03:25 +01:00
Kristjan Vaga
76fc0176da Polishing the toolbar related styles. Fixing styles. 2015-11-05 19:22:39 +02:00
Kristjan Vaga
86c9733e52 Initial HTML updates and CSS for bottom toolbar. 2015-11-05 17:47:11 +02:00
skaman82
1816979cc4 More Work done:
• Tooltip integration
• Sensor Tab: rework
• Help & Documentation Tab: basic styling
• Logging Tab: basic styling
• PID Tab: some fixes
• Added the word „configurator (+ version)“ under the logo
• Removed not yet used „help icons“
2015-11-05 16:37:15 +01:00
skaman82
8e79a250ed Basic rework of: Adjustments and PID tabs, little fixes and changes here and there 2015-11-04 22:22:23 +01:00
skaman82
4864abe6fe Basic rework of the Data-flash Tab 2015-11-03 09:33:38 +01:00
skaman82
968c563eab tiny change in the main.css 2015-11-03 07:53:43 +01:00
skaman82
0f30b16ec8 Modes Tab rework, added new colors to Receiver Tab 2015-11-03 05:36:04 +01:00
skaman82
278e25a872 small change 2015-11-02 21:06:34 +01:00
skaman82
f7a7961402 including changes from wanderzell #21 2015-11-02 14:37:38 +01:00
skaman82
2167850322 cleanup 2015-11-02 13:52:40 +01:00
skaman82
53a615279d fixing auto connect 2015-11-02 13:37:46 +01:00
skaman82
ee5c10cc48 moving elements in the header for better usability 2015-11-02 12:07:14 +01:00
skaman82
d2be1715e5 Display header elements depending on connection state 2015-11-02 11:56:18 +01:00
skaman82
73d3228d40 some further tuning 2015-11-01 23:38:31 +01:00
skaman82
05ad0fd603 including collapsed view 2015-11-01 22:35:57 +01:00