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

3336 commits

Author SHA1 Message Date
Bertrand Songis
d8c6e69b09 Merge pull request #749 from opentx/driver33/PL_TR
PL translation fixes
2014-02-25 07:16:59 +01:00
Kjell Kernen
2e14e5d9c8 Swedish Companion translation 2014-02-24 22:50:03 +01:00
Jacek Drewniak
06115fdaed PL translation fixes 2014-02-24 21:44:11 +01:00
Bertrand Songis
9992c1f79c Update DONATIONS.txt 2014-02-24 20:58:59 +01:00
Bertrand Songis
0f3e6581bd Update DONATIONS.txt 2014-02-24 18:20:29 +01:00
Kjell Kernen
ca4c7b4dc1 Corrected index error in general edit 2014-02-24 16:36:45 +01:00
Kjell Kernen
ca3127fdc1 Merge pull request #746 from opentx/dvogonen/clean_up_splash_library
Splash library updated
2014-02-24 15:40:46 +01:00
Kjell Kernen
91f8157f03 Renaming files to change order 2014-02-24 14:41:05 +01:00
Kjell Kernen
575ea504aa Updated QT resource file with new image names 2014-02-24 14:28:19 +01:00
Kjell Kernen
dc37677cc6 Removing ER9x and Open9x specific imagery 2014-02-24 12:22:46 +01:00
Bertrand Songis
c98e718e16 Merge pull request #743 from opentx/dvogonen/simplify_burn_dialog
Dvogonen/simplify burn dialog
2014-02-24 00:07:47 +01:00
Kjell Kernen
c289689105 All splash imgage display dialogs now use common code.
The splash image library displayed all images in 128x64 mono format.
Changed this to display either in 128x64 mono or 212x64 gray scale depending on profile information.
2014-02-23 22:24:43 +01:00
openfsguruh
d4db0f1f95 typo in comment, no real change 2014-02-23 20:34:16 +01:00
Kjell Kernen
08812f2546 Merge branch 'origin/next' 2014-02-23 18:55:20 +01:00
Kjell Kernen
6607dbd1b4 Both the latest downloaded firmware variant and file name are now consistently stored in the profile. This means that switching profile switches both at the same time. Previously the file name was global and the firmware variant was stored per profile. This made use of profiles confusing. 2014-02-23 18:40:56 +01:00
Kjell Kernen
d8f7bde324 Fixed assert error 2014-02-23 16:10:19 +01:00
Jacek Drewniak
f3680fdc6a Merge pull request #740 from opentx/driver33/PL_TR
Pl Transaltion fix
2014-02-23 15:51:41 +01:00
Jacek Drewniak
6f4cda74bc Pl Transaltion fix 2014-02-23 15:50:24 +01:00
Kjell Kernen
eafc5b8359 Fixed two assertion bugs I caused yesterday 2014-02-23 11:44:27 +01:00
Kjell Kernen
6ea9b2c26a The two image labels and complicatd logics replaced by a simpler 4-way image selection and a single image label that simply shows whatever image that will be used as radio splash screen. 2014-02-23 01:28:49 +01:00
Bertrand Songis
eaefefa4f0 Merge pull request #739 from opentx/mhotar/bold_font_bitmap_fix
Bold MNY characters reworked
2014-02-22 22:00:20 +01:00
mhotar
5b3449c55a Bold MNY characters reworked 2014-02-22 20:20:27 +01:00
Bertrand Songis
d7a67fc7a1 Update myeeprom.h 2014-02-22 20:12:59 +01:00
Bertrand Songis
c7eccdec0f Merge pull request #735 from opentx/andreas/WeightAndGVARS_BugFix
Bugfix for GVARS in weight for stock and ranges for ARM based transmitter
2014-02-22 20:12:13 +01:00
Kjell Kernen
059234a6e0 Fixed image load bug in burn dialog.
Needs to be tested on Linux and Mac.
2014-02-22 18:25:10 +01:00
Kjell Kernen
bebb067ee3 Merge pull request #736 from opentx/dvogonen/fix_companion_gui_bugs
Fixed a few minor issues. It seems larger since I had to reformat an entire source file. One of my editors had mangled it and inserted tabs everywhere. Hate that.
2014-02-22 15:30:03 +01:00
Kjell Kernen
a4a6d3b0ce Merge branch 'origin/next' 2014-02-22 14:59:27 +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
7cf94ec204 Should fix Issue #732. Not reproduced, not tested 2014-02-22 13:15:10 +01:00
Bertrand Songis
5337158911 Core in Custom Functions Panel 2014-02-22 12:32:21 +01:00
Jacek Drewniak
aab70cde9d Merge pull request #734 from opentx/driver33/PL_trans
comapnion translation fixes
2014-02-22 11:08:40 +01:00
Jacek Drewniak
fdb0e00685 comapnion translation fixes 2014-02-22 11:06:47 +01:00
Jacek Drewniak
2f1056b05a Merge branch 'next' of https://github.com/opentx/opentx into next 2014-02-22 10:47:17 +01:00
Bertrand Songis
3333d68fd8 Inputs alignement fixed in Companion 2014-02-22 10:37:08 +01:00
Bertrand Songis
7ebd371ab6 Issue #731 fixed (companion Inputs import bug) 2014-02-22 10:37:07 +01:00
Jacek Drewniak
0f373353c7 Companion PL translation fixes 2014-02-22 10:20:01 +01:00
Andre Bernet
903cb8bd83 Throttle warning fixed
Top bar time colon now blinks "correctly", some people seemed to be confused by it...
2014-02-22 08:47:22 +01:00
Kjell Kernen
ccfa25d58e Souce buttons checked in edit splash dialog.
Corrected faulty theme icon.
2014-02-22 00:41:27 +01:00
Andre Bernet
47259fb40a Fix throttle warning
No need to write a space for blinking colon as all positions are hardcoded
2014-02-21 23:35:55 +01:00
Bertrand Songis
1a61ff64bd Issue #731 - Flight modes switches conversion 2014-02-21 22:59:53 +01:00
Andre Bernet
3f14d6a066 Top bar time colon now blinks "correctly", some people seemed to be confused by it... 2014-02-21 22:55:04 +01:00
Bertrand Songis
0602a550d7 Issue #731 - Calibration conversion 2014-02-21 22:22:05 +01:00
Kjell Kernen
e9ce69c6a4 Fixed setting conversion and initialization problems 2014-02-21 20:49:00 +01:00
Kjell Kernen
ea57e3e40a Corrected a number of smaller issuses in the GUI.
A new profile now keeps the values from the current profile.
Removed the special handling of the Name field in profiles.
2014-02-21 17:29:02 +01:00
Bertrand Songis
9639d60acf Merge pull request #687 from opentx/andreas/Issue020_ThrWarnPotsAndTransmitterFix_Merged
merged changes from Issue020_ThrottleWarning
2014-02-21 14:15:37 +01:00
Bertrand Songis
40579a0d75 Makefile cosmetics 2014-02-21 11:15:19 +01:00
Bertrand Songis
6312222eec Flash saving, I hope I am not wrong I removed the STARTUP_WARNING_INIT
state
2014-02-21 11:08:17 +01:00
Bertrand Songis
f857d5454e Cosmetics 2014-02-21 10:15:12 +01:00
Kjell Kernen
0e09e1e270 Merge pull request #728 from opentx/dvogonen/making_settings_type_safe
Merging this one myself since both Bertrand and I have been throug it over and over. Better merge it fast before something else changes and forces new changes.
2014-02-21 10:14:09 +01:00
Bertrand Songis
1ca2e091a7 Update menus.cpp 2014-02-21 08:18:29 +01:00