1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-14 11:59:50 +03:00
Commit graph

15146 commits

Author SHA1 Message Date
Sébastien Charpentier
518706f292
Fr translation update (#8434)
* Updated French translations.
2021-04-06 15:59:04 +02:00
3djc
d4c1728268 Fix layout mirror 2021-04-06 14:14:44 +02:00
3djc
f9f4155499 Fix layout mirror 2021-04-06 14:13:05 +02:00
3djc
88a1ce94d8 Go straight to add widget when zone is empty 2021-04-06 11:56:31 +02:00
3djc
6239a4000d Use new functions 2021-04-06 11:13:47 +02:00
3djc
a72f1491de more layouts 2021-04-06 10:47:46 +02:00
3djc
d43242f686 layout 2+1 2021-04-06 10:29:01 +02:00
Raphael Coeffic
ed7ceccfa5 compile fix ModelBmp 2021-04-06 10:24:54 +02:00
Raphael Coeffic
1335bcf8db Singleton ViewMain
This requires https://github.com/opentx/libopenui/pull/10
2021-04-06 10:20:49 +02:00
Bertrand Songis
0df99a320c
Merge pull request #8429 from opentx/elecpower/cpn-model-upd-refs
Model update references improvements
2021-04-06 09:35:27 +02:00
3djc
2f1a5f6c95 Merge remote-tracking branch 'origin/raphaelcoeffic/getmainzone' into raphaelcoeffic/getmainzone 2021-04-06 09:33:27 +02:00
Raphael Coeffic
3d19b03bc1 Singleton ViewMain
This requires https://github.com/opentx/libopenui/pull/10
2021-04-06 09:24:25 +02:00
3djc
f6eca3cf21 Cosmetics 2021-04-06 09:23:35 +02:00
Raphael Coeffic
8ff0137708 unify common layout settings 2021-04-06 09:23:35 +02:00
Raphael Coeffic
5c8448a696 getMainZone() moved to Layout 2021-04-06 09:23:35 +02:00
Bertrand Songis
df86daa867
Update to latest libopenui 2021-04-06 09:23:32 +02:00
Raphael Coeffic
ab138debe1 updated libopenui 2021-04-06 09:19:59 +02:00
Bertrand Songis
dd21df8c7f
[Checkbox] Fix when disabled 2021-04-06 08:47:09 +02:00
3djc
680a716219 Cosmetics 2021-04-06 08:45:01 +02:00
elecpower
43655faee2 Check AND switch before clearing LS 2021-04-06 06:34:11 +10:00
elecpower
066b4eb7d7 For inputs and mixes when updating refs set 'new' FMs to safer option of inactive 2021-04-06 06:00:24 +10:00
elecpower
b6ec55769c Fix upd ref type so clears refs equal to the one selected for deletion 2021-04-06 06:00:24 +10:00
elecpower
2537cc878a Keep pre-existing inactive logical switches 2021-04-06 05:52:01 +10:00
Raphael Coeffic
179b86635c unify common layout settings 2021-04-05 19:48:20 +02:00
Raphael Coeffic
da83e6b210 getMainZone() moved to Layout 2021-04-05 19:34:38 +02:00
3djc
2c608ad719 Compile fix 2021-04-05 19:13:11 +02:00
3djc
e0f65a0f05 Compile fix 2021-04-05 18:56:00 +02:00
Risto
4e926fcdab
Bluetooth.cpp array bounds fix
Eliminates accessing array out of it's bounds - below array first element in next line, where buffer[bufferIndex-13] is used. When bufferIndex would be less than 12, out of bounds memory access would occur.
2021-04-05 18:43:31 +02:00
3djc
62c74049d0 Cosmetics 2021-04-05 18:03:24 +02:00
3djc
2dbdb32575 Cosmetics 2021-04-05 18:02:38 +02:00
Ruddy
39ceda51ef
Resolve two sets of repeated warnings when built with VS2019 (#8358) 2021-04-05 18:02:24 +02:00
Bertrand Songis
60084d2c53
Merge pull request #8423 from opentx/raphaelcoeffic/modelbmp-transparent
2.4: nicer ModelBmp widget (PoC)
2021-04-05 17:55:20 +02:00
Bertrand Songis
978772b168
Merge pull request #8421 from opentx/2.3-synced-sky9x
Add synced pulses to mainstream OTX (yeah baby!)
2021-04-05 17:51:44 +02:00
3djc
9ba3914ec4 Cosmetics 2021-04-05 17:51:13 +02:00
3djc
92fb19d89c Cosmetics 2021-04-05 17:40:55 +02:00
3djc
cff8109d5a Cosmetics 2021-04-05 17:38:10 +02:00
3djc
7d44201155 Merge remote-tracking branch 'origin/2.4' into 2.4 2021-04-05 17:25:29 +02:00
3djc
5334886a3d Cosmetics 2021-04-05 17:25:00 +02:00
Bertrand Songis
b1c11f30e3
Merge pull request #8422 from opentx/raphaelcoeffic/fix-modelbmp
Fixed model image widget
2021-04-05 17:23:50 +02:00
Bertrand Songis
bd690ac366
Merge pull request #8424 from opentx/raphaelcoeffic/fix-decorations
2.4: fixed decorations
2021-04-05 17:22:49 +02:00
3djc
a14d7ea28e Flex layout 2021-04-05 16:48:48 +02:00
Raphael Coeffic
4eb4177d8c fixed decorations 2021-04-05 16:34:12 +02:00
Raphael Coeffic
ad15dfd170 PoC: nicer ModelBmp widget 2021-04-05 15:01:49 +02:00
Raphael Coeffic
b54f01e0b7 Fixed model image widget
This is basically the same as in 2.3.
2021-04-05 13:44:18 +02:00
3djc
6565cbd1df Cosmetics 2021-04-05 13:09:21 +02:00
Risto
84f769dbe7
Fix building with TRACE_SD_CARD CMake option (#8391) 2021-04-05 13:06:24 +02:00
3djc
84387e7e0f Cosmetics 2021-04-05 11:16:17 +02:00
Bertrand Songis
477a2a1bb7
Merge pull request #8357 from opentx/elecpower/cpn-inp-del-fix-8354
Companion fix delete input corruption
2021-04-05 10:57:19 +02:00
Bertrand Songis
05a7755f6c
Merge pull request #8363 from rotorman/patch-1
telemetry dir pin init missed definining OType
2021-04-05 10:54:22 +02:00
Bertrand Songis
bb91b74bf3
Merge pull request #8368 from rotorman/patch-5
Update of startup_stm32f42_43xx.s
2021-04-05 10:52:48 +02:00