Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SF/LS custom names + new "SAFE" LS #2085

Open
wants to merge 127 commits into
base: main
Choose a base branch
from

Commits on Jul 6, 2022

  1. special functions gui

    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    0c0acb8 View commit details
    Browse the repository at this point in the history
  2. Update yaml_datastructs_funcs.cpp

    increase data size
    
    (cherry picked from commit 98276f4d3f1aab8ad4f699349ec7659df5f5225a)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    4edc814 View commit details
    Browse the repository at this point in the history
  3. Update special_functions.cpp

    paint special function custom name
    
    (cherry picked from commit 59fc7c1938cd9cea8618d7b80af9c70a96cf0921)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    6666406 View commit details
    Browse the repository at this point in the history
  4. Update special_functions.cpp

    removed code comment
    
    (cherry picked from commit 391ad2f44d538c594e278e6be4bfc49714a5ff40)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    219a16b View commit details
    Browse the repository at this point in the history
  5. Update en.h

    in special functions edit screen, variable data for English translation
    
    (cherry picked from commit 82490e34094ea0ed740e58bcffe95ad66d084ca7)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    8e29612 View commit details
    Browse the repository at this point in the history
  6. Update translations.cpp

    variable for model special function custom name
    
    (cherry picked from commit a8c494285d774c0d2268dd96ed615a957e3767c9)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    c82b319 View commit details
    Browse the repository at this point in the history
  7. Update special_functions.cpp

    fixed string changed to translation
    
    (cherry picked from commit 52366eed73004b1dea153dff35bd45a0f993a35e)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2297c59 View commit details
    Browse the repository at this point in the history
  8. Update special_functions.cpp

    changed variable from string to translation
    
    (cherry picked from commit 65df17bf1f03ab53fef98f1309b743234babd517)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    281c8f8 View commit details
    Browse the repository at this point in the history
  9. radio\src\translations\en.h

    moved translations to txt file as requested by @eshifri
    
    (cherry picked from commit d10f5d634f10ca8eecf79f1ceef6c9b43554cee4)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    c49ef97 View commit details
    Browse the repository at this point in the history
  10. Update en.h

    re enabled definition inorder to compile simu
    
    (cherry picked from commit 2ca101cef51a132fd4d5c662792b2b508e99263d)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3252edc View commit details
    Browse the repository at this point in the history
  11. radio\src\gui\colorlcd\special_functions.cpp

    changed variable from  translation to dynamic string
    
    (cherry picked from commit 1d4a0f42b4e642389948a7e5b582545b450c78a9)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    d9e0dc6 View commit details
    Browse the repository at this point in the history
  12. new logic switch family

    (cherry picked from commit 514a60e)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f9627d0 View commit details
    Browse the repository at this point in the history
  13. new logical switch function in dropdown

    (cherry picked from commit 5b165c0)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    dd0504c View commit details
    Browse the repository at this point in the history
  14. English translations

    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    5033fde View commit details
    Browse the repository at this point in the history
  15. new logic switch type Safe graphical display

    (cherry picked from commit c3f1a32)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    41548d8 View commit details
    Browse the repository at this point in the history
  16. evaluation logic for LogicSwitchFunctionSafe: disassociates the AndSw…

    …itch from affecting the new Logic Switch Type
    
    (cherry picked from commit 62a3fd1)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    9d201a2 View commit details
    Browse the repository at this point in the history
  17. removed AndSw for Logic Switch mode Safe

    (cherry picked from commit 0d95f2f)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    92018c9 View commit details
    Browse the repository at this point in the history
  18. update gui for new logic switch type

    (cherry picked from commit 6fd47d7)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    5d060c2 View commit details
    Browse the repository at this point in the history
  19. translations non English Texts

    (cherry picked from commit 8ee9c82)
    shane-droid authored and pfeerick committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2682362 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    b4789a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from shane-droid/main-LogicSwitch2

    Main logic switch2
    shane-droid authored Sep 24, 2022
    Configuration menu
    Copy the full SHA
    1b606c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. chore: Set codename

    pfeerick committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    ddaaca3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    474790b View commit details
    Browse the repository at this point in the history
  2. feat(color): More tuning of rotary encoder acc, enable for color pick…

    …er (EdgeTX#2366)
    
    * Smoother encoder acceleration
    
    * Enable encoder accel on color picker
    raphaelcoeffic authored and pfeerick committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8f8dd9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b02532 View commit details
    Browse the repository at this point in the history
  4. fix(color): Unify button colors (EdgeTX#2367)

    * Button: change bg color to COLOR_THEME_PRIMARY2
    
    And text color to COLOR_THEME_SECONDARY1
    
    Fixes EdgeTX#2304
    
    * fix: TextButton constuctor calls
    
    Setting the font in the constructor never worked, but did set the text color to black.
    
    * chore: Bump libopenui
    raphaelcoeffic authored and pfeerick committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    1095de2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27c9800 View commit details
    Browse the repository at this point in the history
  6. feat: Updated German translations 🇩🇪 (EdgeTX#2360)

    * Update de.h
    
    * Update de.h
    
    * Update de.h
    
    * Update de.h
    
    * Update de.h
    ParkerEde authored and pfeerick committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    ceac581 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    021b603 View commit details
    Browse the repository at this point in the history
  8. feat: Support for 8s Cell Sensor such as FrSky FLVS ADV (EdgeTX#2302)

    * first commit for FrSky 8s Lipo Sensor
    
    FLVS Advanced transfers up to 8 cell voltages for Cels sensor
    
    * correcting mistake made transferring local change to PR
    
    * complementary extension of Companion telemetry simulator to enable simulation of  8 cells
    
    * change to allow selection of cells 7 and 8 in calculated sensor with formula Cell
    
    * (cpn) Add bin and yml conversions and basic semantic version helper
    
    Co-authored-by: elecpower <neilh713@tpg.com.au>
    2 people authored and pfeerick committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    58abf77 View commit details
    Browse the repository at this point in the history
  9. feat(lua): Add getSourceValue (EdgeTX#2316)

    * Moved getFieldInfo and getValue up right after related functions
    
    * Modified getValue to return a valid status, so Lua can see if it got zero because of invalid source id
    
    * Added new getSourceValue Lua function per Issue EdgeTX#781
    Also added alias getSourceInfo for getFieldInfo
    
    * Updated according to comment EdgeTX#2175 (comment)
    
    * Replaced isFresh() by !isOld() as requested in EdgeTX#2316 (comment)
    
    * Clean up `lua_pushtablenil` - tables cannot hold nil values
    
    * Changed isFresh() to !isOld() ... AGAIN
    
    * Return both `!isOld()` and `isFresh()`
    
    * Return nil for all values if the item does not exist
    
    * Return 0 instead of pushing three nil values
    
    * Update documentation
    jfrickmann authored and pfeerick committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f218d00 View commit details
    Browse the repository at this point in the history
  10. fix(cpn): Start up interface error 301 (EdgeTX#2378)

    Neil Horne authored and pfeerick committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    4b5c707 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e9ba3fa View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. update x10 datastruct

    shane-droid committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    15cb0ff View commit details
    Browse the repository at this point in the history
  2. print logic switch safe

    shane-droid committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    bd5874a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7628fbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e145753 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae076ee View commit details
    Browse the repository at this point in the history
  6. fix: volume controlled by I2C on taranis targets

    This is essentially X9D(+) (NOT 2019) and X9E.
    raphaelcoeffic authored and pfeerick committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    d397436 View commit details
    Browse the repository at this point in the history
  7. fix(color): Deleting empty label caused EM/Hang (EdgeTX#2392)

    * If deleting a label, don't check size
    
    * If rename to blank, do nothing
    dlktdr authored and pfeerick committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    690efe4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e17445 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6fe199e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4fb843d View commit details
    Browse the repository at this point in the history
  11. feat: More Swedish translations 🇸🇪 (EdgeTX#2382)

    * Minor changes
    
    * Translations for new items (primarily related to update)
    
    * One typo corrected
    ulfhedlund authored and pfeerick committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    235336e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    074fa23 View commit details
    Browse the repository at this point in the history
  13. chore: Typo in bug template

    pfeerick committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    04d6a33 View commit details
    Browse the repository at this point in the history
  14. fix(color): Trainer stick labels not updating (EdgeTX#2401)

    Stick labels for trainer mode should match default channel order setting
    pfeerick committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    0b89066 View commit details
    Browse the repository at this point in the history
  15. feat: More German translations 🇩🇪 (EdgeTX#2380)

    * few more german translations
    
    * Update de.h
    
    * Update de.h
    
    * Update de.h
    
    Update "RTC Spann. prüfen"
    
    * Update de.h
    
    "Binden" Button at ISRM
    
    * Update de.h
    
    TR_ANALOGS_BTN and TR_KEYS_BTN translated
    ParkerEde authored and pfeerick committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    9b917f3 View commit details
    Browse the repository at this point in the history
  16. fix(cpn): Model print pot warnings (EdgeTX#2421)

    Neil Horne authored and pfeerick committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    d033b1e View commit details
    Browse the repository at this point in the history
  17. fix(color): Restore "go to channel monitor" Button (EdgeTX#2390)

    * Restore go to channel monitor go_to_monitor_Button
    
    * Remove unnecessary parameter.
    eshifri authored and pfeerick committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    742628a View commit details
    Browse the repository at this point in the history
  18. fix(color): Add extra line in telemetry screen for vertical LCD (Edge…

    …TX#2422)
    
    TODO: Is a temporary fix only until telemetry screen is reworked
    eshifri authored and pfeerick committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    d7a5411 View commit details
    Browse the repository at this point in the history
  19. fix(cpn): Model print remove B&W EEPROM size (EdgeTX#2426)

    Neil Horne authored and pfeerick committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    baeb2cf View commit details
    Browse the repository at this point in the history
  20. fix(color): Move mdls not in models.yml to /Models/Unused (EdgeTX#2397

    )
    
    * Move models.yml that don't exist into /Models/Unused
    
    * Add sdMove, Translations, move both models.yml
    
    * Comments, break loop, rmv extra bool.
    
    * Show Press_Any_Key on dialog
    
    * Translations
    
    * Always create /Models/UNUSED if models.yml exists.
    
    * Close directories
    dlktdr authored and pfeerick committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    d466bb1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b7f46e4 View commit details
    Browse the repository at this point in the history
  22. fix(lua): drawTextLines line height now same as older ETX versions (E…

    …dgeTX#2428)
    
    * fix(gui): line height in EdgeTX<2.8 was smaller at the same font size as with Edgetx >=2.8
    to allow lua scripts to be optimized for odler and newer versions, drawTextLines now draws the text vertically condensed
    
    needs EdgeTX/libopenui#69
    
    * chore: Bump `libopenui`
    
    * fix: `FontHeightCorrection` needs to exist
    Will be optimised out since not used in bootloader
    gagarinlg authored and pfeerick committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    5d9e2af View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9dd697a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Configuration menu
    Copy the full SHA
    c60f703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b206052 View commit details
    Browse the repository at this point in the history
  3. fix: "Show Channel Monitor" btn only on touch only radios

    Resurrecting evil PCBNV14 define as @raphaelcoeffic said he'd quit if he
    had to keep scrolling past the "show channel monitor" button
    pfeerick committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    074ed58 View commit details
    Browse the repository at this point in the history
  4. feat(color): Bigger menu toolbar icons, outlines around menu (EdgeTX#…

    …2435)
    
    * chore: add EdgeTX source symbols to 24pt fonts to allow for larger symbols in menu filter toolbars
    
    * chore: Bump `libopenui`
    gagarinlg authored and pfeerick committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    0003f2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc01eaa View commit details
    Browse the repository at this point in the history
  6. fix(color): Logical switches monitor fix (EdgeTX#2410)

    * fix(color): Logical switches monitor fix
    
    * Direct button style modification.
    
    * Using a custom state
    
    * Using the default CHECKED style. Adaptation to portrait mode.
    banyaszg authored and pfeerick committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    723266e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5db27b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e100500 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c6e475 View commit details
    Browse the repository at this point in the history
  10. fix: R9M access subtype (EdgeTX#2211)

    * Remove sub-type choice for R9M ACCESS modules
    
    * pxx2: subtype is only needed for XJT lite and ISRM
    raphaelcoeffic authored and pfeerick committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    d0a5235 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    ab6e6de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dff286 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    9d9afeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fecb6cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eafa2d View commit details
    Browse the repository at this point in the history
  4. feat: More Swedish Companion and Radio translation tweaks (EdgeTX#2450)

    * Minor changes for added consistency w. radio
    
    * Added translation for EdgeTX#2397
    
    * Additional tweaks
    
    * Additional tweaks
    ulfhedlund authored and pfeerick committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    dd5c5aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8969bf2 View commit details
    Browse the repository at this point in the history
  6. fix(color): various menu toolbar fixes (EdgeTX#2445)

    * fix: various toolbar fixes
    
    * chore: Bump `libopenui`
    Also pulls in EdgeTX#2446 fix
    raphaelcoeffic authored and pfeerick committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    86119f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4df7e50 View commit details
    Browse the repository at this point in the history
  8. fix(color): set current model after label update (EdgeTX#2476)

    * fix(color): set current model after label update
    
    Fixes EdgeTX#2460
    
    Here Companion only outputs a more or less empty labels file, so that models are scanned on startup, however not setting the current model properly in this particular case.
    
    * fix(color): bitmap name in modelslist should be zero terminated
    raphaelcoeffic authored and pfeerick committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    037c4ad View commit details
    Browse the repository at this point in the history
  9. fix(color): Changes to widget options not always being saved (EdgeTX#…

    …2475)
    
    * fixes issue https://github.com/EdgeTX/edgetx/issues where a change of the source value in widget settings was not written back to the model .yml file.
    
    * fixes EdgeTX#2475
    
    extended force write to .yml to all widget settings option types
    
    * fixes issue EdgeTX#2465 where a change of the source value in widget settings was not written back to the model .yml file.
    
    * EdgeTX#2465
    
    extended force write to .yml to all widget settings option types
    
    * removed unnecessary SET_DIRTY() for ModelTextEdit() as it is already handled by ModelTextEdit()
    
    changed indent for SET_DIRTY() in lambda for Choice()
    
    * removed unnecessary SET_DIRTY() for ModelTextEdit() as it is already handled by ModelTextEdit()
    
    changed indent for SET_DIRTY() in lambda for Choice()
    mha1 authored and pfeerick committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    085d4ae View commit details
    Browse the repository at this point in the history
  10. chore: Remove unnecessary BREAKSPACE (EdgeTX#2432)

    and streamline translation definitions.
    raphaelcoeffic authored and pfeerick committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    fec87e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c6f78e View commit details
    Browse the repository at this point in the history
  12. fix(multi): set bind status explicitly when aborted manually (EdgeTX#…

    …2455)
    
    * fix(multi): set bind status explicitly when aborted manually
    
    Fixes EdgeTX#2263
    
    * fix: adjust MPM bind status on B&W as well
    raphaelcoeffic authored and pfeerick committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    5efadcc View commit details
    Browse the repository at this point in the history
  13. fix(color): Missing highlight of the Min/Max value in output editor (E…

    …dgeTX#2480)
    
    * fix(gui): add missing highlight of the Min/Max value in output editor acccording to the input
    
    * change outputs min/max highlight
    
    * output min/max highlight the right way
    
    * chore: Bump `libopenui`
    gagarinlg authored and pfeerick committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    9d4fe9b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ea671e9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f988a82 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    21fc7a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Configuration menu
    Copy the full SHA
    593d99e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b438f18 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    56a0330 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    b109d7d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. special functions gui

    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    13581d1 View commit details
    Browse the repository at this point in the history
  2. Update yaml_datastructs_funcs.cpp

    increase data size
    
    (cherry picked from commit 98276f4d3f1aab8ad4f699349ec7659df5f5225a)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5c16aef View commit details
    Browse the repository at this point in the history
  3. Update special_functions.cpp

    paint special function custom name
    
    (cherry picked from commit 59fc7c1938cd9cea8618d7b80af9c70a96cf0921)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    00030de View commit details
    Browse the repository at this point in the history
  4. Update special_functions.cpp

    removed code comment
    
    (cherry picked from commit 391ad2f44d538c594e278e6be4bfc49714a5ff40)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    9d588e6 View commit details
    Browse the repository at this point in the history
  5. Update en.h

    in special functions edit screen, variable data for English translation
    
    (cherry picked from commit 82490e34094ea0ed740e58bcffe95ad66d084ca7)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    843ae4d View commit details
    Browse the repository at this point in the history
  6. Update translations.cpp

    variable for model special function custom name
    
    (cherry picked from commit a8c494285d774c0d2268dd96ed615a957e3767c9)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    114c69d View commit details
    Browse the repository at this point in the history
  7. Update special_functions.cpp

    fixed string changed to translation
    
    (cherry picked from commit 52366eed73004b1dea153dff35bd45a0f993a35e)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    39661a0 View commit details
    Browse the repository at this point in the history
  8. Update special_functions.cpp

    changed variable from string to translation
    
    (cherry picked from commit 65df17bf1f03ab53fef98f1309b743234babd517)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ba8a0f7 View commit details
    Browse the repository at this point in the history
  9. radio\src\translations\en.h

    moved translations to txt file as requested by @eshifri
    
    (cherry picked from commit d10f5d634f10ca8eecf79f1ceef6c9b43554cee4)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    41782df View commit details
    Browse the repository at this point in the history
  10. Update en.h

    re enabled definition inorder to compile simu
    
    (cherry picked from commit 2ca101cef51a132fd4d5c662792b2b508e99263d)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b372cd3 View commit details
    Browse the repository at this point in the history
  11. radio\src\gui\colorlcd\special_functions.cpp

    changed variable from  translation to dynamic string
    
    (cherry picked from commit 1d4a0f42b4e642389948a7e5b582545b450c78a9)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    195c325 View commit details
    Browse the repository at this point in the history
  12. new logic switch family

    (cherry picked from commit 514a60e)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d1ae63d View commit details
    Browse the repository at this point in the history
  13. new logical switch function in dropdown

    (cherry picked from commit 5b165c0)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    767b765 View commit details
    Browse the repository at this point in the history
  14. English translations

    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    90d27e7 View commit details
    Browse the repository at this point in the history
  15. new logic switch type Safe graphical display

    (cherry picked from commit c3f1a32)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    3da59ea View commit details
    Browse the repository at this point in the history
  16. evaluation logic for LogicSwitchFunctionSafe: disassociates the AndSw…

    …itch from affecting the new Logic Switch Type
    
    (cherry picked from commit 62a3fd1)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c7c7512 View commit details
    Browse the repository at this point in the history
  17. removed AndSw for Logic Switch mode Safe

    (cherry picked from commit 0d95f2f)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5a631cd View commit details
    Browse the repository at this point in the history
  18. update gui for new logic switch type

    (cherry picked from commit 6fd47d7)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    19cdbfd View commit details
    Browse the repository at this point in the history
  19. translations non English Texts

    (cherry picked from commit 8ee9c82)
    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    42331d9 View commit details
    Browse the repository at this point in the history
  20. print logic switch safe

    shane-droid authored and pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    7c19f89 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    52601fd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f380a35 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    45b0b7b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    207650e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    776ead9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3e8b1ab View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a54b5e4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2fe540b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    29b35fd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6533374 View commit details
    Browse the repository at this point in the history
  31. chore: Set codename

    pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    785c6b6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a58c3a4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ce36ca6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    55d0fa5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    68594e6 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e0b2b3e View commit details
    Browse the repository at this point in the history
  37. chore: Cleanup

    pfeerick committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e898e85 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Merge branch 'main-LogicSwitch2' of https://github.com/shane-droid/ed…

    …getx into main-LogicSwitch2
    
    # Conflicts:
    #	companion/src/helpers.cpp
    #	companion/src/helpers.h
    #	companion/src/translations/companion_da.ts
    #	companion/src/translations/companion_sv.ts
    #	radio/src/datastructs.h
    #	radio/src/fonts/lvgl/lv_font_noto_cn_24.c
    #	radio/src/fonts/lvgl/lv_font_noto_tw_24.c
    #	radio/src/gui/colorlcd/LvglWrapper.cpp
    #	radio/src/gui/colorlcd/model_logical_switches.cpp
    #	radio/src/gui/colorlcd/model_mixes.cpp
    #	radio/src/gui/colorlcd/output_edit.cpp
    #	radio/src/gui/colorlcd/screen_setup.cpp
    #	radio/src/gui/colorlcd/special_functions.cpp
    #	radio/src/gui/colorlcd/view_about.cpp
    #	radio/src/gui/colorlcd/view_logical_switches.h
    #	radio/src/lua/api_general.cpp
    #	radio/src/storage/modelslist.cpp
    #	radio/src/switches.cpp
    #	radio/src/translations/cn.h
    #	radio/src/translations/da.h
    #	radio/src/translations/de.h
    #	radio/src/translations/en.h
    #	radio/src/translations/pl.h
    #	radio/src/translations/se.h
    #	radio/src/translations/tw.h
    shane-droid committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    1391f0a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/EdgeTX/edgetx into main-Log…

    …icSwitch2
    
    # Conflicts:
    #	companion/src/helpers.cpp
    #	companion/src/modeledit/customfunctions.cpp
    #	companion/src/translations/companion_da.ts
    #	radio/src/dataconstants.h
    #	radio/src/datastructs.h
    #	radio/src/datastructs_private.h
    #	radio/src/fonts/lvgl/lv_font_noto_cn_24.c
    #	radio/src/fonts/lvgl/lv_font_noto_tw_24.c
    #	radio/src/gui/colorlcd/LvglWrapper.cpp
    #	radio/src/gui/colorlcd/model_logical_switches.cpp
    #	radio/src/gui/colorlcd/special_functions.cpp
    #	radio/src/gui/colorlcd/view_logical_switches.h
    #	radio/src/storage/conversions/conversions_216_218.cpp
    #	radio/src/storage/conversions/conversions_218_219.cpp
    #	radio/src/storage/conversions/yaml/myeeprom_220.h
    #	radio/src/storage/conversions/yaml/yaml_datastructs_funcs.cpp
    #	radio/src/storage/yaml/yaml_datastructs_128x64.cpp
    #	radio/src/storage/yaml/yaml_datastructs_funcs.cpp
    #	radio/src/storage/yaml/yaml_datastructs_lr3pro.cpp
    #	radio/src/storage/yaml/yaml_datastructs_nv14.cpp
    #	radio/src/storage/yaml/yaml_datastructs_t20.cpp
    #	radio/src/storage/yaml/yaml_datastructs_tlite.cpp
    #	radio/src/storage/yaml/yaml_datastructs_tpro.cpp
    #	radio/src/storage/yaml/yaml_datastructs_tx12.cpp
    #	radio/src/storage/yaml/yaml_datastructs_tx12mk2.cpp
    #	radio/src/storage/yaml/yaml_datastructs_x10.cpp
    #	radio/src/storage/yaml/yaml_datastructs_x12s.cpp
    #	radio/src/storage/yaml/yaml_datastructs_x7.cpp
    #	radio/src/storage/yaml/yaml_datastructs_x9d.cpp
    #	radio/src/storage/yaml/yaml_datastructs_x9e.cpp
    #	radio/src/storage/yaml/yaml_datastructs_x9lite.cpp
    #	radio/src/storage/yaml/yaml_datastructs_x9lites.cpp
    #	radio/src/storage/yaml/yaml_datastructs_xlite.cpp
    #	radio/src/storage/yaml/yaml_datastructs_xlites.cpp
    #	radio/src/storage/yaml/yaml_datastructs_zorro.cpp
    #	radio/src/switches.cpp
    #	radio/src/translations/cn.h
    #	radio/src/translations/da.h
    #	radio/src/translations/de.h
    #	radio/src/translations/fr.h
    #	radio/src/translations/it.h
    #	radio/src/translations/pt.h
    shane-droid committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    c6311d1 View commit details
    Browse the repository at this point in the history