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

15156 commits

Author SHA1 Message Date
Raphael Coeffic
c61e85d212 free image buffer after dump 2021-04-14 10:04:27 +02:00
Raphael Coeffic
ddaeff7f65 Use stb_image_write.h instead of Qt hocus-pocus 2021-04-14 10:04:27 +02:00
Raphael Coeffic
3ad1c10fa5 Fixed solid rect clipping test 2021-04-14 10:04:12 +02:00
Raphael Coeffic
d2e960b117 Updated tests according to new clipping in libopenui 2021-04-14 10:04:12 +02:00
Raphael Coeffic
95507e43a6 added missing opentx.png 2021-04-14 10:04:12 +02:00
Raphael Coeffic
b4857ade93 added missing fonts.h 2021-04-14 10:04:12 +02:00
Raphael Coeffic
537d26351a Added bitmap tests 2021-04-14 10:04:12 +02:00
Raphael Coeffic
e20203b0dc Fixed test pictures 2021-04-14 10:04:12 +02:00
Raphael Coeffic
badb840bea Add a clipping test 2021-04-14 10:04:12 +02:00
Raphael Coeffic
a217b37109 updated font test picture 2021-04-14 10:04:12 +02:00
Raphael Coeffic
d2bc155e78 Re-enabled lcd tests (480x272) 2021-04-14 10:04:12 +02:00
Raphael Coeffic
421f35f4ab Use the address sanitizer for gtests 2021-04-14 10:04:12 +02:00
Bertrand Songis
aca8e6d68e
Merge pull request #8444 from raphaelcoeffic/2.4
Add basic support for Github Actions
2021-04-14 08:58:48 +02:00
Raphael Coeffic
82196d4504 Use matrix strategy 2021-04-14 04:32:12 +02:00
Raphael Coeffic
db45f2c618 Added COMPANION flavor 2021-04-13 00:25:40 +02:00
Raphael Coeffic
3792cb0f1b Fixed typo 2021-04-12 23:23:01 +02:00
Raphael Coeffic
0e4e07e6ed Added submodules checkout 2021-04-12 23:23:01 +02:00
Raphael Coeffic
260ce1f55b Add X7 build step
I should probably use the matrix strategy instead, but well.
2021-04-12 23:23:01 +02:00
Raphael Coeffic
6cc0c46071 Try runners on COLORLCD 2021-04-12 23:23:01 +02:00
Raphael Coeffic
e1209202ce Revert "Try runners on COLORLCD"
This reverts commit aff05adb44.
2021-04-12 16:02:20 +02:00
Bertrand Songis
4a1c34fe87
Merge pull request #8443 from opentx/raphaelcoeffic/bootloader-deps
2.4 try fixing bootloader deps
2021-04-12 16:00:00 +02:00
Raphael Coeffic
aff05adb44 Try runners on COLORLCD 2021-04-12 15:58:45 +02:00
Raphael Coeffic
de708036a7 try to fix bootloader deps 2021-04-12 12:47:25 +02:00
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