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

v.edit: Implement the batch option for batch editing #3450

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

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    623d591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eec2ac View commit details
    Browse the repository at this point in the history
  3. Add empty lines

    HuidaeCho committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0767a7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b58c427 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    336095c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Update vector/v.edit/args.c

    Co-authored-by: Martin Landa <landa.martin@gmail.com>
    HuidaeCho and landam authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    656acbc View commit details
    Browse the repository at this point in the history
  2. Update vector/v.edit/v.edit.html

    Co-authored-by: Martin Landa <landa.martin@gmail.com>
    HuidaeCho and landam authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    4360af4 View commit details
    Browse the repository at this point in the history
  3. Update vector/v.edit/v.edit.html

    Co-authored-by: Martin Landa <landa.martin@gmail.com>
    HuidaeCho and landam authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a672d25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b28ac3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7016607 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1df8e59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15d50e1 View commit details
    Browse the repository at this point in the history
  8. Make batch= exclusive to all options and flags that are supported in …

    …the batch table or do not make sense
    HuidaeCho committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    9298288 View commit details
    Browse the repository at this point in the history
  9. Make batch= exclusive to all options and flags that are supported in …

    …the batch table or do not make sense
    HuidaeCho committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    480807a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7186828 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    76d3f5e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ddd2011 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    76e9fbf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    43ec64e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Support single-character separators and double-quoted columns for mor…

    …e generic CSV-like batch tables
    HuidaeCho committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    23c0620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7398b13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d27af7 View commit details
    Browse the repository at this point in the history
  4. Empty lines

    HuidaeCho committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4336502 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47f75db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ad14c5 View commit details
    Browse the repository at this point in the history
  7. Use MODE_BATCH

    HuidaeCho committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    59baa26 View commit details
    Browse the repository at this point in the history
  8. Support multiple tables separated by an empty line; Remove comments (…

    …# separator or can be included in where)
    HuidaeCho committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    334f9c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f21e465 View commit details
    Browse the repository at this point in the history
  10. Fix <p> to <b>

    HuidaeCho committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f954793 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    907171f View commit details
    Browse the repository at this point in the history
  12. Minor change

    HuidaeCho committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    17fefc7 View commit details
    Browse the repository at this point in the history
  13. Minor change

    HuidaeCho committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    62676c7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    01fdf37 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    617eb97 View commit details
    Browse the repository at this point in the history
  16. Empty line

    HuidaeCho committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ba22c2a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    280ec93 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4e6a145 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Move thresh to SelectParams

    HuidaeCho committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6906317 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd272ce View commit details
    Browse the repository at this point in the history
  3. Fix a bug in the example

    HuidaeCho committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4339dfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d60975f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf7c826 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f187082 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c08a8a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15a1d41 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on May 15, 2024

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

Commits on Jul 18, 2024

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