- 13 Feb, 2022 4 commits
-
-
Kristian Nielsen authored
-
Kristian Nielsen authored
-
Kristian Nielsen authored
-
Kristian Nielsen authored
-
- 28 Sep, 2021 2 commits
-
-
Kristian Nielsen authored
-
Kristian Nielsen authored
Merge of merge request "avoid recompressing expected PNGs (LP:
-
- 24 Sep, 2021 5 commits
-
-
Kristian Nielsen authored
-
Kristian Nielsen authored
-
Kristian Nielsen authored
-
Kristian Nielsen authored
-
Kristian Nielsen authored
These tests are also disabled upstream, due to a CGAL problem: https://github.com/openscad/openscad/issues/3707 https://github.com/CGAL/cgal/issues/5514
-
- 10 Mar, 2021 1 commit
-
-
Christian Ehrhardt authored
In Ubuntu pkgstripfiles calls optipng which often works fine to save data, but in the case of openscad-testing-data the recompression breaks the later comparison of those in e.g. autopkgtests. For Debian this should be a no-op, but accepting it would be helpful for Ubuntu as a downstream. Signed-off-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com>
-
- 31 Jan, 2021 7 commits
-
-
Kristian Nielsen authored
-
Kristian Nielsen authored
-
Kristian Nielsen authored
-
Kristian Nielsen authored
-
Torsten Paul authored
-
Ryan A. Colyer authored
-
Torsten Paul authored
This reverts commit 256b4744.
-
- 20 Jan, 2021 2 commits
-
-
Kristian Nielsen authored
-
Kristian Nielsen authored
-
- 14 Jan, 2021 8 commits
-
-
Torsten Paul authored
-
Torsten Paul authored
-
Torsten Paul authored
-
Hans Loeblich authored
-
Hans Loeblich authored
-
Justin Lin authored
add one more translation
-
Justin Lin authored
polish the word
-
Justin Lin authored
fix and add more translation based on updated template.
-
- 10 Jan, 2021 1 commit
-
-
Kristian Nielsen authored
-
- 08 Jan, 2021 8 commits
-
-
Torsten Paul authored
-
Torsten Paul authored
-
Torsten Paul authored
-
Torsten Paul authored
-
Matt Sephton authored
-
Justin Lin authored
add and review some translation
-
Justin Lin authored
fix typo
-
Kristian Nielsen authored
Use an absolute destination path for .csg output. This is necessary to put the destination file in the correct place when the source path is a relative path. When outputting .csg, openscad interprets the destination path relative to the parent directory of the source file, not relative to the current directory when the program was started. This means that something like `openscad a/b/c.scad -o a/b/c.csg` will try to write a/b/a/b/c.csg, not a/b/c.csg as was expected by export_import_pngtest.py. Signed-off-by:Kristian Nielsen <knielsen@knielsen-hq.org>
-
- 07 Jan, 2021 2 commits
-
-
Kristian Nielsen authored
-
Kristian Nielsen authored
-