Search found 9027 matches

by andrew
Mon Feb 09, 2015 9:13 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: getMiddlePoint Question
Replies: 2
Views: 5372

Re: getMiddlePoint Question

You can simply write:
var mO = lD_K.getMiddlePoint();
Since getMiddlePoint returns a vector, mO will be assigned that vector.
by andrew
Fri Feb 06, 2015 3:12 pm
Forum: Announcements
Topic: QCAD 3.8.1
Replies: 0
Views: 20542

QCAD 3.8.1

QCAD 3.8.1 is a bug fix release.

A complete change log is available at:
http://www.qcad.org/en/qcad-documentati ... -changelog

Update instructions for QCAD Pro or QCAD/CAM users can be found at:
http://www.qcad.org/en/customer-area
by andrew
Fri Feb 06, 2015 3:12 pm
Forum: QCAD Troubleshooting and Problems
Topic: 3.8 crashes when opening default template
Replies: 4
Views: 4392

Re: 3.8 crashes when opening default template

A bug fix release (3.8.1) is now available.
by andrew
Fri Feb 06, 2015 9:19 am
Forum: QCAD Professional
Topic: [SOLVED] LibreCAD kann nicht geöffnet werden
Replies: 2
Views: 3750

Re: LibreCAD kann nicht geöffnet werden

Die Datei enthält eine sehr lange Linie (405323966463004 Einheiten). Das ist die Linie, die nach dem Öffnen angezeigt wird.

Lösung:
- Linie selektieren
- Löschen
- Autozoom
by andrew
Thu Feb 05, 2015 9:24 pm
Forum: QCAD Troubleshooting and Problems
Topic: dwg2svg script file location
Replies: 7
Views: 8443

Re: dwg2svg script file location

Is there some magic going on where these scripts are compiled into a plugin and bash somehow knows to look into an object file if the path to the "real" .js file is invalid or doesn't exist? Yes, this script is compiled into a plugin. There is no file in your file system with that name. Note that b...
by andrew
Thu Feb 05, 2015 8:47 pm
Forum: Announcements
Topic: QCAD 3.8.0
Replies: 0
Views: 20023

QCAD 3.8.0

QCAD 3.8.0 has been released with a focus on performance improvements for loading and working on large drawings. A complete change log is available at: http://www.qcad.org/en/qcad-documentation/qcad-changelog Update instructions for QCAD Pro or QCAD/CAM users can be found at: http://www.qcad.org/en/...
by andrew
Thu Feb 05, 2015 5:47 pm
Forum: QCAD Troubleshooting and Problems
Topic: Blocks disappear when zoom in
Replies: 7
Views: 6535

Re: Blocks disappear when zoom in

Thanks for the file and info.

After just a quick test, I couldn't reproduce the problem here with QCAD 3.7.5 or 3.7.7.

Would this be the correct procedure to reproduce on your system?
- Open file
- Save file
- Open file again
- Select one of the walls (does not work?)
by andrew
Thu Feb 05, 2015 3:30 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: How to translate ecma scripts
Replies: 3
Views: 6866

Re: How to translate ecma scripts

BTW, does the shared_ts.pri in the root of the source files give the correct clues? This file defines the list of translation files that will be generated for all QCAD tools. If you want to generate the same translation files for your scripts, you can include this .pri file in your .pro files. Alte...
by andrew
Thu Feb 05, 2015 1:46 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: How to translate ecma scripts
Replies: 3
Views: 6866

Re: How to translate ecma scripts

But: Is the lupdate / lrelease thing included in qmake process? I probalbly overlooked it ... No. lupdate / lrelease are relatively slow, so running them on every build would not be practical. I cannot imagine that you do it manually for QCad. I do use some bash scripts to update and release transl...
by andrew
Thu Feb 05, 2015 9:17 am
Forum: QCAD Troubleshooting and Problems
Topic: dwg2svg script file location
Replies: 7
Views: 8443

Re: dwg2svg script file location

There is indeed an error in the dwg2bmp bash script. The $DIR variable should NOT be prepended to the script path, i.e.:

Code: Select all

"$binary" -no-dock-icon -no-gui -allow-multiple-instances -autostart "scripts/Pro/Tools/Dwg2Bmp/Dwg2Bmp.js" "$0" "$@"
The other command line scripts look fine.
by andrew
Thu Feb 05, 2015 8:09 am
Forum: QCAD Troubleshooting and Problems
Topic: Blocks disappear when zoom in
Replies: 7
Views: 6535

Re: Blocks disappear when zoom in

Thanks for your report.
Please attach the drawing or e-mail it to info at qcad dot org for testing.
Thanks.
by andrew
Wed Feb 04, 2015 7:55 pm
Forum: QCAD Troubleshooting and Problems
Topic: Breakout Problem
Replies: 1
Views: 3698

Re: Breakout Problem

Yes, I understand that this might be confusing, since it looks like you are modifying an entity when in fact you are creating a new one (see above).
by andrew
Wed Feb 04, 2015 5:37 pm
Forum: QCAD Troubleshooting and Problems
Topic: Breakout Problem
Replies: 1
Views: 3698

Re: Breakout Problem

I don't think the cyan line on layer "2.Construction Line" is deleted. Rather the blue line that is underneath is moved to the top (display order). This happens because technically, the divide tool creates two entities from one. Only one of the two entities can have the same draw order as the origin...
by andrew
Wed Feb 04, 2015 1:41 pm
Forum: QCAD Community Edition
Topic: Import Error
Replies: 4
Views: 6888

Re: Import Error

There appears to be an incompatibility of the QCAD desktop file with your window manager. The desktop file used to launch QCAD starts QCAD with the following command: installationpath/qcad %F Where %F is usually replaced by the window manager with the file that was clicked or nothing. You can try to...

Go to advanced search