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

259 commits

Author SHA1 Message Date
bsongis
26200e6080 Issue #820 fixed 2014-03-20 15:57:49 +01:00
bsongis
e3fb62b33e Issue #813 - S3 skipped when not available 2014-03-20 12:56:14 +01:00
bsongis
d2185d1e17 Protocols translations 2014-03-20 12:21:49 +01:00
bsongis
c26117971c Issue #817 fixed 2014-03-20 11:42:04 +01:00
bsongis
50d8aeeddd Missing translations 2014-03-20 11:31:07 +01:00
bsongis
bbc7302b89 Translations added. For information here is the command which allowes
these automatic changes:
../util/addtr.py TR_ENABLE_POPUP="Enable Popup"
TR_DISABLE_POPUP="Disable Popup" TR_CURVE_PRESET="Preset..."
TR_PRESET="Preset" TR_MIRROR="Mirror" TR_CLEAR="Clear" TR_RESET="Reset"
TR_COPY_TRIMS_TO_OFS="Copy Trims To Offset" TR_CRITICALALARM
2014-03-20 11:11:40 +01:00
bsongis
25a94e637d Side readded in Companion. Templates removed. 2014-03-19 10:30:51 +01:00
bsongis
1d1f4ed4fe In case it is useful, comments appreciated! 2014-03-19 09:24:25 +01:00
mhotar
13a2fdfc00 indentations and ifdef corrected 2014-03-03 23:48:49 +01:00
mhotar
61bb02ceea Thr grouping for Taranis only 2014-03-01 23:32:05 +01:00
mhotar
55ff2e6b5e Throttle label and missing string defs 2014-03-01 01:20:47 +01:00
mhotar
4506328144 Preflight check label and items 2014-03-01 00:25:18 +01:00
bsongis
da41f43ff4 Merge remote-tracking branch 'origin/next' into
bsongis/spare_values_in_telemetry_and_functions

Conflicts:
	radio/src/translations/fr.h.txt
2014-02-28 12:22:59 +01:00
bsongis
f250d381e5 Issue #764 fixed 2014-02-28 12:16:43 +01:00
bsongis
8d9039532a Search & Replace CUSTOMSW by LOGICALSW 2014-02-28 10:12:07 +01:00
Andre Bernet
572a9ed3ba Merge branch 'next' of https://github.com/opentx/opentx into bsongis/spare_values_in_telemetry_and_functions 2014-02-27 20:09:31 +01:00
Bertrand Songis
961fbf291b Problem when changing v1 value in Timer Logical Switches 2014-02-27 17:07:23 +01:00
Andre Bernet
32aa5e9bc4 Merge pull request #745 from opentx/bsongis/Issue650_precise_logical_switches_delays_durations
Issue #650 fixed - 0.1s precision in durations/delays for logical
2014-02-26 11:26:52 +01:00
Andre Bernet
32bcb8b5d6 Merge pull request #738 from opentx/bsongis/vario_improvements
Bsongis/vario improvements
2014-02-26 10:18:41 +01:00
Andre Bernet
c1f44e1748 Merge branch 'next' of https://github.com/opentx/opentx into bsongis/indication_of_active_fm_in_gv_menu 2014-02-25 20:34:53 +01:00
Andre Bernet
4d2f8d2918 Duration/delay display wasn't adapted on Taranis 2014-02-25 19:49:21 +01:00
Andre Bernet
d7483c9dc3 Merge branch 'next' of https://github.com/opentx/opentx into bsongis/Issue650_precise_logical_switches_delays_durations 2014-02-25 19:29:21 +01:00
Andre Bernet
94afb88f8b Merge branch 'next' of https://github.com/opentx/opentx into bsongis/vario_improvements
Conflicts:
	radio/src/audio_arm.cpp
