1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00
Commit graph

15133 commits

Author SHA1 Message Date
Bertrand Songis
1d24fe93cc
Cosmetics 2021-04-11 16:21:11 +02:00
Raphael Coeffic
0571b49763 missing include in gtests.h 2021-04-10 09:22:02 +02:00
Raphael Coeffic
5ae0bb7299 fixed typo 2021-04-10 08:30:35 +02:00
Raphael Coeffic
16bd43f152 Missing model_init.h 2021-04-09 17:20:50 +02:00
3djc
54576dcd48 Match SYS screen order 2021-04-09 17:05:32 +02:00
Bertrand Songis
dedb6490eb
Merge pull request #8437 from opentx/raphaelcoeffic/fix-startup
2.4: empty SD card startup fixes and clean-up
2021-04-09 16:49:56 +02:00
Raphael Coeffic
2f5dd1d4e3 modelDefault() becomes setModelDefaults() 2021-04-09 15:10:11 +02:00
Raphael Coeffic
188a9bcb77 layoutName is now layoutId 2021-04-09 14:56:50 +02:00
3djc
e0f02624d5 Fix sensor display icon 2021-04-09 14:49:52 +02:00
Raphael Coeffic
2124158686 Cosmetics 2021-04-09 14:24:41 +02:00
Raphael Coeffic
ce0734c148 moved modelDefaults() and pal to model_init.cpp 2021-04-09 14:06:30 +02:00
Raphael Coeffic
569b449861 fix vendor specific model defaults 2021-04-09 13:56:00 +02:00
Raphael Coeffic
9579e5d833 allow creating an new model in an empty category 2021-04-09 13:14:18 +02:00
Raphael Coeffic
e87405e732 empty / corrupted SD card start-up simplifications 2021-04-09 13:13:48 +02:00
Raphael Coeffic
aa39255f64 do not create an empty model cell with no model inside the category (displays garbage) 2021-04-09 13:12:44 +02:00
Raphael Coeffic
7931937f06 check if path is existing before saving model 2021-04-09 13:11:56 +02:00
3djc
9fa07f6d36 Fix sensor display in dropdowns 2021-04-09 11:58:20 +02:00
Raphael Coeffic
d7e2e57cdb move eeprom related code into eeprom_common 2021-04-09 08:21:24 +02:00
Raphael Coeffic
3464d0d109 clearInputs() has been moved out of defaultInputs()
But we should keep a consistent behaviour in the LUA API.
2021-04-09 08:09:50 +02:00
Raphael Coeffic
5cf561ae16 try to get some structure into modelDefault() 2021-04-09 08:08:43 +02:00
Raphael Coeffic
f39a4eed95 create mutexes before starting tasks 2021-04-08 19:51:22 +02:00
Raphael Coeffic
af09424f48 layouts are searched by ID rather than by name 2021-04-08 18:51:50 +02:00
Raphael Coeffic
c39a06eac0 place defaults after wiping storage 2021-04-08 18:51:26 +02:00
Raphael Coeffic
2b6e5ef5d8 re-added calibration at start 2021-04-08 15:42:24 +02:00
Raphael Coeffic
b3d4439f63 fix calibration page 2021-04-08 15:41:05 +02:00
Raphael Coeffic
ae7824eff8 ViewMain must be created first 2021-04-08 15:40:23 +02:00
3djc
efa8f5520b Merge fixes 2021-04-08 14:20:25 +02:00
3djc
70d24506da Merge branch '2.3' into 2.4
# Conflicts:
#	radio/src/fonts/480x272/font_dblsize.png
#	radio/src/fonts/480x272/font_xxlsize.png
#	radio/src/gui/128x64/model_setup.cpp
#	radio/src/gui/128x64/radio_setup.cpp
#	radio/src/gui/480x272/model_receiver_options.cpp
#	radio/src/gui/480x272/model_setup.cpp
#	radio/src/gui/480x272/radio_calibration.cpp
#	radio/src/gui/480x272/radio_hardware.cpp
#	radio/src/gui/common/stdlcd/draw_functions.cpp
#	radio/src/gui/gui_common.cpp
#	radio/src/keys.h
#	radio/src/lua/interface.cpp
#	radio/src/pulses/afhds3.h
#	radio/src/rtos.h
#	radio/src/switches.cpp
#	radio/src/targets/common/arm/stm32/aux_serial_driver.cpp
#	radio/src/targets/horus/CMakeLists.txt
#	radio/src/targets/horus/lcd_driver.cpp
#	radio/src/targets/horus/startup_stm32f42_43xxx.s
#	radio/src/targets/taranis/CMakeLists.txt
#	radio/src/telemetry/crossfire.h
#	radio/src/telemetry/multi.cpp
#	radio/src/translations.cpp
#	radio/src/translations/it.h.txt
#	radio/src/translations/untranslated.h
#	radio/util/font2png.py
#	tools/commit-tests.sh
2021-04-08 11:42:28 +02:00
Raphael Coeffic
e2a1abe625 proper Key init 2021-04-08 00:31:08 +02:00
Raphael Coeffic
15fbc2272f update to latest libopenui 2021-04-08 00:30:03 +02:00
Raphael Coeffic
ed67504a3c fixes FullScreenDialog
fixes focus lost after warning screens.
2021-04-08 00:22:15 +02:00
Bertrand Songis
63c5c9f442
Merge pull request #8426 from rotorman/patch-5
Bluetooth.cpp buffer array bounds fix
2021-04-07 08:53:39 +02:00
Bertrand Songis
38e86ae9a3
Merge pull request #8432 from opentx/raphaelcoeffic/getmainzone
2.4: some layout improvements
2021-04-07 08:52:37 +02:00
Raphael Coeffic
28026f1a78 further unified layout options 2021-04-07 08:20:30 +02:00
3djc
463216ebca Cosmetics 2021-04-06 18:20:26 +02:00
3djc
979a498093 Add ScreenUserPage (content tbd) 2021-04-06 17:00:26 +02:00
Bertrand Songis
1f593c4f9e
Update CREDITS.txt 2021-04-06 16:15:57 +02:00
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