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

72 commits

Author SHA1 Message Date
cTn
a8b96a9206 dont cancel following events 2014-09-22 11:03:00 +02:00
cTn
17e5893dde variable cleanup, event bugfixes, one more update condition left 2014-09-22 10:50:34 +02:00
cTn
ef2568e451 bugfixes for the most retarded map conversion i have ever seen (thank englishman for the fix) 2014-09-19 20:05:32 +02:00
cTn
036308fcdb fix for constantly resetting focus 2014-09-19 18:45:57 +02:00
cTn
6be76d855d implement channel map including validation and UI compatibility fallback 2014-09-19 17:44:04 +02:00
cTn
e9c4a533af finishing touches to the crunching mechanism, backup and restore is all cleaned up now 2014-09-17 09:27:54 +02:00
cTn
e626fbeb7b utilizing the new data cruncher in various tabs (aux, pid, receiver) and in restore routines, unfinished (looking solid) 2014-09-16 23:07:52 +02:00
cTn
d7810e1bb6 make initial tab data request burst better comply with strict mode to prevent random race conditions 2014-08-14 16:48:16 +02:00
cTn
dbf528345e another run on undefined comparators 2014-08-14 16:41:49 +02:00
cTn
932a58d355 pretty pretty pretty 2014-08-12 16:20:26 +02:00
cTn
e27a194ec7 another refactor for global variables, bugfixes for logging tab initialization in strict mode 2014-08-12 15:51:31 +02:00
cTn
20e6ad0074 enable strict mode in couple more files 2014-08-09 20:01:17 +02:00
cTn
1885fba5a0 analytics overhaul 2014-07-16 12:59:12 +02:00
cTn
e49f4ea5ff converting tab object initialization 2014-07-10 19:19:45 +02:00
cTn
799fc76c8e hooking up all of the active_tab references 2014-07-10 18:51:02 +02:00
cTn
13f49c0f64 receiver in tabs 2014-07-10 18:20:09 +02:00
cTn
c6700a8588 equip all tab initializers with callback parameter (currently without hooks) 2014-07-09 16:12:37 +02:00
cTn
e8c4a03dd5 moving majority of save buttons to bottom right corner, graph margin plish 2014-07-04 20:55:46 +02:00
cTn
6e0177738c removing obsolete highlight 2014-06-30 02:44:55 +02:00
cTn
5abe7473f8 moving send_message routine to MSP object 2014-06-01 14:10:18 +02:00
cTn
45ae10513c accept flexible amount of aux channels (up to 28) 2014-05-20 14:06:15 +02:00
cTn
4ba7cc5a46 generate meters/lines UI dynamically 2014-05-19 23:36:04 +02:00
cTn
953d6f5ef2 saving some cycles in plots 2014-05-16 21:02:59 +02:00
cTn
5f07390d45 stuff rcData to array (allocating up to 32 chan) 2014-05-15 13:12:13 +02:00
cTn
a7c0e56254 receiver i18n support 2014-05-06 23:33:47 +02:00
cTn
2162a2b9d3 pre-enable i18n for all html content in tabs 2014-05-06 16:48:46 +02:00
cTn
244b6d923f small optimization for RX plot scaling 2014-05-05 11:34:20 +02:00
cTn
3a5741d9ed reorganizing update helpers 2014-04-21 12:14:03 +02:00
cTn
3421916c21 bugfixes for last merge 2014-04-21 11:59:02 +02:00
Tobias Raeder
c1fc82e0e4 Add helpers to resize the receiver/sensor plots 2014-04-20 23:12:18 +02:00
cTn
a0a2ff47a8 get plot dimensions from css (not hardcoded) 2014-04-13 14:49:29 +02:00
Tobias Raeder
de26bdb0d0 Use d3 to render the sensors tab 2014-04-13 11:54:35 +02:00
Tobias Raeder
daea4d64a9 Receiver Tab d3 cleanup 2014-04-12 17:37:07 +02:00
cTn
74e9256e75 correcting MSP implementation, optimizations 2014-04-11 15:11:59 +02:00
cTn
8d6702c15e lowering MSP_STATUS pull speed to 250ms 2014-03-30 11:51:16 +02:00
cTn
1a2be85155 keep dom elements for lines if possible 2014-03-30 11:11:06 +02:00
cTn
12847de8ba tiny optimize 2014-03-29 21:48:20 +01:00
cTn
7e3a63a4d1 new receiver plot based on D3 2014-03-29 19:21:13 +01:00
cTn
241b44e893 instead of searching each update, use references 2014-03-28 18:45:50 +01:00
cTn
82badeece1 callback hell resolving patch, optimize 2014-03-23 00:28:41 +01:00
cTn
9b29f78e3e whitespace trimming run 2014-03-08 06:25:15 +01:00
cTn
3f6f363d1b plot update rate can be now adjusted in RX tab 2014-03-06 19:50:01 +01:00
cTn
9218984885 change the command queue in receiver tab (bugfix)
as MSP_RC is being called in auxiliary tab it could trigger the callback
added inside the receiver initialization sequence, making the
initialization fail
2014-02-22 22:54:06 +01:00
cTn
ce351d7521 new UI population / JS execution order
(blink bugfix for several tabs)
2014-02-14 22:17:51 +01:00
cTn
8686a45831 adding more user-notify messages 2014-02-04 18:52:21 +01:00
cTn
575f5ac8ef instant initialization for graphs 2014-01-26 15:22:12 +01:00
cTn
5a2ebe9af4 moving content loading inside tab initialization 2014-01-24 17:06:54 +01:00
cTn
b7179db5f6 disabling custom spinner emulation 2014-01-23 23:47:14 +01:00
cTn
eaeda19842 visual indicators for successful save to eeprom
close #20
2014-01-22 19:05:52 +01:00
cTn
996b81b53f enabling spinners in all spinner required tabs 2014-01-22 16:03:14 +01:00