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

152 commits

Author SHA1 Message Date
skaman82
6b97eb2809 Further work on dataflash and profile switch in the header 2015-11-16 12:46:59 +01:00
skaman82
19897cd574 started to work on new GUI functionality 2015-11-15 23:35:22 +01:00
Dominic Clifton
ea2d59f4fb Remove unfinished light/dark theme switching code. 2015-11-10 01:37:57 +00:00
Dominic Clifton
f869dd94e7 Reformat HTML files. Default Eclipse 4.4 settings. Line Length: 120.
Spaces Not Tabs. Indentation: 4.
2015-11-10 01:21:47 +00:00
Dominic Clifton
1adc6f7bd6 Delete more unused files from libraries.
Note that this commit is indicating there needs to be a build step to
make it easier to generate the used sources when packaging the
configurator.
2015-11-10 00:26:50 +00:00
Dominic Clifton
6d524ebe5e Delete unused switchery files and relocate the modified switchery
distribution files.

Note that the switcher.css/.js are NOT the same as the minified version.
They have been modified to generate smaller switches.
2015-11-10 00:22:09 +00:00
Dominic Clifton
f1e9535bb3 rename directory styles to css. Remove unused files. 2015-11-09 23:37:33 +00:00
Dominic Clifton
8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
2015-11-09 23:01:42 +00:00
skaman82
6afc3cd938 Tiny text changes 2015-11-09 11:23:38 +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
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
9be277e987 fixing things 2015-11-02 22:23:39 +01:00
skaman82
f7a7961402 including changes from wanderzell #21 2015-11-02 14:37:38 +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
88c95a12e9 Merged changes from wanderzell 2015-11-01 13:53:55 +01:00
skaman82
923951145e main.html cleanup 2015-11-01 12:16:01 +01:00
skaman82
cdfbbe599b Document cleanup 2015-11-01 03:04:01 +01:00
skaman82
54d7c24e82 First rework of Configuration Tab
… also minor fixes to switchery buttons
2015-10-30 09:46:53 +01:00
skaman82
968e10feeb switchery integration 2015-10-29 00:30:22 +01:00
skaman82
9489b13c13 Ports tab clean up 2015-10-28 20:23:48 +01:00
skaman82
28c51e2e6e css rework 2015-10-28 11:30:24 +01:00
skaman82
4d10432d4e some css cleanup 2015-10-27 16:41:44 +01:00
skaman82
9c1d6a940c hiding spare icons 2015-10-27 11:35:24 +01:00
skaman82
b381a97572 fixes 2015-10-26 23:06:46 +01:00
skaman82
819c07f2f5 Added sensor icons. Experimenting with theme change 2015-10-26 22:54:05 +01:00
skaman82
f6a9005049 experimenting 2015-10-26 19:50:51 +01:00
skaman82
391a733aa8 Added icons
Changed tab selection function to give each tab a separate class for
icons. Added icons, cleanup work
2015-10-26 00:51:41 +01:00
skaman82
b65c4e738e fixing some things 2015-10-25 22:04:33 +01:00
skaman82
ba23917ef7 Log bar upgrade to show scroll functionality to user 2015-10-24 06:53:48 +02:00
skaman82
71b9e6dad4 testing logview toggle 2015-10-24 04:28:19 +02:00
skaman82
d2c14f15ec Added an new connect button 2015-10-23 22:57:55 +02:00
skaman82
6c9c64de31 upload 2015-10-23 15:17:44 +02:00
skaman82
d61970e177 upload 2015-10-23 15:13:33 +02:00
skaman82
3a9c7f3794 Merge remote-tracking branch 'origin/baseflight-configurator-development' into GUI-rework
Conflicts:
	README.md
	js/libraries/d3.min.js
	js/msp.js
	main.html
2015-10-23 14:41:08 +02:00
skaman82
a5f60b6dfb Some work on configuration tab 2015-10-23 07:03:02 +02:00
skaman82
1ed7629f97 more trial and error 2015-10-23 03:42:45 +02:00
skaman82
707e2c454b More work done… 2015-10-22 22:27:48 +02:00
skaman82
b0b8cc00d7 Further work and preparation.
Placed dataflash status bar in the header but can’t figure out how to
trigger a readout on connect in serial_backend.js. Some help?
2015-10-22 18:03:17 +02:00
skaman82
10f7cdd1b0 Started to mess around with things… 2015-10-22 15:26:49 +02:00
Dominic Clifton
d18e5a9559 Merge branch 'manual_comport_selection' of git://github.com/pulsar256/cleanflight-configurator into pulsar256-manual_comport_selection 2015-05-17 23:11:58 +01:00
Paul Rogalinski
cabeba70f7 checkbox to show dev releases, code refactoring 2015-05-17 23:01:27 +01:00
Paul Rogalinski
1bb63a597b manual port override as chrome won't enumerate bluetooth serial ports on linux 2015-05-10 14:37:31 +02:00
Dominic Clifton
244685c9a6 Update version checking code to use semantic versioning - see
http://semver.org/

semver.js creating using browserify.

https://www.brcdn.org/?module=semver&version=4.3.4
2015-05-07 22:10:26 +01:00
Dominic Clifton
c3f1c13d54 Move Documentation and Support links to separate tab. Add a
contributing section.  Unify help/landing section CSS/html a little.
Expand the sponsors panel area in preparation for an updated section.
2015-03-03 16:27:40 +00:00
Dominic Clifton
46a0054d78 Add SVG watermark image to log view and some tabs. 2015-02-24 02:06:00 +00:00
Dominic Clifton
831e4a848e Merge branch 'blackbox-flash' of
https://github.com/sherlockflight/cleanflight-configurator-dev into
sherlockflight-blackbox-flash

Conflicts:
	_locales/en/messages.json
2015-02-22 21:51:18 +00:00
Richard Birkby
f89aaa1011 Add flight instruments to setup tab 2015-02-20 01:18:49 +00:00
Nicholas Sherlock
0f22b92e35 Add dataflash tab: Very basic functionality is working 2015-01-31 00:41:41 +13:00