Commit Graph

160 Commits (97341e95ca76f75e4a86c1bf7107972400ca2e97)

Author SHA1 Message Date
Dominic Clifton c5e2a13b6c First cut of port of LED Strip configuration UI.
Thanks for the original code decompyler!
10 years ago
Dominic Clifton e4bc970680 Use i18n for tab switch message. 10 years ago
Dominic Clifton 3a4ea7e1c1 Update messaging used when api version is incompatible. 10 years ago
Roeland Lutters f0e84ae856 Update message using old firmware 10 years ago
Roeland Lutters 32a27b73a7 CLI available for old firmware versions 10 years ago
Dominic Clifton 1ac581654d Update the message that reminders users to check for new versions rather
than blindly assuming a new version is available.
10 years ago
Dominic Clifton fe72557b12 Removing more review related code. Adding skeleton of new Ports tab. 10 years ago
Paul Rogalinski 2f9e2b13c5 fixed typos 10 years ago
Paul Rogalinski a8a6b8904c fixed async issues, added string formatter proto 10 years ago
Dominic Clifton a8cf910f51 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	README.md
	_locales/en/messages.json
	changelog.html
	js/backup_restore.js
	js/data_storage.js
	js/msp.js
	js/protocols/stm32.js
	js/serial_backend.js
	main.css
	main.html
	main.js
	manifest.json
	tabs/auxiliary_configuration.css
	tabs/default.css
	tabs/firmware_flasher.js
	tabs/initial_setup.css
	tabs/initial_setup.html
	tabs/initial_setup.js
	tabs/modes.html
	tabs/modes.js
	tabs/motor_outputs.css
	tabs/motors.html
	tabs/receiver.css
	tabs/servos.js
10 years ago
cTn 3577632ce2 Revert "input validation works much better while using input event to do the manipulation"
This reverts commit 78b92ab5e7.
10 years ago
cTn 78b92ab5e7 input validation works much better while using input event to do the manipulation 10 years ago
cTn 12a99fa4b5 track settings changes via events 10 years ago
Dominic Clifton 902da2f91d Add 'Adjustments' tab.
Cleanup 'Auxilary' tab code.
Rename other tabs to have shorter titles.
10 years ago
cTn 0cd315b5e7 rename files to better correspond to their specific tabs 10 years ago
cTn 3381463bf5 correct status bar width, display configurator version in status bar 10 years ago
cTn 5105dc2165 clamp values to specific range 10 years ago
cTn 840058d4c1 separate webgl capability detector in main.js, keep track 10 years ago
cTn a580d94d10 remove global access to backgroundPage, optimize eventPage, track application startup time 10 years ago
cTn 5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 10 years ago
cTn 3bf329be65 log library versions 10 years ago
cTn 5cc88b26c4 bugfixes for primary input validation 10 years ago
cTn 4412f9c263 default and initial setup renamed to landing and setup, including object adjustments 10 years ago
cTn 945b86f9b2 rename translation shortcuts, drop configuration files in 10 years ago
cTn 8f0fe2f9ea print remaining time based on app last release date in console 10 years ago
cTn a96e804359 removing MSP pass through mode 10 years ago
cTn 21065c8acb speed up options window animation 10 years ago
cTn 14f780b0fd use name from .manifest instead of hard written one 10 years ago
cTn 90da15b14c added time based update reminder (informing people on dev branch and ones with broken chrome auto-update mechanism) 10 years ago
cTn c87025b3bf fixing all broken statements that got broken in recent undefined runs 10 years ago
cTn 8dabc3ac91 experimenting with some undefined comparators in strict mode 10 years ago
cTn b77ed6b174 another refactor for global variables, bugfixes for logging tab initialization in strict mode 10 years ago
cTn f3ea5757f7 lots of work on removing global variables 10 years ago
cTn d9c315338d turning on strict mode for various js files 10 years ago
cTn 6ca1ca2516 use name from .manifest instead of hard written one 10 years ago
cTn 2a3d261465 added time based update reminder (informing people on dev branch and ones with broken chrome auto-update mechanism) 10 years ago
cTn 906cf0d82b fixing all broken statements that got broken in recent undefined runs 10 years ago
cTn d3d933a704 experimenting with some undefined comparators in strict mode 10 years ago
cTn e27a194ec7 another refactor for global variables, bugfixes for logging tab initialization in strict mode 10 years ago
cTn ec44b77ff2 lots of work on removing global variables 10 years ago
cTn 36f456d2e7 turning on strict mode for various js files 10 years ago
Dominic Clifton 1688b41eb2 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	changelog.html
	main.js
