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

Implement braille converter feature #44

Draft
wants to merge 163 commits into
base: master
Choose a base branch
from
Draft

Implement braille converter feature #44

wants to merge 163 commits into from

Commits on Jan 2, 2020

  1. Initial implementation

    AAClause committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    a2e6420 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Various code improvements

    AAClause committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    6e360dd View commit details
    Browse the repository at this point in the history
  2. First implementation of HUC converter

    HUC8 is hard-enabled in this commit
    Bug (to fix):
    - cursor positions broken,
    - does not work well with Python 2 (we probably disable the feature for NVDA 2019.2 and earlier)
    TODO: allow to choose/implement between other representation (HUC6, liblouis-style, etc.)
    AAClause committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    2195a96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1674aa1 View commit details
    Browse the repository at this point in the history
  4. Updated settings to choose how to display undefined characters + vari…

    …ous fixes
    
    known issue: restart is required for apply new settings
    AAClause committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    3f84d3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f56d108 View commit details
    Browse the repository at this point in the history
  6. Added HUC Braille input, first implementation

    Default gesture: NVDA+Windows+h / dots(1+2+5+8)+space
    AAClause committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    c938dc9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c66fc03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5170826 View commit details
    Browse the repository at this point in the history
  9. 'HUC Braille input mode' becomes 'advanced braille input mode'

    This mode still supports HUC8. Also it's now possible to type a character from its binary/decimal/hexadecimal/octal value
    New default gestures: NVDA+Windows+i and ⠊+space for braille displays supported (previous is in conflict with f8).
    AAClause committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    48af890 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de11b80 View commit details
    Browse the repository at this point in the history
  11. fixup: restore browse mode

    AAClause committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    6cd7832 View commit details
    Browse the repository at this point in the history
  12. Small fix for Python2

    AAClause committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    bb3949c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    14446eb View commit details
    Browse the repository at this point in the history
  14. fixup: small fix for Py3

    AAClause committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    fedad45 View commit details
    Browse the repository at this point in the history
  15. Fix git rebase

    AAClause committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    4a8cc61 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    14d46d7 View commit details
    Browse the repository at this point in the history
  17. Implement the first method

    AAClause committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    300475a View commit details
    Browse the repository at this point in the history
  18. Adds the 2nd method

    AAClause committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    c01bf0f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    8036597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b57f6d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    993e0f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    93602c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738e24f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6afcf4 View commit details
    Browse the repository at this point in the history
  4. Fix gesture for FS displays

    AAClause committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    14e72aa View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Small fixes

    AAClause committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    34b179e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

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

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    237caa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e385f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0de7baa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5f6379 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e991b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    702ff07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    351354e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be4cfee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0066795 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    24258e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b391ca View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

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

Commits on Jan 30, 2020

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

Commits on Feb 8, 2020

  1. Configuration menu
    Copy the full SHA
    d4501f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23e8efb View commit details
    Browse the repository at this point in the history
  3. Fix merge

    AAClause committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    fc3de29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46b1386 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'HUC' into dev

    AAClause committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    97cf476 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8c87d4 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'HUC' into dev

    AAClause committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    37a9e88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd5f43b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63ab154 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b9d4c07 View commit details
    Browse the repository at this point in the history
  11. Fix merge

    AAClause committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    e011398 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7129cae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c92018e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    35313ce View commit details
    Browse the repository at this point in the history
  15. Add accelerators

    AAClause committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    6433448 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'HUC' into dev

    AAClause committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    4c79f94 View commit details
    Browse the repository at this point in the history
  17. getTableOverview: small fix

    AAClause committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    e189355 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'HUC' into dev

    AAClause committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    d3cf670 View commit details
    Browse the repository at this point in the history
  19. Fix merge

    AAClause committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    6637358 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2f964f6 View commit details
    Browse the repository at this point in the history
  21. Removed more Python2 code

    AAClause committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    e0f868e View commit details
    Browse the repository at this point in the history
  22. Merge branch 'HUC' into dev

    AAClause committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    cd0920a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    db688c3 View commit details
    Browse the repository at this point in the history
  24. Added 3rd method

    AAClause committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    1bb4008 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    be6b50f View commit details
    Browse the repository at this point in the history
  26. Fix merge

    AAClause committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    1305dac View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e1f63f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Configuration menu
    Copy the full SHA
    195ff53 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'HUC' into dev

    AAClause committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    04003ad View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

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

Commits on Feb 15, 2020

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

