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

d.redraw: Rewritten in C #3484

Closed
wants to merge 38 commits into from
Closed

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    c1cb89e View commit details
    Browse the repository at this point in the history
  2. init() only once

    HuidaeCho committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    0e89ced View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a2c2d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d59f3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db5cc97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1ecfc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44673e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a7ef2a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    9e21f34 View commit details
    Browse the repository at this point in the history
  2. Run clang-format

    HuidaeCho committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    57627d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on May 1, 2024

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

Commits on May 21, 2024

  1. version: Replace references to 8.2 (OSGeo#2969)

    * version: Replace references to 8.2
    
    - Links to latest (current) stable in notebooks use the grass-stable URL.
    - singularity: Use tag instead of branch. Use an old tag for the example.
    
    Missing or need to be resolved elsewhere: general/g.version/g.version.html rpm/grass.spec doc/howto_release.md doc/development/submitting/general.md lib/init/grass.html
    
    * Update to 8.4.0 and new format for date for grass.html
    
    * Update to 8.4.0 and 2024 for g.version
    
    * Checkout "{tag or branch}" not 8.2.0 in an example.
    wenzeslaus authored and HuidaeCho committed May 21, 2024
    Configuration menu
    Copy the full SHA
    65c890f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f75119 View commit details
    Browse the repository at this point in the history
  3. CI(deps): Update github/codeql-action action to v3.25.3 (OSGeo#3671)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and HuidaeCho committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5dc55ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f7bc61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3299601 View commit details
    Browse the repository at this point in the history
  6. r.in.wms: fix get region extent for WMS query, if location is 'XY loc…

    …ation (unprojected)' (OSGeo#853)
    tmszi authored and HuidaeCho committed May 21, 2024
    Configuration menu
    Copy the full SHA
    21ef8d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a15785e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2638867 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73b03de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b2a0f3a View commit details
    Browse the repository at this point in the history
  11. Checks: Fix Flake8 E501 (OSGeo#3541)

    Fixes E501 (line too long).
    
    Docstrings (descriptions and parameters): fixed by using the existing format (authors' docstrings - length, parameters aligned or x indentations, etc), most of which are shorter than 88 characters.
    
    If results in rst code-blocks and doctest exceed the limit, use  noqa: E501.
    
    Regex, Jinja2 HTML template strings strings: noqa: E501
    
    More noqa: E501: Strings and comments were intended to be formatted in a specific way: For example, comments were used as measuring tape for string lengths. Print statements with strings which have ASCII tables etc.
    
    Using blackdoc for most of the code in comments.
    
    Flake8 can ignore a line or a file, but not a function.
    mshukuno authored and HuidaeCho committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7fc980d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0efcbad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f5846f6 View commit details
    Browse the repository at this point in the history
  14. wxGUI/dbmgr: fix enclosing column name with SQL standard double quotes (

    OSGeo#3634)
    
    Enable to use (show/add/delete/rename/query) column name which is
    reserved DB backend keyword.
    tmszi authored and HuidaeCho committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7789cf3 View commit details
    Browse the repository at this point in the history
  15. g.message: Do not require full gisinit (OSGeo#3686)

    The g.message does not need any of the session setup and it can be used during a setup process to report standardized messages to the user. This removes the need to have a full session before running g.message. GISRC is still needed, but the data (file) structures for mapset don't need to exist.
    
    The code is combination of what is in g.proj (the 'no init' call and comment) and g.dirseps (memory mode for GISRC). It is also syncing the corresponding lines in g.proj.
    wenzeslaus authored and HuidaeCho committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2a099d9 View commit details
    Browse the repository at this point in the history
  16. CI(deps): Update docker/dockerfile:1.7 Docker digest to a57df69 (OSGe…

    …o#3668)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and HuidaeCho committed May 21, 2024
    Configuration menu
    Copy the full SHA
    80f9d4f View commit details
    Browse the repository at this point in the history
  17. grass.script: Always use full env in create_project (OSGeo#3685)

    For reporting errors the g.message tool is called, so the environment setup is always needed (except when doing XY without errors).
    wenzeslaus authored and HuidaeCho committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f345b1e View commit details
    Browse the repository at this point in the history
  18. grass.script: Get GISBASE automatically in get_commands (OSGeo#3683)

    * grass.script: Get GISBASE automatically in get_commands
    
    The _grass.script.get_commands_ function requires GISBASE (more specifically, path to binary executables and scripts). The need for GISBASE prevents its use before a session (more specifically the runtime part of it) is created. This changes the function to get the GISBASE automatically when not set. It also adds the standard env parameter other functions have (which is useful mainly for tests).
    
    * Add mock for tests
    wenzeslaus authored and HuidaeCho committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cb2efad View commit details
    Browse the repository at this point in the history
  19. CI: Update msys2/setup-msys2 action to v2.23.0 (OSGeo#3690)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and HuidaeCho committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0ce8a07 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ba00e43 View commit details
    Browse the repository at this point in the history
  21. CI(deps): Update github/codeql-action action to v3.25.4 (OSGeo#3692)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and HuidaeCho committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e635c59 View commit details
    Browse the repository at this point in the history
  22. CI(deps): Update softprops/action-gh-release action to v2.0.5 (OSGeo#…

    …3691)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and HuidaeCho committed May 21, 2024
    Configuration menu
    Copy the full SHA
    61bf2ae View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    95e9be6 View commit details
    Browse the repository at this point in the history