Search found 9024 matches

by andrew
Mon Oct 20, 2014 9:20 am
Forum: QCAD Professional
Topic: version 3.6.4
Replies: 1
Views: 6383

Re: version 3.6.4

Please refer to our change log (English) for a detailed list of changes from one version to the next version: http://www.qcad.org/en/qcad-documentation/qcad-changelog S'il vous plaît se référer à notre journal des modifications (en anglais) pour obtenir une liste détaillée des changements d'une vers...
by andrew
Sat Oct 18, 2014 11:21 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Notified when file created or opened
Replies: 2
Views: 4298

Re: Notified when file created or opened

Is there a listener which I can use (c++) which notifies me when a user creates a new drawing or opens an existing one? Listeners for this have been added in the current development version of QCAD: https://github.com/qcad/qcad/blob/master/src/core/RNewDocumentListener.h https://github.com/qcad/qca...
by andrew
Sat Oct 18, 2014 10:46 am
Forum: QCAD Professional
Topic: Kompatibilität OSX / WIN7
Replies: 18
Views: 17220

Re: Kompatibilität OSX / WIN7

Ich habe noch etwas probiert und mir u.a. das Logfile angesehen nachdem ich versucht habe eine DXF- Datei zu speichern! ------ Oct 16 23:39:34 localhost QCAD-Pro[8988]: modalSession has been exited prematurely - check for a reentrant call to endModalSession: -- Das ist eine Warnung, die im Zusammen...
by andrew
Sat Oct 18, 2014 10:36 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Compile and Build QCAD Trouble
Replies: 4
Views: 6222

Re: Compile and Build QCAD Trouble

Thanks for the update. For Qt related compilation problems, you probably better post to a Qt forum such as:
https://qt-project.org/forums
by andrew
Thu Oct 16, 2014 3:58 pm
Forum: QCAD 'How Do I' Questions
Topic: Artefacts round hatched surfaces
Replies: 5
Views: 6464

Re: Artefacts round hatched surfaces

The next release (3.7.0) is scheduled for later this month.
by andrew
Thu Oct 16, 2014 8:43 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Compile and Build QCAD Trouble
Replies: 4
Views: 6222

Re: Compile and Build QCAD Trouble

P.S.: Here's a fix to compile with -spec unsupported/macx-clang-libc++:
https://github.com/qcad/qcad/commit/474 ... b6024ace14

Your binary will most likely not run under Mac OS X 10.6.
by andrew
Thu Oct 16, 2014 8:30 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Compile and Build QCAD Trouble
Replies: 4
Views: 6222

Re: Compile and Build QCAD Trouble

brew install dxflib (a prerequisite) This is not needed. The latest version of dxflib is included in src/3rdparty of the QCAD sources and automatically compiled together with QCAD. The error looks like this: clang: error: invalid deployment target for -stdlib=libc++ (requires OS X 10.7 or later) Ca...
by andrew
Wed Oct 15, 2014 12:47 pm
Forum: QCAD Professional
Topic: QCAD, Preis für beliebige Versionsnamen und Updates ?
Replies: 3
Views: 3916

Re: QCAD, Preis für beliebige Versionsnamen und Updates ?

Wie gehe ich dazu vor? Der Shop bietet im Warenkorb ein Code-Feld "Ermässigungsgutscheine" an. Wie bekomme ich diesen Code? Nach einem Jahr erhalten Sie jeweils den Ermässigungs-Code per E-Mail. Ihre E-Mail wurde am 25.7.2014 versandt mit Titel "QCAD Aktualisierung". Ich werde diese E-Mail nochmals...
by andrew
Wed Oct 15, 2014 10:02 am
Forum: QCAD Professional
Topic: Kompatibilität OSX / WIN7
Replies: 18
Views: 17220

Re: Kompatibilität OSX / WIN7

Leider konnte ich das Problem hier bisher nicht nachvollziehen (QCAD 3.6.4.0, Mac OS 10.9.5). Die beiden Dateien sind praktisch identisch und können beide problemlos geöffnet und wieder gespeichert werden. Bitte prüfen Sie, ob allenfalls Ihre Disk voll ist oder ein anderes Problem vorliegt. Versuche...
by andrew
Tue Oct 14, 2014 10:03 am
Forum: QCAD/CAM
Topic: More accurate check of point inside closed contour.
Replies: 2
Views: 8300

Re: More accurate check of point inside closed contour.

OK, I've refactored accordingly, so exporters can reimplement
CamExporter.prototype.contourContains = function(contour, point) {
    return true;
}
by andrew
Tue Oct 14, 2014 9:05 am
Forum: QCAD Professional
Topic: Kompatibilität OSX / WIN7
Replies: 18
Views: 17220

Re: Kompatibilität OSX / WIN7

Vermutlich liegt hier ein anderes Problem vor. Eine DXF Datei ist eine gewöhnliche Textdatei und geladen werden kann sie ja offensichtlich. Beim Speichern wird die ganze Datei neu geschrieben. Der Inhalt der bestehenden Datei ist also egal. Ich würde auch als erstes versuchen unter neuem Namen abzus...
by andrew
Mon Oct 13, 2014 8:51 am
Forum: QCAD Professional
Topic: QCAD Teilebibliothek
Replies: 2
Views: 5345

Re: QCAD Teilebibliothek

QCAD Teilebibliotheken finden Sie unter:
http://qcad.org/de/qcad-add-ons

Oder indem Sie in QCAD selbst das Menü "Hilfe > Add-ons herunterladen" wählen.
by andrew
Mon Oct 13, 2014 8:48 am
Forum: QCAD Professional
Topic: QCAD Teilebibliothek
Replies: 2
Views: 5345

QCAD Teilebibliothek

Von einem QCAD Benutzer:
Gibt es eine Teilebibliothek für "Schrauben,Muttern und Zubehör" für QCAD Professional zum Downloaden ? Wenn ja, wo finde ich den Link ?
by andrew
Tue Oct 07, 2014 8:04 am
Forum: Introduce Yourself
Topic: New Member
Replies: 6
Views: 11437

Re: New Member

QCAD runs on Windows, Mac and Linux.

For a complete list of supported platforms, please refer to our web site at:
http://www.qcad.org/en/qcad-documentati ... -platforms
by andrew
Mon Oct 06, 2014 1:41 pm
Forum: QCAD/CAM
Topic: Two contours in open contour
Replies: 4
Views: 9917

Re: Two contours in open contour

Great, thanks for posting the outcome. Unfortunately, I didn't have time to look into this, but I did read along..

Go to advanced search