Search found 26 matches

by teegee
Thu May 11, 2017 8:00 am
Forum: QCAD 'How Do I' Questions
Topic: Circle placement puzzle
Replies: 1
Views: 3212

Circle placement puzzle

In the attached example, a circle with radius 5 should have its center on the arc, and be tangent to the line. Can this be done with snaps/restricts? In the example, I've simply used CR, snap on entity (the arc), and visually placed for tangent to the line. Other circle tools such as tangent-point-r...
by teegee
Fri Apr 21, 2017 1:29 pm
Forum: QCAD Troubleshooting and Problems
Topic: Some layer issues.
Replies: 0
Views: 8647

Some layer issues.

1) Navigating through the layer list with cursor keys does not seem to select the layer that will be edited (by YE) it. Meaning, the layer that will be edited is the last one selected by mouse. Is that expected? 2) I thought I would be smart making a whole bunch of different sublayers in my main con...
by teegee
Sun Apr 09, 2017 3:09 pm
Forum: QCAD 'How Do I' Questions
Topic: Arc joining question
Replies: 4
Views: 6218

Re: Arc joining question

Thanks for your replies! Matfie is right, termination at A is at any angle. And yep, I screwed up the specification -- I scaled things up 50 times to make an easier testcase. AN + AT seems to result in a perfect solution! Could this be done with polyline arcs as well, so that I can tweak the center ...
by teegee
Sun Apr 09, 2017 6:44 am
Forum: QCAD 'How Do I' Questions
Topic: Arc joining question
Replies: 4
Views: 6218

Arc joining question

I'm having some trouble joining two arcs of a specified diameter smoothly. For example, in the attached drawing, there's a requirement to continue the line from B upwards with a R25 arc, which smoothly joins to a R50 arc, which terminates at point A. In the top drawing, I did this with AT (arc, tang...
by teegee
Wed Mar 29, 2017 7:59 am
Forum: QCAD Troubleshooting and Problems
Topic: Disappearing blocks.
Replies: 7
Views: 7823

Re: Disappearing blocks.

3. The existing block "testblock" is overwritten (=replaced) by a new block, containing a single block reference that points to block "testblock", i.e. itself. The circle is gone at that point. If you are still in the same session, Edit > Undo will work of course. OK. I still think QCAD should reje...
by teegee
Wed Mar 29, 2017 3:56 am
Forum: QCAD Troubleshooting and Problems
Topic: Disappearing blocks.
Replies: 7
Views: 7823

Re: Disappearing blocks.

Thanks Husky. Still, it isn't very user-friendly to disappear blocks if they are recursive by accident (ie. user error). I tried to recover my circle as folows: - Select all, to select invisible block. Property editor shows Block Reference (1) - XP (nothing seems to happen) - Save file: Command: sav...
by teegee
Tue Mar 28, 2017 3:06 pm
Forum: QCAD Troubleshooting and Problems
Topic: Disappearing blocks.
Replies: 7
Views: 7823

Re: Disappearing blocks.

Ah, I see how the recursion is a an issue.. I didn't realize I was selecting the block the second time, instead of the separate entities. What I meant to do it to recreate the block with a different center point. - Is there a way to retrieve my original block? - It would be better to warn the user a...
by teegee
Tue Mar 28, 2017 2:16 pm
Forum: QCAD Troubleshooting and Problems
Topic: Disappearing blocks.
Replies: 7
Views: 7823

Disappearing blocks.

Hmm, I just files the same bug as #1565, but I can't find a trace of it. Did I not enter it correctly? So here it is again: Blocks (or their contents) disappear when overwritten. To reproduce: 1) Draw circle 2) Select circle, BC, select center, name 'testblock' 3) repeat 2; circle is now gone. See a...
by teegee
Mon Mar 13, 2017 1:02 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: [solved] Missing icons
Replies: 4
Views: 8326

Re: Missing icons

Well, I just did a 'git clean -fdx' to wipe everything and recompiled from scratch. The icons are back now.. Sorry to bother you with it :)
by teegee
Mon Mar 13, 2017 11:24 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: [solved] Missing icons
Replies: 4
Views: 8326

Re: Missing icons

andrew wrote:Do you get any warnings about files not being found in stderr?

Warning: Cannot open file 'scripts/.../.../...svg', because: No such file or directory
No, nothing appears on the console at all when I activate AR, or press the blank/shaded square.
by teegee
Mon Mar 13, 2017 11:20 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Confirm text entry with keyboard
Replies: 2
Views: 5941

Re: Confirm text entry with keyboard

andrew wrote:I've added the shortcut to TextDialog.ui:
https://github.com/qcad/qcad/commit/2aa ... f5c52b9c91
Wow, that is a whole lot simpler than what I had in mind :)
Thanks!
by teegee
Sat Mar 11, 2017 5:32 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: [solved] Missing icons
Replies: 4
Views: 8326

[solved] Missing icons

When I compile from git on linux, with 'make release' or QT creator, several icons are missing. Mostly in the options toolbar, so far. For example, if I do AR, the direction icons are missing; there's just a shaded square and an invisible square. Any idea what could cause this? I think this happened...
by teegee
Sat Mar 11, 2017 5:19 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Confirm text entry with keyboard
Replies: 2
Views: 5941

Confirm text entry with keyboard

Hi Andrew, Just created a tiny pull request. I'm not sure what the best way is to communicate one-liner patches.. :) I was going to add one more thing, which is to interpret ctrl-enter in the TE textbox(es) as a dialog OK/close. The problem is that I don't know what the proper place to put that is. ...
by teegee
Wed Mar 08, 2017 3:49 pm
Forum: QCAD 'How Do I' Questions
Topic: Break out manual
Replies: 2
Views: 4402

Re: Break out manual

Thanks, fix works!
by teegee
Wed Mar 08, 2017 3:47 pm
Forum: QCAD 'How Do I' Questions
Topic: Switch focus to command parameters
Replies: 4
Views: 5241

Re: Switch focus to command parameters

Wow, you are fast. Works OK now :)

Go to advanced search