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

Interactive/progressive checklist #1417

Closed
wants to merge 30 commits into from

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    03cb9ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a3da5a View commit details
    Browse the repository at this point in the history
  3. remove checklist exit after completing it

    cannot exit menu from menuTextView as level above there is while loop that cannot be stopped from thic place in code
    piotrva committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    8755465 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a812e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d89732 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    a32f418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    153fd8a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

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

Commits on Jan 16, 2022

  1. add setup entry for colorlcd

    piotrva committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    708aa86 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    9fc8885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8002c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. auto scroll the checklist

    piotrva committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    1039b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af8cf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71a0413 View commit details
    Browse the repository at this point in the history
  4. remove unused code

    piotrva committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    a34fa57 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of https://github.com/EdgeTX/edgetx into bw-progr…

    …essive-checklist
    
    # Conflicts:
    #	radio/src/gui/colorlcd/view_text.cpp
    #	radio/src/gui/colorlcd/view_text.h
    piotrva committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    dfe0e1d View commit details
    Browse the repository at this point in the history
  6. libopenui updte

    piotrva committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    72da66b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c7ec60 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Merge branch 'main' of https://github.com/EdgeTX/edgetx into bw-progr…

    …essive-checklist
    
    # Conflicts:
    #	radio/src/datastructs_private.h
    piotrva committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    da01b88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4e65cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    086f144 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    4f11cd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75aee91 View commit details
    Browse the repository at this point in the history
  3. fixed updating checkboxes

    piotrva committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    110a4b8 View commit details
    Browse the repository at this point in the history
  4. corrected checkbox hiding

    piotrva committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    71d8d87 View commit details
    Browse the repository at this point in the history
  5. hiding non-checkable lines

    piotrva committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    9a8c4c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c050ef8 View commit details
    Browse the repository at this point in the history
  7. Process only items visible on screen

    This is also crucial when it comes to analyse non-checkable items on a checklist, as in this way there is no need to load non-visible items from SD-card
    piotrva committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    1454ea7 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' of https://github.com/EdgeTX/edgetx into bw-progr…

    …essive-checklist
    
    # Conflicts:
    #	companion/src/modeledit/setup.ui
    #	radio/src/datastructs.h
    #	radio/src/datastructs_private.h
    #	radio/src/storage/yaml/yaml_datastructs_nv14.cpp
    #	radio/src/storage/yaml/yaml_datastructs_t12.cpp
    #	radio/src/storage/yaml/yaml_datastructs_t8.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_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
    piotrva committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    4f05cd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Merge branch 'main' into bw-progressive-checklist

    # Conflicts:
    #	radio/src/storage/yaml/yaml_datastructs_nv14.cpp
    #	radio/src/storage/yaml/yaml_datastructs_t12.cpp
    #	radio/src/storage/yaml/yaml_datastructs_t8.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_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
    piotrva committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    3bb0b23 View commit details
    Browse the repository at this point in the history