2014-02-25 19:02:36 +01:00
Andre Bernet
82146f7b7d Merge branch 'next' of https://github.com/opentx/opentx into bsongis/Issue713_more_custom_functions 2014-02-25 18:17:15 +01:00
Bertrand Songis
56d167e45f Issue #650 fixed - 0.1s precision in durations/delays for logical
switches
2014-02-24 07:45:37 +01:00
Bertrand Songis
0bbb3c6b4f Translation for the string added 2014-02-23 19:57:51 +01:00
Bertrand Songis
ed6fc15a13 Screen index hidden on GVARS screen (after 2 seconds) 2014-02-23 19:09:17 +01:00
Bertrand Songis
7195ad3806 The headers in the top bar - still the page number to remove! 2014-02-23 09:54:12 +01:00
Bertrand Songis
62f921404e Indication of current flight mode in global vars - 1st part: the 2
seconds
2014-02-23 09:22:51 +01:00
Bertrand Songis
7e43a88d3f Some reserve in telemetry sources added 2014-02-22 19:24:01 +01:00
openfsguruh
da277536b7 For All:
- GV1_XXX constants are now in myeeprom.h to be close to the mixer defines
  (they need to match to the defined types, e.g. needs to have enough bits)

For Stock:
- bugfix gvars not working for weight for stock transmitter

For ARM based Transmitter:
- limits offset now to 490 (instead of 4085)
- limits for weight and offset can be easily changed in myeeprom.h, with defines
  #define GV_RANGE_WEIGHT 500
  #define GV_RANGE_OFFSET 490
  (be sure they are not bigger than something about 4000)

No code cost
2014-02-22 14:47:36 +01:00
Bertrand Songis
9ade773618 Merge remote-tracking branch 'origin/next' into
bsongis/Issue713_more_custom_functions

Conflicts:
	radio/src/.gitignore
	radio/src/opentx.cpp
2014-02-21 14:26:11 +01:00
Bertrand Songis
903dc152a5 Merge remote-tracking branch 'origin/next' into
bsongis/vario_improvements

Conflicts:
	radio/src/maths.cpp
2014-02-21 07:13:33 +01:00
Bertrand Songis
4a9e8d6a4b VC++ Warning removed 2014-02-20 12:08:09 +01:00
Bertrand Songis
fd855d8a8c VC++ Warning removed 2014-02-20 07:56:13 +01:00
Bertrand Songis
7c4214d5b9 More custom scripts (7 instead of 3) 2014-02-19 16:41:18 +01:00
Bertrand Songis
ef51b2e6e8 dTE added as a Vario source. Still not added the algorithms to take it
into account, we don't have any dTE capable sensor yet
2014-02-18 11:55:04 +01:00
Bertrand Songis
2794bb8070 Wrap around in Logical Switches sources 2014-02-10 22:06:19 +01:00
Bertrand Songis
9337fa861f EEPROM v216 conversions fixes 2014-02-10 17:52:53 +01:00
Bertrand Songis
c205336fa6 mAh was store two times on Tx shutdown 2014-02-10 16:17:47 +01:00
Andre Bernet
2a83cffc53 Merge branch 'next' of https://github.com/opentx/opentx into kilrah/Switch_and_pot_warnings
Conflicts:
	companion/src/eeprominterface.h
	companion/src/firmwares/opentx/opentxeeprom.cpp
	radio/src/opentx.cpp
	radio/src/translations/es.h.txt
	radio/src/translations/fr.h.txt
2014-02-10 14:47:32 +01:00
Bertrand Songis
12997bd169 Bug on ID2 fixed 2014-02-10 10:22:12 +01:00
Bertrand Songis
9052f8824e Issue #594 - Two timers can be set ... 2014-02-08 16:58:12 +01:00
Bertrand Songis
a9ed6485fd Issue #594 (Set Timer Function) - Still missing UI in Companion 2014-02-08 13:44:42 +01:00
Bertrand Songis
08a37b77e7 Renaming started ... who wants to continue? 2014-02-08 08:38:06 +01:00
Andre Bernet
17823786e4 Merge branch 'bsongis/Issue592_sticky_switches' into next
Conflicts:
	radio/src/gui/menu_model.cpp
2014-02-07 23:39:28 +01:00
Bertrand Songis
4c5ac47507 Problem with AdjustGVAR modes on ARM boards (mode has > 2bits, allowing
more modes if needed later)
2014-02-07 22:58:12 +01:00
Bertrand Songis
f686934430 Delay not applicable on Stay logical switches 2014-02-07 22:17:32 +01:00
Bertrand Songis
2e35e095c6 AUTOSWITCH enabled with Stay function 2014-02-07 22:10:06 +01:00
Bertrand Songis
9894fda194 Issue #592 - Stay logical switches function added. Range also prepared
to avoid another EEPROM change in a future release.
2014-02-07 17:50:29 +01:00