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

84 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
e231aed13a overhaul 2016-11-20 18:24:20 +01:00
Pawel Spychalski (DzikuVx)
4d2882e353 options moved 2016-11-20 12:17:55 +01:00
Pawel Spychalski (DzikuVx)
649da56163 ignore rates 2016-11-20 09:24:24 +01:00
Pawel Spychalski (DzikuVx)
d503cb92c7 Filtering configuration 2016-11-19 20:17:23 +01:00
Pawel Spychalski (DzikuVx)
ea9efd4622 Yaw jump and prevention limit 2016-11-19 17:57:40 +01:00
Pawel Spychalski (DzikuVx)
4f3037e7cd MagHold Yaw rate limit UI 2016-11-19 14:18:49 +01:00
Pawel Spychalski (DzikuVx)
ce458d299d inavification 2016-09-13 11:01:53 +02:00
Pawel Spychalski (DzikuVx)
c6e81d991f dropped PID values scaling and some cleanup 2016-08-29 14:45:19 +02:00
Paweł Spychalski
ad55318829 possibility to change controller in UI removed from code (#17) 2016-06-21 21:41:53 +10:00
Pawel
e9d2563dad rates in dps for iNav > 1.1.0, see iNavFlight#204 2016-05-15 18:20:21 +02:00
Dominic Clifton
3993af0d8c Convert a few more tooltips to use i18n_title. 2016-01-07 00:40:34 +01:00
skaman82
3189feb194 removing inline css from PID Tab 2016-01-03 16:05:26 +01:00
skaman82
2d6feb0e6a Merge branch 'cleanflight/development' into NewPIDFunctions
# Conflicts:
#	_locales/en/messages.json
#	js/backup_restore.js
#	js/data_storage.js
#	js/msp.js
#	tabs/configuration.html
2015-12-15 01:43:24 +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
c738e23a85 Removing new Filters Box from PID Tab 2015-12-12 23:46:51 +01:00
skaman82
c2faf1b0e9 styling cleanup 2015-12-08 15:57:04 +01:00
skaman82
0aa7a4a22d Merge branch 'new_stuff' into NewPIDFunctions
# Conflicts:
#	tabs/pid_tuning.html
#	tabs/receiver.css
2015-12-08 15:39:15 +01:00
skaman82
1e6d22b5f1 note styling correction 2015-12-08 14:53:53 +01:00
skaman82
cbfbd85c2f adding note 2015-12-08 14:36:34 +01:00
skaman82
c656e3b812 reverting redesign of RATES and TPA boxes 2015-12-08 14:13:47 +01:00
skaman82
bd8f9082bb Reworking PID Tab 2015-12-08 13:52:18 +01:00
skaman82
3c7dae8cc3 preparing tooltip text 2015-12-08 12:36:00 +01:00
skaman82
bc2174e4b7 updating labels 2015-12-08 12:33:18 +01:00
skaman82
69fe82494d updating labels 2015-12-08 12:24:46 +01:00
skaman82
390439b9eb adding placeholders 2015-12-08 12:20:04 +01:00
skaman82
210b47967b Removing profile selector from PID tab 2015-11-24 20:23:07 +01: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
Dominic Clifton
095b1a4193 More whitespace/indentation fixes. 2015-11-14 11:34:06 +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
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
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
e429cf623d placing tooltip content into the json file 2015-11-11 11:54:56 +01: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
skaman82
a5bef02067 PID Tab fix 2015-11-09 10:33:33 +01:00
skaman82
6f327544b0 some changes in the pid tab 2015-11-08 17:45:30 +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
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
9ea93dcbf6 Fixing some errors in the title bar 2015-11-03 01:07:30 +01:00
skaman82
98d8eea7f7 Preparing RX and PID tab for rework 2015-11-03 01:02:41 +01:00
skaman82
11f2a833a5 pid tab modification 2015-11-02 21:03:26 +01:00