Search found 9024 matches

by andrew
Fri Feb 06, 2015 9:19 am
Forum: QCAD Professional
Topic: [SOLVED] LibreCAD kann nicht geöffnet werden
Replies: 2
Views: 3748

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: 8437

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: 19737

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: 6534

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: 6859

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: 6859

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: 8437

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: 6534

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: 3695

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: 3695

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: 6884

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...
by andrew
Wed Feb 04, 2015 1:33 pm
Forum: QCAD Community Edition
Topic: Import Error
Replies: 4
Views: 6884

Re: Import Error

Please indicate your operating system and the way how you have obtained QCAD (download from our web site at qcad.org, installation from a 3rd party repository, compiled from sources, etc.). Thanks.
by andrew
Wed Feb 04, 2015 10:00 am
Forum: QCAD 'How Do I' Questions
Topic: Exoprt a high resolution image file?
Replies: 2
Views: 5500

Re: Exoprt a high resolution image file?

- File > Bitmap Export... - In the file dialog, choose the format (BMP, PNG, JPEG, TIFF, ...) - In the bitmap export dialog, choose the desired image size or resolution in pixels per drawing unit: Screen Shot 2015-02-04 at 09.38.11.png Keep an eye on the width and height of the bitmap. Large values ...
by andrew
Wed Feb 04, 2015 9:58 am
Forum: QCAD Community Edition
Topic: No Dimension text
Replies: 8
Views: 11412

Re: No Dimension text

Perhaps, you could contact the maintainer of the QCAD package for BSD to get some information about that? I can only really comment on the official QCAD packages provided by us at http://www.qcad.org/en/qcad-downloads-trial You could also download the tar.gz for Linux and compare that with your inst...

Go to advanced search