10 years ago
cTn ee70afb12e pretty whitelist keycode approach 10 years ago
cTn 9b4a6ad08e allow tab cascading 10 years ago
cTn 4e41fd3d90 ESC to dismiss 10 years ago
cTn 1fb3dd87e3 much cooler way of handling the options menu 10 years ago
cTn 1885fba5a0 analytics overhaul 10 years ago
Dominic Clifton 28313930a8 Use correct analytics id. 10 years ago
cTn fb7cbe0c8f use sync approach for displaying loading screen (faster then async) 10 years ago
cTn c312d520ce utilize the latest initialize callbacks (nice) 10 years ago
cTn 9fc0fa67cb add loading indicator between tab switches 10 years ago
cTn 56a2bb6a60 logging in tabs 10 years ago
cTn e37191a1b0 cli in tabs 10 years ago
cTn 0a6ce25565 sensors in tabs 10 years ago
cTn 979d419e75 motor outputs in tabs 10 years ago
cTn 36c49dded7 gps in tabs 10 years ago
cTn 2d88d2d46d servos in tabs 10 years ago
cTn b76ec2831b aux config in tabs 10 years ago
cTn 13f49c0f64 receiver in tabs 10 years ago
cTn 5efb1685a4 moving default tab to new tabs object 10 years ago
cTn 3f063f6654 initial stab on preventing tab switch chaining 10 years ago
cTn 628972d5f2 removing RapidFlash promotion 10 years ago
cTn 9e15e55e3f much simpler, less robust approach, fixes E+ 10 years ago
cTn 1e459d1af8 loggin polish, sample counter bugfix 10 years ago
cTn cb5bcf9c0a initial work on pass through mode for ReadError 10 years ago
cTn 75bac26c67 fully dynamic aux channel UI 10 years ago
cTn fa90030759 loggin tab, initial work on IO 10 years ago
cTn 937065ea39 release 11 years ago
cTn 388cc3195e cleanup 11 years ago
cTn e2755ea179 polished sensor indicators 11 years ago
cTn 6049cf0ec4 dedicated options icon/button (live access) 11 years ago
cTn 8c4a4277f8 implementation of options tab, polished statusbar 11 years ago
cTn e5d2f77f09 remove forgotten frame hooks 11 years ago
cTn b14d26d530 initial implementation of request delay balancer 11 years ago
cTn 58d43c381b removal of char_counter, new port_usage, i18n
added bitrate to serial object, removed last bits of 'port_handler'
interval code forgotten in the kill routines, new port_usage is now
saved in a separate file
11 years ago
cTn dcdccd683d detach listeners and remove element data 11 years ago
cTn 9b29f78e3e whitespace trimming run 11 years ago
cTn f64b566847 removing obsolete message 11 years ago
cTn 3c87a5965c linux bugfixes for window handlers 11 years ago
cTn 844121e4bf implemented new more powerful port handler 11 years ago
cTn abe4d13db3 notification script informing about broken api 11 years ago
cTn 0488359783 more debug info 11 years ago
cTn a30569077a removing obsolete notify, first hooks to GUI.log 11 years ago
cTn 7fb560acb1 print version on startup 11 years ago
cTn cc3b2a3f36 removing dynamic height scaling 11 years ago
cTn e1fce87f43 2 px overhead fix
(dynamic size of the app according to the user screen will be removed
soon)
11 years ago
cTn d491c96574 extending input validator functionality 11 years ago
cTn 47ef16b575 servos tab bugfix 11 years ago
cTn 58877b0bd2 fixing height after addition of custom frame 11 years ago
cTn 5a2ebe9af4 moving content loading inside tab initialization 11 years ago
cTn 4adecd2547 stronger number input fields validations 11 years ago
cTn b7179db5f6 disabling custom spinner emulation 11 years ago
cTn 98c587c3d9 extending implementation 11 years ago
cTn 3d5e333c6d extending implementation, bugfixes 11 years ago
cTn a1e4111996 extending implementation 11 years ago
cTn 0b40722cdc extending implementation 11 years ago
cTn d0bf009abb initial custom spinner implementation, needs work 11 years ago
cTn 20c62aa938 custom made frame (fixes chrome33+ no shadow) 11 years ago
cTn 6643e248b9 removing another trace of connectionId 11 years ago
cTn cbdb7a53d8 stronger validation 11 years ago