Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnome/dia
Read-only mirror of https://gitlab.gnome.org/GNOME/dia
https://github.com/gnome/dia
Last synced: 22 days ago
JSON representation
Read-only mirror of https://gitlab.gnome.org/GNOME/dia
- Host: GitHub
- URL: https://github.com/gnome/dia
- Owner: GNOME
- License: gpl-2.0
- Created: 2013-07-29T13:57:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T10:29:05.000Z (24 days ago)
- Last Synced: 2024-10-27T11:49:57.795Z (24 days ago)
- Language: C
- Homepage: https://gitlab.gnome.org/GNOME/dia
- Size: 50 MB
- Stars: 361
- Watchers: 25
- Forks: 97
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.pre-git
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# Dia
![logo](logo.png)
## About
Dia is a program for drawing diagrams.
Homepage: https://wiki.gnome.org/Apps/Dia
Repository: https://gitlab.gnome.org/GNOME/Dia
Dia is a GNU program, and is Free Software. See the COPYING file for the licence.
General documentation can be found in the [doc/](doc/) directory.
If you are thinking of contributing (either code or diagrams), please see
[HACKING.md](HACKING.md).For compilation and installation instructions please see [BUILDING.md](BUILDING.md).
## Bug reporting
Report bugs in GitLab https://gitlab.gnome.org/GNOME/dia/issues, check existing issues (open and closed) to check if your bug isn't already known (or indeed fixed!)
If the issue is not there, please report it. Otherwise, give it a "thumbs-up".
This will us prioritise them.## Contacting us
If you use Dia, we would love to hear from you!
Please feel free to share comments/feedback/questions in the forum:
https://discourse.gnome.org/tags/c/applications/7/diaWe also hang out on IRC on GimpNet [irc.gimp.org](irc://irc.gimp.org) on
`#dia-editor` channel.Dia has been inactive for a few years so it is always nice to hear from people (still) using it.
## Help Wanted
There is a lot of work to be done in order to bring Dia up to date. Part of
the reason why Dia has been around for so long is that it is very stable.
We intend to keep it that way.### General contributions
We would love to have more people on-board helping improve Dia. For that,
the only requirement is patience :slight_smile:. Software quality comes not
from the code itself, but how people develop that code. As such, we need to
be very nitpicky with what we accept into master and _when_.Do not be offended: we aren't trying to be mean, control-freaks or in any way
belittle your work, it's simply that good things take time and there's no way
to rush quality. With that in mind, we welcome all contributions, no matter
how tiny so please get in touch.### Windows build maintainer
We currently need somebody to look after the Windows builds and packages.
Most of us use Linux as our main operating system, so if you use Windows and
would like to program on Dia on Windows, for example, getting it running on
Visual Studio + Meson, please get in touch. Note that this involves doing
full development on Windows and is not limited to just getting it to compile.### MacOS build maintainer
Similarly to the above, we need somebody to ensure Dia builds and runs well
on macOS.### Translators & Documentation writers
Dia is translated over at l10n.gnome.org (module: [dia](https://l10n.gnome.org/module/dia/)), please submit translations there instead of as merge requests
Much of the documentation in doc/ is outdated. We need somebody to go through
the documents, check what is good, update them and then maintain them. If you
enjoy or want to practice technical writing or would be interested in helping
with the translation we would love to hear from you!Ideally the docs would be rewritten in Mallard instead of Docbook
### Testers
One simple way to ensure Dia works well for everybody is to test it on as many
machines as possible. This role is simple and is a very good way to get more
familiar with the Dia codebase. Plus, the more people Dia works for from
source, the easier it is for package maintainers and the easier it is for
anybody to contribute patches:1. Obtain a machine (ARM, ARM64, x86\_64, SPARC, doesn't matter) in one or more
of the following ways:
2. Local laptop, desktop, etc
3. Premade box from https://www.osboxes.org/ or similar
4. Install a virtual machine from ISO
5. Follow the compilation & installation instructions for Dia
6. See if you can get all the features of Dia running.
7. Try various meson options: https://mesonbuild.com/Configuring-a-build-directory.html
8. Try to install dependencies in a different order.
9. Try a different compiler
10. If anything is off and hasn't been reported before, let us know! If it has
been reported, give the issue a "+1".
11. If you've tried your best and haven't found anything wrong, also give us a
shout :-) Let us know what you tried and why you think there aren't any issues
on the machine you tested it on.