- 17 May, 2022 1 commit
-
-
- 21 Apr, 2022 1 commit
-
-
- 07 Apr, 2022 1 commit
-
-
- 25 Mar, 2022 1 commit
-
-
- 12 Mar, 2022 1 commit
-
-
- 10 Mar, 2022 1 commit
-
-
- 27 Jan, 2022 1 commit
-
-
Mart Raudsepp authored
Issue #226: Unzip Dia diagrams Closes #226 See merge request !40
-
- 21 Jan, 2022 1 commit
-
-
Ahmed Baïzid authored
planner$ L=$(find -name *.dia) planner$ for f in $L; do xmllint --format -o $f.tmp $f && mv $f.tmp $f; done Closes issue #226.
-
- 15 Jan, 2022 2 commits
-
-
Mart Raudsepp authored
Meson: i18n.merge_file() does not take positional arguments See merge request !36
-
Ahmed Baïzid authored
planner$ meson build The Meson build system Version: 0.61.0 ... data/mime/meson.build:5:5: ERROR: Function does not take positional arguments.
-
- 24 Nov, 2021 1 commit
-
-
- 01 Oct, 2021 1 commit
-
-
- 20 Sep, 2021 2 commits
-
-
- 13 Sep, 2021 1 commit
-
-
- 06 Sep, 2021 2 commits
-
-
- 04 Sep, 2021 1 commit
-
-
- 29 Aug, 2021 1 commit
-
-
- 31 Jul, 2021 1 commit
-
-
Mart Raudsepp authored
libplanner: Make it a private library with no API promises Closes #238 See merge request !32
-
- 29 Jul, 2021 2 commits
-
-
Mart Raudsepp authored
Stop installing the headers and pkgconfig file, and bump library soname once, as API was broken and to differentiate from old public libplanner more clearly. The library itself is moved to pkglibdir, to make it clear that it is for private use only. libplanner will be subject to major refactorings in the future, so we can not commit to API stability in the short-term. Please let us know via the issue tracker if you'd see benefit in a public libplanner again and for what purpose. Closes #238
-
Mart Raudsepp authored
Port libplanner to new GObject style See merge request !27
-
- 25 Jul, 2021 1 commit
-
-
Günther Wagner authored
This reduces boilerplate and keeps the private structs and parent class pointer away from usercode. This should make it easier to maintain libplanner in the long run.
-
- 20 Jul, 2021 1 commit
-
-
Andre Klapper authored
-
- 16 Jul, 2021 1 commit
-
-
Mart Raudsepp authored
-
- 01 Jul, 2021 1 commit
-
-
- 30 Jun, 2021 1 commit
-
-
- 29 Jun, 2021 2 commits
-
-
Mart Raudsepp authored
Add basic CI that build tests for Ubuntu and Fedora See merge request !31
-
Mart Raudsepp authored
-
- 27 Jun, 2021 6 commits
-
-
Mart Raudsepp authored
-
Mart Raudsepp authored
signedness: explicitly cast the xmlChar and prevent guchar and guint conversion Closes #230 See merge request !29
-
-
Mart Raudsepp authored
Fixes: 1aaf3c37
-
- 26 Jun, 2021 4 commits
-
-
Mart Raudsepp authored
Port MIME type handling from intltool to gettext See merge request !30
-
Mart Raudsepp authored
-
Mart Raudsepp authored
-
Mart Raudsepp authored
-
- 20 Jun, 2021 1 commit
-
-
Mart Raudsepp authored
-