1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 20:10:11 +03:00
Commit graph

213 commits

Author SHA1 Message Date
afinogen
6ccba50734 add check new app version 2017-12-28 13:47:40 +03:00
Sergej Pozdnyakov
cacc4522c2 fix error for require 2017-12-26 20:04:13 +03:00
afinogen
db002fb1f5 Save the last used size/position for issue #234
Need to check whether my window closing handler has affected on function createdWindow.onClosed
I did not understand how it works.
2017-12-26 11:38:43 +03:00
Pawel Spychalski (DzikuVx)
be37f89731 Merge remote-tracking branch 'origin/master' into tracking-update 2017-01-25 19:18:24 +01:00
Paweł Spychalski
0ab6c7b849 Merge pull request #117 from iNavFlight/version-check-disabled
update check removed
2017-01-24 21:41:27 +01:00
Pawel Spychalski (DzikuVx)
8d95a5e76d webgl tracking removed 2017-01-24 10:26:45 +01:00
Pawel Spychalski (DzikuVx)
604adf7dae update check disabled 2017-01-23 20:21:17 +01:00
Pawel Spychalski (DzikuVx)
63ed578442 empty advanced tuning tab 2017-01-15 12:03:27 +01:00
U-PAWEL-X220\pawel
35baf4302b first cut of presets 2017-01-04 22:50:18 +01:00
U-PAWEL-X220\pawel
2ed44f34b1 CSS fixups 2017-01-01 21:18:02 +01:00
Pawel Spychalski (DzikuVx)
9a5e3dbeae msp cleanup 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
18a00dedf8 MSP refactoring 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
25c8a6f61c crude port 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
9ce21b3113 correct GA tracking 2016-08-29 15:02:08 +02:00
Pawel Spychalski (DzikuVx)
3c098d4ba7 calibration tab removed 2016-06-18 11:25:51 +02:00
Konstantin Sharlaimov (DigitalEntity)
e6a86a9fec Calibration tab (empty); Add possibility to disable GPS ground assistance 2016-05-10 01:06:53 +10: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
Dominic Clifton
d73196ea11 Fix toggle buttons reverting to checkboxes after reboot.
This moves GUI specific code out of main and the individual tab js files
into gui.js, where it fits better.
2015-11-11 21:01:22 +00:00
skaman82
e429cf623d placing tooltip content into the json file 2015-11-11 11:54:56 +01:00
skaman82
b6b2812271 Fixing toggle buttons and the motors tab 2015-11-10 09:38:43 +01:00
Dominic Clifton
ea2d59f4fb Remove unfinished light/dark theme switching code. 2015-11-10 01:37:57 +00:00
Dominic Clifton
8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
2015-11-09 23:01:42 +00:00
skaman82
ae453edb42 Landing Tab rework 2015-11-07 06:16:02 +01: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
54d7c24e82 First rework of Configuration Tab
… also minor fixes to switchery buttons
2015-10-30 09:46:53 +01:00
skaman82
b91bdc1d0b Reduced animation speed of the logbar 2015-10-29 09:38:52 +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
770cae9ee4 Some finetuning 2015-10-28 17:39:33 +01:00
skaman82
4d6fae7fb1 CSS fixes 2015-10-28 13:15:59 +01:00
skaman82
dcc037c549 Fix for open log 2015-10-28 12:35:44 +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
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
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