Nicklas Larsson

Results 39 issues of Nicklas Larsson

**Describe the bug** The default placement of the new single window GUI is putting the window title bar below the OS menu on Mac. As the title bar is the...

bug
Windows
GUI
macOS

Fixes #2128. Also reported in #2156. **Affects:** Modules - d.mon - g.proj - g.rename - ps.map - r.fill.dir - r.grow.distance - r.in.ascii - r.in.bin - r.in.gridatb - r.in.mat - r.param.scale...

enhancement
C

This is a suggestion to replace [GNU indent](https://www.gnu.org/software/indent/) with [clang-format](https://clang.llvm.org/docs/ClangFormat.html). Attempting to bulk process the code base with `util/grass_indent_ALL.sh` as reported in #1630 (and noticed in #2270) a number of...

enhancement

**Describe the bug** There is a branch named *Rele*, which probably was accidentally created on official GRASS git repo (https://github.com/OSGeo/grass/tree/Rele). If the branch was intentionally created, please close this report....

bug

As reported in #2156. Initially this is a draft, I commented in code to highlight the *sometimes* uninitialised variables. We need to decide how to address them. **Affects:** Modules -...

enhancement
C

Update GRASS configure to autoconf 2.71 (from present 2.69). From autoconf 2.70 [announcement](https://lists.gnu.org/archive/html/autotools-announce/2020-12/msg00001.html): > We are pleased to announce stable release 2.70 of GNU Autoconf. > > This release includes...

enhancement

Fixed by https://github.com/OSGeo/grass/pull/2354

**Describe the bug** The #3089 which aimed to make 3D View configuration panels scrollable, succeeded also for Mac for the View and the Animation panel. The Data, Appearance and the...

bug
GUI
macOS
Python

Generates Git derived data files, which are added to release tarballs of both `*.tar.gz` and `tar.xz` formats. Accompanied by `md5` and `sha256` checksum files. Solves #3430, depends on #3435. Initially...

CI

Enable configure to read `GRASS_HEADERS_GIT_HASH` and `GRASS_HEADERS_GIT_DATE` from a file `include/VERSION_GIT` (if it exist). That file can be generated in the process of packaging the release tarball, leading to consistent...