1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00
Commit graph

10286 commits

Author SHA1 Message Date
Bertrand Songis
f2cf444a64
Update CREDITS.txt 2017-11-22 10:35:49 +01:00
Max Paperno
1634d81e4a Fix brackets in MEGA2560 isBacklightEnabled() macro (caused comparison warning in simpgmspace.cpp). 2017-11-21 13:21:00 -05:00
Max Paperno
9c74cc215c Fix gvars build error on libsimulator for PCBSTD. 2017-11-21 11:54:55 -05:00
Kilrah
659f506e5f Build libsimulator on commit tests instead of simu 2017-11-21 17:48:32 +01:00
Kilrah
7df776e7ed Typo 2017-11-21 17:34:22 +01:00
Kilrah
5762fd61e9 Add GVARs option to commit tests 2017-11-21 17:28:56 +01:00
Andre Bernet
39ea315c97 Fix X10 power loop (fix #5270) (#5391)
* Fix X10 power loop (fix #5270)

* "EMERGENCY MODE" text wasn't visible anymore since d4a00dec3b
2017-11-21 07:25:38 +01:00
3djc
6fc40cb7cb Move to simple menu to prevent the need for dual RTN when scroll wheel is used (#5390) 2017-11-20 19:04:02 +01:00
Kilrah
0658b2a2c4 UI speedup 2017-11-20 12:47:32 +01:00
3djc
6064d3222b Cosmetics on companion radio names 2017-11-20 08:37:01 +01:00
3djc
d13fb8918f - X7S option removed (#5388)
- runtime detection of bluetooth chip
2017-11-19 23:49:38 +01:00
Martin Hotar
d11618eb3f x10 simulator skin fixes (#5389) 2017-11-19 17:47:08 +01:00
Bertrand Songis
3b4f5e0882
Update README.md 2017-11-19 16:49:26 +01:00
Bertrand Songis
01f5c65eb9
Update README.md 2017-11-19 16:38:10 +01:00
Bertrand Songis
94bdeb6929
Update README.md 2017-11-19 16:37:05 +01:00
Bertrand Songis
f36615f1e2
Update README.md 2017-11-19 16:34:00 +01:00
Sonar agent
ab4b159d06 Bsongis/sonar (#5382)
Sonar integration
2017-11-19 15:27:49 +01:00
Max Paperno
90e58e4a5f [Simulator] Fix coordinate of X10 skin encoder button. (#5387) 2017-11-19 14:31:23 +01:00
Max Paperno
7759403f3e [Simulator] Quick fix for showing gvars with precision and unit in Radio Outputs view (fixes #5360). (#5384) 2017-11-19 11:21:20 +01:00
Kilrah
18aa849cc7 Trainer detect on X10 is inverted compared to X12 (fix #5378) 2017-11-19 10:54:33 +01:00
Harpalyke
a9c25d1935 Adding a button to the log viewer to save the currently selected session to its own CSV log file (#5379) 2017-11-18 12:14:55 +01:00
Andre Bernet
7f4daf3f5b Lua themes with no options wouldn't load anymore (got broken in b4939… (#5351)
* Lua themes with no options wouldn't load anymore (got broken in b493973d7d)

* Keep protection

* Changes according to PR comments
2017-11-18 11:59:59 +01:00
Neil Horne
f7828ad4a3 Companion gvar refactor for special functions to match radio (#5361) 2017-11-18 11:25:46 +01:00
Raphael Coeffic
2631ad00bd allow additional cake params to be passed via env variables (#5371)
This allows for non-standard paths and the likes (helps a lot on OSX).
2017-11-18 11:24:16 +01:00
Raphael Coeffic
d4a00dec3b small cosmetic colour changes (#5367)
Small cosmetic colour changes

This allows the RSSI/Tx-Battery/Volume display to be displayed with the proper background colour when changing the main theme colour. Also puts the background colour at some use, as I could not see it used anywhere.
2017-11-18 11:23:34 +01:00
Bertrand Songis
46e8474e77
Update CREDITS.txt 2017-11-18 09:24:17 +01:00
Martin Hotar
c8dfccc365 X10 simu (#5376)
* X10 simu images

* X10 simu UI
2017-11-16 21:49:39 +01:00
3djc
2e14773f1a Make stat bottom bar text more V centered 2017-11-16 10:35:16 +01:00
Bertrand Songis
968fbd4c60
Update CREDITS.txt 2017-11-16 07:43:58 +01:00
Arne Schwabe
37b7b25208 Use IS_PXX instead of IS_XJT for failsafe, closes #5373 2017-11-15 22:19:47 +01:00
Bertrand Songis
a2c6d60782
Update CREDITS.txt 2017-11-15 19:21:23 +01:00
Kilrah
808e44388a Update AND switch list on paste (fix #5365) 2017-11-15 10:22:10 +01:00
Kilrah
f8ff44c78f No copy/paste on SF/LS (fix #5366) 2017-11-15 10:01:39 +01:00
3djc
7e29932072 Shift 3rd column a bit right (#5364) 2017-11-15 09:52:09 +01:00
Bertrand Songis
c1b0e9fea3
Update CREDITS.txt 2017-11-14 18:17:21 +01:00
3djc
df91e93034 Tiny cosmetic 2017-11-14 10:37:02 +01:00
Harpalyke
fd265eccbb Adding regex check for crossfire gps format when reading logs in tele… (#5347)
* Adding regex check for crossfire gps format when reading logs in telemetry simulator

Adding a regex check when the telemetry simulator parses gps cords from a log file to see if the if the cords are in the crossfire gps log format. 
The GPS telemetry sensor from crossfire logs the coordinates as latitude with a precision of six decimal places followed by a space and then longitude also to six decimal places. e.g. "53.279969 -7.701416"
When the cords are already in this format their is no need to call convertDegMin on the values

* Fixing code styling

* Updating code style

* Updating code style

* Checking the gps coordinates format once before the full file is processed instead of evaluating the regex for every line of the file.

Optimize regex by removing surrounding parenthesis
2017-11-13 22:21:22 +01:00
Bertrand Songis
57d53abd6e
Fixes #5300 (#5353) 2017-11-13 22:18:07 +01:00
Sebastien Charpentier
c62e0cc7d1 Updated French Translation (#5356)
* Starting point before translation.

* Updated French translation.
2017-11-13 22:17:48 +01:00
Bertrand Songis
e5b2b8ef64
Bsongis/issue 5311 (#5354)
Fixes #5311
2017-11-13 22:17:13 +01:00
Neil Horne
e6542a78d0 Fix displayed file path for Windows OS (#5355) 2017-11-13 15:30:15 +01:00
Arne Schwabe
084680b5fd Fix custom string in multiprotocols companion 2017-11-13 11:11:41 +01:00
3djc
bdfcc5d181 Improve commit tests 2017-11-13 10:55:19 +01:00
Arne Schwabe
2d6962d937 Also fix compiler warning on sky9x 2017-11-13 10:52:33 +01:00
Arne Schwabe
d8210b832f Fix multi build on Sky9X 2017-11-13 10:42:25 +01:00
Kilrah
ac22e33cec Missing def 2017-11-13 09:41:55 +01:00
Kilrah
7f05df2627 Only apply theme option changes when exiting edit mode for color type options (fix #3799) 2017-11-13 00:17:35 +01:00
Bertrand Songis
9d7dab724b
Bsongis/issue 5338 (#5344)
Fixes #5338
2017-11-12 14:15:19 +01:00
3djc
b8b67ba864 Push model name audio after hello (#5350) 2017-11-12 14:07:26 +01:00
Bertrand Songis
f6309138f6
Fixes #5312 (#5345) 2017-11-11 22:20:05 +01:00