Reaction to the new QCAD Community Edition

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
25 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Reaction to the new QCAD Community Edition

R. van Twisk
Administrator
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Reaction to the new QCAD Community Edition

AndrewM
R. van Twisk wrote
Well, the problem was like I said that if the community would drop support for LibreCAD we might end up in the same situation as before where QCad Open Source version wasn't supported by Ribbonsoft anymore and we again end up with ageing software because of the lack of competition.
Just for the sake of correctness: There is no longer an older "Open Source Version" and a recent "Commercial Version" of QCAD (since version 3.1, June 2013).

There is only one version of QCAD which is free, open source software, distributed under the GPLv3 with optional exceptions. These optional exceptions allow us (or anyone else for that matter) to distribute commercial, proprietary plugins and script add-ons together with QCAD under their respective licenses. This is an optional extension to the freedom provided by the GPLv3. Again, as required by the GPLv3, these exceptions are optional.

QCAD Professional is nothing else than the one and only QCAD open source software distributed under GPLv3, bundled with commercial, proprietary plugins and add-ons for DWG support and some advanced CAD tools.

Whenever QCAD Professional version X.Y is released, you can at the same time download QCAD X.Y source code under GPLv3 with or without exceptions at your choice or you can simply download the pre-compiled packages from our web site (for free without registration) and remove the proprietary plugins with a few mouse clicks. This latter option leaves you with the latest version of QCAD, completely open source and free, no strings attached.

Complete overview of licenses involved in QCAD and underlying libraries:
https://github.com/qcad/qcad/blob/master/LICENSE.txt

GPLv3:
https://github.com/qcad/qcad/blob/master/gpl-3.0.txt

Optional GPLv3 exceptions:
https://github.com/qcad/qcad/blob/master/gpl-3.0-exceptions.txt

Download of pre-compiled packages for Windows, Linux, Mac OS X:
http://qcad.org/en/qcad-downloads-trial

Andrew Mustun
Reply | Threaded
Open this post in threaded view
|

Re: Reaction to the new QCAD Community Edition

dxli
In reply to this post by R. van Twisk
We want to provide a different choice. As I always want to achieve, instead of doing CAD, pay attention to interesting 2D geometry also. For past months, I have been very busy with other stuff, but I plan to devote more time on LibreCAD, and hopefully, other interested developers will be interested in LibreCAD also.

LibreCAD will stay free software, with so much code contributed by the community.

I also want LibreCAD on mobile platforms, where people won't be asking about right click //kidding
Reply | Threaded
Open this post in threaded view
|

Re: Reaction to the new QCAD Community Edition

Tranzistors
In reply to this post by AndrewM
Andrew,
if you want community to accept qcad, make it easier to contribute. As a translator I find it difficult to translate qcad. Is there a translation infrastructure? Where do I get source files? Even if I translate it, where should I send them? http://www.qcad.org/en/contribute page gives only very general direction and I am not even sure qcad accepts outside translation contributions (or any code contributions for that matter).

And since qcad is not available in my native language, I find it difficult to recommend it to my students and librecad is clearly a better option.

--
Rūdolfs Mazurs
Reply | Threaded
Open this post in threaded view
|

Re: Reaction to the new QCAD Community Edition

AndrewM
Rūdolfs, thanks for your feedback. Yes, contributions are of course most welcome for QCAD. There are several script tools and also translations included that were contributed by our community.

We use github.com/qcad/qcad to host the code repository. From github.com, you can clone the code and also issue push requests to have your code / translations / documentations pushed into the main branch.

I realize that there are better / easier ways to work for translators and I'm working with my provider to set up a translation server hopefully in the coming weeks.

Andrew
12