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 logic to handle ANSI escape sequences to move cursor #616

Merged
merged 35 commits into from
Oct 23, 2024

Commits on Jul 29, 2024

  1. First commit to fix TQDM

    jsbautista committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    83f6780 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Fix command F

    jsbautista committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    95f2498 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. add Test to moveCursor

    jsbautista committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a711809 View commit details
    Browse the repository at this point in the history
  2. Fix Test to moveCursor

    jsbautista committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    be2f619 View commit details
    Browse the repository at this point in the history
  3. Fix Test to moveCursor

    jsbautista committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    548c65f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 20, 2024

  1. Add down line action

    jsbautista committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    dea62c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8cb1a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f82ea8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    d54f69b View commit details
    Browse the repository at this point in the history
  2. Add new behavior to \n

    jsbautista committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b492920 View commit details
    Browse the repository at this point in the history
  3. Add new behavior to \n

    jsbautista committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6044edc View commit details
    Browse the repository at this point in the history
  4. fixTests

    jsbautista committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    461a8d4 View commit details
    Browse the repository at this point in the history
  5. fixTests

    jsbautista committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    83e2f1d View commit details
    Browse the repository at this point in the history
  6. Add new behavior to \n

    jsbautista committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3b23c09 View commit details
    Browse the repository at this point in the history
  7. fixTests

    jsbautista committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    152740a View commit details
    Browse the repository at this point in the history
  8. fix behavior to \n

    jsbautista committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    75a53bf View commit details
    Browse the repository at this point in the history
  9. fix behavior to \n

    jsbautista committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c198d20 View commit details
    Browse the repository at this point in the history
  10. fixTests

    jsbautista committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    380e56c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. fix behavior to \n

    jsbautista committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    03e83dc View commit details
    Browse the repository at this point in the history
  2. fixTests

    jsbautista committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6aa21d6 View commit details
    Browse the repository at this point in the history
  3. fix behavior to \n

    jsbautista committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    46aa854 View commit details
    Browse the repository at this point in the history
  4. fixTests

    jsbautista committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7aff3b0 View commit details
    Browse the repository at this point in the history
  5. fixTests

    jsbautista committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9189023 View commit details
    Browse the repository at this point in the history
  6. fixTests

    jsbautista committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7591edd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Update qtconsole/console_widget.py

    Co-authored-by: Daniel Althviz Moré <[email protected]>
    jsbautista and dalthviz authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    41ea37e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Clean code

    jsbautista committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    cb7bcaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebdd625 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Update qtconsole/tests/test_ansi_code_processor.py

    Co-authored-by: Daniel Althviz Moré <[email protected]>
    jsbautista and dalthviz authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7aaff63 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Clean Code

    jsbautista committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    42cc431 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Apply suggestions from code review

    Co-authored-by: Carlos Cordoba <[email protected]>
    jsbautista and ccordoba12 authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ddf5a1d View commit details
    Browse the repository at this point in the history
  2. add coment to test

    jsbautista committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a7b4c10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7b4589 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. add comment to test

    jsbautista committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e56dd60 View commit details
    Browse the repository at this point in the history
  2. Update qtconsole/tests/test_ansi_code_processor.py

    Co-authored-by: Daniel Althviz Moré <[email protected]>
    jsbautista and dalthviz authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a7ee27f View commit details
    Browse the repository at this point in the history