Commits on Feb 25, 2020

  1. Dictionaries/checktable: fix an issue with non ASCII characters in fi…

    …le path. Thanks to Corentin
    AAClause committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    3feb229 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e7b2a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Update documentation

    AAClause committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    ac9cb25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f319f4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0db5a0a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    9d8da52 View commit details
    Browse the repository at this point in the history
  2. Fixes #49

    AAClause committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    fbb4b8d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'HUC' into dev

    AAClause committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    cc60c07 View commit details
    Browse the repository at this point in the history
  4. Fixes

    AAClause committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    750a42f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3bb8e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d54f187 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

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

Commits on Mar 21, 2020

  1. Fixes #51

    AAClause committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    8b39120 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    004f83c View commit details
    Browse the repository at this point in the history
  2. Mention english translator

    AAClause committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    731de0f View commit details
    Browse the repository at this point in the history
  3. fixup

    AAClause committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    985451c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16f749d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Configuration menu
    Copy the full SHA
    48a7765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0110866 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'HUC' into dev

    AAClause committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    7781632 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2773090 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    8e616a5 View commit details
    Browse the repository at this point in the history
  2. fixup

    AAClause committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    2fd2e03 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'HUC' into dev

    AAClause committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    65c4c64 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    5c78fba View commit details
    Browse the repository at this point in the history
  2. Merge branch 'HUC' into dev

    AAClause committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    d22711f View commit details
    Browse the repository at this point in the history
  3. fixup

    AAClause committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    481d9f4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'HUc' into dev

    AAClause committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    ff3dc63 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. L10n updates for: da

    AAClause committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    715cfd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Format code

    AAClause committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    ac81afb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'HUC' into dev

    AAClause committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    8f3b752 View commit details
    Browse the repository at this point in the history
  3. Format code

    AAClause committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    137b8a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Merge branch 'HUC' into dev

    AAClause committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    b05797f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

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

Commits on Apr 13, 2020

  1. settings: fixes on 'representation of undefined characters' and 'brai…

    …lle tables' categories
    AAClause committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    0f8c2f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3978baf View commit details
    Browse the repository at this point in the history
  3. Small fixes

    AAClause committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    abd7100 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    8eaebae View commit details
    Browse the repository at this point in the history
  2. fixup

    AAClause committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    ec5fd9a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    720face View commit details
    Browse the repository at this point in the history
  2. Merge branch 'l10n' into dev

    AAClause committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    abe4c6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    529c974 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'l10n' into dev

    AAClause committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    fc468c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    4bc3ca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0afbba8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'l10n' into dev

    AAClause committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    0c9cb8f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

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

Commits on Apr 18, 2020

  1. L10n updates for: fr

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    e7228f3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'l10n' into dev

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    b153078 View commit details
    Browse the repository at this point in the history
  3. Small fixes

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    4c1aa45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de894ad View commit details
    Browse the repository at this point in the history
  5. Fix bad key in a variable

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    892da18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6f6d15 View commit details
    Browse the repository at this point in the history
  7. l10n updates for: fr

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    809b112 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f05f414 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dfb1ee2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca88b55 View commit details
    Browse the repository at this point in the history
  11. l10n updates for: fr

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    67a8b50 View commit details
    Browse the repository at this point in the history
  12. Fix a label

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    917f613 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3cd31e5 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'l10n' into dev

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    131469d View commit details
    Browse the repository at this point in the history
  15. l10n updates for: fr

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    043f177 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'l10n' into dev

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    a4fc921 View commit details
    Browse the repository at this point in the history
  17. More translatable strings

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    36812cc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    59d7313 View commit details
    Browse the repository at this point in the history
  19. l10n updates for: fr

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    03fabcc View commit details
    Browse the repository at this point in the history
  20. Merge branch 'l10n' into dev

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    4739e31 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    73e0677 View commit details
    Browse the repository at this point in the history
  22. l10n updates for: fr

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    90fb6f0 View commit details
    Browse the repository at this point in the history
  23. Merge branch 'l10n' into dev

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    6753fc5 View commit details
    Browse the repository at this point in the history
  24. new polish update

    zstanecic committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    e429f5e View commit details
    Browse the repository at this point in the history
  25. Merge branch 'l10n' into dev

    AAClause committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    6936433 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

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

Commits on Apr 20, 2020

  1. Merge branch 'l10n' into dev

    AAClause committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    296059c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    0de23c6 View commit details
    Browse the repository at this point in the history
  2. we can now select a group

    AAClause committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    dc3a695 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f60494 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'l10n' into dev

    AAClause committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    f151e1e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    5cc8c0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    811a71a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e84e594 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e969d54 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    ccf57f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca4501 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98cbce1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cbc934 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. l10n updates for: da

    Daniel Gartmann authored and AAClause committed May 3, 2020
    Configuration menu
    Copy the full SHA
    7b5636e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    976a7a0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Try to fix #54

    AAClause committed May 7, 2020
    Configuration menu
    Copy the full SHA
    8c82a2f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

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