Damjan Adamic
fc01f77d49
Re #4384 : Lua doc updated: added max image size to lcd.drawPixmap()
2017-02-03 20:22:55 +01:00
3djc
3dba82622e
Fix fields name (mixer,GC,..) ( #4383 )
2017-02-03 13:58:29 +01:00
Kelly Byrd
a0aa883743
Fixed #4375 , fix pasting multiple items in Companion. ( #4381 )
2017-02-03 10:26:31 +01:00
Damjan Adamic
2b83160284
Fix needed to get f98f63fa5
working (PR was based on some older code)
2017-02-03 10:18:49 +01:00
Kelly Byrd
f98f63fa55
Issue #4224 : Implement "duplicate model" in Companion ( #4367 )
2017-02-03 10:10:51 +01:00
3djc
fb44581496
Merge pull request #4376 from opentx/3djc/comp-french-uncomplete
...
3djc/comp french uncomplete
2017-02-02 22:17:47 -08:00
LapinFou
e911922430
Updated French translation.
2017-02-02 15:49:45 +01:00
Andre Bernet
00074c508f
Module compartment trainer input currently unavailable on Horus
2017-02-02 15:28:53 +01:00
3djc
0c550588bb
Make lcd.drawScreenTitle and lcd.drawCombobox compatible with X7 ( #4374 )
2017-02-02 10:33:42 +01:00
Andre Bernet
8775550147
[128] Navigation fix
2017-02-02 09:42:35 +01:00
Andre Bernet
c8d0154a9e
VC++ compilation
2017-02-02 09:12:59 +01:00
Kelly Byrd
bdd62104c1
Issue #4224 : Paste into and across categories in Companion ( #4371 )
...
* Issue #4224 . Allow pasting models into and across categories.
* Issue #4224 : Add "Paste" to category conext menu.
2017-02-02 09:05:26 +01:00
3djc
e7d7f9df95
Fix some events not sent to LUA telemetry scripts scripts.
...
Thix fixes #4366
2017-02-02 08:02:18 +01:00
Andre Bernet
d2415b35db
Change physical ID for remote SPORT lua scripts to 0x17 to avoid conflict with existing sensor. Also matches info from back in 2013 and FrSky's own implmentation of a ground setup device (smart dashboard).
...
Should actually be an OpenTX setting, possibly even hardcoded instead of scripts being able to choose it.
2017-02-01 22:44:41 +01:00
Andre Bernet
4554f19a4a
Screenshot SF currently unsupported on Horus
2017-02-01 21:10:31 +01:00
Arne Schwabe
5790b36589
Check X7 epprom sizes ( #4364 )
...
Since X7 is released now, we should not modify its data struct sizes anymore
X7 is too different from Taranis/sky9x to merge it into one of the other blocks
2017-02-01 16:36:13 +01:00
3djc
ba21aec79f
Update doc for functions not available on X7 ( #4363 )
2017-02-01 15:44:23 +01:00
Max Paperno
9c6a543434
[Simulator] Make sure a default Data File is always suggested in startup dialog; Fix silent exit upon startup if no file/data was provided.
2017-02-01 04:04:51 -05:00
Damjan Adamic
fe76ecfe02
Re #4353 : Header background color is now 70% of base color.
2017-02-01 09:56:43 +01:00
3djc
883154dad6
Make dot smaller ( #4361 )
2017-02-01 09:04:37 +01:00
Arne Schwabe
8ba5af7049
Use C++11 clock implementation instead implementation platform specific code ourselves ( #4358 )
...
* Use C++11 standard chrono API instead of platform specific code (fixes Mac OS X < 10.12)
* Divide by /2 to get 2ms steps
2017-02-01 07:37:29 +01:00
Kelly Byrd
c6026e8a0f
Re #4224 Add "rename" item to Category context menu in companion. ( #4360 )
...
- Adds "rename" to the context menu for categories, it uses the
same code path as the default dblClick handler for the base class.
- Added a separator so the context menu looks more like the one
for models
- Some whitespace changes in mdichild.h, my editor truncates
whitespace on blank lines.
2017-02-01 07:35:46 +01:00
3djc
58971dffea
Move antenna switch to module switches ( #4355 )
...
* Move antenna switches to module switches and fix display when moduel is OFF
* One line is missing and the whole field feels empty...
2017-01-31 14:50:18 +01:00
Arne Schwabe
7fb9aad61f
[MULTI] Fix Frksy EU pulses actually send the right type
2017-01-31 07:48:58 +01:00
Damjan Adamic
baa5929671
Fixes #4350 : Horus 2pos switches need different switch conditions, fixes SF and SH switches in simulator ( #4351 )
2017-01-31 07:41:59 +01:00
Arne Schwabe
59d9ec131b
Schwabe/multi protocol update ( #4352 )
...
* Add multi frisky eu protocols
* Also implement MULTI_STATUS, the alternative to MULTI_TELEMETRY used by er9x/ersky9x
2017-01-31 07:41:08 +01:00
Max Paperno
cab26a6a0f
[Simulator] Make 2-way switches return -1 || 1 instead of 0 || 1. Fixes https://github.com/opentx/opentx/issues/4343 .
2017-01-30 20:19:04 -05:00
Damjan Adamic
dcbfa92b03
Lua docs update: playNumber units updated
2017-01-30 21:53:06 +01:00
Damjan Adamic
a45aafff33
Fixes: Mixers were not calculated in simulator. CoGetOSTime() needed … ( #4342 )
...
* Fixes: Mixers were not calculated in simulator. CoGetOSTime() needed implementation.
* Cleanup
2017-01-30 15:33:22 +01:00
Damjan Adamic
bbe82db087
Cosmetics
2017-01-30 14:52:37 +01:00
Andre Bernet
5077b10274
Only convert storage if boards are actually different
2017-01-30 11:03:42 +01:00
Andre Bernet
00adc318ce
The "Downloads" dialog (previously firmware preferences) doesn't actually change anything anymore, so shouldn't update anything and thus run a storage conversion
2017-01-30 10:54:26 +01:00
Andre Bernet
b05d57fcce
One more qt plugin needed on Win for jpg Horus model images
2017-01-30 10:02:35 +01:00
Bertrand Songis
11c20a5c2c
[Build] Filelock added to avoid to compile the same firmware many tim… ( #4333 )
...
* [Build] Filelock added to avoid to compile the same firmware many times simultaneously
2017-01-30 09:16:18 +01:00
Bertrand Songis
cc8de81128
[Build process] Rather move the binary than copy it to avoid race conditions
2017-01-29 13:42:46 +01:00
Bertrand Songis
3e00d016b2
[Horus] Better fix for #4222 - at least I hope so
2017-01-29 10:23:26 +01:00
Damjan Adamic
8eadee0719
Projectkk2glider/misc fixes ( #4331 )
...
* Re #4326 : default backlight mode keys+sticks
* Re #4329 : when saving radio/model data work on a copy of it, because Export() can change values. Fixes switch warnings change for Horus
2017-01-29 10:02:38 +01:00
Damjan Adamic
d5e3fabf03
Read/write backup fixes: ( #4327 )
...
* Read/write backup fixes:
* radio not found was show behind all windows (missing parent)
* bad behavior on write when radio not found
* Disable model backup read/write for Horus (needs implementation)
2017-01-29 09:59:58 +01:00
3djc
8e73d25f1c
Add more logs to firmware build
2017-01-29 09:41:08 +01:00
Max Paperno
06a024e3e9
[Simulator] Replace default structure version value.
2017-01-28 20:36:46 -05:00
Max Paperno
122104daf5
[build] Fix MSVC build with WIN_USE_CONSOLE; silence new CMake warning for now (from fbb6c13
).
2017-01-28 19:29:27 -05:00
Max Paperno
fae095ea18
[Simulator] Fix startup when using a new file for radio data (file is now properly created, errors from Storage are ignored); Do not start simulator at all in case of data errors; Fix startup option dialog when finding radio type from profile for first time; Fix RadioOptions struct version control; Cleanup unused WinConsole code; Fix a warning and a missing const reference; Move ~SimulatedUIWidget() to public.
2017-01-28 19:15:46 -05:00
Andre Bernet
32dc0dd2a0
[companion] Missing default for backlight off on Horus ( fix #4326 )
2017-01-28 21:07:52 +01:00
3djc
673d54cfee
Rework X7 flight mode screen ( #4319 )
...
* Working ONE, need to check ALL for pertinence of drawShortTrimMode
* Show more data on screen ALL for X7
* Make trim display for FM0 X7 only
* Cosmetics
2017-01-28 19:59:11 +01:00
Kelly Byrd
7cff468239
Fix for #4222 : On Horus GUI, can't edit X values for < 3-point curves. ( #4325 )
...
After looking at the Taranis GUI code, I decided to emulate what that
does, which is just skip over the X coord line in the menu if when
curve type is custom and points is <= 2.
2017-01-28 19:56:54 +01:00
Bertrand Songis
dfbdcdba85
[X7] Hardware menu navigation fix (last line) + some TODO removed
2017-01-28 19:52:34 +01:00
Bertrand Songis
c36d4d0be5
[X9E] Compilation fix on recent gcc
2017-01-28 19:48:42 +01:00
Andre Bernet
cb35a59fc9
[Horus] Backlight driver wouldn't turn backlight on before 15% for prod hardware - no reason for it to be different from beta ( #4326 )
2017-01-28 19:37:39 +01:00
3djc
5cae3148ea
Put back X7 in line with other radios ( #4323 )
...
Enabled LUA and GVARS for X7 in tools/build-companion.sh
2017-01-28 18:48:34 +01:00
Arne Schwabe
fbb6c1308c
Fix current simulator lib not included in dmg ( #4296 )
2017-01-28 18:00:22 +01:00